Munge errors [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

Post Reply
User avatar
elfie
Field Commander
Field Commander
Posts: 931
Joined: Fri Jan 25, 2008 8:26 pm
Games I'm Playing :: no games
xbox live or psn: no live
Location: Coruscant, Jedi Temple
Contact:

Munge errors [Solved]

Post by elfie »

Alright I have a serious issue here. I munged my map and got this in my munge log.

Code: Select all

ERROR[PC_texturemunge msh\jed_inf_sith02.tga]:Targa type 10 not currently supported.
ERROR[PC_texturemunge msh\jed_inf_sith02.tga]:Targa type 10 not currently supported.
 [continuing]
   2 Errors    0 Warnings

ERROR[levelpack SIT.req]:munged\pc\sit.config is not a binary UCF file!ERROR[levelpack SIT.req]:munged\pc\sit.config is not a binary UCF file! [continuing]
   2 Errors    0 Warnings
no crash in the map though. This is not a side problem. I go to select a unit and then the cps do not appear on the map before you spawn so I am unable to spawn into battle. here is my sky file which is the only thing i edited in my world1 folder.
Hidden/Spoiler:
[code]SkyInfo()
{
Enable(1);

FogColor(203,201,203);
FogRange(100.0, 1000.000000);

PS2()
{
NearSceneRange(0.5, 200.000000, 270.000000);
NearSplitScreenRange(1.000000, 140.000000, 200.000000);
FarSceneRange(800.000000);
}
PC()
{
NearSceneRange(90.0, 250.0, 120.0, 300.0);
FarSceneRange(400.000000, 1400.0);
}
XBOX()
{
NearSceneRange(0.5, 200.000000, 270.000000);
NearSplitScreenRange(1.000000, 200.000000, 270.000000);
FarSceneRange(800.000000);
}
}

DomeInfo()
{
Texture("SKY_Hoth.tga");
Angle(190.000005);
Ambient(128.000038, 128.000038, 128.000038);
Softness(1);
SoftnessParam(60);

PC()
{
//TerrainBumpDetail("hoth_bump", 1.0, 0.3);
}
XBOX()
{
//TerrainBumpDetail("hoth_bump", 1.0, 0.3);
}

DomeModel()
{
Geometry("hoth_sky_dome");
}
DomeModel()
{
Geometry("hoth_mountain");
Offset(80.0);
MovementScale(0.995);
}
PS2()
{
DomeModel()
{
Geometry("hoth_mountain_2");
Offset(70.0);
MovementScale(0.995);
}
}
DomeModel()
{
Geometry("hoth_cannon");
Offset(28.0);
MovementScale(0.995);
}
LowResTerrain()
{
Texture("hoth");
PatchResolution(6);
}
}[/code]
User avatar
trainmaster611
Sith Lord
Sith Lord
Posts: 1779
Joined: Thu Aug 24, 2006 5:22 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Building a railway to Coruscant
Contact:

Re: PLZ help!!

Post by trainmaster611 »

Show us your BF2Log.
ryukaji
Major
Major
Posts: 513
Joined: Mon Sep 17, 2007 7:46 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: PLZ help!!

Post by ryukaji »

I had this error when I used a certain image editing progam and I guess the game didnt like the .tga is saved so I had to use another progam
User avatar
elfie
Field Commander
Field Commander
Posts: 931
Joined: Fri Jan 25, 2008 8:26 pm
Games I'm Playing :: no games
xbox live or psn: no live
Location: Coruscant, Jedi Temple
Contact:

Re: PLZ help!!

Post by elfie »

Nvm it is fixed. Huzah! However now I have another question. Is it possible to have two of the same sides fight eachother in the same era. Because I wanted to do sith v. Jedi using the jed side to set up both teams in the lua. Could i do that or would it require a new side?
ryukaji
Major
Major
Posts: 513
Joined: Mon Sep 17, 2007 7:46 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: PLZ help!!

Post by ryukaji »

You mean load only the JED side but have jedi vs sith? Yes you can do that.
Just because 2 units are loaded from the same side folder, that doesnt determine their side, the lua does. I have a side for heroes for both sides the alliance and imperials
cloneknight
Chief Warrant Officer
Chief Warrant Officer
Posts: 357
Joined: Sun Aug 20, 2006 11:39 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Re: PLZ help!!

Post by cloneknight »

ya hes right, i load geonoasians and acklay from the geo. side and i can have them fight each other.
User avatar
elfie
Field Commander
Field Commander
Posts: 931
Joined: Fri Jan 25, 2008 8:26 pm
Games I'm Playing :: no games
xbox live or psn: no live
Location: Coruscant, Jedi Temple
Contact:

Re: PLZ help!!

Post by elfie »

i load geonoasians and acklay from the geo. side and i can have them fight each other.

good point. I never thought of that before. Thanks for all the help guys!
Post Reply