Conversion Pack Vehicles problem

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

Caleb1117
2008 Most Original Avatar
Posts: 3096
Joined: Sun Aug 20, 2006 5:55 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: X-Fire: caleb1117 ಠ_ಠ

Re: Conversion Pack Vehicles problem

Post by Caleb1117 »

It's not the vehicle.req, it's talking about the munged texture.req

Something is not right with your texture.

Is it a power of 2? 64x64, 128x128, 256x256, 512x512, etc?
woner11
Sith
Sith
Posts: 1361
Joined: Tue Sep 18, 2007 10:17 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: The lost world of pickels
Contact:

Re: Conversion Pack Vehicles problem

Post by woner11 »

How big is your map?
Caleb1117
2008 Most Original Avatar
Posts: 3096
Joined: Sun Aug 20, 2006 5:55 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: X-Fire: caleb1117 ಠ_ಠ

Re: Conversion Pack Vehicles problem

Post by Caleb1117 »

adventfear wrote:

Code: Select all

ucft
{
	REQN
	{
		"texture"
		"qex00000"
		"qex00001"
		"qex00008"
		"qex00009"
		"qex00010"
		"qex00011"
		"qex00012"
		"qex00013"
		"qex00014"
		"qex00015"
		"qex00016"
		"qex00017"
		"qex00018"
		"qex00020"
		"qex00021"
		"qex00022"
		"qex00023"
		"qex00024"
	}
}
... What is that?
adventfear
Rebel Sergeant
Rebel Sergeant
Posts: 199
Joined: Fri Feb 29, 2008 3:46 pm

Re: Conversion Pack Vehicles problem

Post by adventfear »

512 x 512

It's a power of two.


To caleb:
imp_fly_tie_x1.model in the "munged" section of my map. Here is the "class" file in the same munged folder.

Code: Select all

ucft
{
	REQN
	{
		"texture"
		"tie-fighter_icon"
		"hud_imp_tiefighter_icon"
	}
	REQN
	{
		"model"
		"hud_tie_fighter_shape"
		"imp_fly_tie_x1"
		"imp_fly_tiebomber_chunk1"
		"imp_fly_tiebomber_chunk2"
		"imp_fly_tiebomber_chunk3"
		"imp_fly_tiebomber_chunk4"
		"imp_fly_tiebomber_chunk5"
	}
	REQN
	{
		"class"
		"imp_fly_tiefighter_sc_exp"
		"imp_weap_fly_tiefighter_sc_cannon"
		"imp_weap_fly_tiefighter_ptorpedo"
	}
	REQN
	{
		"config"
		"com_sfx_explosion_lg"
		"com_sfx_vehiclespark_sc"
		"com_sfx_vehiclesmoke_sc"
		"com_sfx_vehicleflame_sc"
		"com_sfx_contrail"
	}
}
Caleb1117
2008 Most Original Avatar
Posts: 3096
Joined: Sun Aug 20, 2006 5:55 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: X-Fire: caleb1117 ಠ_ಠ

Re: Conversion Pack Vehicles problem

Post by Caleb1117 »

Oh, don't worry about fixing those, reqs, they are made on munge, and if they are flawed, best to clean.

I don't think the textures should keep it from working, but go to wherever the texture.req(s) is/are, and delete them.

I.E. find the qex00011.texture.req, and the same files of any other such textures causing problems, and munge, it should act as a miniature clean.

I often do this when I just changed one model or skin in a side, and don't want to do a full or manual clean to get it to show.
woner11
Sith
Sith
Posts: 1361
Joined: Tue Sep 18, 2007 10:17 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: The lost world of pickels
Contact:

Re: Conversion Pack Vehicles problem

Post by woner11 »

Ya, see if that clears up anything. If you want the file back then just got to your recycle bin.
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Conversion Pack Vehicles problem

Post by Teancum »

You should never have to edit any of those reqs. Not ever. If you have to touch those there's a problem with the munge itself. Do a manual clean (see the sticky topic) and re-munge.
Post Reply