Author Topic: Name Change  (Read 808 times)

I'll admit, Im a perfectionist.

I've got this problem with SEVERAL addons.
One easy example is my duplicator.
On my IN GAME addons list it says "duplicator" and its driving me nuts~
Is there anyway I can change the name to "Duplicator" ?
Ya know with a capital "D"

Note its only lowercase on my IN GAME addon list, the list I choose the item from that I want to spawn, the list you get to by hitting a brick with a wrench, no ware else, not in any of the files.

How exactly would I do that?

I appolagize in advance if this is anoying to anybody, because I realize that Its kinda weird for me to ask this... Once again, perfectionist


If you're a perfectionist, why do you make so many grammatical and spelling-related mistakes?

Go into the Add-on's folder and use "Notepad" to open the "server.cs" and then hit Ctrl-F type in GUI the first thing you should come up with is GUI stuf under that find UI name and change the d to D.



Crap the duplicator does not have a UI name

Go through the script and make every "duplicator" capitalized. If you get all of them then the add-on will be capitalized.

I was having a problem like this in my zombie mod. Although in the script the uiName was "Zombie", it appeared ingame as "zombie". It was fixed when I added a space to the end of the uiName, so open up the duplicator's script and add a space to the end of its uiName, and that should fix it.

Guys, I think he killed himself shortly after he read rkynick's post.

Guys, I think he killed himself shortly after he read rkynick's post.
Lol'd.

Go to the Duplicator Server.cs, then Ctrl+H, in the first box, put in "duplicator". Second one, "Duplicator" (both without the quotes), and check off the box with something about case/caps sensitive. Click replace all. Done.