Skip to content

Instantly share code, notes, and snippets.

View joshuafcole's full-sized avatar

Joshua Cole joshuafcole

View GitHub Profile
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; use-package setup
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(require 'package)
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/") t)
(package-initialize)
;; Setup use-package to manage dependencies.
@joshuafcole
joshuafcole / SketchSystems.spec
Last active January 22, 2020 00:44
Pivot Table &
Pivot Table &
Gutter
drop Field ACT_add_field -> Gutter
drop Pill AAAA ACT_move_field -> Gutter
Type_2
Row
Column
Pill AAAA
Selected_import1

Patch is here: https://pastebin.com/SecyAx8R

The patches for the end table and dresser are kind of nasty -- the royal requirement defs are kind of nasty to patch -- might be worth speaking with the folks at Ludeon to see if they can replace all the requirement defs with the RoomRequirement_ThingAnyOf instead of using RoomRequirement_Thing which is sort of inherently unpatchable without just ripping it out and replacing it. Better yet, using some kind of a tags system (as he does for Fine Floors) would be even better.

Anyway, does the job for now. Any other industrious folks that want to try it out before Oskar and friends have time to integrate it -- you'll want to head into your steam workshop folder for this mod -- for me, that's D:\SteamLibrary\steamapps\workshop\content\294100\1718190143\. Inside of there, you'll go to the Patches folder and edit Bedroom_Furniture.xml. Right before the last line (which says </ Patch>), paste in the contents of that pastebin file.

@joshuafcole
joshuafcole / SketchSystems.spec
Last active September 6, 2022 18:36
TodoItem
TodoItem
disabled*
dblclick -> editable
editable
blur -> disabled
input -> editable
Version Info:
- Java version (1.8.0_144)
- Slay the Spire (12-18-2022)
- ModTheSpire (3.30.3)
Mod list:
- basemod (5.54.1)
- stslib (2.11.0)
- block-reminder (1.2.0)
- RelicStats (1.2.2)
- betterThird (1.5)