Skip to content

Instantly share code, notes, and snippets.

View odzta's full-sized avatar
🎮
Studying

odzta odzta

🎮
Studying
View GitHub Profile
@csprance
csprance / ServerInstallInstructions.md
Last active January 23, 2024 09:21
Instructions for setting up a Miscreated Self Hosted 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.

START INSTALL INSTRUCTIONS - CUSTOMIZE TO YOUR NEEDS

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.

@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

@yexiuph
yexiuph / AndroidFix.txt
Created November 29, 2022 10:28
Unreal Engine 4/5 Android 12 crash fix without android studio
// This fix would need you to modify Unreal Engine source code
// Go into your Unreal Engine source code
// Navigate to this path UESourcePath\Engine\Build\Android\Java\gradle\app
// Then find dependencies
// Fix Android 12 Crash Permanently - YeXiuPH
implementation 'androidx.work:work-runtime-ktx:2.7.0'
// After that you can test building now with 31 and higher as your target.