mw-modpack/modpack.nfsms

108 lines
3.6 KiB
Plaintext
Executable File

game MW
# Intro text
ui_text Fier's Most Wanted Overhaul - Modpack
ui_text Version 0.0
ui_text
ui_text All mods are also available as loose files in scripts\ - You can distribute this mod however you wish, just make sure to credit the other modders (AJLethal, BadassBaboon and Frexellia) where applicable. The full credits are in readme.txt. You don't have to credit me.
ui_text
# Mod list
ui_control checkbox handlingoverhaul true "Handling overhaul"
ui_text Softer suspensions and different tires for vehicles, rebalancing of realism.
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 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.
ui_control checkbox punishingwallgrind false "More punishing wallgrind"
ui_text Touching walls slows vehicles down more. Makes pursuits harder as well.
ui_control checkbox reactivecollisions false "Reactive collisions"
ui_text Makes all vehicles more reactive when colliding with other vehicles or objects. Traffic is more threatening. Makes pursuits harder as well.
ui_control checkbox naturalshifting true "Natural Shifting (by Frexellia)"
ui_text Cars move more convincingly when shifting.
ui_control checkbox nowheelhop true "No wheelhop"
ui_text Makes cars jiggle less when driving slowly.
ui_control checkbox extendedcameras true "Extended Cameras (by BadassBaboon) - Modified"
ui_text Changes the vanilla camera modes.
ui_control checkbox rlighting true ".R Lighting (by AJLethal)"
ui_text Makes the lighting look more natural.
ui_control checkbox rlightingshadows false ".R Lighting - less directional lighting"
ui_text Disables dynamic lighting on objects. Makes the game look better on very low shadow quality (made to be combined with .R Lighting).
ui_control checkbox noroadspecular true "No shiny roads"
ui_text Self-explanatory.
ui_control checkbox noroaddebree true "No road debree"
ui_text Removes debree when scraping cars on the ground.
# Applying mods
ui_option handlingoverhaul
script scripts\fier\handling-overhaul.nfsms
ui_option handlingoverhaul
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 freerun
script scripts\clya900\free-run-mod.nfsms
ui_option freerun
ui_option presetracers
script scripts\fier\preset-racers.nfsms
ui_option presetracers
ui_option punishingwallgrind
script scripts\fier\punishing-wallgrind.nfsms
ui_option punishingwallgrind
ui_option reactivecollisions
script scripts\fier\reactive-collisions.nfsms
ui_option reactivecollisions
ui_option naturalshifting
script scripts\Frexellia\natural-shifting.nfsms
ui_option naturalshifting
ui_option nowheelhop
script scripts\fier\no-wheelhop.nfsms
ui_option nowheelhop
ui_option extendedcameras
script scripts\BadassBaboon\extended-cameras.nfsms
ui_option extendedcameras
ui_option rlighting
script scripts\AJLethal\rlighting.nfsms
ui_option rlighting
ui_option rlightingshadows
script scripts\fier\rlighting-no-shadows.nfsms
ui_option rlightingshadows
ui_option noroadspecular
script scripts\fier\no-road-specular.nfsms
ui_option noroadspecular
ui_option noroaddebree
script scripts\fier\no-road-debree.nfsms
ui_option noroaddebree