PDA

View Full Version : How to fix teh Crashing while in the ut2k4 single player select with custom models...


Dandeloreon1984
14th May 2004, 11:23 PM
I am using your content and i would like to request that you work on making sure your upl and int settings are correct... For tehse example good and bad systems i would like to thank the people who made them...


sample mod upl entry that is bad and separated...

Player=(
DefaultName="Marygold",
Race="CAT",
Mesh=CatsAnim2k4.Cats,
species=xGame.SPECIES_Merc,
Skeleton=CatsAnim2k4.Skeleton_Cats,
Ragdoll=Alien,
BodySkin=Marygold.JaguarBodyShader,
FaceSkin=Marygold.JaguarFace,
Portrait=MaryGold.JaguarPort,
Text=XPLAY_CATS.Marygold,
Sex=Female,
Menu="SP",
Aggressiveness=+1.0,
CombatStyle=+1.0,
Accuracy=+5.0,
StrafingAbility=+3.0,
ReactionTime=+10.0,
Tactics=+2.0,
Jumpiness=1.00,
bJumpy=False,
BotUse=1)

sample model int that is good called... XPLAY_CATS.int

[DecoText]
Default="No data."

Marygold="Name: Marygold|Age: 22|Race: CAT|Data:|In the Tournament, her jaguar's spots which are like marygold flower are tinged with the blood of the opponents.|So, she is called in a commonplace nick name. "Bloody Mary".||"


sample original upl entry that is separated...

Player=(
DefaultName="Malcolm",
Race="ThunderCrash",
Mesh=HumanMaleA.MercMaleD,
species=xGame.SPECIES_Merc,
BodySkin=PlayerSkins.MercMaleDBodyA,
FaceSkin=PlayerSkins.MercMaleDHeadA,
Portrait=PlayerPictures.cMercMaleAD,
Text=XPlayers.MercMaleDA,
Sex=Male,
Menu="MALCOLM",
Tactics=2.0,
StrafingAbility=+2.0,
Accuracy=0.5,
BotUse=1)


Sample lines from the original int...

[DecoText]
Default="No data."

MercMaleDA="Name: Malcolm|Age: 42|Race: Human||Data:|Needs no introduction - most famous veteran of the Tournaments, recognized on every planet. With the typical calm pride of the Earth-born, and strong sense of loyalty, Malcolm is a true survivor and born leader.||"


I am uncertain about if this is correct, but i keep having ut2k4 crash on me...


I am usign this model...

http://skincity.beyondunreal.com/?section=models&action=show_infos&id=364

and these two skins for it, and the game crashes...

http://skincity.beyondunreal.com/?section=skins&action=show_infos&id=1694
http://skincity.beyondunreal.com/?section=models&action=show_infos&id=309

Dandeloreon1984
14th May 2004, 11:36 PM
Oh btw.. i read this interesting bit of info form a readme, so please take this into note...

And, Bio is already in "BlackAndWhite2k4.upl".
If "Text=..." is in "upl" but corresponding Bio is not in "XPlayers.int", UT2004 hangs and crashs in "Single Player"'s "Team Management".
Therefore, it was made such a form.

Hide
15th May 2004, 10:11 PM
Probably the cause is putting the Bio into a file called XPLAY_CATS.int.

You can not use your original ".int" file for the Bio.
Please try to add the Bio into "XPlayers.int".

This is not only for my model, but for all custom models and all custom skins.

NATO_chrisjm
16th May 2004, 02:49 PM
I'm running that skin SP and I get no problems ...

Dandeloreon1984
16th May 2004, 08:22 PM
Probably the cause is putting the Bio into a file called XPLAY_CATS.int.

You can not use your original ".int" file for the Bio.
Please try to add the Bio into "XPlayers.int".

This is not only for my model, but for all custom models and all custom skins.

I know about this, but in ut2k3 you were able to reference your own int file for the bio, and not one single int...