How do i change the Supreme Entity and the color?
Immortal
Posted by Chris on Fri 13 Jul 2001 07:05 PM — 7 posts, 24,698 views.
How do you mean change him? His name? You could rename the file Lordrom as another name, and inside that file, change the line:
to something else (presumably the same name). Make sure you keep the trailing ~ symbol.
Also if the new name does not start with "L" you will need to move the Lordrom file into another directory. For example, if you wanted to make the supreme being Gandalf you would do 3 things:
As for the colour, the colour of what?
Name Lordrom~
to something else (presumably the same name). Make sure you keep the trailing ~ symbol.
Also if the new name does not start with "L" you will need to move the Lordrom file into another directory. For example, if you wanted to make the supreme being Gandalf you would do 3 things:
- Rename player/l/lordrom file to "gandalf"
- Edit that file and change the line with "Name" on it to:
Name Gandalf~
- Move the file Gandalf to the directory player/g
As for the colour, the colour of what?
The color of the name.
And the "Supreme Entity" can you change for exs. to IMMORTAL?
You would need to change the source and recompile to do that. Search for the word "Supreme Entity" to find the exact place to change.
BBut in which file do i search for it?
If you are using Cygwin (or Linux or similar) you can use grep, like this:
[mono]
grep Supreme *.c
[/mono]
That will tell you the file name.
If you are not using any of those, use a text editor (eg. UltraEdit) that has a "find in files" function.
[mono]
grep Supreme *.c
[/mono]
That will tell you the file name.
If you are not using any of those, use a text editor (eg. UltraEdit) that has a "find in files" function.