modding question regarding proton torpedoes.
Moderator: Moderators
-
- Posts: 1
- Joined: Thu Jun 09, 2022 3:17 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
modding question regarding proton torpedoes.
I am having trouble changing the color of proton torpedoes from blue to pink (the actual color of proton torpedoes in the Star Wars Universe). I tried changing the com_sfx_protontorpedo colors from the blue to pink but when I went to test to change in game there was no change in color. Anyone have an idea on how to go about changing the proton torpedoes color?
-
- Second Lance Corporal
- Posts: 117
- Joined: Thu Jan 24, 2019 11:02 pm
- Projects :: No Mod project currently
- xbox live or psn: No gamertag set
Re: modding question regarding proton torpedoes.
Assuming that you know how to implement side modding, this is how I would approach it:
- Rename the fx file,
- Put it into the effects folder for your side,
- Change the effect in the weapon odf and rename the weapon odf,
- Change the weapon in every space ship odf which uses it and rename those space ship odfs,
- Change those space ships in every mission lua,
- Add those mission lua to mission.req and the addme etc,
- Then I'm pretty sure you need to mod the maps in zeroeditor to spawn the renamed vehicles. There'll be tutorials for that on the sticky, I haven't done any world modding yet so can't help you there. (What I would probably try to do first, is check if it's possible to skip this step by using SetProperty commands on whatever spawns the vehicles. I doubt that it can be done but you never know.)