MinoMino / minqlx

Extends Quake Live's dedicated server with extra functionality and scripting.
GNU General Public License v3.0
110 stars 42 forks source link

Add Overload to missing gametype #7 #92

Closed tjone270 closed 5 years ago

tjone270 commented 5 years ago

Overload still exists within QL - I'm currently working on making a workshop+plugin combo to make it a playable mode again. If this succeeds, it'll be important that minqlx can define it correctly, and if not, others can have a go and know it's ready and waiting.

tjone270 commented 5 years ago

I have successfully found a way to make this work: https://steamcommunity.com/sharedfiles/filedetails/?id=1865499301

Once PR is merged I will make a plugin and publicise.

em92 commented 5 years ago

Cool!

Did you try to make map to load via map <mapname> <factory_name>? And it looks like you need to create factory file and maybe add "overload" or "ol" to scripts/arenas.txt, but I am not sure myself.