Skip to content

Instantly share code, notes, and snippets.

View akrigline's full-sized avatar

Andrew Krigline akrigline

View GitHub Profile
@akrigline
akrigline / README.md
Last active November 3, 2021 00:20
Jack Kerouac Animated Effects Sequencer Database

Animated Spell Effects Sequencer Database registration

This is a pair of scripts which do the same thing for different modules. Neither of the Jack Kerouac animated effect modules register with the Sequencer Database out of the box, but these scripts will do that registration.

To use these, either put them in a macro (the same macro will work fine) which you manually run before trying any sequences with these in them, or in a world script. Modules like Hook Macros or World Scripter will let you use a macro as a sort of world script.

@akrigline
akrigline / whetstone_v1_feedback.md
Last active September 19, 2020 17:07
Whetstone V1 Feedback

Whetstone V1 Feedback

From a UI Dev who's most likely to make character sheets.

Background

Here's how I imagine a "Theme Manager" being most useful for all parties involved:

Allow a total/partial UI overhauls of colors/fonts/etc without the UI Overhaul module having to specifically target individual modules.

@akrigline
akrigline / index.js
Created March 19, 2018 18:21
install react-gantry
#!/usr/bin/env node
console.log('yay gist')
### Keybase proof
I hereby claim:
* I am akrigline on github.
* I am akrigline (https://keybase.io/akrigline) on keybase.
* I have a public key ASC9BlgJomT5SGZKN4G4M-Qn9x0yQa-hpzgHUPkRrtU9awo
To claim this, I am signing this object:
@akrigline
akrigline / .stylelintrc
Created September 22, 2016 14:27
stylelintrc
{
"rules": {
"block-closing-brace-newline-before": "always",
"block-opening-brace-newline-after": "always",
"block-opening-brace-space-before": "always",
"block-no-single-line": true,
"color-hex-case": "lower",
"color-hex-length": "long",
"color-no-hex": true,
"color-no-invalid-hex": true,
Date: 02/10/16
Time: 22:21:26:
--------------------------------------------------------------
[ 0.016] Unbound/Unknown : Filesystem initialized, cache enabled
Build 284
Windows 8 64-bit (build 9200)
[ 0.225] Unbound/Unknown : Error: PhysX: Invalid Cuda context!
Steam initialized
Num displays: 2
Direct3D 9 initialized: NVIDIA GeForce GTX 980 Ti (10.18.13.6175)
@akrigline
akrigline / gist:075bb96d43450ed9cb40
Created August 19, 2015 21:18
akrigline ascii art!
__ __
/ / / /
/ / | |
/ / _/ /
/ / |_ <
/ / \ \
/ / | |
/_/ \__\
___ ___
@akrigline
akrigline / gist:2383af1e274aa2f5b11c
Created January 28, 2015 01:07
Hack for an XL in bootstrap
/* Hack for an XL class in Bootstrap */
@media screen and (min-width:1660px){
.container{
width:80%;
}
.col-xl-12 {
width: 100%;
}
@akrigline
akrigline / gist:ea94f6f3a038f6b878f1
Created October 14, 2014 00:37
debuglog Oct 13
Error: lua/shine/extensions/captains/server.lua:324: attempt to index global 'Connected' (a nil value).
stack traceback:
lua/shine/core/shared/hook.lua:65: in function '__index'
lua/shine/extensions/captains/server.lua:324: in function <lua/shine/extensions/captains/server.lua:284>
[C]: in function 'xpcall'
lua/shine/core/shared/hook.lua:116: in function 'Call'
lua/shine/core/shared/hook.lua:640: in function 'JoinTeam'
lua/shine/extensions/basecommands/server.lua:886: in function <lua/shine/extensions/basecommands/server.lua:876>
[C]: in function 'xpcall'
lua/shine/core/server/commands.lua:571: in function <lua/shine/core/server/commands.lua:433>
@akrigline
akrigline / gist:af9077287e296869b66e
Created October 12, 2014 15:46
Tournamentmode + Captains Mode Debuglog.txt
Error: lua/shine/extensions/tournamentmode/server.lua:155: attempt to index field 'ReadyStates' (a nil value).
stack traceback:
lua/shine/core/shared/hook.lua:65: in function '__index'
lua/shine/extensions/tournamentmode/server.lua:155: in function 'CheckCommanders'
lua/shine/extensions/tournamentmode/server.lua:112: in function <lua/shine/extensions/tournamentmode/server.lua:106>
[C]: in function 'xpcall'
lua/shine/core/shared/hook.lua:116: in function 'Call'
lua/shine/core/shared/hook.lua:285: in function 'CheckGameStart'
lua/NS2Gamerules.lua:1027: in function <lua/NS2Gamerules.lua:1007>
[Hook Error] CheckGameStart hook failed from plugin 'tournamentmode'. Error count: 1.