Weapon Reskin Error

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
penguintuxedo401
Posts: 1
Joined: Wed Jun 27, 2018 7:53 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set

Weapon Reskin Error

Post by penguintuxedo401 »

Image

I am new to modding on SWBF2 and just learning how to do things. I tried something I figured would be an easy start, I tried re-skinning the regular blaster to Glistech's E-11d blaster. The only code in the odf's that I changed was in the imp_weap_inf_rifle.odf.

What I changed was the following:
[WeaponClass]
ClassParent = "com_weap_inf_rifle"
GeometryName = "imp_weap_inf_e11d.msh"

[Properties]
GeometryName = "imp_weap_inf_e11d"
HighResGeometry = "imp_weap_inf_e11d"
OrdnanceName = "imp_weap_inf_rifle_ord"
FirePointName = "hp_fire"


from:
[WeaponClass]
ClassParent = "com_weap_inf_rifle"
GeometryName = "imp_weap_inf_rifle.msh"

[Properties]
GeometryName = "imp_weap_inf_rifle"
HighResGeometry = "imp_weap_inf_rifle"
OrdnanceName = "imp_weap_inf_rifle_ord"
FirePointName = "hp_fire"


I'm sure it's just something I am unaware of yet, or just missed. If you need more info please let me know.

Thanks!
Marth8880
Resistance Leader
Posts: 5042
Joined: Tue Feb 09, 2010 8:43 pm
Projects :: DI2 + Psychosis
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Re: Weapon Reskin Error

Post by Marth8880 »

Sorry, what's the problem exactly? If it's the floating weapon icon, that can be fixed with this fix: http://www.gametoast.com/viewtopic.php?f=64&t=9703

Welcome to Gametoast, by the way! 8D
Post Reply