Laser ODF ORD parameter [Solved]
Moderator: Moderators
- ArkAngel
- Rebel Sergeant

- Posts: 215
- Joined: Fri Nov 13, 2009 10:00 am
Laser ODF ORD parameter [Solved]
what's the ORD file parameter that determines the "recoil" of the lasers fired? (like when you fire the standard rifle the bullets eventually stray everywhere)
-
Deviss
- Master of the Force

- Posts: 3772
- Joined: Tue Aug 12, 2008 7:59 pm
- Projects :: Clone Wars Extended
Re: laser ODF ORD parameter
bullet recoil ammo are in odf and in ord is velocity gravity laser bolt texture damage etc xDArkAngel wrote:what's the ORD file parameter that determines the "recoil" of the lasers fired? (like when you fire the standard rifle the bullets eventually stray everywhere)
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: laser ODF ORD parameter
@ArkAngel: First off, it doesn't go in the _ord ODF but rather the main weapon ODF. Secondly, you are describing two different things. "Recoil" is determine by the parameter:
The greater the value the harder it is to fire in a straight line consecutively. "Stray everywhere" as you put it refers to these parameters:
Code: Select all
KickStrength = "X"Hidden/Spoiler:
- ArkAngel
- Rebel Sergeant

- Posts: 215
- Joined: Fri Nov 13, 2009 10:00 am
Re: laser ODF ORD parameter
thanks very much AQT and Dev 
- Fiodis
- Master of the Force

- Posts: 4145
- Joined: Wed Nov 12, 2008 9:27 pm
- Projects :: Rannoch + Tientia + Tools Programming
Re: Laser ODF ORD parameter [Solved]
Also, (though you probably stumbled upon it already), these lines control how accurate the weapon is in various stances:
These are added (multiplied?) on top of any other values you have determining accuracy.
Code: Select all
StandStillSpread = "0.0"
StandMoveSpread = "0.0"
CrouchStillSpread = "0.0"
CrouchMoveSpread = "0.0"
ProneStillSpread = "0.0"
ProneMoveSpread = "0.0"