Instantly share code, notes, and snippets.
Anach
/ ArmorObjectMenuComponent.cpp
Created
November 27, 2016 03:08
Adding armour secondary recolouring.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * ArmorObjectMenuComponent.cpp | |
| * | |
| * Created on: 2/4/2013 | |
| * Author: bluree | |
| * Credits: TA & Valk | |
| */ | |
| #include "server/zone/objects/creature/CreatureObject.h" | |
| #include "server/zone/objects/player/PlayerObject.h" |
Anach
/ Steam Workshop SteamCMD Button-1.0.user.js
Created
December 29, 2025 02:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Steam Workshop SteamCMD Button | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Button to copy download link in SteamCMD format. | |
| // @author Anach | |
| // @match https://steamcommunity.com/sharedfiles/filedetails/?id=* | |
| // @match https://steamcommunity.com/workshop/filedetails/?id=* | |
| // @grant GM_setClipboard | |
| // ==/UserScript== |