- Blockchain + honeycomb -> Honey Badger
- Route: Fire + Steam + Cloud + Plague
- Honey badger + Fire -> Fire Badger
- Fire badger + Steam -> Steam Badger
- Steam badger + Cloud -> Cloud Badger
- Cloud Badger + plague -> Badger
- Route: Fire + death + water
- Honey badger + Fire -> Fire Badger
Edit ~/.gitconfig
[user]
email = [email protected]
name = Michael Hawkins
[includeIf "hasconfig:remote.*.url:[email protected]:YOUR_COMPANY_NAME/**"]
path = ~/Documents/Projects/Work/.gitconfig
This file contains 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
-- This goes in: | |
-- garrysmod/garrysmod/lua/autorun/account-sharing.lua | |
-- Or, if you want to keep your custom code separate from the default GMod server files: | |
-- garrysmod/garrysmod/addons/accountsharing/lua/autorun/account-sharing.lua | |
-- You will need to make some of these folders | |
-- Original post http://facepunch.com/showthread.php?t=1341204&p=43469693&viewfull=1#post43469693 | |
-- Credit to McSimp | |
local APIKey = "APIKEYGOESHERE" -- See http://steamcommunity.com/dev/apikey |
This file contains 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
-- Commands: | |
-- weapons_list | |
-- Prints out a basic list of all weapons | |
-- weapon_info <classname> | |
-- Prints out detailed information about a specific weapon | |
function table.Select(tbl, f) | |
local t = {} | |
for k,v in pairs(tbl) do |
This fixes issues with objects and weapons appearing very shiny in the map.
- You must have a copy of the map in your Garry's Mod folder
- If you wish to fix a workshop map, you must first extract the map file
Before running the steps below, enable HDR:
Options -> Video -> Advanced -> "High Dynamic Range" -> Full
Open the map in singleplayer and enter the following console commands
This is useful for replacing questionable materials within old maps.
- Get the map's .bsp (e.g. extract workshop addon)
- Get these programs
- Associate .vtf files with this program
This file contains 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
# Folder to REMOVE files from | |
$targetPath = "C:\Users\mike-\Desktop\csgo\" | |
# Folder to CHECK for files | |
$sourcePath = "C:\Users\mike-\Desktop\css\" | |
# Sub-folder that exists in both folders | |
$assetFolder = "models" | |
# Set to $true to output duplicates |
- User API key- https://steamcommunity.com/dev/apikey
- Some APIs will require a game publisher API key instead of a user API key
- Official Documentation - https://partner.steamgames.com/doc/webapi
- Non-official documentation - https://steamapi.xpaw.me/
- This contains a lot of secret but usable API endpoints
NewerOlder