Compare commits

...

3 Commits

Author SHA1 Message Date
Fierelier 3ad9e4af10 Remove executable flag from nfsms files 2023-01-10 12:00:02 +01:00
Fierelier 661d0c913e Update handling-overhaul 2023-01-10 11:59:47 +01:00
Fierelier 1bfdad5e5c Add free run mod 2023-01-10 11:59:32 +01:00
11 changed files with 411 additions and 117 deletions

View File

@ -17,6 +17,9 @@ ui_text Makes cars stick landings better.
ui_control checkbox hastiernitrous true "Hastier Nitrous (by LunicAura106)"
ui_text Recharges nitrous faster.
ui_control checkbox freerun true "Free Run Mod (by clya900)"
ui_text Add Free Run to circuit quick race menu.
ui_control checkbox presetracers true "Challenge series opponents"
ui_text The opponents use vehicles from the challenge series, instead of randomly generated cars.
@ -60,6 +63,10 @@ ui_option hastiernitrous
script scripts\LunicAura106\hastier-nitrous.nfsms
ui_option hastiernitrous
ui_option freerun
script scripts\clya900\free-run-mod.nfsms
ui_option freerun
ui_option presetracers
script scripts\fier\preset-racers.nfsms
ui_option presetracers

View File

@ -13,6 +13,9 @@ Edited for use in this pack by me.
BadassBaboon's [MW] Extended Cameras: https://nfsmods.xyz/mod/913 (KuruHS Preset)
Picked out one camera and changed how it is applied.
- scripts\clya900\free-run-mod.nfsms
cla900's Free Run Mod: https://nfsmods.xyz/mod/2875
- scripts\Frexellia\natural-shifting.nfsms
Frexellia's Prostreet Object Physics: https://nfsmods.xyz/mod/2457

View File

@ -0,0 +1,57 @@
# race_bin_collectors/free_run
add_node gameplay circuit race_bin_collectors/free_run
add_field gameplay race_bin_collectors/free_run AvailableOnline
add_field gameplay race_bin_collectors/free_run AvailableQR
add_field gameplay race_bin_collectors/free_run ChallengeSeriesRace
add_field gameplay race_bin_collectors/free_run Children 1
add_field gameplay race_bin_collectors/free_run CopsInRace
add_field gameplay race_bin_collectors/free_run EventID
add_field gameplay race_bin_collectors/free_run ForceTrafficDensity
add_field gameplay race_bin_collectors/free_run gameplayvault
add_field gameplay race_bin_collectors/free_run IntroNIS
add_field gameplay race_bin_collectors/free_run Name
add_field gameplay race_bin_collectors/free_run Opponents 1
add_field gameplay race_bin_collectors/free_run PursuitRace
add_field gameplay race_bin_collectors/free_run QuickRaceUnlocked
add_field gameplay race_bin_collectors/free_run racestart
add_field gameplay race_bin_collectors/free_run Region
add_field gameplay race_bin_collectors/free_run Template
add_field gameplay race_bin_collectors/free_run UseWorldHeat
change_vault gameplay race_bin_collectors/free_run race_bin_collectors
update_field gameplay race_bin_collectors/free_run AvailableOnline True
update_field gameplay race_bin_collectors/free_run AvailableQR True
update_field gameplay race_bin_collectors/free_run ChallengeSeriesRace False
update_field gameplay race_bin_collectors/free_run Children[0] race_bin_collectors/free_run/startgrid
update_field gameplay race_bin_collectors/free_run EventID Freerun
update_field gameplay race_bin_collectors/free_run ForceTrafficDensity 100
update_field gameplay race_bin_collectors/free_run gameplayvault free_run_circuit
update_field gameplay race_bin_collectors/free_run Name race_bin_collectors/free_run
update_field gameplay race_bin_collectors/free_run Opponents[0] character_smart
update_field gameplay race_bin_collectors/free_run PursuitRace True
update_field gameplay race_bin_collectors/free_run QuickRaceUnlocked True
update_field gameplay race_bin_collectors/free_run racestart race_bin_collectors/free_run/startgrid
update_field gameplay race_bin_collectors/free_run Region city
update_field gameplay race_bin_collectors/free_run UseWorldHeat True
# race_bin_collectors/free_run/startgrid
add_node gameplay startgrid race_bin_collectors/free_run/startgrid
add_field gameplay race_bin_collectors/free_run/startgrid Name
add_field gameplay race_bin_collectors/free_run/startgrid Position
add_field gameplay race_bin_collectors/free_run/startgrid Rotation
add_field gameplay race_bin_collectors/free_run/startgrid Template
change_vault gameplay race_bin_collectors/free_run/startgrid free_run_circuit
update_field gameplay race_bin_collectors/free_run/startgrid Name race_bin_collectors/free_run/startgrid
update_field gameplay race_bin_collectors/free_run/startgrid Position X 1762.76
update_field gameplay race_bin_collectors/free_run/startgrid Position Y 2508.82
update_field gameplay race_bin_collectors/free_run/startgrid Position Z 148.34
update_field gameplay race_bin_collectors/free_run/startgrid Rotation 244.589
# race_bin_collectors
resize_field gameplay race_bin_collectors Children 4
resize_field gameplay race_bin_collectors WorldRaces 4
update_field gameplay race_bin_collectors Children[3] race_bin_collectors/free_run
update_field gameplay race_bin_collectors WorldRaces[3] race_bin_collectors/free_run
# Unlock for Existing Profiles
resize_field gameplay race_bin_challenge_tollbooth/challenge_tollbooth_01 UnlockRaces 3
update_field gameplay race_bin_challenge_tollbooth/challenge_tollbooth_01 UnlockRaces[2] race_bin_collectors/free_run

0
scripts/fier/better-landings.nfsms Executable file → Normal file
View File

444
scripts/fier/handling-overhaul.nfsms Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@ -272,8 +272,8 @@ update_field rigidbodyspecs racers WORLD_MOMENT_SCALE Z 10
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE X 1
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE Y 2
update_field rigidbodyspecs racers GROUND_MOMENT_SCALE Z 10
update_field rigidbodyspecs racers GROUND_FRICTION[0] -0.2
update_field rigidbodyspecs racers GROUND_FRICTION[1] -0.2
update_field rigidbodyspecs racers GROUND_FRICTION[0] 0.0
update_field rigidbodyspecs racers GROUND_FRICTION[1] 0.0
update_field rigidbodyspecs racers DRAG_ANGULAR Z 100
### NO ARTIFICIAL BODY ROLL ###
@ -427,7 +427,18 @@ update_field tires replaceme_top DYNAMIC_GRIP Front 1.9
update_field tires replaceme_top DYNAMIC_GRIP Rear 1.9
update_field tires replaceme_top STATIC_GRIP Front 2.5
update_field tires replaceme_top STATIC_GRIP Rear 2.55
update_field rigidbodyspecs racers DRAG_ANGULAR X 1000
update_field rigidbodyspecs racers DRAG_ANGULAR Y 1000
add_field pvehicle racers BEHAVIOR_MECHANIC_RIGIDBODY
update_field pvehicle racers BEHAVIOR_MECHANIC_RIGIDBODY RBCop
update_field chassis replaceme SHOCK_STIFFNESS Front 5
update_field chassis replaceme SHOCK_STIFFNESS Rear 5
update_field chassis replaceme_top SHOCK_STIFFNESS Front 5
update_field chassis replaceme_top SHOCK_STIFFNESS Rear 5
#update_field tires replaceme STATIC_GRIP Rear 1.3
#update_field tires replaceme_top STATIC_GRIP Rear 1.3
\
"""

0
scripts/fier/no-road-specular.nfsms Executable file → Normal file
View File

0
scripts/fier/no-wheelhop.nfsms Executable file → Normal file
View File

0
scripts/fier/punishing-wallgrind.nfsms Executable file → Normal file
View File

0
scripts/fier/reactive-collisions.nfsms Executable file → Normal file
View File

0
scripts/fier/rlighting-no-shadows.nfsms Executable file → Normal file
View File