- Log in using SteamCMD with your credentials (you need to own INFRA on your account)
- Start
steamcmdvia command line. - Type:
login YOUR_USERNAME_HERE - Type in password and 2FA code.
- Start
- Set install directory using
force_install_dir- Example on Linux:
force_install_dir /home/alex/my_gmod_server/infrafiles - Example on Windows:
force_install_dir C:/my_gmod_server/infrafiles
- Example on Linux:
- Make sure to set the correct platform type for SteamCMD:
@sSteamCmdForcePlatformType windows
| ## | |
| # The MIT License (MIT) | |
| # | |
| # Copyright (c) 2014 Ryan Morrissey | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is |
| Africa/Abidjan | |
| Africa/Accra | |
| Africa/Addis_Ababa | |
| Africa/Algiers | |
| Africa/Asmara | |
| Africa/Bamako | |
| Africa/Bangui | |
| Africa/Banjul | |
| Africa/Bissau | |
| Africa/Blantyre |
!roll will default to 🎲 USERNAME rolled NUMBER 🎲 where USERNAME will be the username/nickname of the user and NUMBER is a random number between 1-20.
!roll Hello world, this is a test. will turn into 🎲 Hello world, this is a test. rolled NUMBER 🎲. Where NUMBER is a random number between 1-20.
!commands add !roll $(eval const q = decodeURIComponent(`$(querystring)`); let input = q !== '' ? q : `$(user)`;`🎲 ${input} rolled ${Math.floor(Math.random() * (20 - 1 + 1)) + 1} 🎲`)
| [ | |
| { | |
| "keys": ["ctrl+q"], | |
| "command": "toggle_comment", | |
| "args": { | |
| "block": "false" | |
| } | |
| }, | |
| { | |
| "keys": ["alt+1"], |
!setmulti <streams> where <streams> is just the channel names for the ones you're streaming with, separated by a space between every channel.
!commands add -a=!commands !setmulti edit !multi http://kadgar.net/live/$(channel)/$(eval const streams = '$(query)'.split(" ");streams.join("/");)
| { | |
| "actions": [{ | |
| "prefix": "Cheer", | |
| "scales": ["1", "1.5", "2", "3", "4"], | |
| "tiers": [{ | |
| "min_bits": 1, | |
| "id": "1", | |
| "color": "#979797", | |
| "images": { | |
| "dark": { |
| { | |
| "en": "English", | |
| "zh": "中文", | |
| "ja": "日本語", | |
| "ko": "한국어", | |
| "es": "Español", | |
| "fr": "Français", | |
| "de": "Deutsch", | |
| "it": "Italiano", | |
| "pt": "Português", |
- API endpoint:
https://api.steampowered.com/IGameServersService/GetServerList/v1/?filter=\gamedir\dayz\name_match\*Experimental*&limit=5000&key= - The
filterparameter can be any of these: https://developer.valvesoftware.com/wiki/Master_Server_Query_Protocol#Filter - The
limitparameter is maximum amount of servers to return.I haven't tested anything higher than 10000 (ten thousand).- It seems this accepts pretty much any number, but the highest amount of servers I've gotten listed is 20,000 (twenty thousand).
- The
keyparameter is your Steam API key, which I'm sure you already have, but if not: https://steamcommunity.com/dev
| @-moz-document url-prefix("https://www.twitch.tv/") { | |
| .twitch-premium-1 { | |
| background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAIAAADZrBkAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUYxNjIxREY4OEJCMTFFNjkzQTZGOEEyMEQwMjE5NTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUYxNjIxRTA4OEJCMTFFNjkzQTZGOEEyMEQwMjE5NTciPiA8eG1 |