Skip to content

Instantly share code, notes, and snippets.

@Spafbi
Spafbi / ServerInstallInstructions.md
Last active September 11, 2021 18:28 — forked from csprance/ServerInstallInstructions.md
Instructions for setting up a Miscreated Self Hosted Server

ATTENTION! ATTENTION! ATTENTION!

This page has been kept for reference, but do not try to follow the instructions found here. 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.

Self Hosted Servers

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.

Miscreated Servers

RCON commands and server configuration help

Available Commands:

  • sv_servername "Name of server in quotes"
  • wm_timeScale 3 How Fast time moves
  • wm_forceTime -1 Force a current time
  • g_pinglimit 0 Ping required to join
#!/usr/bin/env python3.5
# -*- coding: utf-8 -*-
# title : misrcon-cli.py
# description : Sends commands to Miscreated RCON - updated for Python 3.5.x compatibility
# author : Chris Snow
# original_author : Chris Sprance / Entrada Interactive
# usage : This script is CLI for server administaration to run it from a command line do:
# misrcon.py -i [ip] --port [admin port] -p [admin password] --command [command] --time [exec_time] --s [schedule]
# python_version : 3.5.4
# ==============================================================================