Compare commits

...

2 Commits

Author SHA1 Message Date
Fierelier a0691ac411 Tires + Rollbars 2022-10-26 21:29:26 +02:00
Fierelier e7adc9527f Add mod: Hastier nitrous 2022-10-26 13:10:15 +02:00
5 changed files with 1204 additions and 2281 deletions

View File

@ -14,6 +14,9 @@ ui_text Softer suspensions and different tires for vehicles, rebalancing of real
ui_control checkbox betterlandings true "Better landings"
ui_text Makes cars stick landings better.
ui_control checkbox hastiernitrous true "Hastier Nitrous (by LunicAura106)"
ui_text Recharges nitrous faster.
ui_control checkbox presetracers true "Challenge series opponents"
ui_text The opponents use vehicles from the challenge series, instead of randomly generated cars.
@ -53,6 +56,10 @@ ui_option betterlandings
script scripts\fier\better-landings.nfsms
ui_option betterlandings
ui_option hastiernitrous
script scripts\LunicAura106\hastier-nitrous.nfsms
ui_option hastiernitrous
ui_option presetracers
script scripts\fier\preset-racers.nfsms
ui_option presetracers

View File

@ -14,7 +14,10 @@ BadassBaboon's [MW] Extended Cameras: https://nfsmods.xyz/mod/913 (KuruHS Preset
Picked out one camera and changed how it is applied.
- scripts\Frexellia\natural-shifting.nfsms
From Frexellia's Prostreet Object Physics: https://nfsmods.xyz/mod/2457
Frexellia's Prostreet Object Physics: https://nfsmods.xyz/mod/2457
- scripts\LunicAura106\hastier-nitrous.nfsms
LunicAura106's NFSMW: Hastier Nitrous: https://nfsmods.xyz/mod/949
- scripts\fier\*
These are my scripts, you don't need to credit me or anyone else for them.

View File

@ -0,0 +1,10 @@
update_field nos nos_base RECHARGE_MIN_SPEED 10
update_field nos nos_base RECHARGE_MIN 55
update_field nos nos_base RECHARGE_MAX_SPEED 200
update_field nos nos_base RECHARGE_MAX 15
update_field nos nos_top RECHARGE_MIN_SPEED 10
update_field nos nos_top RECHARGE_MIN 55
update_field nos nos_top RECHARGE_MAX_SPEED 200
update_field nos nos_top RECHARGE_MAX 15
update_field nos nos_base NOS_DISENGAGE 1
update_field nos nos_top NOS_DISENGAGE 1

File diff suppressed because it is too large Load Diff

View File

@ -309,10 +309,6 @@ update_field chassis replaceme_top SHOCK_EXT_STIFFNESS Front 50
update_field chassis replaceme_top SHOCK_EXT_STIFFNESS Rear 50
update_field chassis replaceme_top SHOCK_BLOWOUT 0
update_field pvehicle replaceme TENSOR_SCALE X 1.2
update_field pvehicle replaceme TENSOR_SCALE Y 1.5
update_field pvehicle replaceme TENSOR_SCALE Z 1.2
### LOWER AERO ###
#update_field chassis replaceme AERO_COEFFICIENT 0.13
#update_field chassis replaceme_top AERO_COEFFICIENT 0.15
@ -334,25 +330,9 @@ update_field chassis replaceme_top SHOCK_EXT_STIFFNESS Front 80
update_field chassis replaceme_top SHOCK_EXT_STIFFNESS Rear 80
update_field chassis replaceme_top SHOCK_BLOWOUT 0
### A2 ###
update_field pvehicle replaceme TENSOR_SCALE X 2.0
update_field pvehicle replaceme TENSOR_SCALE Y 1.5
update_field pvehicle replaceme TENSOR_SCALE Z 1.2
### A3 ###
#update_field pvehicle replaceme TENSOR_SCALE X 1.2
#update_field pvehicle replaceme TENSOR_SCALE Y 1.5
#update_field pvehicle replaceme TENSOR_SCALE Z 0.9
update_field chassis replaceme ROLL_CENTER 3
update_field chassis replaceme_top ROLL_CENTER 3
update_field ecar replaceme BodyRoll DegPerG 3
update_field ecar replaceme BodyRoll DegPerSec 0
update_field ecar replaceme BodyRoll MaxG 1
### A4 ###
update_field pvehicle replaceme TENSOR_SCALE X 1.2
update_field pvehicle replaceme TENSOR_SCALE Y 1.5
update_field pvehicle replaceme TENSOR_SCALE Z 1.2
### A5 ###
update_field chassis replaceme SHOCK_STIFFNESS Front 0
@ -372,9 +352,6 @@ update_field chassis replaceme SHOCK_STIFFNESS Rear 0
## A7 ###
update_field pvehicle replaceme TENSOR_SCALE X 1.5
update_field pvehicle replaceme TENSOR_SCALE Y 1.5
update_field pvehicle replaceme TENSOR_SCALE Z 1.5
update_field ecar replaceme BodyRoll DegPerG 2
update_field ecar replaceme BodyRoll DegPerSec 10
update_field ecar replaceme BodyRoll MaxG 3
@ -394,15 +371,6 @@ update_field ecar replaceme BodyRoll MaxG 3
#update_field chassis replaceme_top SHOCK_BLOWOUT 0
### A8 ###
update_field tires replaceme YAW_CONTROL[0] 0
update_field tires replaceme YAW_CONTROL[1] 0
update_field tires replaceme YAW_CONTROL[2] 0
update_field tires replaceme YAW_CONTROL[3] 0
update_field tires replaceme_top YAW_CONTROL[0] 0
update_field tires replaceme_top YAW_CONTROL[1] 0
update_field tires replaceme_top YAW_CONTROL[2] 0
update_field tires replaceme_top YAW_CONTROL[3] 0
update_field chassis replaceme SHOCK_DIGRESSION Front 0
update_field chassis replaceme SHOCK_DIGRESSION Rear 0
@ -412,36 +380,25 @@ update_field chassis replaceme_top SHOCK_DIGRESSION Rear 0
update_field chassis replaceme ROLL_CENTER 5
update_field chassis replaceme_top ROLL_CENTER 5
update_field pvehicle replaceme TENSOR_SCALE X 1.5
update_field pvehicle replaceme TENSOR_SCALE Y 1.5
update_field pvehicle replaceme TENSOR_SCALE Z 1.5
### A9 ###
update_field tires replaceme GRIP_SCALE Front 0.66
update_field tires replaceme GRIP_SCALE Rear 0.66
update_field tires replaceme_top GRIP_SCALE Front 1.3
update_field tires replaceme_top GRIP_SCALE Rear 1.3
update_field tires replaceme STEERING 0.8
update_field tires replaceme_top STEERING 0.8
update_field pvehicle replaceme TENSOR_SCALE X 2.0
update_field pvehicle replaceme TENSOR_SCALE Y 2.0
update_field pvehicle replaceme TENSOR_SCALE Z 2.0
### NO SWAYBARS ###
update_field chassis replaceme SWAYBAR_STIFFNESS Front 0
update_field chassis replaceme SWAYBAR_STIFFNESS Rear 0
update_field chassis replaceme_top SWAYBAR_STIFFNESS Front 0
update_field chassis replaceme_top SWAYBAR_STIFFNESS Rear 0
update_field chassis replaceme SWAYBAR_STIFFNESS Front -100
update_field chassis replaceme SWAYBAR_STIFFNESS Rear -100
update_field chassis replaceme_top SWAYBAR_STIFFNESS Front -100
update_field chassis replaceme_top SWAYBAR_STIFFNESS Rear -100
update_field chassis replaceme ROLL_CENTER 10
update_field chassis replaceme_top ROLL_CENTER 8
update_field tires replaceme YAW_SPEED 0.2
update_field tires replaceme_top YAW_SPEED 0.2
update_field chassis replaceme TRAVEL Front 99999
update_field chassis replaceme TRAVEL Rear 99999
update_field chassis replaceme_top TRAVEL Front 99999
update_field chassis replaceme_top TRAVEL Rear 99999
update_field chassis replaceme TRAVEL Front 99999999
update_field chassis replaceme TRAVEL Rear 99999999
update_field chassis replaceme_top TRAVEL Front 99999999
update_field chassis replaceme_top TRAVEL Rear 99999999
update_field tires replaceme GRIP_SCALE Front 0.7
update_field tires replaceme GRIP_SCALE Rear 0.7
\
"""