Donut Team is a labor of love, built and maintained by a small group of passionate developers. We invest our own time and resources to offer our tools, mods, and web services completely free of charge.

We don't run ads, and we will never sell your data - period.

If you've enjoyed anything we've created, please consider supporting our work with a one-time or monthly donation via our Ko-fi page . Every contribution helps us continue building great experiences for the community.

Dismiss
  • Modding Tools
  • Simpsons Hit & Run Multiplayer Server

Command Line Arguments

These are the various command line arguments that the Simpsons Hit & Run Multiplayer Server supports.

Several of these options override the same options in the Configuration file.

--advanced-logging

Added in Version 1.0.

Enables advanced logging features.

./SHARMPServer --advanced-logging

--config

Added in Version 1.0.

Sets the path to the server's configuration file.

This will create the file if it doesn't exist.

./SHARMPServer --config "C:\Users\Homer\Desktop\MySHARMPServerConfig.yaml"

--password

Added in Version 1.0.

Sets the password to the server.

./SHARMPServer --password "hunter2"

--port

Added in Version 1.0.

Sets the port the server will bind to.

./SHARMPServer --port 6969

--max-players

Added in Version 1.0.

Sets the maximum amount of connected players.

./SHARMPServer --max-players 8

--no-default-mod-path

Added in Version 1.0.

Makes the server not load mods from the adjacent ServerMods folder.

./SHARMPServer --no-default-mod-path

--server-name

Added in Version 1.0.

Sets the name of the server.

./SHARMPServer --server-name

--shut-up-i-am-not-being-scammed

Added in Version 1.0.

Disables this message logged to the console on startup about paying for this software being a scam:

If you did not get this program from Donut Team or Mod Bakery, or if you paid for this software, you've been scammed.

Learn more about Donut Team authenticity at https://donut.team/q/authenticity

./SHARMPServer --shut-up-i-am-not-being-scammed

--generate-docs

Added in Version 1.0.

Generates a Lua Scripting API Reference document.

./SHARMPServer --generate-docs

--no-mods

Added in Version 1.0.

Prevents the server from loading any server-side mods.

./SHARMPServer --no-mods