Skip to content

Instantly share code, notes, and snippets.

@Spafbi
Spafbi / README.md
Last active January 21, 2023 15:48
Miscreated Official Server Database Archives

Miscreated Official Server Database Archives

The end of an era, the start of a new

Due to an ever-changing business landscape, and already having stopped providing consumer game servers, on October 31, 2022, i3D decommissioned all Miscreated official servers as part of their refocusing on their core business. As a result of this event, Entrada Interactive has decided that Miscreated servers run by the players should be the future of Miscreated. Should any community members wish to run their own servers using the last state of any given former official server, they may download the respective database using the respective links in the table found below.

Running a former official server database

To use the database, you must first set up a Miscreated server. Entrada Interactive recommends using Spafbi's Simplified Miscreated Server Setup script. After having set up the Miscreated server, stop the server and replace the `m

@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.

@Spafbi
Spafbi / simplified_server_setup.md
Last active September 28, 2019 20:02
Simplified Miscreated Server Setup

Simplified Miscreated Server Setup

This simplified startup process will prompt you for some basic server variables (server name, max number of players, RCON password, and whether or not to enable the whitelist), store the variables for later use, download steamcmd.exe from Valve, use steamcmd.exe to download and install the Miscreated server, download upnpc from the MiniUPnP Project to automatically open the requisite firewall ports, and finally start the server process using the configure variables.

This script has only been tested on Windows 10 v1809

Scary stuff

The script (see below) will download executable binaries from the Internet. These include:

steamcmd.exe is used to download and update the Miscreated server. upnpc is used to automatically forward firewall ports to yo

Translations

Troubleshooting Guide for Miscreated

If you are having issues with Miscreated, be sure to follow these steps. If after following these steps you continue to have difficulty, please join the #troubleshooting-help channel on the official Miscreated Discord server.

Note: It's a good idea to reboot after performing each the following steps, then try playing to see if your issue has been resolved.

Essential Steps

REBOOT!

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
# ==============================================================================