My skins = Crash..

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Tuamas

My skins = Crash..

Post by Tuamas »

So I made all Rebel skins look different. I did everything that Dragon93 says in http://www.gametoast.com/index.php?name ... +mod+tools topic.. (tried to use my skins in other maps) But when I start the battle, it crashes... When i munged. There was shown about 23 Warnings but no errors. So. Can someone help me?
Dragon93
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 315
Joined: Tue Mar 14, 2006 2:55 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

RE: My skins = Crash..

Post by Dragon93 »

ֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱ
What rebel skins did you try to reskin?
ֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱ
- Dragon93
Tuamas

Post by Tuamas »

Every skin. Including ones that is in PC folder. I didnt change any names.

edit1:
in your tutorial :
6. Now if you look down the LUA file you will see ReadDataFile("SIDE\\rep.lvl", change this to ReadDataFile("dc:SIDE\\rep.lvl.

------------

Now i might just get it! Isnt that pose to be all.lvl to me.. Why in my "XXXc_con" theres 'rep' and 'cis' but no 'all'..?

edit2:
So i have to edit XXXg_con! That works...? I shall give it a try
SymbolS

Post by SymbolS »

You have to put dc: on all of the sides for it to read it, rep, all, imp, and cis. the g before the _con just stands for galactic and the c before it stands for clone wars, that should help a little bit, I was a little confused too.
Tuamas

Post by Tuamas »

so... If I only make Alliance skins, i have to add dc: on all of the sides..? Ill try.

Edit:
No.. Doesnt work neither. This is what i do whit all.lvl & allshell.lvl :

BF2_ModTools -> data_XXX -> _LVL_PC -> SIDE & copy those files to :

LucasArts -> Star Wars Battlefront II -> Gamedata -> Data -> _lvl_pc -> side.

And now its pose to work? Well it doesnt :/ it crashes
Qdin
Old School Staff
Posts: 2059
Joined: Wed Feb 23, 2005 9:54 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Post by Qdin »

did you even copy the all, cis, imp, rep from the assets into the data_XXX>Sides

that's where it loads the dc: sides from :P
SymbolS

Post by SymbolS »

and common folder ;)
LastJedi

Post by LastJedi »

You are supposed to put dc: in front of the load section for your edited side, save, and then munge with your edited side selected in the side dropdown menu.

-LastJedi
Tuamas

Post by Tuamas »

well...
Qdin : How could i edit the skins in my data_XXX> Sides folder if those werent there ;P So yes i did. But only the ALL because thats what i edited. Thanks anyway.

SymboIS : What about Common folder? I wrote those dc: thingies in Common -> Scripts and it didnt work. I copied that Common folder and placed it into the sides folder of my new map. Everything that was asked to do.

LastJedi :

------------
function ScriptInit()

ReadDataFile("ingame.lvl")



SetMaxFlyHeight(40)
SetMaxPlayerFlyHeight(40)


SetMemoryPoolSize ("ClothData",20)
SetMemoryPoolSize ("Combo",50) -- should be ~ 2x number of jedi classes
SetMemoryPoolSize ("Combo::State",650) -- should be ~12x #Combo
SetMemoryPoolSize ("Combo::Transition",650) -- should be a bit bigger than #Combo::State
SetMemoryPoolSize ("Combo::Condition",650) -- should be a bit bigger than #Combo::State
SetMemoryPoolSize ("Combo::Attack",550) -- should be ~8-12x #Combo
SetMemoryPoolSize ("Combo::DamageSample",6000) -- should be ~8-12x #Combo::Attack
SetMemoryPoolSize ("Combo::Deflect",100) -- should be ~1x #combo


ReadDataFile("sound\\tat.lvl;tat2gcw")
ReadDataFile("dc:SIDE\\all.lvl",
"all_inf_rifleman",
"all_inf_rocketeer",
"all_inf_sniper",
"all_inf_engineer",
"all_inf_officer",
"all_inf_wookiee",
"all_hero_hansolo_tat")
------------
I think that i putted dc: into right place
RC-1290

Post by RC-1290 »

Maybe it helps to see the crashlog(look at the FAQ), than we'll see what specificly is crashing the map. By the way.. I hope that isn't your entire lua file :P.
Tuamas

Post by Tuamas »

yeah. i hope too...
Post Reply