Need Help With Super Battledroid Muzzleflash [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
User avatar
MDPtoaster
Private Third Class
Posts: 55
Joined: Mon Mar 25, 2019 4:38 pm
Games I'm Playing :: SWBF2
xbox live or psn: No gamertag set

Need Help With Super Battledroid Muzzleflash [Solved]

Post by MDPtoaster »

Hi, I'm nearly completed a big side texture upscaling project and I want to know how I give the default super battledroid his muzzleflash.
I'm also having trouble with the particle editor, so if that's what i need to use, can anyone just give me a file to plop into my cis folder to turn this headache off please?
Last edited by MDPtoaster on Tue Jan 04, 2022 1:45 pm, edited 2 times in total.
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Need Help With Super Battledroid Muzzleflash

Post by AQT »

You won't need Particle Editor. The solution is already in the stock assets. See this thread: viewtopic.php?f=27&t=28684
User avatar
MDPtoaster
Private Third Class
Posts: 55
Joined: Mon Mar 25, 2019 4:38 pm
Games I'm Playing :: SWBF2
xbox live or psn: No gamertag set

Re: Need Help With Super Battledroid Muzzleflash

Post by MDPtoaster »

AQT wrote:
Thu Dec 30, 2021 8:25 pm
You won't need Particle Editor. The solution is already in the stock assets. See this thread: viewtopic.php?f=27&t=28684
cis_weap_inf_sbdroidmuzzle.msh is already in my side assets, what do I do with it to make it work?
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Need Help With Super Battledroid Muzzleflash

Post by AQT »

It is essentially the weapon model that you have to use. You edit the SBD's wrist blaster weapon ODF to reference this msh.
User avatar
MDPtoaster
Private Third Class
Posts: 55
Joined: Mon Mar 25, 2019 4:38 pm
Games I'm Playing :: SWBF2
xbox live or psn: No gamertag set

Re: Need Help With Super Battledroid Muzzleflash

Post by MDPtoaster »

AQT wrote:
Sun Jan 02, 2022 12:52 am
It is essentially the weapon model that you have to use. You edit the SBD's wrist blaster weapon ODF to reference this msh.
I never imagined it would be as simple as making "cis_weap_inf_wrist_blaster" look something like this:

Code: Select all

[WeaponClass]
ClassParent         = "com_weap_inf_rifle"
GeometryName        = "cis_weap_inf_sbdroidmuzzle.msh"


[Properties]
OrdnanceName        = "cis_weap_inf_wrist_blaster_ord"
GeometryName        = "cis_weap_inf_sbdroidmuzzle"


//FirePointName     = "hp_fire"

HUDTag              = "hud_cis_wristblaster"


ShotDelay           = "0.25"
As well as making "cis_weap_inf_wrist_trishot.odf" look like this:

Code: Select all

[WeaponClass]
ClassLabel      = "cannon"
GeometryName        = "cis_weap_inf_sbdroidmuzzle.msh"

[Properties]
AnimationBank       = "rifle"
GeometryName        = "cis_weap_inf_sbdroidmuzzle"

HUDTag              = "hud_cis_trishot"
and even making your "cis_weap_award_wrist_blaster.odf" look like this:

Code: Select all

[WeaponClass]
ClassParent         = "com_weap_award_rifle"
GeometryName        = "cis_weap_inf_sbdroidmuzzle.msh"

[Properties]
OrdnanceName        = "cis_weap_award_wrist_blaster_ord"
GeometryName        = "cis_weap_inf_sbdroidmuzzle"
//FirePointName     = "hp_fire"


HUDTag              = "hud_cis_wristblaster"
I never would've guessed it was that simple, thanks man and I hope this big slab of text helps anyone else that gets confused by this.
Don't forget to add those hud tags to the .odf or else the wrist blasters won't have hud icons
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Need Help With Super Battledroid Muzzleflash [Solved]

Post by AQT »

No problem! Don't forget about HiResGeometry(?) too for first person view.
User avatar
MDPtoaster
Private Third Class
Posts: 55
Joined: Mon Mar 25, 2019 4:38 pm
Games I'm Playing :: SWBF2
xbox live or psn: No gamertag set

Re: Need Help With Super Battledroid Muzzleflash [Solved]

Post by MDPtoaster »

AQT wrote:
Sat Jan 08, 2022 7:25 pm
No problem! Don't forget about HiResGeometry(?) too for first person view.
Its been a little bit since I last munged, but I initially did that and I think it made the sbd hand go away for some reason.
Post Reply