Skip to content

Instantly share code, notes, and snippets.

View IdleMuse's full-sized avatar

Justin Dee IdleMuse

View GitHub Profile
function filter_author($name){
if(in_category("insert_category_name_here")){
return "";
}
else return $name;
}
add_filter('the_author','filter_author');
@IdleMuse
IdleMuse / beanstalk.md
Last active September 6, 2017 12:58
Beanstalk deployment

Steps to the Beanstalk

  • Create Beanstalk instance in AWS (make sure to select correct security group and VPN)

  • Create Database instance on RDS (with appropriate user)

  • Connect Repo to Deploybot, and Add a new Server. Select Elastic Beanstalk (NOT Amazon Web Services)

  • Select the appropriate dropdowns for your new beanstalk

  • Add Environment File, enter database details for RDS (as before)

  • Create a directory in the root of your project called .ebextensions

  • Create (YAML) files in that directory that match:

################################################################# ######################### VERSION 2.0.2 ########################## #################################################################

###################

Feature

###################

  • Fixed Gestalt Consciousness empires using Trading Hub starbase module and Offworld Trading Company starbase building, they now use Resource Reprocessor and External Acquisitions Area (name/flavor difference only)
  • It is now possible to test-fire world cracker on habitable (but uninhabited) planets in your space
  • Added tier 5 Dark Matter thrusters that can only be gained by scavenging Fallen Empire ships
@IdleMuse
IdleMuse / atm3.md
Last active August 6, 2018 19:14
All the Mods installation guide
  1. Ensure that your PC has more than 8GB of RAM. If it has exactly 8GB, it may be okay, but I strongly recommend running NOTHING in the background when doing so.
  2. Download, install, and run MultiMC (https://multimc.org/)
  3. Go to Settings > Java, and increase the Minimum Memory allocation to 5120MB (or higher), and Maximum to (higher if you can!). Ignore the last Memory setting, it's unused.
  4. Set the JVM arguments to -d64 -server -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3 -Dfml.readTimeout=90 -Ddeployment.trace=true -Ddeployment.log=true -Ddeployment.trace.level=all
  5. Click Test to make sure java works.
  6. Go back out of settings and click New Instance, and then select Import from Zip
  7. Paste in the the URL of the modpack (https://
"tconstruct:seared":0-11
"chisel:andesite":0-15
"chisel:andesite1":0-15
"chisel:andesite2":0
"chisel:antiblock":0-15
"chisel:basalt":0-15
"chisel:basalt1":0-9
"chisel:basalt2":0-7
"chisel:block_charcoal":0-15
// Basalt
mods.chisel.Carving.addVariation("basalt", <projectred-exploration:stone:2>);
mods.chisel.Carving.addVariation("basalt", <projectred-exploration:stone:3>);
mods.chisel.Carving.addVariation("basalt", <projectred-exploration:stone:4>);
// Marble
mods.chisel.Carving.addVariation("marble", <projectred-exploration:stone:0>);
mods.chisel.Carving.addVariation("marble", <projectred-exploration:stone:1>);
// Thaumcraft
+11
+14
+10
-8
-13
-2
+8
+14
-11
-4
/*jshint node:true */
/*
The MIT License (MIT)
Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors.
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
(the "Software"), to deal in the Software without restriction,