Calling All Advanced Modders
Posted: Mon Mar 15, 2004 4:10 pm
ok i really need help here.I made a map rebuild.I made a new file for a hog called Hummer.I copyed the normal hog files into the new Hummer file.I edited the files that r in the Hummer file and changed all the ones that said for example rwarthog.mod2 and put it as Hummer.mod2 and i edited it with notepad so when i get on HMT3 it says vehicle/Hummer and vehicle/rwarhog so there 2 seperate hogs also i edited the file deathisland.scnr and looked for
<Dependency>
<Location>0x3BD4</Location>
<Tagclass>ihevtinuejbo</Tagclass>
<Filename>vehicles\rwarthog\rwarthog</Filename>
</Dependency>
and i copyed it and put it to look like this
<Dependency>
<Location>0x3BD4</Location>
<Tagclass>ihevtinuejbo</Tagclass>
<Filename>vehicles\Hummer\Hummer</Filename>
</Dependency>
<Dependency>
<Location>0x3BD4</Location>
<Tagclass>ihevtinuejbo</Tagclass>
<Filename>vehicles\rwarthog\rwarthog</Filename>
</Dependency>
then i looked for scenery\teleporter_base\teleporter_base and changed the location of the Hummer to the location of the teleporter base then i rebuilded the map with HMT3 and it worked but the problem is that when i change the PC model of the Hummer it changes it for the rwarhog too can someone tell me wut i did wrong?
<Dependency>
<Location>0x3BD4</Location>
<Tagclass>ihevtinuejbo</Tagclass>
<Filename>vehicles\rwarthog\rwarthog</Filename>
</Dependency>
and i copyed it and put it to look like this
<Dependency>
<Location>0x3BD4</Location>
<Tagclass>ihevtinuejbo</Tagclass>
<Filename>vehicles\Hummer\Hummer</Filename>
</Dependency>
<Dependency>
<Location>0x3BD4</Location>
<Tagclass>ihevtinuejbo</Tagclass>
<Filename>vehicles\rwarthog\rwarthog</Filename>
</Dependency>
then i looked for scenery\teleporter_base\teleporter_base and changed the location of the Hummer to the location of the teleporter base then i rebuilded the map with HMT3 and it worked but the problem is that when i change the PC model of the Hummer it changes it for the rwarhog too can someone tell me wut i did wrong?