Author Topic: Addons In Gamemode files?  (Read 847 times)

So if I put an addon in an gamemode.zip file does it get downloaded in the gamemode too? So I don't have to worry about giving them so many links?


No, they don't work like that.


That's what I used to figure out how to make gamemodes in the first place.

Say you want to use Weapon_UglystufftyPack, just put this line in the gamemode.txt:

Code: [Select]
ADDON Weapon_UglystufftyPack
You can do music, too.

Code: [Select]
MUSIC After School Special

Say you want to use Weapon_UglystufftyPack, just put this line in the gamemode.txt:

He knows that.

No, it's probably better if they download the mods separately. That way they can get any updates for those mods and not be stuck on whatever version you put in your game mode.

if you dont want a bunch of links, then make a zip with the gamemode and the addons inside it so the downloader can download the gamemode quickest and easiest