Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-06-2012, 02:00 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

Thanks, the above is my updated one for UF but I don't know if I'm missing anything.
Reply With Quote
  #2  
Old 03-07-2012, 07:54 PM
werebat's Avatar
werebat
Hill Giant
 
Join Date: Oct 2010
Posts: 143
Default

The wolves in qeynos hills and the karana's are the old style wolves and not the new ones after applying this.
Reply With Quote
  #3  
Old 04-15-2012, 03:12 PM
501st
Sarnak
 
Join Date: Jan 2009
Location: Virginia
Posts: 51
Default

That's because you have zone files with the Classic wolf packed into them 'overriding' the Luclin wolf. If you're going to do this it is most effective loading everything at the very bottom of an unaltered GlobalLoad.

As it stands the Classic wolf in the old zones (Plane of Growth for example) is being loaded BEFORE the Luclin wolf model packed into Global6_chr preventing the Luclin model from loading.

GlobalLoad is very strict on load order. Whatever is loaded first is what will get used. Any later conflicts get ignored to prevent crippling bugs and crashes. It is by knowing this that I got Luclin models working on P99.

Basically tl;dr. Put all the custom global races/zones at the bottom of the Global Load file and it should fix that issue.

-Danyelle
__________________
Rainbowdash Spectrum - 54 Dark Elf Magician - P99
Rainbowdash Poxleitner - 100 Dark Elf Magician - Live/Test
Miku X'Lottl - Vet Rank 11 Khajiit Nightblade - ESO
Reply With Quote
  #4  
Old 07-01-2012, 02:42 AM
GLGanjika
Hill Giant
 
Join Date: Feb 2011
Posts: 132
Exclamation Load All Zones Object Files

If you load all zones _Obj files by adding this to your GlobalLoad.txt or whatnot - then you can #object add campfire 0 campfire (for example) in ANY zone and it will make whatever item name you type in in that manner (you can get item names from the EQ Model Viewer (s3dspy doesn't do it, that tool is for the texture imo) to get the name (if the name is campfire_bmp then you just type campfire, etc).

Glad I can finally start giving back to the community.

Code:
4,0,TFFF,abysmal_obj,Loading Global Items and Equipment
4,0,TFFF,acrylia_obj,Loading Global Items and Equipment
4,0,TFFF,airplane_obj,Loading Global Items and Equipment
4,0,TFFF,akanon_obj,Loading Global Items and Equipment
4,0,TFFF,akheva_obj,Loading Global Items and Equipment
4,0,TFFF,arena_obj,Loading Global Items and Equipment
4,0,TFFF,barindu_obj,Loading Global Items and Equipment
4,0,TFFF,befallen_obj,Loading Global Items and Equipment
4,0,TFFF,beholder_obj,Loading Global Items and Equipment
4,0,TFFF,blackburrow_obj,Loading Global Items and Equipment
4,0,TFFF,blackburrow_2_obj,Loading Global Items and Equipment
4,0,TFFF,burningwood_obj,Loading Global Items and Equipment
4,0,TFFF,butcher_2_obj_obj,Loading Global Items and Equipment
4,0,TFFF,butcher_obj,Loading Global Items and Equipment
4,0,TFFF,cabeast_obj,Loading Global Items and Equipment
4,0,TFFF,cabwest_obj,Loading Global Items and Equipment
4,0,TFFF,cauldron_obj,Loading Global Items and Equipment
4,0,TFFF,cazicthule_obj,Loading Global Items and Equipment
4,0,TFFF,charasis_obj,Loading Global Items and Equipment
4,0,TFFF,chardok_obj,Loading Global Items and Equipment
4,0,TFFF,chardok_2_obj,Loading Global Items and Equipment
4,0,TFFF,citymist_obj,Loading Global Items and Equipment
4,0,TFFF,cobaltscar_obj,Loading Global Items and Equipment
4,0,TFFF,codecay_obj,Loading Global Items and Equipment
4,0,TFFF,commons_obj,Loading Global Items and Equipment
4,0,TFFF,crushbone_obj,Loading Global Items and Equipment
4,0,TFFF,crystal_obj,Loading Global Items and Equipment
4,0,TFFF,dalnir_obj,Loading Global Items and Equipment
4,0,TFFF,dawnshroud_obj,Loading Global Items and Equipment
4,0,TFFF,dreadlands_obj,Loading Global Items and Equipment
4,0,TFFF,droga_obj,Loading Global Items and Equipment
4,0,TFFF,dulaak_obj,Loading Global Items and Equipment
4,0,TFFF,eastkarana_obj,Loading Global Items and Equipment
4,0,TFFF,eastwastes_obj,Loading Global Items and Equipment
4,0,TFFF,echo_obj,Loading Global Items and Equipment
4,0,TFFF,emeraldjungle_obj,Loading Global Items and Equipment
4,0,TFFF,erudnext_obj,Loading Global Items and Equipment
4,0,TFFF,erudsxing_obj,Loading Global Items and Equipment
4,0,TFFF,everfrost_obj,Loading Global Items and Equipment
4,0,TFFF,fearplane_obj,Loading Global Items and Equipment
4,0,TFFF,feerrott_obj,Loading Global Items and Equipment
4,0,TFFF,felwithea_obj,Loading Global Items and Equipment
4,0,TFFF,felwitheb_obj,Loading Global Items and Equipment
4,0,TFFF,ferubi_obj,Loading Global Items and Equipment
4,0,TFFF,fieldofbone_obj,Loading Global Items and Equipment
4,0,TFFF,firiona_obj,Loading Global Items and Equipment
4,0,TFFF,freporte_obj,Loading Global Items and Equipment
4,0,TFFF,freportw_obj,Loading Global Items and Equipment
4,0,TFFF,frontiermtns_obj,Loading Global Items and Equipment
4,0,TFFF,frozenshadow_obj,Loading Global Items and Equipment
4,0,TFFF,fungusgrove_obj,Loading Global Items and Equipment
4,0,TFFF,greatdivide_obj,Loading Global Items and Equipment
4,0,TFFF,griegsend_obj,Loading Global Items and Equipment
4,0,TFFF,grimling_obj,Loading Global Items and Equipment
4,0,TFFF,grobb_obj,Loading Global Items and Equipment
4,0,TFFF,growthplane_obj,Loading Global Items and Equipment
4,0,TFFF,guka_obj,Loading Global Items and Equipment
4,0,TFFF,gukb_obj,Loading Global Items and Equipment
4,0,TFFF,gukc_obj,Loading Global Items and Equipment
4,0,TFFF,gukd_obj,Loading Global Items and Equipment
4,0,TFFF,guke_obj,Loading Global Items and Equipment
4,0,TFFF,gukd_obj,Loading Global Items and Equipment
4,0,TFFF,gukf_obj,Loading Global Items and Equipment
4,0,TFFF,gukg_obj,Loading Global Items and Equipment
4,0,TFFF,gukh_obj,Loading Global Items and Equipment
4,0,TFFF,guktop_obj,Loading Global Items and Equipment
4,0,TFFF,gunthak_obj,Loading Global Items and Equipment
4,0,TFFF,halas_obj,Loading Global Items and Equipment
4,0,TFFF,hateplane_obj,Loading Global Items and Equipment
4,0,TFFF,hateplaneb_obj,Loading Global Items and Equipment
4,0,TFFF,hatesfury_obj,Loading Global Items and Equipment
4,0,TFFF,highkeep_obj,Loading Global Items and Equipment
4,0,TFFF,highpass_obj,Loading Global Items and Equipment
4,0,TFFF,hohonora_obj,Loading Global Items and Equipment
4,0,TFFF,hohonorb_obj,Loading Global Items and Equipment
4,0,TFFF,hole_obj,Loading Global Items and Equipment
4,0,TFFF,hole_2_obj,Loading Global Items and Equipment
4,0,TFFF,hallowshade_obj,Loading Global Items and Equipment
4,0,TFFF,iceclad_2_obj,Loading Global Items and Equipment
4,0,TFFF,iceclad_obj,Loading Global Items and Equipment
4,0,TFFF,ikkinz_obj,Loading Global Items and Equipment
4,0,TFFF,inktuta_obj,Loading Global Items and Equipment
4,0,TFFF,innothule_2_obj,Loading Global Items and Equipment
4,0,TFFF,innothul_obj,Loading Global Items and Equipment
4,0,TFFF,jaggedpine_obj,Loading Global Items and Equipment
4,0,TFFF,kael_obj,Loading Global Items and Equipment
4,0,TFFF,kael_2_obj,Loading Global Items and Equipment
4,0,TFFF,kaesora_obj,Loading Global Items and Equipment
4,0,TFFF,kaladima_obj,Loading Global Items and Equipment
4,0,TFFF,kaladimb_obj,Loading Global Items and Equipment
4,0,TFFF,karnor_obj,Loading Global Items and Equipment
4,0,TFFF,katta_obj,Loading Global Items and Equipment
4,0,TFFF,kedge_obj,Loading Global Items and Equipment
4,0,TFFF,kerraridge_obj,Loading Global Items and Equipment
4,0,TFFF,kithicor_obj,Loading Global Items and Equipment
4,0,TFFF,kodtaz_obj,Loading Global Items and Equipment
4,0,TFFF,kurn_obj,Loading Global Items and Equipment
4,0,TFFF,lakeoillomen_obj,Loading Global Items and Equipment
4,0,TFFF,lakerathe_obj,Loading Global Items and Equipment
4,0,TFFF,lavastorm_obj,Loading Global Items and Equipment
4,0,TFFF,letalis_obj,Loading Global Items and Equipment
4,0,TFFF,lfaydark_obj,Loading Global Items and Equipment
4,0,TFFF,load_obj,Loading Global Items and Equipment
4,0,TFFF,load2_obj,Loading Global Items and Equipment
4,0,TFFF,maiden_obj,Loading Global Items and Equipment
4,0,TFFF,mira_obj,Loading Global Items and Equipment
4,0,TFFF,_obj,Loading Global Items and Equipment
4,0,TFFF,mirb_obj,Loading Global Items and Equipment
4,0,TFFF,mird_obj,Loading Global Items and Equipment
4,0,TFFF,mire_obj,Loading Global Items and Equipment
4,0,TFFF,mif_obj,Loading Global Items and Equipment
4,0,TFFF,mig_obj,Loading Global Items and Equipment
4,0,TFFF,mirh_obj,Loading Global Items and Equipment
4,0,TFFF,miri_obj,Loading Global Items and Equipment
4,0,TFFF,mirj_obj,Loading Global Items and Equipment
4,0,TFFF,mischiefplane_obj,Loading Global Items and Equipment
4,0,TFFF,mistmoore_obj,Loading Global Items and Equipment
4,0,TFFF,misty_obj,Loading Global Items and Equipment
4,0,TFFF,mmca_obj,Loading Global Items and Equipment
4,0,TFFF,mmcb_obj,Loading Global Items and Equipment
4,0,TFFF,mmcd_obj,Loading Global Items and Equipment
4,0,TFFF,mmce_obj,Loading Global Items and Equipment
4,0,TFFF,mmcf_obj,Loading Global Items and Equipment
4,0,TFFF,mmcg_obj,Loading Global Items and Equipment
4,0,TFFF,mmch_obj,Loading Global Items and Equipment
4,0,TFFF,mmci_mmciobj,Loading Global Items and Equipment
4,0,TFFF,mmcj_obj,Loading Global Items and Equipment
4,0,TFFF,mseru_obj,Loading Global Items and Equipment
4,0,TFFF,nadox_obj,Loading Global Items and Equipment
4,0,TFFF,najena_obj,Loading Global Items and Equipment
4,0,TFFF,natimbi_obj,Loading Global Items and Equipment
4,0,TFFF,necropolis_obj,Loading Global Items and Equipment
4,0,TFFF,necropolis_2_obj,Loading Global Items and Equipment
4,0,TFFF,nedaria_obj,Loading Global Items and Equipment
4,0,TFFF,nektulos_obj,Loading Global Items and Equipment
4,0,TFFF,neriaka_obj,Loading Global Items and Equipment
4,0,TFFF,neriakb_obj,Loading Global Items and Equipment
4,0,TFFF,neriakc_obj,Loading Global Items and Equipment
4,0,TFFF,netherbian_obj,Loading Global Items and Equipment
4,0,TFFF,nexus_obj,Loading Global Items and Equipment
4,0,TFFF,nightmareb_obj,Loading Global Items and Equipment
4,0,TFFF,northkarana_obj,Loading Global Items and Equipment
4,0,TFFF,nro_obj,Loading Global Items and Equipment
4,0,TFFF,nurga_obj,Loading Global Items and Equipment
4,0,TFFF,oasis_obj,Loading Global Items and Equipment
4,0,TFFF,oasis_2_obj,Loading Global Items and Equipment
4,0,TFFF,oggok_obj,Loading Global Items and Equipment
4,0,TFFF,oot_obj,Loading Global Items and Equipment
4,0,TFFF,overthere_obj,Loading Global Items and Equipment
4,0,TFFF,oot_obj,Loading Global Items and Equipment
4,0,TFFF,paineel_obj,Loading Global Items and Equipment
4,0,TFFF,paludal_obj,Loading Global Items and Equipment
4,0,TFFF,paw_obj,Loading Global Items and Equipment
4,0,TFFF,permafrost_obj,Loading Global Items and Equipment
4,0,TFFF,poair_obj,Loading Global Items and Equipment
4,0,TFFF,podisease_obj,Loading Global Items and Equipment
4,0,TFFF,poeartha_obj,Loading Global Items and Equipment
4,0,TFFF,poearthb_obj,Loading Global Items and Equipment
4,0,TFFF,pofire_obj,Loading Global Items and Equipment
4,0,TFFF,poinnovation_obj,Loading Global Items and Equipment
4,0,TFFF,pojustice_obj,Loading Global Items and Equipment
4,0,TFFF,poknowledge_obj,Loading Global Items and Equipment
4,0,TFFF,ponightmare_obj,Loading Global Items and Equipment
4,0,TFFF,postorms_obj,Loading Global Items and Equipment
4,0,TFFF,potactics_obj,Loading Global Items and Equipment
4,0,TFFF,potimea_obj,Loading Global Items and Equipment
4,0,TFFF,potimeb_obj,Loading Global Items and Equipment
4,0,TFFF,potorment_obj,Loading Global Items and Equipment
4,0,TFFF,potranquility_obj,Loading Global Items and Equipment
4,0,TFFF,povalor_obj,Loading Global Items and Equipment
4,0,TFFF,powar_obj,Loading Global Items and Equipment
4,0,TFFF,powater_obj,Loading Global Items and Equipment
4,0,TFFF,qcat_obj,Loading Global Items and Equipment
4,0,TFFF,qey2hh1_obj,Loading Global Items and Equipment
4,0,TFFF,qeynos_obj,Loading Global Items and Equipment
4,0,TFFF,qeytoqrg_obj,Loading Global Items and Equipment
4,0,TFFF,qinimi_obj,Loading Global Items and Equipment
4,0,TFFF,qrg_obj,Loading Global Items and Equipment
4,0,TFFF,qvic_obj,Loading Global Items and Equipment
4,0,TFFF,qvicv_obj,Loading Global Items and Equipment
4,0,TFFF,rathemtn_obj,Loading Global Items and Equipment
4,0,TFFF,rathemtn_obj2,Loading Global Items and Equipment
4,0,TFFF,rivervale_obj,Loading Global Items and Equipment
4,0,TFFF,ruja_obj,Loading Global Items and Equipment
4,0,TFFF,rujc_obj,Loading Global Items and Equipment
4,0,TFFF,rujd_obj,Loading Global Items and Equipment
4,0,TFFF,ruje_obj,Loading Global Items and Equipment
4,0,TFFF,rujf_obj,Loading Global Items and Equipment
4,0,TFFF,rujg_obj,Loading Global Items and Equipment
4,0,TFFF,rujh_obj,Loading Global Items and Equipment
4,0,TFFF,ruji_obj,Loading Global Items and Equipment
4,0,TFFF,rujj_obj,Loading Global Items and Equipment
4,0,TFFF,runnyeye_obj,Loading Global Items and Equipment
4,0,TFFF,scarlet_obj,Loading Global Items and Equipment
4,0,TFFF,sebilis_obj,Loading Global Items and Equipment
4,0,TFFF,shadeweaver_obj,Loading Global Items and Equipment
4,0,TFFF,shadowhaven_obj,Loading Global Items and Equipment
4,0,TFFF,shadowrest_obj,Loading Global Items and Equipment
4,0,TFFF,sharvahl_obj,Loading Global Items and Equipment
4,0,TFFF,sirens_obj,Loading Global Items and Equipment
4,0,TFFF,skyfire_obj,Loading Global Items and Equipment
4,0,TFFF,skyshrine_obj,Loading Global Items and Equipment
4,0,TFFF,skyshrine_2_obj,Loading Global Items and Equipment
4,0,TFFF,sleeper_obj,Loading Global Items and Equipment
4,0,TFFF,sleeper_2_obj,Loading Global Items and Equipment
4,0,TFFF,sncrematory_obj,Loading Global Items and Equipment
4,0,TFFF,snlair_obj,Loading Global Items and Equipment
4,0,TFFF,snplant_obj,Loading Global Items and Equipment
4,0,TFFF,snpool_obj,Loading Global Items and Equipment
4,0,TFFF,soldunga_obj,Loading Global Items and Equipment
4,0,TFFF,soldungb_obj,Loading Global Items and Equipment
4,0,TFFF,solddungc_obj,Loading Global Items and Equipment
4,0,TFFF,solrotower_obj,Loading Global Items and Equipment
4,0,TFFF,soltemple_obj,Loading Global Items and Equipment
4,0,TFFF,southkarana_obj,Loading Global Items and Equipment
4,0,TFFF,sro_obj,Loading Global Items and Equipment
4,0,TFFF,ssratemple_obj,Loading Global Items and Equipment
4,0,TFFF,steamfont_obj,Loading Global Items and Equipment
4,0,TFFF,stonebrunt_obj,Loading Global Items and Equipment
4,0,TFFF,stonebrunt_obj2,Loading Global Items and Equipment
4,0,TFFF,sseru_obj,Loading Global Items and Equipment
4,0,TFFF,sro_obj,Loading Global Items and Equipment
4,0,TFFF,ssratemple_obj,Loading Global Items and Equipment
4,0,TFFF,swampofnohope_obj,Loading Global Items and Equipment
4,0,TFFF,tacvi_obj,Loading Global Items and Equipment
4,0,TFFF,taka_obj,Loading Global Items and Equipment
4,0,TFFF,takb_obj,Loading Global Items and Equipment
4,0,TFFF,takc_obj,Loading Global Items and Equipment
4,0,TFFF,tad_obj,Loading Global Items and Equipment
4,0,TFFF,take_obj,Loading Global Items and Equipment
4,0,TFFF,takf_obj,Loading Global Items and Equipment
4,0,TFFF,takg_obj,Loading Global Items and Equipment
4,0,TFFF,takh_obj,Loading Global Items and Equipment
4,0,TFFF,taki_obj,Loading Global Items and Equipment
4,0,TFFF,takj_obj,Loading Global Items and Equipment
4,0,TFFF,templeveeshan_obj,Loading Global Items and Equipment
4,0,TFFF,templeveeshan_2_obj,Loading Global Items and Equipment
4,0,TFFF,tenebrous_obj,Loading Global Items and Equipment
4,0,TFFF,thedeep_obj,Loading Global Items and Equipment
4,0,TFFF,thegrey_obj,Loading Global Items and Equipment
4,0,TFFF,thurgadina_obj,Loading Global Items and Equipment
4,0,TFFF,thurgadib_obj,Loading Global Items and Equipment
4,0,TFFF,timorous_obj,Loading Global Items and Equipment
4,0,TFFF,tipt_obj,Loading Global Items and Equipment
4,0,TFFF,torgiran_obj,Loading Global Items and Equipment
4,0,TFFF,tox_obj,Loading Global Items and Equipment
4,0,TFFF,trakanon_obj,Loading Global Items and Equipment
4,0,TFFF,tutorial_obj,Loading Global Items and Equipment
4,0,TFFF,tutorialb_obj,Loading Global Items and Equipment
4,0,TFFF,twilight_obj,Loading Global Items and Equipment
4,0,TFFF,txevu_obj,Loading Global Items and Equipment
4,0,TFFF,umbral_obj,Loading Global Items and Equipment
4,0,TFFF,unrest_obj,Loading Global Items and Equipment
4,0,TFFF,uqua_obj,Loading Global Items and Equipment
4,0,TFFF,uqua_obj2,Loading Global Items and Equipment
4,0,TFFF,veksar_obj,Loading Global Items and Equipment
4,0,TFFF,veeshan_obj,Loading Global Items and Equipment
4,0,TFFF,vxed_obj,Loading Global Items and Equipment
4,0,TFFF,wakening_obj,Loading Global Items and Equipment
4,0,TFFF,warrens_obj,Loading Global Items and Equipment
4,0,TFFF,warslikswood_obj,Loading Global Items and Equipment
4,0,TFFF,westwastes_2_obj,Loading Global Items and Equipment
4,0,TFFF,westwastes_obj,Loading Global Items and Equipment
4,0,TFFF,yxtta_obj,Loading Global Items and Equipment
4,0,TFFF,Global3_chr,Loading Global Items and Equipment
__________________
"Be who you are and say what you feel because those who matter don't mind
and those who mind don't matter." - Theodore Seuss Geisel. [Dr. Seuss.]

Reply With Quote
  #5  
Old 10-26-2012, 12:12 PM
Adol77
Fire Beetle
 
Join Date: May 2011
Posts: 25
Default

Anyone have a working global load file they can post or one that is uploaded. The links in the thread do not work any longer and I would like a new one if possible . Any help is appreciated thanks.
Reply With Quote
  #6  
Old 11-03-2012, 08:58 PM
Rafe
Fire Beetle
 
Join Date: Apr 2012
Location: Santa Fe
Posts: 2
Default how about a working complete file?

There are patches within patches here...

It would be nifty if someone could post a complete, functional, global file. I use UF and would like one that would work with UF.

Thanks!
Reply With Quote
  #7  
Old 11-05-2012, 11:37 AM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

This will work through the latest client version.

Code:
1,1,TFFFE,Equipment-01.eqg,Loading Character Equipment Files
1,1,TFFFC,GlobalFroglok_chr,Loading Froglok
1,1,TFFTC,GlobalPCFroglok_chr,Loading Froglok
1,1,TFFFE,frogequip,Loading Froglok
1,1,TFFTC,GlobalSKE_chr2,Loading Froglok
1,1,TFFFC,GlobalDRK_chr,Loading Froglok
1,1,TFFFE,Global_obj,Loading Character Equipment Files
1,1,TFTFE,GEquip,Loading Character Equipment Files
2,0,TFFFE,GEquip8,Loading Character Equipment Files
2,0,TFFFE,GEquip2,Loading Character Equipment Files
2,0,TFFFU,grass,Loading Character Equipment Files
2,0,TFFFE,GEquip5,Loading Character Equipment Files
2,0,TFFFE,GEquip4,Loading Character Equipment Files
2,0,TFFFE,GEquip3,Loading Character Equipment Files
2,0,TFFFE,loyequip,Loading Character Equipment Files
2,0,TFFFE,ldonequip,Loading Character Equipment Files
2,0,TFFFE,gatesequip,Loading Character Equipment Files
2,0,TFFFE,omensequip.eqg,Loading Character Equipment Files
2,0,TFFFE,donequip.eqg,Loading Character Equipment Files
2,0,TFFFE,dodequip.eqg,Loading DoD Character Equipment Files
2,0,TFFFE,porequip.eqg,Loading PoR Character Equipment Files
2,0,TFFFE,tssequip.eqg,Loading TSS Character Equipment Files
2,0,TFFFE,tbsequip.eqg,Loading TBS Character Equipment Files
2,0,TFFFE,sofequip.eqg,Loading SOF Character Equipment Files
2,0,TFFFE,sodequip.eqg,Loading Character Equipment Files
2,0,TFFFE,lon02.eqg,Loading LON Equipment Files
2,0,TFFFE,lon03.eqg,Loading LON Equipment Files
2,0,TFFFE,lon04.eqg,Loading LON Equipment Files
2,0,TFFFE,lon05.eqg,Loading LON Equipment Files
2,0,TFFFE,wallet01.eqg,Loading Character Equipment Files
3,0,TFFFC,gbn.eqg,Loading Characters
3,0,TFFFC,wwf.eqg,Loading Characters
3,0,TFFFC,kbd.eqg,Loading Characters
3,0,TFFFC,fng.eqg,Loading Characters
3,0,TFFFC,ork.eqg,Loading Characters
3,0,TFFFC,ggy.eqg,Loading Characters
3,0,TFFFC,eve.eqg,Loading Characters
3,0,TFFFC,mnr.eqg,Loading Characters
3,0,TFFFC,zmf.eqg,Loading Characters
3,0,TFFFC,zmm.eqg,Loading Characters
3,0,TFFFC,fry.eqg,Loading Characters
3,0,TFFFC,cwr.eqg,Loading Characters
3,0,TFFFC,bas.eqg,Loading Characters
3,0,TFFFC,rap_chr,Loading Characters
3,0,TFFFC,T00.eqg,Loading Characters
3,0,TFFFC,T05.eqg,Loading Characters
3,0,TFFFC,T07.eqg,Loading Characters
3,0,TFFFC,T09.eqg,Loading Characters
3,0,TFFFC,T10.eqg,Loading Characters
3,0,TFFFC,T11.eqg,Loading Characters
3,0,TFFFC,SPT.eqg,Loading Characters
3,0,TFFFC,Dpm_chr,Loading Characters
3,0,TFFFC,Dpf_chr,Loading Characters
3,0,TFFFC,Epm_chr,Loading Characters
3,0,TFFFC,Epf_chr,Loading Characters
3,0,TFFFC,Gpm_chr,Loading Characters
3,0,TFFFC,Gpf_chr,Loading Characters
3,0,TFFFC,Hpf_chr,Loading Characters
3,0,TFFFC,Hpm_chr,Loading Characters
3,0,TFFFC,Opf_chr,Loading Characters
3,0,TFFFC,Opm_chr,Loading Characters
3,0,TFFFC,Tbm_chr,Loading Characters
3,0,TFFFC,Tbf_chr,Loading Characters
3,0,TFFFC,WOR.eqg,Loading Characters
3,0,TFFFC,MWO.eqg,Loading Characters
3,0,TFFFC,SAT.eqg,Loading Characters
3,0,TFFFC,KRF.eqg,Loading Characters
3,0,TFFFC,KRM.eqg,Loading Characters
3,0,TFFFC,MTR.eqg,Loading Characters
3,0,TFFFC,SNK.eqg,Loading Characters
3,0,TFFFC,skt_chr,Loading Character Equipment Files
3,0,TFFFC,Global6_chr2,Loading Character Equipment Files
3,0,TFFFC,Global6_chr,Loading Character Equipment Files
3,0,TFFFC,Global4_chr,Loading Characters
3,1,TFFFC,Global_chr,Loading Characters
3,0,TFFFC,DKM.eqg,Loading Characters
3,0,TFFFC,DKM_anims.eqg,Loading Characters
3,0,TFFFC,DKF.eqg,Loading Characters
3,0,TFFFC,DKF_anims.eqg,Loading Characters
3,0,TFFFC,spelltree.eqg,Loading Characters
3,0,TFFFC,UNM.eqg,Loading Horses
3,0,TFFFC,HRS.eqg,Loading Horses
3,0,TFFFC,MSO.eqg,Loading Horses
3,0,TFFFC,globalgdb.eqg,Loading Characters
3,0,TFFFC,glm.eqg,Loading Characters
3,0,TFFFC,mur.eqg,Loading Characters
3,0,TFFFC,dsg.eqg,Loading Characters
3,0,TFFFC,scu.eqg,Loading Characters
3,0,TFFFC,frd.eqg,Loading Characters
3,0,TFFFC,ddv.eqg,Loading Characters
3,0,TFFFC,shl.eqg,Loading Characters
3,0,TFFFC,bsg.eqg,Loading Characters
3,0,TFFFC,srn.eqg,Loading Characters
3,0,TFFFC,bxi.eqg,Loading Characters
3,0,TFFFC,drg.eqg,Loading Characters
3,0,TFFFC,mch.eqg,Loading Characters
3,0,TFFFC,mki.eqg,Loading Characters
3,0,TFFFC,mpu.eqg,Loading Characters
3,0,TFFFC,g05.eqg,Loading Characters
3,0,TFFFC,I10.eqg,Loading Characters
3,0,TFFFC,BNM.eqg,Loading Characters
3,0,TFFFC,BNF.eqg,Loading Characters
3,0,TFFFC,HRP.eqg,Loading Characters
3,0,TFFFC,MWR.eqg,Loading Characters
3,0,TFFFC,MCS.eqg,Loading Characters
3,0,TFFFC,CWG.eqg,Loading Characters
3,0,TFFFC,AVK.eqg,Loading Characters
3,0,TFFFC,SIN.eqg,Loading Characters
3,0,TFFFC,MFR.eqg,Loading Characters
3,0,TFFFC,GNL.eqg,Loading Characters
3,0,TFFFC,RTN.eqg,Loading Characters
4,0,TFFFC,Global2_chr,Loading Global Items and Equipment
4,0,TFFFC,Global3_chr,Loading Global Items and Equipment
1,0,TFFF,abysmal_chr,Loading Characters 
1,0,TFFF,acrylia_chr,Loading Characters
1,0,TFFF,ael_chr,Loading Characters
1,0,TFFF,airplane_chr,Loading Characters
1,0,TFFF,akanon_chr,Loading Characters
1,0,TFFF,akheva_chr,Loading Characters
1,0,TFFF,anguish_chr,Loading Characters
1,0,TFFF,arena_chr,Loading Characters
1,0,TFFF,barindu_chr,Loading Characters
1,0,TFFF,befallen_chr,Loading Characters
1,0,TFFF,beholder_chr,Loading Characters
1,0,TFFF,bgb_chr,Loading Characters
1,0,TFFF,blackburrow_chr,Loading Characters
1,0,TFFF,bloodfields_chr,Loading Characters
1,0,TFFF,bon_chr,Loading Characters
1,0,TFFF,bothunder_chr,Loading Characters
1,0,TFFF,box_chr,Loading Characters
1,0,TFFF,brl_chr,Loading Characters
1,0,TFFF,broodlands_chr,Loading Characters
1,0,TFFF,brv_chr,Loading Characters
1,0,TFFF,burningwood_chr,Loading Characters
1,0,TFFF,butcher2_chr,Loading Characters
1,0,TFFF,butcher_chr,Loading Characters
1,0,TFFF,bvk_chr,Loading Characters
1,0,TFFF,bwd_chr,Loading Characters
1,0,TFFF,cabeast_chr,Loading Characters
1,0,TFFF,cabwest_chr,Loading Characters
1,0,TFFF,cauldron_chr,Loading Characters
1,0,TFFF,causeway_chr,Loading Characters
1,0,TFFF,cazicthule_chr,Loading Characters
1,0,TFFF,chambersa_chr,Loading Characters
1,0,TFFF,chambersb_chr,Loading Characters
1,0,TFFF,chambersc_chr,Loading Characters
1,0,TFFF,chambersd_chr,Loading Characters
1,0,TFFF,chamberse_chr,Loading Characters
1,0,TFFF,chambersf_chr,Loading Characters
1,0,TFFF,charasis_chr,Loading Characters
1,0,TFFF,chardok_chr,Loading Characters
1,0,TFFF,chardokb_chr,Loading Characters
1,0,TFFF,citymist_chr,Loading Characters
1,0,TFFF,clb_chr,Loading Characters
1,0,TFFF,cobaltscar_chr,Loading Characters
1,0,TFFF,codecay_chr,Loading Characters
1,0,TFFF,commons_chr,Loading Characters
1,0,TFFF,corathus_chr,Loading Characters
1,0,TFFF,corathusa_chr,Loading Characters
1,0,TFFF,corathusb_chr,Loading Characters
1,0,TFFF,cpt_chr,Loading Characters
1,0,TFFF,crb_chr,Loading Characters
1,0,TFFF,crushbone_chr,Loading Characters
1,0,TFFF,crystal_chr,Loading Characters
1,0,TFFF,cst_chr,Loading Characters
1,0,TFFF,dalnir_chr,Loading Characters
1,0,TFFF,dawnshroud_chr,Loading Characters
1,0,TFFF,delvea_chr,Loading Characters
1,0,TFFF,delveb_chr,Loading Characters
1,0,TFFF,dji_chr,Loading Characters
1,0,TFFF,dpf_chr,Loading Characters
1,0,TFFF,dpm_chr,Loading Characters
1,0,TFFF,dr2_chr,Loading Characters
1,0,TFFF,dra_chr,Loading Characters
1,0,TFFF,drachnidhive_chr,Loading Characters
1,0,TFFF,drachnidhivea_chr,Loading Characters
1,0,TFFF,drachnidhiveb_chr,Loading Characters
1,0,TFFF,drachnidhivec_chr,Loading Characters
1,0,TFFF,dranik_chr,Loading Characters
1,0,TFFF,draniksscar_chr,Loading Characters
1,0,TFFF,dreadlands_chr,Loading Characters
1,0,TFFF,dreadspire_chr,Loading Characters
1,0,TFFF,droga_chr,Loading Characters
1,0,TFFF,drv_chr,Loading Characters
1,0,TFFF,dulak_chr,Loading Characters
1,0,TFFF,eastkarana_chr,Loading Characters
1,0,TFFF,eastkorlach_chr,Loading Characters
1,0,TFFF,eastwastes_chr,Loading Characters
1,0,TFFF,echo_chr,Loading Characters
1,0,TFFF,ecommons_chr,Loading Characters
1,0,TFFF,eel_chr,Loading Characters
1,0,TFFF,eey_chr,Loading Characters
1,0,TFFF,efc_chr,Loading Characters
1,0,TFFF,efe_chr,Loading Characters
1,0,TFFF,efw_chr,Loading Characters
1,0,TFFF,emeraldjungle_chr,Loading Characters
1,0,TFFF,emp_chr,Loading Characters
1,0,TFFF,epf_chr,Loading Characters
1,0,TFFF,epm_chr,Loading Characters
1,0,TFFF,erudnext_chr,Loading Characters
1,0,TFFF,erudsxing_chr,Loading Characters
1,0,TFFF,everfrost_chr,Loading Characters
1,0,TFFF,fbf_chr,Loading Characters
1,0,TFFF,fbm_chr,Loading Characters
1,0,TFFF,fdr_chr,Loading Characters
1,0,TFFF,fearplane_chr,Loading Characters
1,0,TFFF,feerrott_chr,Loading Characters
1,0,TFFF,fel_chr,Loading Characters
1,0,TFFF,felwithea_chr,Loading Characters
1,0,TFFF,felwitheb_chr,Loading Characters
1,0,TFFF,ferubi_chr,Loading Characters
1,0,TFFF,fgh_chr,Loading Characters
1,0,TFFF,fhalls_chr,Loading Characters
1,0,TFFF,fieldofbone_chr,Loading Characters
1,0,TFFF,firiona_chr,Loading Characters
1,0,TFFF,fmo_chr,Loading Characters
1,0,TFFF,fmp_chr,Loading Characters
1,0,TFFF,fmt_chr,Loading Characters
1,0,TFFF,freporte_chr,Loading Characters
1,0,TFFF,freportn_chr,Loading Characters
1,0,TFFF,freportw_chr,Loading Characters
1,0,TFFF,frontiermtns_chr,Loading Characters
1,0,TFFF,frozenshadow_chr,Loading Characters
1,0,TFFF,fsk_chr,Loading Characters
1,0,TFFF,fud_chr,Loading Characters
1,0,TFFF,fungusgrove_chr,Loading Characters
1,0,TFFF,gbl_chr,Loading Characters
1,0,TFFF,gdr_chr,Loading Characters
1,0,TFFF,gfaydark_chr,Characting Loaders
1,0,TFFF,ggl_chr,Loading Characters
1,0,TFFF,ggm_chr,Loading Characters
1,0,TFFF,goo_chr,Loading Characters
1,0,TFFF,gpf_chr,Loading Characters
1,0,TFFF,gpm_chr,Loading Characters
1,0,TFFF,greatdivide_chr,Loading Characters
1,0,TFFF,gri_chr,Loading Characters
1,0,TFFF,griegsend_chr,Loading Characters
1,0,TFFF,grimling_chr,Loading Characters
1,0,TFFF,grobb_chr,Loading Characters
1,0,TFFF,growthplane2_chr,Loading Characters
1,0,TFFF,growthplane_chr,Loading Characters
1,0,TFFF,gtd_chr,Loading Characters
1,0,TFFF,guka_chr,Loading Characters
1,0,TFFF,gukb_chr,Loading Characters
1,0,TFFF,gukbottom_chr,Loading Characters
1,0,TFFF,gukc_chr,Loading Characters
1,0,TFFF,gukd_chr,Loading Characters
1,0,TFFF,guke_chr,Loading Characters
1,0,TFFF,gukf_chr,Loading Characters
1,0,TFFF,gukg_chr,Loading Characters
1,0,TFFF,gukh_chr,Loading Characters
1,0,TFFF,guktop_chr,Loading Characters
1,0,TFFF,gunthak_chr,Loading Characters
1,0,TFFF,gvk_chr,Loading Characters
1,0,TFFF,halas_chr,Loading Characters
1,0,TFFF,harbingers_chr,Loading Shit
1,0,TFFF,hateplane_chr,Loading Characters
1,0,TFFF,hateplaneb_chr,Loading Characters
1,0,TFFF,hatesfury_chr,Loading Characters
1,0,TFFF,highkeep_chr,Loading Characters
1,0,TFFF,highpass_chr,Loading Characters
1,0,TFFF,hohonora_chr,Loading Characters
1,0,TFFF,hohonorb_chr,Loading Characters
1,0,TFFF,hole_chr,Loading Characters
1,0,TFFF,hollowshade_chr,Loading Characters
1,0,TFFF,hpf_chr,Loading Characters
1,0,TFFF,hpm_chr,Loading Characters
1,0,TFFF,ibr_chr,Loading Characters
1,0,TFFF,iceclad_chr,Loading Characters
1,0,TFFF,icy_chr,Loading Characters
1,0,TFFF,iec_chr,Loading Characters
1,0,TFFF,ifc_chr,Loading Characters
1,0,TFFF,ihu_chr,Loading Characters
1,0,TFFF,ikkinz_chr,Loading Characters
1,0,TFFF,ila_chr,Loading Characters
1,0,TFFF,ilb_chr,Loading Characters
1,0,TFFF,illsalin_chr,Loading Characters
1,0,TFFF,inktuta_chr,Loading Characters
1,0,TFFF,innothule_chr,Loading Characters
1,0,TFFF,isb_chr,Loading Characters
1,0,TFFF,ise_chr,Loading Characters
1,0,TFFF,iwf_chr,Loading Characters
1,0,TFFF,iwh_chr,Loading Characters
1,0,TFFF,iwm_chr,Loading Characters
1,0,TFFF,izf_chr,Loading Characters
1,0,TFFF,izm_chr,Loading Characters
1,0,TFFF,jaggedpine_chr,Loading Characters
1,0,TFFF,jkr_chr,Loading Characters
1,0,TFFF,kael_chr,Loading Characters
1,0,TFFF,kaesora_chr,Loading Characters
1,0,TFFF,kaladima_chr,Loading Characters
1,0,TFFF,kaladimb_chr,Loading Characters
1,0,TFFF,karnor_chr,Loading Characters
1,0,TFFF,katta_chr,Loading Characters
1,0,TFFF,kedge_chr,Loading Characters
1,0,TFFF,kerraridge_chr,Loading Characters
1,0,TFFF,kithicor_chr,Loading Characters
1,0,TFFF,kob_chr,Loading Characters
1,0,TFFF,kodtaz_chr,Loading Characters
1,0,TFFF,krk_chr,Loading Characters
1,0,TFFF,kurn_chr,Loading Characters
1,0,TFFF,lakeofillomen_chr,Loading Characters
1,0,TFFF,lakerathe_chr,Loading Characters
1,0,TFFF,lavastorm_chr,Loading Characters
1,0,TFFF,letalis_chr,Loading Characters
1,0,TFFF,lfaydark_chr,Loading Characters
1,0,TFFF,lga_chr,Loading Characters
1,0,TFFF,lgr_chr,Loading Characters
1,0,TFFF,lmf_chr,Loading Characters
1,0,TFFF,lmm_chr,Loading Characters
1,0,TFFF,lug_chr,Loading Characters
1,0,TFFF,luj_chr,Loading Characters
1,0,TFFF,maiden_chr,Loading Characters
1,0,TFFF,mal_chr,Loading Characters
1,0,TFFF,mep_chr,Loading Characters
1,0,TFFF,mim_chr,Loading Characters
1,0,TFFF,mischiefplane_chr,Loading Characters
1,0,TFFF,mistmoore_chr,Loading Characters
1,0,TFFF,misty_chr,Loading Characters
1,0,TFFF,mmf_chr,Loading Characters
1,0,TFFF,mmm_chr,Loading Characters
1,0,TFFF,mmv_chr,Loading Characters
1,0,TFFF,mmy_chr,Loading Characters
1,0,TFFF,moi_chr,Loading Characters
1,0,TFFF,mseru_chr,Loading Characters
1,0,TFFF,mtc_chr,Loading Characters
1,0,TFFF,muh_chr,Loading Characters
1,0,TFFF,nadox_chr,Loading Characters
1,0,TFFF,najena_chr,Loading Characters
1,0,TFFF,natimbi_chr,Loading Characters
1,0,TFFF,necropolis_chr,Loading Characters
1,0,TFFF,necropolis_chr,Loading Characters
1,0,TFFF,nedaria_chr,Loading Characters
1,0,TFFF,nektulos_chr,Loading Characters
1,0,TFFF,nektulosa_chr,Loading Characters
1,0,TFFF,neriaka_chr,Loading Characters
1,0,TFFF,neriakb_chr,Loading Characters
1,0,TFFF,neriakc_chr,Loading Characters
1,0,TFFF,netherbian_chr,Loading Characters
1,0,TFFF,nexus_chr,Loading Characters
1,0,TFFF,nightmareb_chr,Loading Characters
1,0,TFFF,nin_chr,Loading Characters
1,0,TFFF,nmh_chr,Loading Characters
1,0,TFFF,northkarana_chr,Loading Characters
1,0,TFFF,nro2_chr,Loading Characters
1,0,TFFF,nro_chr,Loading Characters
1,0,TFFF,nurga_chr,Loading Characters
1,0,TFFF,nyd_chr,Loading Characters
1,0,TFFF,nym_chr,Loading Characters
1,0,TFFF,oasis2_chr,Loading Characters
1,0,TFFF,oasis_chr,Loading Characters
1,0,TFFF,oggok_chr,Loading Characters
1,0,TFFF,oot_chr,Loading Characters
1,0,TFFF,opf_chr,Loading Characters
1,0,TFFF,opm_chr,Loading Characters
1,0,TFFF,overthere_chr,Loading Characters
1,0,TFFF,paf_chr,Loading Characters
1,0,TFFF,paineel_chr,Good god
1,0,TFFF,paludal_chr,Loading Characters
1,0,TFFF,paw_chr,Loading Characters
1,0,TFFF,pbr_chr,Loading Characters
1,0,TFFF,permafrost_chr,Loading Characters
1,0,TFFF,poair_chr,Loading Characters
1,0,TFFF,podisease_chr,Loading Characters
1,0,TFFF,poeartha_chr,Loading Characters
1,0,TFFF,poearthb_chr,Loading Characters
1,0,TFFF,pofire_chr,Loading Characters
1,0,TFFF,poinnovation_chr,Loading Characters
1,0,TFFF,pojustice_chr,Loading Characters
1,0,TFFF,poknowledge_chr,Loading Characters
1,0,TFFF,ponightmare_chr,Loading Characters
1,0,TFFF,postorms_chr,Loading Characters
1,0,TFFF,potactics_chr,Loading Characters
1,0,TFFF,potimea_chr,Loading Characters
1,0,TFFF,potimeb_chr,Loading Characters
1,0,TFFF,potorment_chr,Loading Characters
1,0,TFFF,potranquility_chr,Loading Characters
1,0,TFFF,povalor_chr,Loading Characters
1,0,TFFF,powar_chr,Loading Characters
1,0,TFFF,powater_chr,Loading Characters
1,0,TFFF,pri_chr,Loading Characters
1,0,TFFF,provinggrounds_chr,Loading Characters
1,0,TFFF,pum_chr,Loading Characters
1,0,TFFF,pus_chr,Loading Characters
1,0,TFFF,qcat_chr,Loading Characters
1,0,TFFF,qey2hh1_chr,Loading Characters
1,0,TFFF,qeynos2_chr,Loading Characters
1,0,TFFF,qeynos_chr,Loading Characters
1,0,TFFF,qeytoqrg_chr,Loading Characters
1,0,TFFF,qimini_chr,Loading Characters
1,0,TFFF,qrg_chr,Loading Characters
1,0,TFFF,rak_chr,Loading Characters
1,0,TFFF,rap_chr,Loading Characters
1,0,TFFF,rathemtn_chr,Loading Characters
1,0,TFFF,rem_chr,Loading Characters
1,0,TFFF,rgm_chr,Loading Characters
1,0,TFFF,rivervale_chr,Loading Characters
1,0,TFFF,roe_chr,Loading Characters
1,0,TFFF,rom_chr,Loading Characters
1,0,TFFF,runnyeye_chr,Loading Characters
1,0,TFFF,scarlet_chr,Loading Characters
1,0,TFFF,scr_chr,Loading Characters
1,0,TFFF,sdc_chr,Loading Characters
1,0,TFFF,sdf_chr,Loading Characters
1,0,TFFF,sdm_chr,Loading Characters
1,0,TFFF,selibis_chr,Loading Characters
1,0,TFFF,sed_chr,Loading Characters
1,0,TFFF,sef_chr,Loading Characters
1,0,TFFF,sem_chr,Loading Characters
1,0,TFFF,shadeweaver_chr,Loading Characters
1,0,TFFF,shadowhaven_chr,Loading Characters
1,0,TFFF,sharvahl_chr,Loading Characters
1,0,TFFF,sharvahl_chr2,Loading Characters
1,0,TFFF,shp_chr,Loading Characters
1,0,TFFF,shr_chr,Loading Characters
1,0,TFFF,sir_chr,Loading Characters
1,0,TFFF,sirens_chr,Loading Characters
1,0,TFFF,skb_chr,Loading Characters
1,0,TFFF,skt_chr,Loading Characters
1,0,TFFF,skyfire_chr,Loading Characters
1,0,TFFF,skyshrine2_chr,Loading Characters
1,0,TFFF,skyshrine_chr,Loading Characters
1,0,TFFF,sleeper2_chr,Loading Characters
1,0,TFFF,sleeper_chr,Loading Characters
1,0,TFFF,snn_chr,Loading Characters
1,0,TFFF,soldunga_chr,Loading Characters
1,0,TFFF,soldungb_chr,Loading Characters
1,0,TFFF,solrotower_chr,Loading Characters
1,0,TFFF,soltemple_chr,Loading Characters
1,0,TFFF,southkarana_chr,Loading Characters
1,0,TFFF,spd_chr,Loading Characters
1,0,TFFF,sro_chr,Loading Characters
1,0,TFFF,sseru_chr,Loading Characters
1,0,TFFF,ssratemple_chr,Loading Characters
1,0,TFFF,steamfont_chr,Loading Characters
1,0,TFFF,stf_chr,Loading Characters
1,0,TFFF,stonebrunt_chr,Loading Characters
1,0,TFFF,str_chr,Loading Characters
1,0,TFFF,stu_chr,Loading Characters
1,0,TFFF,swampofnohope_chr,Loading Characters
1,0,TFFF,syn_chr,Loading Characters
1,0,TFFF,tac_chr,Loading Characters
1,0,TFFF,tbf_chr,Loading Characters
1,0,TFFF,tbl_chr,Loading Characters
1,0,TFFF,tbm_chr,Loading Characters
1,0,TFFF,tef_chr,Loading Characters
1,0,TFFF,tem_chr,Loading Characters
1,0,TFFF,templeveeshan_chr,Loading Characters
1,0,TFFF,ten_chr,Loading Characters
1,0,TFFF,tenebrous_chr,Loading Characters
1,0,TFFF,tgl_chr,Loading Characters
1,0,TFFF,thedeep_chr,Loading Characters
1,0,TFFF,thegrey_chr,Loading Characters
1,0,TFFF,thurgadina_chr,Loading Characters
1,0,TFFF,thurgadinb_chr,Loading Characters
1,0,TFFF,timorous2_chr,Loading Characters
1,0,TFFF,timorous_chr,Loading Characters
1,0,TFFF,tmb_chr,Loading Characters
1,0,TFFF,tmt_chr,Loading Characters
1,0,TFFF,tnf_chr,Loading Characters
1,0,TFFF,tnm_chr,Loading Characters
1,0,TFFF,torgiran_chr,Loading Characters
1,0,TFFF,tox_chr,Loading Characters
1,0,TFFF,tpb_chr,Loading Characters
1,0,TFFF,tpo_chr,Loading Characters
1,0,TFFF,trakanon_chr,Loading Characters
1,0,TFFF,trk_chr,Loading Characters
1,0,TFFF,trn_chr,Loading Characters
1,0,TFFF,trw_chr,Loading Characters
1,0,TFFF,tsm_chr,Loading Characters
1,0,TFFF,ttb_chr,Loading Characters
1,0,TFFF,tvp_chr,Loading Characters
1,0,TFFF,twf_chr,Loading Characters
1,0,TFFF,twilight_chr,Loading Characters
1,0,TFFF,tzf_chr,Loading Characters
1,0,TFFF,tzm_chr,Loading Characters
1,0,TFFF,udk_chr,Loading Characters
1,0,TFFF,umbral_chr,Loading Characters
1,0,TFFF,unb_chr,Loading Characters
1,0,TFFF,unrest_chr,Loading Characters
1,0,TFFF,vac_chr,Loading Characters
1,0,TFFF,vas_chr,Loading Characters
1,0,TFFF,veeshan_chr,Loading Characters
1,0,TFFF,veg_chr,Loading Characters
1,0,TFFF,vek_chr,Loading Characters
1,0,TFFF,velketor_chr,Loading Characters
1,0,TFFF,vexthal_chr,Loading Characters
1,0,TFFF,wakening_chr,Loading Characters
1,0,TFFF,warrens_chr,Loading Characters
1,0,TFFF,warslikswood_chr,Loading Characters
1,0,TFFF,wbu_chr,Loading Characters
1,0,TFFF,wel_chr,Loading Characters
1,0,TFFF,westwastes_chr,Loading Characters
1,0,TFFF,wmp_chr,Loading Characters
1,0,TFFF,wof_chr,Loading Characters
1,0,TFFF,wrf_chr,Loading Characters
1,0,TFFF,wuf_chr,Loading Characters
1,0,TFFF,wyv_chr,Loading Characters
3,0,TFFFC,tgo.eqg,Loading Characters
3,0,TFFFC,clv.eqg,Loading Characters
3,0,TFFFC,fra.eqg,Loading Characters
3,0,TFFFC,chm.eqg,Loading Characters
3,0,TFFFC,ddm.eqg,Loading Characters
3,0,TFFFC,dma.eqg,Loading Characters
3,0,TFFFC,btn.eqg,Loading Characters
3,0,TFFFC,dsf.eqg,Loading Characters
3,0,TFFFC,mnt.eqg,Loading Characters
3,0,TFFFC,dbx.eqg,Loading Characters
3,0,TFFFC,rob.eqg,Loading Characters
3,0,TFFFC,dbp.eqg,Loading Characters
3,0,TFFFC,map.eqg,Loading Characters
3,0,TFFFC,crs.eqg,Loading Characters
3,0,TFFFC,prt.eqg,Loading Characters
3,0,TFFFC,cnp.eqg,Loading Characters
3,0,TFFFC,rkp.eqg,Loading Characters
3,0,TFFFC,mes.eqg,Loading Characters
3,0,TFFFC,cdr.eqg,Loading Characters
3,0,TFFFC,dvs.eqg,Loading Characters
3,0,TFFFC,dke.eqg,Loading Characters
3,0,TFFFC,krn.eqg,Loading Characters
3,0,TFFFC,ldr.eqg,Loading Characters
3,0,TFFFC,mdr.eqg,Loading Characters
3,0,TFFFC,sdr.eqg,Loading Characters
3,0,TFFFC,pma.eqg,Loading Characters
3,0,TFFFC,tar.eqg,Loading Characters
3,0,TFFFC,spq.eqg,Loading Characters
3,0,TFFFC,ans.eqg,Loading Characters
3,0,TFFFC,dre.eqg,Loading Characters
3,0,TFFFC,drs.eqg,Loading Characters
3,0,TFFFC,lvr.eqg,Loading Characters
3,0,TFFFC,asm.eqg,Loading Characters
3,0,TFFFC,seg.eqg,Loading Characters
3,0,TFFFC,lsp.eqg,Loading Characters
3,0,TFFFC,lsq.eqg,Loading Characters
3,0,TFFFC,shd.eqg,Loading Characters
3,0,TFFFC,fgt.eqg,Loading Characters
3,0,TFFFC,crh.eqg,Loading Characters
3,0,TFFFC,crl.eqg,Loading Characters
3,0,TFFFC,drc.eqg,Loading Characters
3,0,TFFFC,fgp.eqg,Loading Characters
3,0,TFFFC,kor.eqg,Loading Characters
3,0,TFFFC,myg.eqg,Loading Characters
3,0,TFFFC,BGB.eqg,Loading Characters
3,0,TFFFC,BON.eqg,Loading Characters
3,0,TFFFC,BRL.eqg,Loading Characters
3,0,TFFFC,CWR.eqg,Loading Characters
3,0,TFFFC,DC.eqg,Loading Characters
3,0,TFFFC,FRY.eqg,Loading Characters
3,0,TFFFC,GFO.eqg,Loading Characters
3,0,TFFFC,HRS.eqg,Loading Characters
3,0,TFFFC,I16.eqg,Loading Characters
3,0,TFFFC,I19.eqg,Loading Characters
3,0,TFFFC,I20.eqg,Loading Characters
3,0,TFFFC,I21.eqg,Loading Characters
3,0,TFFFC,IVM.eqg,Loading Characters
3,0,TFFFC,SDC.eqg,Loading Characters
3,0,TFFFC,SHR.eqg,Loading Characters
3,0,TFFFC,T00.eqg,Loading Characters
3,0,TFFFC,T05.eqg,Loading Characters
3,0,TFFFC,UNB.eqg,Loading Characters
3,0,TFFFC,XH.eqg,Loading Characters
3,0,TFFFC,ZME.eqg,Loading Characters
3,0,TFFFC,aie.eqg,Loading Characters
3,0,TFFFC,amy.eqg,Loading Characters
3,0,TFFFC,apx.eqg,Loading Characters
3,0,TFFFC,aro.eqg,Loading Characters
3,0,TFFFC,avk.eqg,Loading Characters
3,0,TFFFC,b04.eqg,Loading Characters
3,0,TFFFC,b05.eqg,Loading Characters
3,0,TFFFC,b06.eqg,Loading Characters
3,0,TFFFC,b09.eqg,Loading Characters
3,0,TFFFC,bal.eqg,Loading Characters
3,0,TFFFC,bar.eqg,Loading Characters
3,0,TFFFC,bdr.eqg,Loading Characters
3,0,TFFFC,bel.eqg,Loading Characters
3,0,TFFFC,bfc.eqg,Loading Characters
3,0,TFFFC,bff.eqg,Loading Characters
3,0,TFFFC,bfr.eqg,Loading Characters
3,0,TFFFC,bgf.eqg,Loading Characters
3,0,TFFFC,bkd.eqg,Loading Characters
3,0,TFFFC,blv.eqg,Loading Characters
3,0,TFFFC,bnf.eqg,Loading Characters
3,0,TFFFC,bnm.eqg,Loading Characters
3,0,TFFFC,bnr.eqg,Loading Characters
3,0,TFFFC,bny.eqg,Loading Characters
3,0,TFFFC,bre.eqg,Loading Characters
3,0,TFFFC,bse.eqg,Loading Characters
3,0,TFFFC,bsg.eqg,Loading Characters
3,0,TFFFC,btl.eqg,Loading Characters
3,0,TFFFC,bur.eqg,Loading Characters
3,0,TFFFC,bxi.eqg,Loading Characters
3,0,TFFFC,cam.eqg,Loading Characters
3,0,TFFFC,ccd.eqg,Loading Characters
3,0,TFFFC,cdf.eqg,Loading Characters
3,0,TFFFC,cdm.eqg,Loading Characters
3,0,TFFFC,clq.eqg,Loading Characters
3,0,TFFFC,cls.eqg,Loading Characters
3,0,TFFFC,clw.eqg,Loading Characters
3,0,TFFFC,cnt.eqg,Loading Characters
3,0,TFFFC,cry.eqg,Loading Characters
3,0,TFFFC,cse.eqg,Loading Characters
3,0,TFFFC,cth.eqg,Loading Characters
3,0,TFFFC,dcf.eqg,Loading Characters
3,0,TFFFC,dcm.eqg,Loading Characters
3,0,TFFFC,diw.eqg,Loading Characters
3,0,TFFFC,dpo.eqg,Loading Characters
3,0,TFFFC,drg.eqg,Loading Characters
3,0,TFFFC,drl.eqg,Loading Characters
3,0,TFFFC,drp.eqg,Loading Characters
3,0,TFFFC,dvl.eqg,Loading Characters
3,0,TFFFC,dyn.eqg,Loading Characters
3,0,TFFFC,eae.eqg,Loading Characters
3,0,TFFFC,eef.eqg,Loading Characters
3,0,TFFFC,eel.eqg,Loading Characters
3,0,TFFFC,eem.eqg,Loading Characters
3,0,TFFFC,eru.eqg,Loading Characters
3,0,TFFFC,eve.eqg,Loading Characters
3,0,TFFFC,exo.eqg,Loading Characters
3,0,TFFFC,fie.eqg,Loading Characters
3,0,TFFFC,flg.eqg,Loading Characters
3,0,TFFFC,fng.eqg,Loading Characters
3,0,TFFFC,frg.eqg,Loading Characters
3,0,TFFFC,fro.eqg,Loading Characters
3,0,TFFFC,gbm.eqg,Loading Characters
3,0,TFFFC,gbn.eqg,Loading Characters
3,0,TFFFC,gfc.eqg,Loading Characters
3,0,TFFFC,gfr.eqg,Loading Characters
3,0,TFFFC,gfs.eqg,Loading Characters
3,0,TFFFC,ggy.eqg,Loading Characters
3,0,TFFFC,gho.eqg,Loading Characters
3,0,TFFFC,gig.eqg,Loading Characters
3,0,TFFFC,glb.eqg,Loading Characters
3,0,TFFFC,gn.eqg,Loading Characters
3,0,TFFFC,gnd.eqg,Loading Characters
3,0,TFFFC,gnl.eqg,Loading Characters
3,0,TFFFC,god.eqg,Loading Characters
3,0,TFFFC,gra.eqg,Loading Characters
3,0,TFFFC,gre.eqg,Loading Characters
3,0,TFFFC,grl.eqg,Loading Characters
3,0,TFFFC,grn.eqg,Loading Characters
3,0,TFFFC,gtd.eqg,Loading Characters
3,0,TFFFC,gua.eqg,Loading Characters
3,0,TFFFC,gul.eqg,Loading Characters
3,0,TFFFC,gum.eqg,Loading Characters
3,0,TFFFC,gus.eqg,Loading Characters
3,0,TFFFC,gya.eqg,Loading Characters
3,0,TFFFC,gyo.eqg,Loading Characters
3,0,TFFFC,hlf.eqg,Loading Characters
3,0,TFFFC,hlm.eqg,Loading Characters
3,0,TFFFC,hnf.eqg,Loading Characters
3,0,TFFFC,hnm.eqg,Loading Characters
3,0,TFFFC,hpf.eqg,Loading Characters
3,0,TFFFC,hpm.eqg,Loading Characters
3,0,TFFFC,hrp.eqg,Loading Characters
3,0,TFFFC,hyc.eqg,Loading Characters
3,0,TFFFC,i00.eqg,Loading Characters
3,0,TFFFC,i02.eqg,Loading Characters
3,0,TFFFC,i05.eqg,Loading Characters
3,0,TFFFC,i06.eqg,Loading Characters
3,0,TFFFC,i07.eqg,Loading Characters
3,0,TFFFC,i08.eqg,Loading Characters
3,0,TFFFC,i09.eqg,Loading Characters
3,0,TFFFC,i11.eqg,Loading Characters
3,0,TFFFC,i12.eqg,Loading Characters
3,0,TFFFC,i14.eqg,Loading Characters
3,0,TFFFC,i22.eqg,Loading Characters
3,0,TFFFC,iks.eqg,Loading Characters
3,0,TFFFC,iku.eqg,Loading Characters
3,0,TFFFC,imp.eqg,Loading Characters
3,0,TFFFC,io5.eqg,Loading Characters
3,0,TFFFC,iv.eqg,Loading Characters
3,0,TFFFC,ka.eqg,Loading Characters
3,0,TFFFC,kbd.eqg,Loading Characters
3,0,TFFFC,kdg.eqg,Loading Characters
3,0,TFFFC,krf.eqg,Loading Characters
3,0,TFFFC,krk.eqg,Loading Characters
3,0,TFFFC,krm.eqg,Loading Characters
3,0,TFFFC,lth.eqg,Loading Characters
3,0,TFFFC,mph.eqg,Loading Characters
3,0,TFFFC,mrt.eqg,Loading Characters
3,0,TFFFC,mth.eqg,Loading Characters
3,0,TFFFC,mtr.eqg,Loading Characters
3,0,TFFFC,mud.eqg,Loading Characters
3,0,TFFFC,ngf.eqg,Loading Characters
3,0,TFFFC,onm.eqg,Loading Characters
3,0,TFFFC,ork.eqg,Loading Characters
3,0,TFFFC,pgr.eqg,Loading Characters
3,0,TFFFC,pgs.eqg,Loading Characters
3,0,TFFFC,qcf.eqg,Loading Characters
3,0,TFFFC,rdg.eqg,Loading Characters
3,0,TFFFC,re.eqg,Loading Characters
3,0,TFFFC,row.eqg,Loading Characters
3,0,TFFFC,rpt.eqg,Loading Characters
3,0,TFFFC,sat.eqg,Loading Characters
3,0,TFFFC,sca.eqg,Loading Characters
3,0,TFFFC,scc.eqg,Loading Characters
3,0,TFFFC,sco.eqg,Loading Characters
3,0,TFFFC,scw.eqg,Loading Characters
3,0,TFFFC,sdf.eqg,Loading Characters
3,0,TFFFC,she.eqg,Loading Characters
3,0,TFFFC,shi.eqg,Loading Characters
3,0,TFFFC,shs.eqg,Loading Characters
3,0,TFFFC,sif.eqg,Loading Characters
3,0,TFFFC,sin.eqg,Loading Characters
3,0,TFFFC,siw.eqg,Loading Characters
3,0,TFFFC,ski.eqg,Loading Characters
3,0,TFFFC,skl.eqg,Loading Characters
3,0,TFFFC,smd.eqg,Loading Characters
3,0,TFFFC,sok.eqg,Loading Characters
3,0,TFFFC,spt.eqg,Loading Characters
3,0,TFFFC,spx.eqg,Loading Characters
3,0,TFFFC,srk.eqg,Loading Characters
3,0,TFFFC,srn.eqg,Loading Characters
3,0,TFFFC,swc.eqg,Loading Characters
3,0,TFFFC,szk.eqg,Loading Characters
3,0,TFFFC,t01.eqg,Loading Characters
3,0,TFFFC,t02.eqg,Loading Characters
3,0,TFFFC,t03.eqg,Loading Characters
3,0,TFFFC,t06.eqg,Loading Characters
3,0,TFFFC,t07.eqg,Loading Characters
3,0,TFFFC,t08.eqg,Loading Characters
3,0,TFFFC,t09.eqg,Loading Characters
3,0,TFFFC,t11.eqg,Loading Characters
3,0,TFFFC,t12.eqg,Loading Characters
3,0,TFFFC,tel.eqg,Loading Characters
3,0,TFFFC,tln.eqg,Loading Characters
3,0,TFFFC,tnt.eqg,Loading Characters
3,0,TFFFC,tpl.eqg,Loading Characters
3,0,TFFFC,tra.eqg,Loading Characters
3,0,TFFFC,tse.eqg,Loading Characters
3,0,TFFFC,tzf.eqg,Loading Characters
3,0,TFFFC,unm.eqg,Loading Characters
3,0,TFFFC,vaf.eqg,Loading Characters
3,0,TFFFC,vam.eqg,Loading Characters
3,0,TFFFC,wae.eqg,Loading Characters
3,0,TFFFC,wlf.eqg,Loading Characters
3,0,TFFFC,wok.eqg,Loading Characters
3,0,TFFFC,wor.eqg,Loading Characters
3,0,TFFFC,wrm.eqg,Loading Characters
3,0,TFFFC,wuf.eqg,Loading Characters
3,0,TFFFC,wwf.eqg,Loading Characters
3,0,TFFFC,wyr.eqg,Loading Characters
3,0,TFFFC,xef.eqg,Loading Characters
3,0,TFFFC,xem.eqg,Loading Characters
3,0,TFFFC,xhf.eqg,Loading Characters
3,0,TFFFC,xhm.eqg,Loading Characters
3,0,TFFFC,xim.eqg,Loading Characters
3,0,TFFFC,zmf.eqg,Loading Characters
3,0,TFFFC,zmm.eqg,Loading Characters
3,0,TFFFC,krb.eqg,Loading Characters
Reply With Quote
  #8  
Old 12-10-2012, 02:58 AM
CruelCahal
Fire Beetle
 
Join Date: Sep 2011
Posts: 26
Default

I've been messing around with the various globalloads posted here and they all cause terrible graphic probs in a couple of places. In The Warrens, the wall textures are messed up, and the kobolds IN the Warrens and in Tox are all the old, messed up-looking models. Also South Ro is completely ganked with the ground textures being replaced with non-ground textures and invisible textures. If anyone has a global load that does NOT cause these problems in these places, would you please post it or PM me with your working version? I would greatly appreciate it.
I have been rearranging entries and removing entries form the globalload and there is just too much to mess with and it is very time consuming.

EDIT-
AH! I found the cause of 2/3 of the problem. It was that same old pesky "1,0,TFFF,solrotower_chr,Loading Characters" hiding in the globalload.txt. I thought it was already gone but no. South Ro and the Kobolds are back to normal and all is well.
For any newbies who want to use global models and is unaware of the issues that line causes, double check that it is NOT in the globalload.txt.
Reply With Quote
  #9  
Old 12-10-2012, 09:27 AM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

Quote:
Originally Posted by CruelCahal View Post
For any newbies who want to use global models and is unaware of the issues that line causes, double check that it is NOT in the globalload.txt.
This is mentioned throughout this thread. I guess it's time to consolidate information lol.
__________________
Clumsy's World: Resurgence [2019-Present]
Clumsy's World 2.0 [2014-2016]
Clumsy's World [2006-2012]
Reply With Quote
  #10  
Old 06-05-2013, 11:13 AM
jsr
Hill Giant
 
Join Date: Aug 2008
Location: melbourne
Posts: 187
Default

I get a lot of client crashes (SOD) when zoning with this list, is it just me?

Quote:
Originally Posted by Kayen View Post
This will work through the latest client version.

Code:
 /snip.. globalload.txt list
Reply With Quote
  #11  
Old 06-05-2013, 11:54 AM
jsr
Hill Giant
 
Join Date: Aug 2008
Location: melbourne
Posts: 187
Default

from client log;

>[Thu Jun 06 01:48:45 2013]00761:ERROR: Missing or corrupt datafile: Spdat.eff

followed by a big dump of hex and at the bottom a read error.
>[Thu Jun 06 01:48:45 2013]01044:Process was trying to READ invalid data.

No problems with standard globalload.txt

There are a few errors in the global load, I'll go through and clean those out tomorrow to see if it makes a difference.

edit: might be a memory issue, client's hitting 1.8gb which is getting close to 2GB.
Reply With Quote
  #12  
Old 01-18-2014, 02:17 AM
TylerBarnes
Sarnak
 
Join Date: Dec 2012
Location: Sunny California
Posts: 62
Default

I'm still having a bit of an issue with the textures loading.
In classic Toxxulia the kobold look all wonky, the wurms have purple something or other between their teeth and the lycanthopes have red decorative muzzles.
I tried deleting the solrotower but it didn't seem to help at all.
The kobolds in the warrens look fine and the lycanthopes in ToFS look fine
The one I'm using is the one GLGanjika shared on 06-30-2012 in this thread.
The client I'm using is Underfoot/HOT.
I have 8gb on ram. Is that not enough to handle it?
Reply With Quote
  #13  
Old 03-10-2015, 04:12 PM
N0ctrnl's Avatar
N0ctrnl
Discordant
 
Join Date: Jan 2007
Posts: 443
Default

Has anybody updated this lately with the most current models from Live? I'm toying with refreshing a lot of zones and I know there are some in there that will be helpful.
Reply With Quote
  #14  
Old 09-26-2016, 05:50 AM
zerjz3
Banned
 
Join Date: Aug 2010
Location: Sanctuary
Posts: 269
Default

Does anyone know which entry to remove to get the wall texture in Najena to show up properly? It currently looks like very low res blue rocks and no matter which texture I replace in the s3d file I can't get it to go away. Assuming it has something to do with globalload, but the only info I found said to remove airplane_chr from globalload and that did not solve the problem.

Anyone else experience/fix this?
Reply With Quote
  #15  
Old 09-26-2016, 02:33 PM
Zaela_S
Hill Giant
 
Join Date: Jun 2012
Posts: 216
Default

Quote:
Originally Posted by zerjz3 View Post
Does anyone know which entry to remove to get the wall texture in Najena to show up properly? It currently looks like very low res blue rocks and no matter which texture I replace in the s3d file I can't get it to go away. Assuming it has something to do with globalload, but the only info I found said to remove airplane_chr from globalload and that did not solve the problem.

Anyone else experience/fix this?
The client will generally only load one texture with a specific name, and the first one that is loaded will block any subsequent textures with the same name. These are the (non-ubiquitous) potential conflicts I see:

Code:
sro_chr.s3d
-----------
rock1.bmp

unrest_chr.s3d
--------------
rock1.bmp

airplane_chr.s3d
----------------
rock1.bmp

beholder_chr.s3d
----------------
rock1.bmp

cazicthule_chr.s3d
------------------
rock1.bmp

erudnint_chr.s3d
----------------
rock1.bmp

freporte_chr.s3d
----------------
rock1.bmp

freportn_chr.s3d
----------------
rock1.bmp

kurn_chr.s3d
------------
rock1.bmp

lavastorm_chr.s3d
-----------------
rock1.bmp

nro_chr.s3d
-----------
rock1.bmp

oasis_chr.s3d
-------------
rock1.bmp
rock1.bmp does indeed look like blue rocks in at least some of those, while it's a bigger rocky wall in najena.s3d.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 02:03 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3