Page 1 of 1

My skins = Crash..

Posted: Sun Feb 18, 2007 9:39 am
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?

RE: My skins = Crash..

Posted: Sun Feb 18, 2007 9:46 am
by Dragon93
ֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱ
What rebel skins did you try to reskin?
ֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱֱ
- Dragon93

Posted: Sun Feb 18, 2007 9:48 am
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

Posted: Sun Feb 18, 2007 11:42 am
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.

Posted: Sun Feb 18, 2007 11:49 am
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

Posted: Sun Feb 18, 2007 7:01 pm
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

Posted: Sun Feb 18, 2007 7:32 pm
by SymbolS
and common folder ;)

Posted: Mon Feb 19, 2007 1:49 am
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

Posted: Mon Feb 19, 2007 3:34 pm
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

Posted: Mon Feb 19, 2007 4:12 pm
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.

Posted: Mon Feb 19, 2007 5:54 pm
by Tuamas
yeah. i hope too...