OverrideTexture? [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
rc1207sev
Private Second Class
Posts: 72
Joined: Fri Mar 08, 2013 4:53 pm
Projects :: SWRC Capital Supremacy
Games I'm Playing :: SWBF-SWBF2-SWRC
xbox live or psn: DolphinRepublic

OverrideTexture? [Solved]

Post by rc1207sev »

I'm trying to create a 501st legion mod with jesse, kix, tup, hardcase etc. and I am using rep_inf_ep3trooper.msh as my model. However, it is not letting me use my different textures for the same model in unit odfs. However, i have tried saving different msh files from the file viewer like rep_inf_kix.msh, but it's also not letting me do that is because the model still calls for rep_inf_ep3trooper. Is there a way of doing this? I think there might be a line of code for the unit odfs, isn't it like overridetexture or something? I'm looking for it now

EDIT: Found it in the rep_inf_ep2_rocketeer.odf

Code: Select all

OverrideTexture     = "rep_inf_arc_blue"
OverrideTexture2    = "rep_inf_arc_pack_blue"
EDIT: Never mind, I tried that but it didn't work

Code: Select all

[GameObjectClass]
ClassParent         = "rep_inf_default_engineer"

[Properties]
GeometryName        = "rep_inf_ep3trooper"
FirstPerson         = "REP\reptroop;rep_1st_trooper"
GeometryLowRes      = "rep_inf_ep3trooper_low1"
OverrideTexture     = "clones_inf_kix"
Any other methods?
Last edited by rc1207sev on Tue Feb 10, 2015 5:14 pm, edited 2 times in total.
ZoomV
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 308
Joined: Thu Aug 15, 2013 11:27 am
Projects :: Old Republic Map pack
Games I'm Playing :: BF2 SWTOR and GW2
xbox live or psn: No gamertag set
Location: Belsavis, Maximum Security Ward

Re: OverrideTexture? [Solved]

Post by ZoomV »

Override textures only work with the ep2 troopers since the ep3troopers did not have override texture incorporated.
However you can hex edit the models so they use a new texture.
rc1207sev
Private Second Class
Posts: 72
Joined: Fri Mar 08, 2013 4:53 pm
Projects :: SWRC Capital Supremacy
Games I'm Playing :: SWBF-SWBF2-SWRC
xbox live or psn: DolphinRepublic

Re: OverrideTexture? [Solved]

Post by rc1207sev »

Post Reply