Steam Web API Terms of Use
Scrap Mechanic Mods No Steam
This mod enables you to place Original Scrap Mechanic Farmbots as building block. For big one, first place block to the ground and attach big farmbot to side of it, after that you can remove that block. Both farmbots are fully paintable with in-game. Guide to Enable Developer Mode Notes Read first While in developer mode, do not load any other worlds. To remove developer mode, right-click Scrap Mechanic in your steam library, then press: Properties Local files Verify integrity of game files Screenshots of the developer world: How to Enable.
Scrap Mechanic Survival Mods
Scrap Mechanic Mods ('SMM', 'Scrap Mechanic Mods Website') uses Steam Web API for the login system, and is bound by these terms found here.
Scrap Mechanic Mods ('SMM', 'Scrap Mechanic Mods Website') uses Steam Web API for the login system, and is bound by these terms found here: http://steamcommunity.com/dev/apiterms
Privacy Policy Specifics:
This is a full list of what the Web API can access:
steamid
The user's unique SteamIDcommunityvisibilitystate
Is the profile public or private?profilestate
Is the community profile setup?personaname
Their current set profile namelastlogoff
Last time the user was online in unix timeprofileurl
The URL to their steam profileavatar
The image URL to the smallest size of their avatar (32px)avatarmedium
The image URL to the medium sized version of their avatar (64px)avatarfull
The image URL to the largest size of their avatar (184px)personastate
The user's current state (Online/Busy/Away/Snooze/LTT/LTP)realname
The user's 'real' name (Steam Account login name)primaryclanid
The user's primary grouptimecreated
When the account was created in unix time
Maybe the Steam Profile URL as well, so people can friend you easily ;)
Legal Requirements of SMM
The agreement set by the Steam Web API Terms of Use shall also apply for SMM
(Indemnity, No Warranty, Liability Limitation; Exclusive Remedy, Intellectual Property, etc..)
You agree not to hold SMM responsible for any losses or damages to any content you upload
(it's the same legal agreement as the Steam workshop).
Contact
Launch options (also known as launch parameters or launch arguments) can be used to change game settings before running the game.
- 2Steam browser protocol
- 3Steam Runtime Parameters
Scrap Mechanic Mod Loader
List of known launch options[edit | edit source]
Launch options have to be separated by a space when used in combination with each other.
Option | Description |
---|---|
-dev | Enables automatic script reloading, throws mod errors on game launch, opens the console in a separate window, and changes the behavior of some internal features. Not to be confused with Dev Mode. |
-window -w | Opens the game in windowed mode. |
-connect_steam_id <SteamId64> | Connects to the player with the specified Steam ID, but only if they are hosting a session. |
-friend_steam_id <SteamId64> | Connects to the session that the player with the specified Steam ID is in, even if they are not hosting. |
Steam browser protocol[edit | edit source]
The Steam browser protocol can be used to launch the game with launch options by visiting an URL.
The usage is as follows: steam://rungameid/387990//<args>
.
Because URLs can't contain spaces, %20
has to be used as separator instead.
Examples[edit | edit source]
steam://rungameid/387990//-dev
- Launches the game in developer modesteam://rungameid/387990//-connect_steam_id%2076561198058083877%20-friend_steam_id%2076561198058083877
- Launches the game and automatically tries to join Kacper (SteamId64 = 76561198058083877), who is one of the developers.
Steam Runtime Parameters[edit | edit source]
By adding the path to the steam executable, you can run these startup parameters from the command line ( not steam-cmd )
Command Window Examples[edit | edit source]
C:WindowsSystem32>'C:Program Files(x86)Steamsteam.exe' -- 'steam://rungameid/387990//'
C:Program Files(x86)Steam>steam.exe -- 'steam://rungameid/387990//'