About this mod
A mod that makes every exocraft stand out more to one other.
- Permissions and credits
- Changelogs
This mod aims to change the stats of all the exocraft so they all feel distinct from each other on top of that the changes also aim to make them more usefull and fun to use.
Now you finally have a reason to take out the bike since it is the fastest, etc.
Lua and CS (NMSMB) scripts are available as seperate downloads.
Technical Details
Files Changed
- GCVEHICLEGLOBALS.GLOBAL.MBIN
- METADATA\REALITY\TABLES\NMS_REALITY_GCTECHNOLOGYTABLE.MBIN
- METADATA\REALITY\TABLES\INVENTORYTABLE.MBIN
Mod Format Explantion
EXML Format: Partial edit, only touches the lines/values that need editing. Very low chance of conflicts with other mods (unless they edit the same values). Can be edited easily by user using an editor like Notepad ++/VSCODE/... .
MBIN Format: Full File Replacement. High chance of conflict, comparable with old pak format (pre. WORLDS). Can be used together with EXML, MBIN mods are loaded first so changes in EXML mods that edit the same file will still be applied. Other MBIN mods that change the same file follow the FIFO principle, merging is highly recommended with MBIN mods (see How To).
Lua Format: Script file used by AMUMSS to generate the mod or used for merging with this tool.
CS Format: Script file used by NMSMB to generate the mod or used for merging with this tool.
Installation
Install path: ...\No Man's Sky\GAMEDATA\MODS
How to install: Recommend installation is manual, vortex can be used but some mods contain multiple versions so user might need to delete files/folders. Common steps, download mod, extract the file(s) from archived file and copy to the install path.
Mod Details
Mod Format: Full EXML
Inventory changes: all exocrafts now have full inventory unlocked.
This option can be disabled if you recompile the mod. Or if you DELETE INVENTORYTABLE.EXML.
WARNING: if the mod breaks any item in the exocraft inventories that are not vanilla will be gone
If you want to edit the default inventory flags
AMUMMS flag: ImproveVehicleInventory = true
NMSMB flag: protected bool ImproveVehicle = true;
Exocraft specific changes
- RoamerSpeed = "40"
- NomadSpeed = "50"
- PilgrimSpeed = "60"
- ColossusSpeed = "25"
- NautilonSpeed = "50"
- NautilonUnderwaterEnginePower = "10" -- Acceleration speed
- NautilonUnderwaterEngineFalloff = "1" -- 1 = 100% so no fall of , 0.9 =90% means speed wil be 10% slower => 45u
- MechSuitWalkingSpeed = "4" -- Original = 2
- MechSuitJPForce ="100"
- MechSuitJPMaxSpeed = "50"
- MechSuitJPMaxUpSpeed = "80"
- MechSuitJPDrainRate = "0.40"
- MechSuitJPFillRate = "0.60"
- MechSuitTitanFallHeight = "100"
- MechSuitLaserDamange = "350"
- MechSuitCanonDamange = "2500"
- VehicleFuelRate = "0.3"
- VehicleFuelRateSurvival = "0.5"
- VehicleBoostFuelRate = "1"
- VehicleBoostFuelRateSurvival = "2"
NOMAD
- NomadVehicleBoostForce = "800"-- 400
- NomadVehicleBoostMaxSpeed = "60"-- 32
- NomadVehicleBoostExtraMaxSpeedAir = "80" -- 40
- NomadVehicleBoostSpeedFalloff = "2.5" -- 7.5
- NomadVehicleBoostTime = "2.5" -- 0.5
- NomadVehicleBoostRechargeTime = "3" -- 2
ROAMER
- RoamerVehicleBoostForce = "700" --300
- RoamerVehicleBoostMaxSpeed = "50" --30
- RoamerVehicleBoostExtraMaxSpeedAir = "70"--40
- RoamerVehicleBoostSpeedFalloff = "5" --10
- RoamerVehicleBoostTime = "3.5" --1.5
- RoamerVehicleBoostRechargeTime = "4" --3
PILGRIM
- PilgrimVehicleBoostForce = "900" --600
- PilgrimVehicleBoostMaxSpeed = "70" --35
- PilgrimVehicleBoostExtraMaxSpeedAir = "90" --40
- PilgrimVehicleBoostSpeedFalloff = "5" --10
- PilgrimVehicleBoostTime = "2" --0.6
- PilgrimVehicleBoostRechargeTime = "2.5" --1.5
COLOSSUS
- ColossusVehicleBoostForce = "550" --220
- ColossusVehicleBoostMaxSpeed = "35" --30
- ColossusVehicleBoostExtraMaxSpeedAir = "55" --40
- ColossusVehicleBoostSpeedFalloff = "2.5" --5
- ColossusVehicleBoostTime = "2.5" --1.25
- ColossusVehicleBoostRechargeTime = "3" --5.5
NAUTILON
- NautilonVehicleBoostForce = "2250" --900
- NautilonVehicleBoostMaxSpeed = "50"--25
- NautilonVehicleBoostExtraMaxSpeedAir = "50"--10
- NautilonVehicleBoostSpeedFalloff = "2.5" --7.5
- NautilonVehicleBoostTime = "5" --2.5
- NautilonVehicleBoostRechargeTime = "5" --2.5
MECH[/b][/b]
- MechVehicleBoostForce = "2250" --900
- MechVehicleBoostMaxSpeed = "50"--25
- MechVehicleBoostExtraMaxSpeedAir = "50"--10
- MechVehicleBoostSpeedFalloff = "2.5" --7.5
- MechVehicleBoostTime = "5" --2.5
- MechVehicleBoostRechargeTime = "5" --2.5
[b]Extra information
Recommended mod
GMech
Interesting links
[b]Modding Discord: Discord
Step WIKI: Step WIKI
How To Guides
Quick Guide: How To merge with AMUMSS
Extensive Guide: How to use NMSMB (pdf)
Extensive Guide: How to use AMUMSS (pdf)