Skip to content

Instantly share code, notes, and snippets.

@GMMan
GMMan / showTitle.user.js
Created June 4, 2015 23:04
Show Bundle Name in Title
// ==UserScript==
// @name Groupees Show Bundle Name in Title
// @namespace https://groupees.com/userscripts/show_title
// @version 1.0.0
// @description Displays bundle name in page title.
// @author cyanic
// @match https://groupees.com/*
// @grant none
// ==/UserScript==
@GMMan
GMMan / Program.cs
Created July 12, 2015 04:02
SoundNodeWaveQuickDump: Dump Ogg Vorbis samples from cooked Unreal 3 packages
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace SoundNodeWaveQuickDump
{
class Program
{
@GMMan
GMMan / dwemthys.md
Last active August 28, 2015 23:00
Dwemthy's Array on Groupees

Dwemthy's Array on Groupees

Dwemthy's Array is a text-based adventure game where the player fights against an array of monsters.

In the original game, you play as a rabbit. To attack, type one of the attacks available to you (see rabbit stats below). Creatures (including the rabbit) may randomly gain health up to a quarter of their charisma value.

Check out the original Dwemthy's Array here.

Commands

@GMMan
GMMan / readme.md
Last active November 16, 2015 01:34
Minimalistic Steamworks achievements management for Ruby
@GMMan
GMMan / SChaB1BiT.md
Last active January 9, 2016 05:42
SChaB1BiT Guide

SChaB1BiT - Simple Chat-Based 1-Bit Tracker

SChaB1BiT is a simple 1-bit tracker that you use from Groupees chat. Enter commands for the bot, and it will render patterns and songs and upload to Clyp.

Creating a pattern

A pattern is the basis of renderable audio in the tracker. Each pattern consists of a speed and 16 tones. A tone has a note letter and an octave. Valid note letters are A, A#, B, C, C#, D, D#, E, F, F#, G, and G#.

@GMMan
GMMan / grave.txt
Last active January 26, 2016 02:26
Archive of links related to a Family of Grave Diggers and Groupees
Mindoki blog:
Early access thanks: https://archive.is/3f8YH http://hubot.mindoki.com/wordpress/?p=382
Greenlit: https://archive.is/x9Ch0 http://hubot.mindoki.com/wordpress/?p=392
Groupees post January: https://archive.is/eqG1Y http://hubot.mindoki.com/wordpress/?p=517
Twitter:
Bot 1: https://archive.is/FQCom https://twitter.com/asyastfyujhotm1/status/691383943921319936
Bot 2: https://archive.is/dPeTg https://twitter.com/shelleybranton1/status/691413017548820480
Groupees/WGN are sweet: https://archive.is/YrwKL https://twitter.com/MindokiGames/status/610712905596715008
Some search results: https://archive.is/qla1A https://twitter.com/search?f=tweets&vertical=default&q=%40mindokigames&src=typd
@GMMan
GMMan / stringreplace.md
Last active March 20, 2016 04:36
ChatBot StringReplace Help

ChatBot StringReplace

This command allows you to substitute text into a format string and attach the text as a command on ChatBot. Perfect for memes.

To invoke, use the !sr command. The following is a list of actions you can use with the command.

new

@GMMan
GMMan / .gitignore
Last active September 6, 2022 11:02
Partial Steam Workshop manager implementation
solution
@GMMan
GMMan / ubuntu-gl502vs.md
Last active July 22, 2020 15:30
Problems and Solutions for Ubuntu 16.04 LTS on ASUS ROG GL502VS Laptop

Problems and Solutions for Ubuntu 16.04 LTS on ASUS ROG GL502VS Laptop

NVIDIA Graphics

Nouveau does not appear to support Pascal cards right now, so you should use the proprietary NVIDIA driver, available from the Additional Drivers applet.

Panel Dithering

@GMMan
GMMan / FidgetSpinnerParticle.cs
Created May 22, 2017 14:00
Fidget Spinner mod source code
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Reflection;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Dust;