View Single Post
  #2  
Old 05-05-2012, 04:01 PM
Danyelle Danyelle is offline
Fire Giant

Danyelle's Avatar

Join Date: Feb 2012
Location: Ohio
Posts: 886
Default

Luclin Models Guide 3.0

This guide will involve COMPLETELY rebuilding the Global Load.txt file piece by piece. I will be as detailed as possible but please be sure to follow the instructions very very very carefully. Eventually I will get a patcher of sorts set up but for now the guide is all I can provide.

NOTE: Things highlighted in red are NOT optional. Things highlighted in green are optional.

Each Section is a different step. Let's begin [You must be logged in to view images. Log in or Register.]

1: Setting up the File
Navigate to Globalload.txt in your Resources folder in your Everquest directory. Delete EVERYTHING from inside this file so that it is a blank .txt document.

2: Starting to build the File
Add the following to the top:

Code:
1,1,TFFF,GlobalFroglok_chr,Loading Classic Froglok
1,1,TFFT,GlobalPCFroglok_chr,Loading Guktan
1,1,TFFF,frogequip,Loading Guktan Parts
1,1,TFFT,GlobalSKE_chr2,Loading Froglok
1,1,TFFF,GlobalDRK_chr,Loading Froglok
1,1,TFFF,Global_obj,Loading Character Equipment Files
1,1,TFTF,GEquip,Loading Character Equipment Files
2,0,TFFF,GEquip8,Loading Character Equipment Files
2,0,TFFF,GEquip2,Loading Character Equipment Files
2,0,TFFF,grass,Loading Character Equipment Files
2,0,TFFF,GEquip4,Loading Character Equipment Files
2,0,TFFF,GEquip3,Loading Character Equipment Files
3: Adding Later Expansion Item Graphics
Some GM's have items equipped that use graphics outside the Classic-Velious era. While it is highly unlikely any player will get their hands on these items, if you desire to see if a GM has them or if you simply want them loaded "just in case" add the following lines next:

Code:
2,0,TFFF,loyequip,Loading Character Equipment Files
2,0,TFFF,ldonequip,Loading Character Equipment Files
2,0,TFFF,gatesequip,Loading Character Equipment Files
2,0,TFFF,omensequip.eqg,Loading Character Equipment Files
2,0,TFFF,donequip.eqg,Loading Character Equipment Files
2,0,TFFF,dodequip.eqg,Loading Character Equipment Files
4: Adding the Luclin Races

Add the races you want In this order. Go down the list, add the races/genders you want and skip ones you don't. The ones you skip will default to Classic models.

NOTE: At one point way back during Luclin's release, and for awhile afterwards, you HAD to have Human males/females loaded in order to use Erudites and Wood Elf males/females loaded in order to use High Elves, Half Elves and Dark Elves. I do not know if this is still the case but if you run into animation issues where a model is stiff then keep this in mind.

NOTE 2: You must add the races in the order presented below and the files in the order listed. Meaning do not flip a file line above another or load a race before another race in this list. For example. If human lines were listed as:
Code:
1,1,TFFT,load human model 2,Etc Etc
1,1,TFFT,load human model,Etc Etc
you must add the files in that order to the Globalload. NOT "load human model 2" after "load human model". Even if it makes sense numerically. Also if Human is listed before Dark Elf in the list below you can not load Dark Elf before human. Order is VERY important for this.

Human Male:
Code:
1,1,TFFT,globalHUM_chr2,Loading Human
1,1,TFFT,globalHUM_chr,Loading Human
Human Female:
Code:
1,1,TFFT,globalHUF_chr2,Loading Human
1,1,TFFT,globalHUF_chr,Loading Human
Barbarian Male:
Code:
1,1,TFFT,globalBAM_chr2,Loading Barbarian
1,1,TFFT,globalBAM_chr,Loading Barbarian
Barbarian Female:
Code:
1,1,TFFT,globalBAF_chr2,Loading Barbarian
1,1,TFFT,globalBAF_chr,Loading Barbarian
Erudite Male:
Code:
1,1,TFFT,globalERM_chr2,Loading Erudite
1,1,TFFT,globalERM_chr,Loading Erudite
Erudite Female:
Code:
1,1,TFFT,globalERF_chr2,Loading Erudite
1,1,TFFT,globalERF_chr,Loading Erudite
Wood Elf Male:
Code:
1,1,TFFT,globalELM_chr2,Loading Wood Elf
1,1,TFFT,globalELM_chr,Loading Wood Elf
Wood Elf Female:
Code:
1,1,TFFT,globalELF_chr2,Loading Wood Elf
1,1,TFFT,globalELF_chr,Loading Wood Elf
High Elf Male:
Code:
1,1,TFFT,globalHIM_chr2,Loading High Elf
1,1,TFFT,globalHIM_chr,Loading High Elf
High Elf Female:
Code:
1,1,TFFT,globalHIF_chr2,Loading High Elf
1,1,TFFT,globalHIF_chr,Loading High Elf
Dark Elf Male:
Code:
1,1,TFFT,globalDAM_chr2,Loading Dark Elf
1,1,TFFT,globalDAM_chr,Loading Dark Elf
Dark Elf Female:
Code:
1,1,TFFT,globalDAF_chr2,Loading Dark Elf
1,1,TFFT,globalDAF_chr,Loading Dark Elf
Half Elf Male:
Code:
1,1,TFFT,globalHAM_chr2,Loading Half Elf
1,1,TFFT,globalHAM_chr,Loading Half Elf
Half Elf Female:
Code:
1,1,TFFT,globalHAF_chr2,Loading Half Elf
1,1,TFFT,globalHAF_chr,Loading Half Elf
Dwarf Male:
Code:
1,1,TFFT,globalDWM_chr2,Loading Dwarf
1,1,TFFT,globalDWM_chr,Loading Dwarf
Dwarf Female:
Code:
1,1,TFFT,globalDWF_chr2,Loading Dwarf
1,1,TFFT,globalDWF_chr,Loading Dwarf
Troll Male:
Code:
1,1,TFFT,globalTRM_chr2,Loading Troll
1,1,TFFT,globalTRM_chr,Loading Troll
Troll Female:
Code:
1,1,TFFT,globalTRF_chr2,Loading Troll
1,1,TFFT,globalTRF_chr,Loading Troll
Ogre Male:
Code:
1,1,TFFT,globalOGM_chr2,Loading Ogre
1,1,TFFT,globalOGM_chr,Loading Ogre
Ogre Female:
Code:
1,1,TFFT,globalOGF_chr2,Loading Ogre
1,1,TFFT,globalOGF_chr,Loading Ogre
Halfling Male:
Code:
1,1,TFFT,globalHOM_chr2,Loading Halfling
1,1,TFFT,globalHOM_chr,Loading Halfling
Halfling Female:
Code:
1,1,TFFT,globalHOF_chr2,Loading Halfling
1,1,TFFT,globalHOF_chr,Loading Halfling
Gnome Male:
Code:
1,1,TFFT,globalGNM_chr2,Loading Gnome
1,1,TFFT,globalGNM_chr,Loading Gnome
Gnome Female:
Code:
1,1,TFFT,globalGNF_chr2,Loading Gnome
1,1,TFFT,globalGNF_chr,Loading Gnome
Iksar Male:
Code:
1,1,TFFT,globalIKM_chr2,Loading Iksar
1,1,TFFT,globalIKM_chr,Loading Iksar
Iksar Female:
Code:
1,1,TFFT,globalIKF_chr2,Loading Iksar
1,1,TFFT,globalIKF_chr,Loading Iksar
5. Vah Shir
While I'm not sure if it's necessary or not I did this anyway and since it hurts nothing to load it, considering the Guktan Froglok is loaded as well anyway, you may as well load it. Add this below the Iksar Race (Or whatever was the last Luclin race you decided to load)
Code:
1,1,TFFT,globalKEM_chr2,Loading Vah Shir
1,1,TFFT,globalKEM_chr,Loading Vah Shir
1,1,TFFF,VEquip,Loading Vah Shir Parts
1,1,TFFT,globalKEF_chr2,Loading Vah Shir
1,1,TFFT,globalKEF_chr,Loading Vah Shir
3,0,TFFF,Global5_chr2,Loading Elementals and Horses
3,0,TFFF,Global5_chr,Loading Elementals and Horses
6. Elementals
Elementals MUST be turned on via eqclient.ini

Code:
UseLuclinElementals=TRUE
No other Luclin models in eqclient.ini must be set to TRUE. Only Elementals if you want them.

7. Luclin Model Armor Files
Add this below the Vah Shir. You MUST have this loaded, in this order, to use any Luclin models.
Code:
1,1,TFFF,LGEquip_amr2,Loading Armor Files
1,1,TFFF,LGEquip_amr,Loading Armor Files
1,1,TFFF,LGEquip2,Loading Armor Files
1,1,TFFF,LGEquip,Loading Armor Files
8. Adding Later Expansion Global Races
By default, Titanium comes with several races loaded from later expansions (mostly revamped models from Depths of Darkhollow) that you will never see legitimately on Project 1999 but that the devs never removed from GlobalLoad. GM's often use them during GM events (like in East Commonlands or The Arena) or anywhere a GM may be. Turning players and NPCs into these races. While they will never be seen beyond these 'events' you may choose to have them on in case of such an event. If so, add the following lines next (They are labeled if you choose to cut ones you don't like out):

Code:
3,0,TFFF,gbn.eqg,Loading DoN Goblin
3,0,TFFF,wwf.eqg,Loading DoDH Werewolf
3,0,TFFF,kbd.eqg,Loading DoDH Kobold
3,0,TFFF,fng.eqg,Loading DoDH Sporali
3,0,TFFF,ork.eqg,Loading DoDH Orc
3,0,TFFF,ggy.eqg,Loading DoDH Gargoyle
3,0,TFFF,eve.eqg,Loading DoDH Evil Eye
3,0,TFFF,mnr.eqg,Loading Omens Minotaur
3,0,TFFF,zmm.eqg,Loading DoDH Zombie
3,0,TFFF,fry.eqg,Loading DoDH Fairy
3,0,TFFF,cwr.eqg,Loading Roboboar
3,0,TFFF,bas.eqg,Loading DoDH Basilisk
3,0,TFFF,rap_chr,Loading Kunark Raptor
3,0,TFFF,skt_chr,Loading LDoN Skeleton
9. Skeletons

Quick Note!: Thanks to the tools provided by Zaela the Luclin Skeletons and Wolves are separate and can be loaded independent of each other! The Luclin wolf has also been resized to match current Classic Wolf database sizes.

Pick which model you want below and follow the instructions:

Luclin:

Download ske_chr.s3d here: DOWNLOAD

Extract the .rar into your Everquest install directory and add the following line next in GlobalLoad.txt:

Code:
3,0,TFFF,ske_chr,Loading Luclin Skeleton
NOTE: Luclin Skeletons will STILL require Luclin Human males to be loaded in order to animate! Keep this in mind if your boners are stiff!!!!

Classic:

Download ske_chr.s3d here: DOWNLOAD

Extract the .rar into your Everquest install directory and add the following line next in GlobalLoad.txt:

Code:
3,0,TFFF,ske_chr,Loading Classic Skeleton
10. Wolves

Pick which model you want below and follow the instructions:

Luclin:

Download wol_chr.s3d and woe_chr.s3d here: DOWNLOAD

Extract the .rar into your Everquest install directory and add the following lines to GlobalLoad.txt:

Code:
3,0,TFFF,wol_chr,Loading Luclin Wolf
3,0,TFFF,woe_chr,Loading Luclin Wolf
Classic:

Download wol_chr.s3d and woe_chr.s3d here: DOWNLOAD

Extract the .rar into your Everquest install directory and add the following line to GlobalLoad.txt:

Code:
3,0,TFFF,wol_chr,Loading Classic Wolf
3,0,TFFF,woe_chr,Loading Classic Wolf
11. Filling in models and Items
Add the following after the Skeletons/Wolves (or the Armor Files if you chose not to use the Skeletons/Wolves)
Code:
3,0,TFFF,Global4_chr,Loading Characters
3,1,TFFF,Global_chr,Loading Characters
4,0,TFFF,Global2_chr,Loading Global Items and Equipment
4,0,TFFF,Global3_chr,Loading Global Items and Equipment Files
2,0,TFFF,GEquip5,Loading Character Equipment Files
FINISH:
You should now be finished. Save the file. If you were already in-game you must log out and then back in for changes to take effect. For comparison purposes (and for the lazy) I have put up a couple of GlobalLoad.txt files. These both include every Luclin race minus the Skeletons/Wolves. The first is the "light" version. The second is the "default" version.

Lazy Load One (Contains all Luclin races minus Skeletons/Wolves. Unnecessary races and item loads have been stripped for loading purposes and a lighter load. Many of these races and files are likely stripped from your client if you use the Light Client anyway.):
Code:
1,1,TFFF,GlobalFroglok_chr,Loading Classic Froglok
1,1,TFFT,GlobalPCFroglok_chr,Loading Guktan
1,1,TFFF,frogequip,Loading Guktan Parts
1,1,TFFT,GlobalSKE_chr2,Loading Froglok
1,1,TFFF,GlobalDRK_chr,Loading Froglok
1,1,TFFF,Global_obj,Loading Character Equipment Files
1,1,TFTF,GEquip,Loading Character Equipment Files
2,0,TFFF,GEquip8,Loading Character Equipment Files
2,0,TFFF,GEquip2,Loading Character Equipment Files
2,0,TFFF,grass,Loading Character Equipment Files
2,0,TFFF,GEquip4,Loading Character Equipment Files
2,0,TFFF,GEquip3,Loading Character Equipment Files
1,1,TFFT,globalHUM_chr2,Loading Human
1,1,TFFT,globalHUM_chr,Loading Human
1,1,TFFT,globalHUF_chr2,Loading Human
1,1,TFFT,globalHUF_chr,Loading Human
1,1,TFFT,globalBAM_chr2,Loading Barbarian
1,1,TFFT,globalBAM_chr,Loading Barbarian
1,1,TFFT,globalBAF_chr2,Loading Barbarian
1,1,TFFT,globalBAF_chr,Loading Barbarian
1,1,TFFT,globalERM_chr2,Loading Erudite
1,1,TFFT,globalERM_chr,Loading Erudite
1,1,TFFT,globalERF_chr2,Loading Erudite
1,1,TFFT,globalERF_chr,Loading Erudite
1,1,TFFT,globalELM_chr2,Loading Wood Elf
1,1,TFFT,globalELM_chr,Loading Wood Elf
1,1,TFFT,globalELF_chr2,Loading Wood Elf
1,1,TFFT,globalELF_chr,Loading Wood Elf
1,1,TFFT,globalHIM_chr2,Loading High Elf
1,1,TFFT,globalHIM_chr,Loading High Elf
1,1,TFFT,globalHIF_chr2,Loading High Elf
1,1,TFFT,globalHIF_chr,Loading High Elf
1,1,TFFT,globalDAM_chr2,Loading Dark Elf
1,1,TFFT,globalDAM_chr,Loading Dark Elf
1,1,TFFT,globalDAF_chr2,Loading Dark Elf
1,1,TFFT,globalDAF_chr,Loading Dark Elf
1,1,TFFT,globalHAM_chr2,Loading Half Elf
1,1,TFFT,globalHAM_chr,Loading Half Elf
1,1,TFFT,globalHAF_chr2,Loading Half Elf
1,1,TFFT,globalHAF_chr,Loading Half Elf
1,1,TFFT,globalDWM_chr2,Loading Dwarf
1,1,TFFT,globalDWM_chr,Loading Dwarf
1,1,TFFT,globalDWF_chr2,Loading Dwarf
1,1,TFFT,globalDWF_chr,Loading Dwarf
1,1,TFFT,globalTRM_chr2,Loading Troll
1,1,TFFT,globalTRM_chr,Loading Troll
1,1,TFFT,globalTRF_chr2,Loading Troll
1,1,TFFT,globalTRF_chr,Loading Troll
1,1,TFFT,globalOGM_chr2,Loading Ogre
1,1,TFFT,globalOGM_chr,Loading Ogre
1,1,TFFT,globalOGF_chr2,Loading Ogre
1,1,TFFT,globalOGF_chr,Loading Ogre
1,1,TFFT,globalHOM_chr2,Loading Halfling
1,1,TFFT,globalHOM_chr,Loading Halfling
1,1,TFFT,globalHOF_chr2,Loading Halfling
1,1,TFFT,globalHOF_chr,Loading Halfling
1,1,TFFT,globalGNM_chr2,Loading Gnome
1,1,TFFT,globalGNM_chr,Loading Gnome
1,1,TFFT,globalGNF_chr2,Loading Gnome
1,1,TFFT,globalGNF_chr,Loading Gnome
1,1,TFFT,globalIKM_chr2,Loading Iksar
1,1,TFFT,globalIKM_chr,Loading Iksar
1,1,TFFT,globalIKF_chr2,Loading Iksar
1,1,TFFT,globalIKF_chr,Loading Iksar
1,1,TFFT,globalKEM_chr2,Loading Vah Shir
1,1,TFFT,globalKEM_chr,Loading Vah Shir
1,1,TFFF,VEquip,Loading Vah Shir Parts
1,1,TFFT,globalKEF_chr2,Loading Vah Shir
1,1,TFFT,globalKEF_chr,Loading Vah Shir
3,0,TFFF,Global5_chr2,Loading Elementals and Horses
3,0,TFFF,Global5_chr,Loading Elementals and Horses
1,1,TFFF,LGEquip_amr2,Loading Armor Files
1,1,TFFF,LGEquip_amr,Loading Armor Files
1,1,TFFF,LGEquip2,Loading Armor Files
1,1,TFFF,LGEquip,Loading Armor Files
3,0,TFFF,Global4_chr,Loading Characters
3,1,TFFF,Global_chr,Loading Characters
4,0,TFFF,Global2_chr,Loading Global Items and Equipment
4,0,TFFF,Global3_chr,Loading Global Items and Equipment Files
2,0,TFFF,GEquip5,Loading Character Equipment Files
1,0,TFFF,growthplane_chr,Loading Plane of Growth Races
1,0,TFFF,karnor_chr,Loading Karnors Castle Races
Lazy Load Two (Complete with later expansion item graphics and global races sometimes used by GMs during events. WILL NOT BE SEEN LEGITIMATELY OUTSIDE OF GM EVENTS ON PROJECT 1999. Do NOT use if you are experiencing heavy load times, memory leaks, or have a crappy computer.):
Code:
1,1,TFFF,GlobalFroglok_chr,Loading Classic Froglok
1,1,TFFT,GlobalPCFroglok_chr,Loading Guktan
1,1,TFFF,frogequip,Loading Guktan Pieces
1,1,TFFT,GlobalSKE_chr2,Loading Froglok
1,1,TFFF,GlobalDRK_chr,Loading Froglok
1,1,TFFF,Global_obj,Loading Character Equipment Files
1,1,TFTF,GEquip,Loading Character Equipment Files
2,0,TFFF,GEquip8,Loading Character Equipment Files
2,0,TFFF,GEquip2,Loading Character Equipment Files
2,0,TFFF,grass,Loading Character Equipment Files
2,0,TFFF,GEquip4,Loading Character Equipment Files
2,0,TFFF,GEquip3,Loading Character Equipment Files
2,0,TFFF,loyequip,Loading Character Equipment Files
2,0,TFFF,ldonequip,Loading Character Equipment Files
2,0,TFFF,gatesequip,Loading Character Equipment Files
2,0,TFFF,omensequip.eqg,Loading Character Equipment Files
2,0,TFFF,donequip.eqg,Loading Character Equipment Files
2,0,TFFF,dodequip.eqg,Loading Character Equipment Files
1,1,TFFT,globalHUM_chr2,Loading Human
1,1,TFFT,globalHUM_chr,Loading Human
1,1,TFFT,globalHUF_chr2,Loading Human
1,1,TFFT,globalHUF_chr,Loading Human
1,1,TFFT,globalBAM_chr2,Loading Barbarian
1,1,TFFT,globalBAM_chr,Loading Barbarian
1,1,TFFT,globalBAF_chr2,Loading Barbarian
1,1,TFFT,globalBAF_chr,Loading Barbarian
1,1,TFFT,globalERM_chr2,Loading Erudite
1,1,TFFT,globalERM_chr,Loading Erudite
1,1,TFFT,globalERF_chr2,Loading Erudite
1,1,TFFT,globalERF_chr,Loading Erudite
1,1,TFFT,globalELM_chr2,Loading Wood Elf
1,1,TFFT,globalELM_chr,Loading Wood Elf
1,1,TFFT,globalELF_chr2,Loading Wood Elf
1,1,TFFT,globalELF_chr,Loading Wood Elf
1,1,TFFT,globalHIM_chr2,Loading High Elf
1,1,TFFT,globalHIM_chr,Loading High Elf
1,1,TFFT,globalHIF_chr2,Loading High Elf
1,1,TFFT,globalHIF_chr,Loading High Elf
1,1,TFFT,globalDAM_chr2,Loading Dark Elf
1,1,TFFT,globalDAM_chr,Loading Dark Elf
1,1,TFFT,globalDAF_chr2,Loading Dark Elf
1,1,TFFT,globalDAF_chr,Loading Dark Elf
1,1,TFFT,globalHAM_chr2,Loading Half Elf
1,1,TFFT,globalHAM_chr,Loading Half Elf
1,1,TFFT,globalHAF_chr2,Loading Half Elf
1,1,TFFT,globalHAF_chr,Loading Half Elf
1,1,TFFT,globalDWM_chr2,Loading Dwarf
1,1,TFFT,globalDWM_chr,Loading Dwarf
1,1,TFFT,globalDWF_chr2,Loading Dwarf
1,1,TFFT,globalDWF_chr,Loading Dwarf
1,1,TFFT,globalTRM_chr2,Loading Troll
1,1,TFFT,globalTRM_chr,Loading Troll
1,1,TFFT,globalTRF_chr2,Loading Troll
1,1,TFFT,globalTRF_chr,Loading Troll
1,1,TFFT,globalOGM_chr2,Loading Ogre
1,1,TFFT,globalOGM_chr,Loading Ogre
1,1,TFFT,globalOGF_chr2,Loading Ogre
1,1,TFFT,globalOGF_chr,Loading Ogre
1,1,TFFT,globalHOM_chr2,Loading Halfling
1,1,TFFT,globalHOM_chr,Loading Halfling
1,1,TFFT,globalHOF_chr2,Loading Halfling
1,1,TFFT,globalHOF_chr,Loading Halfling
1,1,TFFT,globalGNM_chr2,Loading Gnome
1,1,TFFT,globalGNM_chr,Loading Gnome
1,1,TFFT,globalGNF_chr2,Loading Gnome
1,1,TFFT,globalGNF_chr,Loading Gnome
1,1,TFFT,globalIKM_chr2,Loading Iksar
1,1,TFFT,globalIKM_chr,Loading Iksar
1,1,TFFT,globalIKF_chr2,Loading Iksar
1,1,TFFT,globalIKF_chr,Loading Iksar
1,1,TFFT,globalKEM_chr2,Loading Vah Shir
1,1,TFFT,globalKEM_chr,Loading Vah Shir
1,1,TFFF,VEquip,Loading Vah Shir Parts
1,1,TFFT,globalKEF_chr2,Loading Vah Shir
1,1,TFFT,globalKEF_chr,Loading Vah Shir
1,1,TFFT,Global5_chr2,Loading Elementals and Horses
1,1,TFFT,Global5_chr,Loading Elementals and Horses
1,1,TFFF,LGEquip_amr2,Loading Armor Files
1,1,TFFF,LGEquip_amr,Loading Armor Files
1,1,TFFF,LGEquip2,Loading Armor Files
1,1,TFFF,LGEquip,Loading Armor Files
3,0,TFFF,gbn.eqg,Loading DoN Goblin
3,0,TFFF,wwf.eqg,Loading DoDH Werewolf
3,0,TFFF,kbd.eqg,Loading DoDH Kobold
3,0,TFFF,fng.eqg,Loading DoDH Sporali
3,0,TFFF,ork.eqg,Loading DoDH Orc
3,0,TFFF,ggy.eqg,Loading DoDH Gargoyle
3,0,TFFF,eve.eqg,Loading DoDH Evil Eye
3,0,TFFF,mnr.eqg,Loading Omens Minotaur
3,0,TFFF,zmm.eqg,Loading DoDH Zombie
3,0,TFFF,fry.eqg,Loading DoDH Fairy
3,0,TFFF,cwr.eqg,Loading Roboboar
3,0,TFFF,bas.eqg,Loading DoDH Basilisk
3,0,TFFF,rap_chr,Loading Kunark Raptor
3,0,TFFF,skt_chr,Loading LDoN Skeleton
4,0,TFFF,Global6_chr,Loading Luclin Beastlord Pack
3,0,TFFF,Global4_chr,Loading Characters
3,1,TFFF,Global_chr,Loading Characters
4,0,TFFF,Global2_chr,Loading Global Items and Equipment
4,0,TFFF,Global3_chr,Loading Global Items and Equipment Files
2,0,TFFF,GEquip5,Loading Character Equipment Files
1,0,TFFF,growthplane_chr,Loading Plane of Growth Races
1,0,TFFF,karnor_chr,Loading Karnors Castle Races
If you run into any issues you can post them here, PM me on the forums, or send a tell to Rainbowdash in-game and I will look into them.

Enjoy! And have fun playing Project 1999 [You must be logged in to view images. Log in or Register.]

-Danyelle: the heretic for liking Space Cats: The Expansion
Last edited by Danyelle; 09-07-2014 at 11:48 AM..
Reply With Quote