Immortal

Posted by Chris on Fri 13 Jul 2001 07:05 PM — 7 posts, 24,698 views.

#0
How do i change the Supreme Entity and the color?
Australia Forum Administrator #1
How do you mean change him? His name? You could rename the file Lordrom as another name, and inside that file, change the line:


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:

  1. Rename player/l/lordrom file to "gandalf"
  2. Edit that file and change the line with "Name" on it to:

    Name Gandalf~
  3. Move the file Gandalf to the directory player/g


As for the colour, the colour of what?

Amended on Sat 14 Jul 2001 12:32 AM by Nick Gammon
#2
The color of the name.
#3
And the "Supreme Entity" can you change for exs. to IMMORTAL?
Australia Forum Administrator #4
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.
#5
BBut in which file do i search for it?
Australia Forum Administrator #6
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.