Skip to content

Instantly share code, notes, and snippets.

@pollyzoid
pollyzoid / 8383-L044.xml
Created March 14, 2018 11:13
Copy of 8383-L044.xml from X3LU 1.7.2
<?xml version="1.0" encoding="UTF-8"?>
<language id="44">
<!--
Colour conventions:
Ware: Magenta
Amount: White
Stations: Cyan
Ship: Blue
@pollyzoid
pollyzoid / 8383-L044.xml.diff
Created March 14, 2018 11:13
Diff of 8383-L044.xml from X3LU 1.7.2 and the one included with "Litcube's Universe Gold UI HUD"
--- S:\Mods\X3\orig t\8383-L044.xml Wed Apr 27 14:52:38 2016 UTC
+++ S:\Mods\X3\gold t\8383-L044.xml Sat Jan 17 17:48:56 2015 UTC
@@ -89,22 +89,6 @@
<page
-id="8002"
-title="Dock Agent"
-descr="Script Text"
->
@pollyzoid
pollyzoid / brigador_dmg.txt
Created July 4, 2017 22:34
Brigador weapon damage data
Cannon, 105mm HE. 'Abbot' (weapons.collision_avoid_test_cannon.name)
cooldown 0.639
burst_count 1
shot_count 1
bullet:
damage 65
damage_health_multiplier 1
damage_armor_multiplier 0.35
damage_prop_multiplier 1.5
penetration 70
@pollyzoid
pollyzoid / Address.java
Created June 5, 2017 21:05
Dr. Mario NES AI decompiled
package drmarioai;
public interface Address {
public static final int MODE = 70;
public static final int NUMBER_OF_PLAYERS = 1831;
public static final int STAGE_CLEARED = 85;
public static final int ENDING = 83;
public static final int CURRENT_X = 773;
public static final int CURRENT_Y = 774;
public static final int CURRENT_ORIENTATION = 805;
@pollyzoid
pollyzoid / poetrade_Account_Revealer.user.js
Last active December 4, 2017 14:31
Userscript to add account names to poe.trade search results
// ==UserScript==
// @name poe.trade Account Revealer
// @namespace com.zoid
// @description Adds account names to poe.trade search results.
// @include http://poe.trade/*
// @include https://poe.trade/*
// @version 1.1
// @author kylegetsspam, pollyzoid
// @run-at document-end
// @grant none
@pollyzoid
pollyzoid / wad_structure
Last active August 29, 2015 14:16
HLM2 .wad structure
[Header]
4 bytes: File count
[File metadata]
<File count> times {
4 bytes: Name length
<Name length> bytes: Name
8 bytes: File size
8 bytes: File data offset (starts from end of file metadata section)
}
@pollyzoid
pollyzoid / gist:9deffad63196ac1e590e
Created March 10, 2015 21:41
Hotline Miami 2 unpacked .wad
.
| files.txt
|
+---Assets
| hlm2_localization.bin
|
+---Atlases
| | Backgrounds.meta
| | Backgrounds.png
| | Boss_Bear.meta
// ==UserScript==
// @name osu! HTML5-ifier
// @description Convert osu! beatmap previews from Flash to HTML5 elements
// @namespace com.zoid
// @include *osu.ppy.sh/p/beatmaplist*
// @include *osu.ppy.sh/s/*
// @include *osu.ppy.sh/b/*
// @version 1
// @grant none
// ==/UserScript==