Scrap Mechanic How to Enable/Disable Settings Guide

Scrap Mechanic How to Enable/Disable Settings Guide 1 - steamsplay.com
Scrap Mechanic How to Enable/Disable Settings Guide 1 - steamsplay.com

Ever since 0.6.0, The commands like /enable_lift 0 for example doesn’t do anything. Since 0.6.1, Lots of those Commands has been removed due to them not working currently. I’m hoping this would be temporary offline. Unfortunately, we can’t remotely toggle anything for Health, tools, and stuff in game, which means it needs some modding.
 
 
This Guide is for Versions 0.6.0 – 0.6.3
 
 

By Modding the challenge settings

Warning: This section contains file editing. It’s only for a .json file, the easiest for coding. However, If you don’t want to alter the code, then either don’t do it or learn how .json files works.
 
 
Target Base File:
 
<user>/AppData/Roaming/Axolot Games/Scrap Mechanic/User/<UserID>/Challenges/<ChallengeID>/challengeLevel.json
 
 
If you want to find your <ChallengeID> you’re looking for, it’s best to do Date Modified for it.
 
 

challengeLevel.json

 
If you can find the “settings” in quotes in the code, it’s best to only alter it.
 
 
This is the code of “settings” you can usually see from a new level:
 
 

"settings" : null,

 
 
And this is the code of “settings” you could change it to:
 
 

"settings" :
{
 "enable_connecttool" : false,
 "enable_handbook" : false,
 "enable_health" : true,
 "enable_lift" : false,
 "enable_painttool" : false,
 "enable_weldtool" : false
},

 
This screenshot is the result:
 
 
Scrap Mechanic How to Enable/Disable Settings Guide - By Modding the challenge settings - 1C2B235
 
 
You would start with nothing but a health bar as that’s the example. You can actually make a survival game in Challenge mode as those robots were recently added in that mode.
 
 
 

List of things for the “settings” in file.

To be honest: I don’t remember everything, so I’ll try my best to get everything.
 
 
Health:

  • enable_health – Enables the just Health limitation

 
Tools:

  • enable_client_toilet – Start with a Toilet in multiplayer.
  • enable_connecttool – Start with a Connect Tool.
  • enable_handbook – Start with a Handbook, although it’s obsolete to have it.
  • enable_lift – Start with a Lift.
  • enable_painttool – Start with a Paint Tool.
  • enable_sledgehammer – Start with a Sledge Hammer.
  • enable_spudgun – Start with a Spud Gun
  • enable_weldtool – Start with a Weld Tool.

 
Misc:

  • enable_ammo_consumption – Enables the Ammo Limitation (Spud Guns)
  • enable_fuel_consumption – Enables the Fuel Limitation (Engines, Thrusters)

 
This would be useful if you want the full list of stuff for the “settings” in the file
 
 
 

Let’s have patience

I’m hoping that this removal of those remote features are temporary. I know we, the Challenge Mode makers, are mad at those commands are removed, but I do know that they’re being removed for a reason, to change the feature’s functions for a later update. If this goes fixed, then there’s no need for this guide. We all love the experience of making wacky games such as parkour, escape rooms, or anything we’d like to build, but we will have to mod the settings for now. I’m sorry, it’s the only way to change the settings for your challenge level.
 
 

 
 
Hope you enjoy the post for Scrap Mechanic How to Enable/Disable Settings Guide, If you think we should update the post or something is wrong please let us know via comment and we will fix it how fast as possible! Thank you and have a great day!
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*