Xonotic Forums
How can i add a Game mode? - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10)
+--- Forum: Xonotic - Development (https://forums.xonotic.org/forumdisplay.php?fid=12)
+--- Thread: How can i add a Game mode? (/showthread.php?tid=5769)



How can i add a Game mode? - HirnloserHering - 08-28-2015

Hi,
my friend made a gamemode now he is in holiday and i dont know how can i play this gamemode?
He gives me two files gamemode_test.qc and gamemode_test.qh what i have do to with this files that i can play his gamemode?


RE: How can i add a Game mode? - Mario - 08-28-2015

I recently added my own test gamemode, the Git diff may be of use to you:

https://gitlab.com/xonotic/xonotic-data.pk3dir/commit/8d1d141f8f6abcb0c5a12e86db48d06db377b95e

Some things you of course don't need, like the turret hooks, but that should be a good enough example.


RE: How can i add a Game mode? - HirnloserHering - 08-29-2015

(08-28-2015, 10:19 PM)Mario Wrote: I recently added my own test gamemode, the Git diff may be of use to you:

https://gitlab.com/xonotic/xonotic-data.pk3dir/commit/8d1d141f8f6abcb0c5a12e86db48d06db377b95e

Some things you of course don't need, like the turret hooks, but that should be a good enough example.
thanks Smile