universal dead unit asset question

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

universal dead unit asset question

Post by jojo3450 »

Ok so i followed the instructions and the game crashes and this is my odf
Hidden/Spoiler:
[code][gameobjectclass]
Classlabel = "animatedprop"
Geometryname = "deadunit_lying_1.msh"

[Properties] = "rep_inf_ep3trooper"
Animationname = "deadunits"
Animation = "deadunits_lying_1"
Foleyfxgroup = "metal_foley"[/code]
i typed this on my phone so i didnt use captial letters. Thanks for the help :eek:
User avatar
Anakin
Master of the Force
Master of the Force
Posts: 4817
Joined: Sat Sep 19, 2009 11:37 am
Projects :: RC Side Mod - Remastered - SWBF3 Legacy
Location: Mos Espa (germany)

Re: universal dead unit asset question

Post by Anakin »

Error log??
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: universal dead unit asset question

Post by AQT »

jojo3450 wrote:

Code: Select all

[Properties] = "rep_inf_ep3trooper"
Well, one thing is for certain, what you have there is totally invalid.

Your overall ODF should look something like this:
Hidden/Spoiler:
[code][GameObjectClass]

ClassLabel = "animatedprop"
GeometryName = "rep_inf_ep3trooper.msh"


[Properties]

GeometryName = "rep_inf_ep3trooper"
AnimationName = "deadunits"
Animation = "deadunits_lying_1"

FoleyFXGroup = "metal_foley"[/code]
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

Re: universal dead unit asset question

Post by jojo3450 »

ok this is my real odf the other i typed on my phone so it had errors
Hidden/Spoiler:
[code][GameObjectClass]

ClassLabel = "AnimatedProp"
GeometryName = "deadunit_lying_1.msh"


[Properties]

GeometryName = "rep_inf_ep3trooper"
AnimationName = "deadunits"
Animation = "deadunits_lying_1"

FoleyFXGroup = "metal_foley"[/code]
Post Reply