New skin causing crash? [Solved]

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

Coley
Sergeant Major
Sergeant Major
Posts: 249
Joined: Sun Aug 09, 2009 11:27 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Germany

New skin causing crash? [Solved]

Post by Coley »

Hi!
First: I have started to mod. I´m a beginner, I just can change terrain, texture, objects (most of the time) and more. My english isn´t very good, sorry.

My problem:
If i try to skin, Battlefront 2 kicks me before the map is load (grammar right?^^).
I looked for help in other topics, but I wasn´t able to find something useful for me.
I write down the steps I made for my skin:




1. I created my map. I called it "NEU" didn´t change anything and munged it.
2. The game worked, I played on the Yavin-textures.
3. I changed the game with the ZeroEditor: I made objects and raise the terrain. Then I changed
the heroes. I munged again.
4. The game worked, my objects are there and the terrain is changed, other heroes too. Great!
5. I went do: C:/BF2_ModTools/assets/Sides
I copied the "rep"-file and pasted it into
C:/BF2_ModTools/data_NEU/Sides
(I deleted the "tur"-folder).
6. I opened GIMP (2.6) and opened the "rep_inf_ep3trooper"-TGA-file in the
data_NEU/Sides/rep/msh in it.
7. I got the picture of the trooper (helmet and the other things) and changed the color of these
things.
8. I clicked on "file", then "save at" and then I went this way:
C:/BF2_ModTools/data_NEU/Sides/rep/msh/
9. I overwrited the file "rep_inf_ep3trooper.tga".
10. I unchecked the RLE-compression.
11. Good, for the moment.
I closed GIMP and went to
C:/BF2_ModTools/data_NEU/Common/scripts/NEU/NEUc_con
12. Here is my lua (I made the "dc:" left next to SIDE//)


ReadDataFile("sound\\yav.lvl;yav1cw")
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper",
"rep_hover_fightertank",
"rep_hero_macewindu",
"rep_hover_barcspeeder")
ReadDataFile("SIDE\\cis.lvl",
"cis_inf_rifleman",
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper",
"cis_inf_officer",
"cis_inf_droideka",
"cis_hero_jangofett",
"cis_hover_aat")


ReadDataFile("SIDE\\tur.lvl",
"tur_bldg_laser",
"tur_bldg_tower")

SetupTeams{
rep = {
team = REP,
units = 20,
reinforcements = 150,
soldier = { "rep_inf_ep3_rifleman",9, 25},
assault = { "rep_inf_ep3_rocketeer",1, 4},
engineer = { "rep_inf_ep3_engineer",1, 4},
sniper = { "rep_inf_ep3_sniper",1, 4},
officer = {"rep_inf_ep3_officer",1, 4},
special = { "rep_inf_ep3_jettrooper",1, 4},

},
cis = {
team = CIS,
units = 20,
reinforcements = 150,
soldier = { "cis_inf_rifleman",9, 25},
assault = { "cis_inf_rocketeer",1, 4},
engineer = { "cis_inf_engineer",1, 4},
sniper = { "cis_inf_sniper",1, 4},
officer = {"cis_inf_officer",1, 4},
special = { "cis_inf_droideka",1, 4},
}
}

SetHeroClass(CIS, "cis_hero_jangofett")
SetHeroClass(REP, "rep_hero_macewindu")


13. I copied my new "rep"-side
(C:/BF2_ModTools/data_NEU/Sides)
and pasted it in
C:/BF2_ModTools/data_NEU/_BUILD/Sides.
I overwrited the old "rep"-side in "_BUILD" and had my new "rep"-side with the changed tga.
14. Well...
I went to
C:/BF2_ModTools/data_NEU/_BUILD
and hit the "Modtools VisualMunge.
15. I clicked on "Select All", and then "Munge".
16. I wait.
17. The normal message came (All done- Go run Battlefront II!) and I runned Battlefront II.
18. Before the map "Neue Welt" has finished the load process, I am on my windows desktop.
No error_log, NOTHING! :cry:



I hope, you can help me. I downloaded THIS tutorial:
http://starwarsbattlefront.filefront.co ... ide;101791

Greeting
Coley :D
501st_commander
Master Bounty Hunter
Master Bounty Hunter
Posts: 1570
Joined: Wed Dec 10, 2008 7:48 pm

Re: Skinning

Post by 501st_commander »

did you run the the BF2_modtools.exe to get the errorlog?
Coley
Sergeant Major
Sergeant Major
Posts: 249
Joined: Sun Aug 09, 2009 11:27 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Germany

Re: Skinning

Post by Coley »

Er...no.
But when I try to open BF2_ModTools.exe comes a message of a fault (it´s german, it won´t tell you much).
I try to translate...
something like : " BF2_modtools.exe - Components couldn´t be found"
Then a huge "X" and: Couldn´t start because binkw32.dll could´nt be found. A new installation mabe could...er..."destroy" (?) the problem.

I don´t have a better idea to translate "beheben" then destroy...
User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Re: Skinning

Post by Fiodis »

Take BF2Modtools.exe and move it into your GameData folder. Then run it. Play your map. If it crashes, that's fine. Afterwards, go to your GameData folder (or compatability files folder if you have Vista) and open the file BFront2.txt. Post that file here in this thread, but inside Hide tags, like so:

Code: Select all

[Hide]  *your file here*  [/Hide]
Last edited by Fiodis on Sun Aug 09, 2009 12:33 pm, edited 1 time in total.
Coley
Sergeant Major
Sergeant Major
Posts: 249
Joined: Sun Aug 09, 2009 11:27 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Germany

Re: Skinning

Post by Coley »

But...should I install the GAME or the MODTOOLS new??

Thx, moment, I try it
Last edited by Coley on Mon Aug 10, 2009 5:10 am, edited 1 time in total.
User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Re: Skinning

Post by Fiodis »

You do not need to reinstall anything, but you must have both the Modtools and the game itself already installed. Don't try modding BF2 if you don't have the game.

On an off-topic side note, Google Translator puts "Beheben" as "resolve". It also comes up with put right, remove, rectify, remedy, repair or clear.
Last edited by Fiodis on Sun Aug 09, 2009 12:36 pm, edited 1 time in total.
Coley
Sergeant Major
Sergeant Major
Posts: 249
Joined: Sun Aug 09, 2009 11:27 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Germany

Re: Skinning

Post by Coley »

Of course, I have the game.
Read first or second sentence in the begin of topic

Er...I copied the .exe in
C:/Programme/LucasArts/Star Wars Battlefront II/GameData
But when I click the file, this message came (translated):
"Please insert CD1"
Which CD???
I really HAVE inserted Battlefront 2!

Double posting is against the RULES please use the Edit button - Staff
501st_commander
Master Bounty Hunter
Master Bounty Hunter
Posts: 1570
Joined: Wed Dec 10, 2008 7:48 pm

Re: Skinning

Post by 501st_commander »

CD1, the install cd you used to install the game.
Coley
Sergeant Major
Sergeant Major
Posts: 249
Joined: Sun Aug 09, 2009 11:27 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Germany

Re: Skinning

Post by Coley »

I have only 1 CD.
In Germany you can only get ONE CD.
And everything works with only ONE.^^
mswf
Master Bounty Hunter
Master Bounty Hunter
Posts: 1674
Joined: Tue Mar 31, 2009 3:40 pm
Location: Twello, The Netherlands
Contact:

Re: Skinning

Post by mswf »

Are you using the DVD version? If so, you need to download the dvd version of modtools:
CLICK
(it's from the FAQ in the above topic)
Coley
Sergeant Major
Sergeant Major
Posts: 249
Joined: Sun Aug 09, 2009 11:27 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Germany

Re: Skinning

Post by Coley »

Er..no idea.
I think so. It is called " PC DVD-ROM".
But why does "BF2_Modtools" work, if I should have the wrong programm?????
I think I downloaded the right one...but I´m not sure.
I downloaded the one that you can find on filefront
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: Skinning

Post by Deviss »

Coley wrote:Er..no idea.
I think so. It is called " PC DVD-ROM".
But why does "BF2_Modtools" work, if I should have the wrong programm?????
I think I downloaded the right one...but I´m not sure.
I downloaded the one that you can find on filefront
yeah you have DVD version so download the file MSWF send you :wink:
Coley
Sergeant Major
Sergeant Major
Posts: 249
Joined: Sun Aug 09, 2009 11:27 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Germany

Re: Skinning

Post by Coley »

Okay...Moment

and now?

Double posting is against the RULES please use the Edit button - Staff
Labj
Sith
Sith
Posts: 1400
Joined: Tue Jun 16, 2009 3:20 pm
Games I'm Playing :: Halo 4
xbox live or psn: SiulS2409
Location: Costa Rica
Contact:

Re: Skinning

Post by Labj »

There is an icon with the BF2 icon :roll: , copy that one into the Gamedata folder...
Coley
Sergeant Major
Sergeant Major
Posts: 249
Joined: Sun Aug 09, 2009 11:27 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Germany

Re: Skinning

Post by Coley »

I have it done, I mean, what´s next??
501st_commander
Master Bounty Hunter
Master Bounty Hunter
Posts: 1570
Joined: Wed Dec 10, 2008 7:48 pm

Re: Skinning

Post by 501st_commander »

open it. play the game, till it craches.
Xavious
Sith Master
Sith Master
Posts: 2783
Joined: Mon Jun 12, 2006 3:46 pm

Re: Skinning

Post by Xavious »

Run your map through BF2_modtools.exe. After it crashes, there should be a file called BFront2.log in your GameData folder. Post that.
Labj
Sith
Sith
Posts: 1400
Joined: Tue Jun 16, 2009 3:20 pm
Games I'm Playing :: Halo 4
xbox live or psn: SiulS2409
Location: Costa Rica
Contact:

Re: Skinning

Post by Labj »

It should open a mini version of BF2 with a green square above...
Coley
Sergeant Major
Sergeant Major
Posts: 249
Joined: Sun Aug 09, 2009 11:27 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Germany

Re: Skinning

Post by Coley »

uuh...I can´t find anything like this...:(
Labj
Sith
Sith
Posts: 1400
Joined: Tue Jun 16, 2009 3:20 pm
Games I'm Playing :: Halo 4
xbox live or psn: SiulS2409
Location: Costa Rica
Contact:

Re: Skinning

Post by Labj »

... i the mod tools there is a BF2 icon, copy that into the gamedata... then run it, it should open a mini BF2 with a grenn square above.
Post Reply