Model with 2 override textures using wrong textures [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
jojo3450
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Fri Jul 18, 2014 12:29 am
Projects :: No Mod project currently.
Games I'm Playing :: starwarsBattlefront2
xbox live or psn: No gamertag set

Model with 2 override textures using wrong textures [Solved]

Post by jojo3450 »

A model has two override textures this is the .odf
Hidden/Spoiler:
[code][GameObjectClass]
ClassParent = "imp_inf_default_engineer"


[Properties]

GeometryName = "imp_inf_sto_medic"
GeometryLowRes = "imp_inf_sto_medic"

OverrideTexture = "imp_inf_sto_worker"

OverrideTexture = "imp_inf_sto_worker_helmet"

FirstPerson = "IMP\imppilot;imp_1st_pilot"[/code]
but in game the textures are wrong
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: model with 2 override textures

Post by AceMastermind »

The model has to be set up to use OverrideTexture or it just won't work.
You can only define OverrideTexture one time in the ODF, the second one has to be OverrideTexture2
I don't know if you can have more than 2, I never tried.
Post Reply