how to change the rifle colour (SOLVED)
Posted: Mon Oct 27, 2008 5:22 pm
Get more from your games!
http://www.gametoast.com/
Oookay. Here we go.
I'm pretty sure he means that he's continuing with a mod he's making, but bugs keep popping up.DEVISS-REX wrote:hello i continuos with my mod but always appear bugs lol,
He changed the ordinary rifle ordnance color, and changed the award rifle ordnance color.DEVISS-REX wrote: i changed the inf rifle laser colour and aslo changed the award rifle laser colour
He has a problem with the award rifle: the ordnance color doesn't change.DEVISS-REX wrote:but i have a problem with the award don't can change the colour of the shoot this appear on purple
...this is wrong. The picture shows what the problem is, and the problem is that he's changed the award rifle's ordnance color, but he can't change the color of the muzzleflash.He has a problem with the award rifle: the ordnance color doesn't change.
Conclusion: He needs to change some ODF files so that the blaster rifle changes to the award rifle upon getting the award. Since I have never modded SWBF2, I'm afraid I can't help ya, but hopefully some others can.
Code: Select all
MuzzleFlash = "small_muzzle_flash"
FlashColor = "80 80 255 255"
FlashLength = 0.025
FlashColor = "100 100 255 255"
FlashLength = 0.025
FlashLightColor = "220 220 255 175"
FlashLightRadius = "2.0"
FlashLightDuration = "0.25"
Discharge = "small_smoke_effect"...this is wrong. The picture shows what the problem is, and the problem is that he's changed the award rifle's ordnance color, but he can't change the color of the muzzleflash.
And to fix that you need to edit the actual weapon .odf, not the _ord.odf. Look for these lines (or just add them in to your weapon's .odf, they're already the blue ones):Code: Select all
MuzzleFlash = "small_muzzle_flash" FlashColor = "80 80 255 255" FlashLength = 0.025 FlashColor = "100 100 255 255" FlashLength = 0.025 FlashLightColor = "220 220 255 175" FlashLightRadius = "2.0" FlashLightDuration = "0.25" Discharge = "small_smoke_effect"[/quote] very thanks and sorry for my bad traduction the english for me es dificult. The problem is solved :D