Skip to content

Instantly share code, notes, and snippets.

@CDAGaming
CDAGaming / Categories.md
Last active January 6, 2024 21:01
Subliminal - Unofficial Speedrunning Handbook

Category List

  • Any%
  • Any% Glitchless
  • Single Level
  • Death%

The following categories are available for runners to choose from.

This list is subject to change as future Game Updates release.

buildscript {
repositories {
mavenCentral()
jcenter()
maven { url = "https://files.minecraftforge.net/maven" }
maven { url = "https://gitlab.com/EMC-Framework/maven/raw/master/" }
maven { url = "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "net.minecraftforge.gradle:ForgeGradle:5.+"
@CDAGaming
CDAGaming / CompatibilityData.cpp
Last active September 10, 2020 16:46
VSCode - Compatibility Data (See Original Comment for Details)
// CompatibilityData.cpp
// Modified by Christopher Stack, 2020
//
#include <iostream>
#include <time.h> //ctime
#include <assert.h> //assert
#include <sys/timeb.h> //_timeb _ftime_s
using namespace std;
@CDAGaming
CDAGaming / info.txt
Last active July 30, 2020 01:51
System Info
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
CPU Family: 0x6
@CDAGaming
CDAGaming / info.txt
Created May 13, 2020 01:35
Steam Info
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
CPU Family: 0x6
@CDAGaming
CDAGaming / latest.log
Created March 3, 2019 02:52
"Fixes many bugs" but introduces its biggest one of all
[Pterodactyl Daemon] Server marked as STARTING
[Pterodactyl Daemon] Checking size of server data directory...
[Pterodactyl Daemon] Disk Usage: 8452M / 12000M
[Pterodactyl Daemon] Ensuring file permissions.
[Pterodactyl Daemon] Running server preflight.
[Pterodactyl Daemon] Starting server container.
[21:51:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:51:01] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:51:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[21:51:01] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
15.05 09:05:02 [Server] Server thread/ERROR [Sponge]: /***************************************************************************************************************************************************************************/
15.05 09:05:02 [Server] Server thread/ERROR [Sponge]: /* Exception Exiting Phase */
15.05 09:05:02 [Server] Server thread/ERROR [Sponge]: /***************************************************************************************************************************************************************************/
15.05 09:05:02 [Server] Server thread/ERROR [Sponge]: /* Something happened when trying to unwind GeneralPhase{}{CompletePhase} */
15.05 09:05:02 [Server] Server thread/ERROR [Sponge]: /* PhaseContext :
@CDAGaming
CDAGaming / log.txt
Created August 12, 2017 21:16
[EasyMaintenance > EssentialsX] Error Full Log
[16:13:53] [Server thread/INFO]: Starting minecraft server version 1.12.1
[16:13:53] [Server thread/INFO]: Loading properties
[16:13:53] [Server thread/INFO]: Default game type: SURVIVAL
[16:13:53] [Server thread/INFO]: This server is running Paper version git-Paper-1185 (MC: 1.12.1) (Implementing API version 1.12.1-R0.1-SNAPSHOT)
[16:13:53] [Server thread/INFO]: Debug logging is disabled
[16:13:53] [Server thread/INFO]: Using 4 threads for Netty based IO
[16:13:53] [Server thread/INFO]: Server Ping Player Sample Count: 12
[16:13:54] [Server thread/INFO]: Generating keypair
[16:13:54] [Server thread/INFO]: Starting Minecraft server on *:25565
[16:13:54] [Server thread/INFO]: Using default channel type
@CDAGaming
CDAGaming / config.yml
Created August 12, 2017 21:10
config.yml
############################################################
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when Essentials loads, ensure that:
# - No tabs are present: YAML only allows spaces
# - Indents are correct: YAML hierarchy is based entirely on indentation