Skip to content

Instantly share code, notes, and snippets.

View Gaz492's full-sized avatar
🙃
Go!

Gareth Williams Gaz492

🙃
Go!
View GitHub Profile
@Gaz492
Gaz492 / Skins.json
Created January 27, 2021 19:30
Rust skins mod config
{
"Command": "skin",
"Skins": [
{
"Item Shortname": "shortname",
"Skins": [
0
]
},
{
@Gaz492
Gaz492 / ReplacePublishedID.ps1
Created December 24, 2020 02:15
DayZ Server Scripts
(Get-Content ".\@NamalskIsland\meta.cpp") -replace 'publishedid = 2288339650;', 'publishedid = 2289456201;' | Out-File -encoding UTF8 ".\@NamalskIsland\meta.cpp"
(Get-Content ".\@NamalskSurvival\meta.cpp") -replace 'publishedid = 2288336145;', 'publishedid = 2289461232;' | Out-File -encoding UTF8 ".\@NamalskSurvival\meta.cpp"
public static readonly Dictionary<string, string> unidenFont = new Dictionary<string, string>
{
// {"20", "" },
// {"21", "" },
// {"22", "" },
// {"23", "" },
// {"24", "" },
// {"25", "" },
// {"26", "" },
// {"27", "" },
#!/bin/sh
export TERM=xterm-256color
# Text color variables
txtund=$(tput sgr 0 1) # Underline
txtbld=$(tput bold) # Bold
txtblk=$(tput setaf 0) # Black
txtred=$(tput setaf 1) # Red
txtgrn=$(tput setaf 2) # Green
@Gaz492
Gaz492 / ftb.css
Created February 17, 2015 15:23
CSS FOR OSQA
/*
Author: Gaz492 & Captainnana
Date: 12 February 2014
*/
html{
background-color:#333;
color:#1a1a1a;
overflow-y:scroll!important;
font-family:'Trebuchet MS',Helvetica,Arial,sans-serif;
}