Go into everquest/resources folder. Find Globalload.txt. Open it.
You'll notice quite a few lines. The first one probably is for loading frogloks. Now go down pat loading equip. You should see alot of .eqg's that refer to the model being force loaded. With default titanium install, you should see a
Code:
3,0,TFFF,kbd.eqg,Loading Characters
as well. This loads kobolds globally. The 3 refers to what sequence in the blue loading bar and doesn't seem to really matter.
So, what if you want to add something? For example, the gods alot of times crash zones when you try to forceload them by zone. Find the final Loading Characters tab. For me, it is rap_chr. So, we can add on to it:
Code:
3,0,TFFF,rap_chr,Loading Characters
3,0,TFFF,potimeb_chr,Loading Potimeb models
The description of Loading Characters/Potimeb models doesn't really matter. I believe Secrets posted something about this, but I could not find his post.
*Edited to add
http://www.eqemulator.net/wiki/wikka...ka=NewRaceList Check the excel file from jest server in this link. It has all of the model reference you'll need.