During the entire beta phase of Miscreated self hosted servers are NOT officially supported and will mostly likely be changed during each update.
Due to the fact that self hosted server admins can adjust item spawns the Items tab on Amalgamated kiosks is disabled on self hosted servers - the Skins tab remains fully functional.
It's recommended server admins join our community Discord server for help: http://discord.gg/miscreated - Help requests go in the #server-admin-help
channel.
NOTE: This document describes the manual steps needed for setting up a Miscreated server. It is highly suggested most users instead use Spafbi's Simplified Miscreated Server Setup script to handle setup, updating, and running of the server.
- From within Steam install the
Miscreated Dedicated Server
fromLibrary-> Tools -> Miscreated Dedicated Server
- Once the Dedicated Server is installed navigate to where the server was installed
SteamLibrary\steamapps\common\MiscreatedServer\Bin64_dedicated
Right Click on theMiscreatedServer.exe
selectSend To -> Desktop (Create Shortcut)
- Right click the created desktop shortcut and choose
Properties
- In the
Target
input append the following options and change them to your needs:+sv_maxplayers 50 +map islands -sv_port 64090 +http_startserver +sv_servername "My Miscreated Server"
- Make sure to have a space in between the file path and the string above.
- Click Ok to Apply the Settings
- Double Click
Miscreated Dedicated Server
desktop shortcut to launch the server.
NOTE: Any server trying to pretend to be an official server will have the IP address permanently blocked and will be unable to run. NO exceptions.
-- FINISH INSTALL INSTRUCTIONS --
After you've installed the server and have launched the server you can connect to your server.
- In order to connect to your own local server right click
Miscreated
from your Games Library and ClickCreate Desktop Shortcut
- Right Click on the new Desktop Shortcut and in the
URL
input replace it with the follow (Changing your IP as needed) steam://rungameid/299740/connect +connect localhost
- Launch the game through the new shortcut and you will be automatically connected to the server when it is running.
The Miscreated server can currently use up to 4GB of ram when the game is fully loaded (a lot of information gets dynamically loaded as the server runs). An additional 30MB of RAM will be used for each concurrent player. On a fully loaded 50 player server expect the server to use up to around 6GB of RAM. Servers are forced to restart every 24 hours. Use the value "schedule_shutdown_utc" mentioned below to set an exact time each day.
All of the data for each server will be saved in a miscreated.db
(SQLite) file in the root install folder.
It's strongly recommended you do NOT edit the miscreated.db
file - you could destroy all persistent data for your server by doing so.
It's strongly recommended you backup the miscreated.db
file on a regular basis.
the leading - or + is required
-sv_bind x.x.x.x
(to specify which interface to use in a multihomed server. If you only have one network card, you do not need to bind an ip)-sv_port x
(default is 64090 - the game will use the starting port and the 4 ports after it as well, so default is using ports 64090-64094 - both UDP and TCP are used)-mis_whitelist
(add if you want the server to only allow whitelisted steamids to be able to connect to it)+http_startserver
(starts the remote console system so admins can issue rcon commands to alter the server while running - see below)
Additional server configuration values can be added to a hosting.cfg
file in the root install folder.
The use of some of the following options could drastically affect the performance of your server.
Do NOT edit the existing system.cfg
or dedicated.cfg
files, only add and edit to a hosting.cfg
file.
Replace the X for the commands below with your custom value.
sv_servername="X"
- The server name that's displayed in the server browser window - this overrides the server name specified in the command linehttp_password=X
- The password used to connect via rcong_pinglimit=X
- Max ping a player can have before being kicked (0=disabled), default: 1000g_pingLimitTimer=X
- Time in seconds after which a player will be kicked if they are over the specified ping limit, default: 15g_gameRules_Camera=X
- Server enforced camera rules, 0=both, 1=first person only, 2=third person only in vehiclewm_disable=X
- Completely disable the weather management systemwm_timeScale=X
- Scale time of day speed, default: 1wm_timeScaleWeather=X
- Scale of weather speed, default: 1wm_timeScaleNight=X
- Scale of night speed (relative to day), default: 4wm_timeOffset=X
- Time offset to system time, negative = random offset, use 24-x for real negative offsets (as positive numbers), default: 0wm_forceTime=X
- Force the server time to a specific 24-hour time, default: -1 (disabled), can be from 0.0 through 24.0sv_noBannedAccounts=X
- Don't allow any banned steam accounts to join (or those with a private profile), default: 0sv_maxuptime=X
- Maximum server uptime until restart in hours, default: 24 (whitelisted), 12 otherwise - cannot exceed 24 hoursschedule_shutdown_utc X
- Hard shutdown of the game at the specified UTC hour, can have multiples of these in the hosting.cfg file if wantedsv_motd="X
" - Server motd to display when players join the serversv_url="X
" - Server url to display when players join the server - just a second motd line reallysv_msg_conn=X
- Announce connections in chat (whitelisted feature only), default: 0sv_msg_death=X
- Announce deaths in chat (whitelisted feature only), default: 0g_gameRules_bases=X
- Server enforced base placement rules, default: 1 (0=no bases, 1=restricted zones, 2=bases everywhere(whitelisted feature only))g_playerHealthRegen=X
- Health regeneration speed, default: 0.111g_playerFoodDecay=X
- Food decay speed, default: 0.2777g_playerFoodDecaySprinting=X
- Food decay speed when sprinting, default: 0.34722g_playerWaterDecay=X
- Water decay speed, default: 0.4861g_playerWaterDecaySprinting=X
- Water decay speed when sprinting, default: 0.607638g_playerInfiniteStamina=X
- Enable infinite stamina, default: 0g_craftingSpeedMultiplier=X
- Scalar to accelerate crafting times, default: 1asm_disable=X
- Disable the AI spawner manager system, default: 0asm_percent=X
- Set the AI spawner location percentage, default: 33 (max is 90) - this helps control the AI spawn densityasm_maxMultiplier=X
- Set the multiplier for the AI spawner max amount, default: 1 (max 5)asm_hordeCooldown=X
- Set the min cooldown on spawning hordes, default (in seconds): 900pcs_maxCorpses=X
- Set the maximum number of player corpses, default: 20pcs_maxCorpseTime=X
- Set the maximum time before a player corpse will despawn, default (in seconds): 1200steam_inventory_enable=X
- Configure the Steam inventory (kiosk system), 1 enabled, 0 disabled
Rcon allows a server admin to remotely administer a server. The best way to use rcon access is to download and use our tool that's located at: https://github.com/Csprance/misrcon You can also use our web interface at: https://servers.miscreatedgame.com
status
- Display the status of all playes and connectionswm_startPattern X
- Force start a weather pattern (all connected players will be notified - see weather pattern list below)mis_ban_steamid 64BITSTEAMID
- Ban Playermis_ban_status
- Display the ban listmis_ban_remove 64BITSTEAMID
- Remove from ban listmis_kick X 64BITSTEAMID
- Kick from servermis_whitelist_add 64BITSTEAMID
- Add to whitelistmis_whitelist_remove 64BITSTEAMID
- Remove from whitelistmis_whitelist_status X
- Display the current whitelistsv_say X
- Send a message to all connected players (appears at the top of the screen)sv_chat X
- Send a chat message to all connected players (appears in the chat window)do_shutdown X
- Do a restart with announcements in x seconds (default: 60 seconds, min: 45 seconds, max: 600 seconds)
used with wm_startPattern, the missing values are transitional patterns
- 1: ClearSky
- 2: LightRain
- 3: HeavyRainThunder
- 4: HeavyStorm
- 7: TornadoRainThunder
- 9: LightFog
- 10: MediumFog
- 11: HeavyFog
- 12: TheMist
- 15: RadStorm
- 18: NuclearFlashFreeze
- 21: Snow
- 24: ClearSkyWindy
- 25: ClearSkyStormy
- 26: StormyDistantThunder
- 27: MediumRain
- 28: HeavyRain
- 29: AcidRain
- 31: Blizzard
There is also an advanced faction system that server admins can use. You can view the details at the bottom of our server help page located here: https://servers.miscreatedgame.com/help
I recommend just using this script and having it all work out of the box for you. Then tweak the configuration as needed.
https://github.com/Spafbi/simplified-miscreated-server-setup/wiki