Add mod: Hastier nitrous

This commit is contained in:
Fierelier 2022-10-26 13:10:15 +02:00
parent c75cc8ccb3
commit e7adc9527f
3 changed files with 21 additions and 1 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