my_addon/ my_addon/lua/autorun/myScript.lua my_addon/materials/myMaterial.png my_addon/maps/gm_examplemap.bsp my_addon/maps/thumb/gm_examplemap.png my_addon/gamemodes/mygamemode/mygamemode.txt my_addon/gamemodes/mygamemode/gamemode/stuff.lua my_addon/gamemodes/mygamemode/content/materials/my...
Do not upload addons with malicious elements- All addons containing any sort of exploits or backdoors will be removed. This includes giving yourself elevated access over other users (SteamID checks, Giving yourself Admin status, RunString, spawning entities, etc), forcing people to be connected t...
Example The example below starts a dedicated server with 20 player slots. It downloads or updates all of the addons in collection157384458. This collection includes the Zombie Survival gamemode and a few maps. It sets the gamemode to zombiesurvival and loads one of the downloaded maps. srcds....
## Good ideas * **Avoid requiring other addons** - If your addon does require another addon - it shouldn't throw errors if that addon isn't present. * **Avoid uploading packs** - Unless they're all your work. A pack of your maps is fine. A pack of maps you found that you th...