added unit skin doesnt change [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
DrDrSheldonLeeCooper
Chief Warrant Officer
Chief Warrant Officer
Posts: 353
Joined: Sat Apr 26, 2014 1:50 pm
Projects :: Times before Empire
Games I'm Playing :: SWBF2-BF-Skyrim
xbox live or psn: No gamertag set
Location: Coruscant City [Germany]

added unit skin doesnt change [Solved]

Post by DrDrSheldonLeeCooper »

Hello i wish to add Commander Gree to Kashyyyk.But the new trooper is just a normal clone.So there are two normal clones (i dont changed the weapons yet)
But why the new unit doesnt looks like Commander gree?Here my Commander Gree ODF :
Hidden/Spoiler:
[GameObjectClass]
ClassParent = "rep_inf_default_commander_gree"

[Properties]
GeometryName = "rep_inf_commander_gree"
GeometryLowRes = "rep_inf_commander_gree_low1"
FirstPerson = "REP\reptroop;rep_1st_trooper"
Last edited by DrDrSheldonLeeCooper on Fri May 30, 2014 9:44 pm, edited 1 time in total.
User avatar
commanderawesome
Field Commander
Field Commander
Posts: 971
Joined: Tue Aug 13, 2013 11:58 pm
Projects :: Skin Changer - Warfront - Other stuff
Games I'm Playing :: SWBF SWTOR KotOR EaW
xbox live or psn: AaTc_CmdrAwesome
Location: The Universe

Re: added unit skin doesnt change

Post by commanderawesome »

DrDrSheldonLeeCooper wrote:Hello i wish to add Commander Gree to Kashyyyk.But the new trooper is just a normal clone.So there are two normal clones (i dont changed the weapons yet)
But why the new unit doesnt looks like Commander gree?Here my Commander Gree ODF :
Hidden/Spoiler:
[GameObjectClass]
ClassParent = "rep_inf_default_commander_gree"

[Properties]
GeometryName = "rep_inf_commander_gree"
GeometryLowRes = "rep_inf_commander_gree_low1"
FirstPerson = "REP\reptroop;rep_1st_trooper"
Have you made sure that your model's name is correct? Because that's what the "GeometryName" line is for. Also "ClassParent" refers to what ODF this ODF is based off of. If it is just a skin and not a model change it to this:
Hidden/Spoiler:
[code][GameObjectClass]
ClassParent = "rep_inf_default_commander_gree"

[Properties]
GeometryName = "rep_inf_ep3trooper"
GeometryLowRes = "rep_inf_ep3trooper_low1"
FirstPerson = "REP\reptroop;rep_1st_trooper"
OverrideTexture ="your_skin_name"[/code]
Please note that this only works with certain models, and i'm not sure if ep3trooper is one of them.

Also, remember to add your new unit to your mission script. Caleb expains all of this HERE.
DrDrSheldonLeeCooper
Chief Warrant Officer
Chief Warrant Officer
Posts: 353
Joined: Sat Apr 26, 2014 1:50 pm
Projects :: Times before Empire
Games I'm Playing :: SWBF2-BF-Skyrim
xbox live or psn: No gamertag set
Location: Coruscant City [Germany]

Re: added unit skin doesnt change

Post by DrDrSheldonLeeCooper »

commanderawesome wrote:
DrDrSheldonLeeCooper wrote:Hello i wish to add Commander Gree to Kashyyyk.But the new trooper is just a normal clone.So there are two normal clones (i dont changed the weapons yet)
But why the new unit doesnt looks like Commander gree?Here my Commander Gree ODF :
Hidden/Spoiler:
[GameObjectClass]
ClassParent = "rep_inf_default_commander_gree"

[Properties]
GeometryName = "rep_inf_commander_gree"
GeometryLowRes = "rep_inf_commander_gree_low1"
FirstPerson = "REP\reptroop;rep_1st_trooper"
Have you made sure that your model's name is correct? Because that's what the "GeometryName" line is for. Also "ClassParent" refers to what ODF this ODF is based off of. If it is just a skin and not a model change it to this:
Hidden/Spoiler:
[code][GameObjectClass]
ClassParent = "rep_inf_default_commander_gree"

[Properties]
GeometryName = "rep_inf_ep3trooper"
GeometryLowRes = "rep_inf_ep3trooper_low1"
FirstPerson = "REP\reptroop;rep_1st_trooper"
OverrideTexture ="your_skin_name"[/code]
Please note that this only works with certain models, and i'm not sure if ep3trooper is one of them.

Also, remember to add your new unit to your mission script. Caleb expains all of this HERE.
Thx but, it doesnt help.I added the AT-RT Driver and it works.But i don´t know why Commander Gree loads the Clone Skin

EDIT
Hm it just doesnt work on Kashyyyk

Double posting is against the RULES; please EDIT your post instead -Staff
User avatar
commanderawesome
Field Commander
Field Commander
Posts: 971
Joined: Tue Aug 13, 2013 11:58 pm
Projects :: Skin Changer - Warfront - Other stuff
Games I'm Playing :: SWBF SWTOR KotOR EaW
xbox live or psn: AaTc_CmdrAwesome
Location: The Universe

Re: added unit skin doesnt change

Post by commanderawesome »

Are you trying to replace the standard trooper or add a new unit entirely?
DrDrSheldonLeeCooper
Chief Warrant Officer
Chief Warrant Officer
Posts: 353
Joined: Sat Apr 26, 2014 1:50 pm
Projects :: Times before Empire
Games I'm Playing :: SWBF2-BF-Skyrim
xbox live or psn: No gamertag set
Location: Coruscant City [Germany]

Re: added unit skin doesnt change [SOLVED]

Post by DrDrSheldonLeeCooper »

Thx,I just made a new side for Gree and it works fine :)
Post Reply