View Single Post
  #1  
Old 04-10-2004, 09:27 AM
Shadow-Wolf
Dragon
 
Join Date: Oct 2003
Posts: 511
Default HOWTO: Customize Classes/Deitys/Race(UI)

*This tutorial assumes that if you want custom classes/deitys/races that you have already edited the EQEmu source this tutorial just shows how to edit class/deity names for character creation. I may in the future write a tutorial on how to edit the source and database for classes

Class Customization

First of all open EQUI_CharacterCreate.xml with a text editor of your choice, for this tutorial I am going to use notepad. Now go to Edit/Find, in find what: type in Paladin(or Wizard, this is just used to find where the buttons are.) and look up or down for your class, since we already have paladin selected why dont we rename it for now? Just highlight Paladin and replace with with your classes name(i chose Knight) and save the xml file. Now log into EQEmu go into a server and create a character notice that the "Paladin" class is no longer there and is replace with "Knight"? it means that you have done everything correctly. To change the Helpfile open up EQSTR_US

Deity Customization

go to Edit/Find, in find what: type in AGNOSTIC(or whatever god you want make sure names in full caps and it does not use their normal names it used things like The Mother of all, this is just used to find where the buttons are.) and look up or down for your deity, I however do not want to edit Agnostic so i will look for the tribunal. Just highlight TRIBUNAL(or however you spell it ) and replace with with your deitys name(I changed it to Bringers) and save the xml file. Now log into EQEmu go into a server and create a character now go to the deitys tab, notice it says "Bringers"? it means that you have done everything correctly. To change the Helpfile open up EQSTR_US

Race Customization

Alright it seems that the search feature does not like the race names this time look for <Button item="CC0_Race0_Button">.
That is the barbarians button but look down for other races. To change the Races name edit <Text>Barbarian</Text>(this is between the button item and /button tag)to say what you want ex: I changed Iksar to say Liizard. To change the Helpfile open up EQSTR_US

Edit: Found the ability to change race names
Edit: Thanks to Khan for telling me where they keep the text in the help window for races/classes/deitys/
Reply With Quote