Zoo Admin Archive

Creativity Centre => Zoo Tycoon 2 => ZT2 Editing => Topic started by: JohnZTMaster on March 02, 2007, 07:57:17 PM

Title: PLEASE HELP! (Female No skin, Male invisible + game crash)
Post by: JohnZTMaster on March 02, 2007, 07:57:17 PM
I am making a Commn/Harbor Seal from the California sea lion, however the female has no skin and the male is invisible, plus when I place it (males), the game crashes. I DID CHECK THE COMMON PROBLEMS thread to no avail!  :boohoo:

Please help me!
Title: Re: PLEASE HELP! (Female No skin, Male invisible + game crash)
Post by: ShenTirag on March 03, 2007, 04:02:30 AM
For the female lack of skin:
Open up the Materials file called YourCodename_Adult_F_YourCodename_Adult_F_mod0.bfmat, and look for the line
Code: [Select]
<param name="Texture0" type="texture">SeaLionCalifornia_Adult_F</param>, and change SeaLionCalifornia_Adult_F to YourCodename_Adult_F.  Check the YourCodename_Adult_M_YourCodename_Adult_M_mod0.bfmat and make sure the texture link is correct there too.  Remember, you have to replace the bfmat codenames with something of similar length because they are referenced inside the BFB file.

Game crashing indicates a severe coding error, you must check that the arrangement of your folders and the location of your files is identical to how the folders are arranged within the x200_00.z2f file, because that demonstrates how the game finds data for it to read.  If those files are incorrectly placed, then the game cannot find the information.  You must also tripple check your animals/ai xml files to make sure your codename is correct and check that the Materials file references in the BFB files are the correct length and that in the BFM you have only replaced the codename in the lines:
Code: [Select]
<BFM modelname="entities\units\animals\SeaLionCalifornia\SeaLionCalifornia_Adult_F.nif">
Code: [Select]
<Graph name="SeaLionCalifornia_Adult_F" version="1">
Title: Re: PLEASE HELP! (Female No skin, Male invisible + game crash)
Post by: JohnZTMaster on March 05, 2007, 04:17:03 PM
Yep, I checked all of that.

As of now, the female works fine, but the male is still invisible and possibly crashy.
Title: Re: PLEASE HELP! (Female No skin, Male invisible + game crash)
Post by: penguinman on March 05, 2007, 05:10:20 PM
Do you have an Adult_M bfb and bfm file? If so, are they both coded correctly? Did you edit the graphname part of the bfm? Check and see if it really does crash or just invisible. There's a difference :P