Skip to content

Instantly share code, notes, and snippets.

@Brybry
Brybry / Flotsam
Last active July 1, 2021 06:05
ATLAS Loot Tables
AtlasCoreBP/Level/FloatsamSupplyCrateSpawningVolume_Blueprint.uasset
/Game/Atlas/AtlasCoreBP/LootSets/LootItemSet_LandAndDefensiveStructures
PrimalItemStructure_AmmoContainer_C
PrimalItemStructure_AutoFarm_C
PrimalItemStructure_Ceiling_Stone_C
PrimalItemStructure_Ceiling_Wood_C
PrimalItemStructure_CrewPaymentBox_C
PrimalItemStructure_DivingAttachment_C
PrimalItemStructure_Door_Small_Stone_C
@Brybry
Brybry / README.md
Last active April 24, 2017 12:11
Using an Old ARK Mod Example

Your directories could be slightly different from this, update paths accordingly.

346110 is the appid of ARK Survival Evolved

731604991 is the workshopid of the S+ Structures mod, it is assumed you already subscribed to it.

  1. Download https://www.dropbox.com/s/8fsq7q67jxf2oxt/StructuresPlus22.zip?dl=0 inside there should be a 731604991.mod file and a 731604991 folder.
  2. Goto C:\Program Files (x86)\Steam\steamapps\workshop\content\346110\731604991 Delete everything inside WindowsNoEditor and copy the contents from the zip file's 731604991 folder into the WindowsNoEditor folder.
@Brybry
Brybry / gist:1733436
Created February 3, 2012 22:42
Enyo Event Hooking
enyo.dispatcher.olddispatchCapture=enyo.dispatcher.dispatchCapture;
enyo.dispatcher.dispatchCapture=function (a,b) { console.log("DISPATCH CAPTURE: "+a.type+"-->"+b.id); enyo.dispatcher.olddispatchCapture(a,b); }
enyo.dispatcher.olddispatch=enyo.dispatcher.dispatch;
enyo.dispatcher.dispatch=function (a) { console.log("DISPATCH: "+a.type); enyo.dispatcher.olddispatch(a); }
@Brybry
Brybry / gist:1646976
Created January 20, 2012 11:44
wTerm input device notes
Values received by SDLTerminal::handleKeyboardEvent
btk - hp bluetooth keyboard, the same as vkb unless noted
vkb - virtual keyboard (wTerm custom, not native)
usb - standard usb keyboard, the same as btk unless noted
PLUGIN/HYBRID MODE:
escape:
usb: eaten
F-keys: