X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=Programming-QuakeC-stuff-in-Xonotic.md;fp=Programming-QuakeC-stuff-in-Xonotic.md;h=19cb2139ab38c8670a230060a67164ecd58e5d79;hb=d995450c9ead782cf1fbb673d8b7c9eba0a300b8;hp=b16b24741099dac6f8545f720286215fa009507f;hpb=bbbc9ac828ca29de1f74bc024e655c465b59bfcf;p=xonotic%2Fxonotic.wiki.git diff --git a/Programming-QuakeC-stuff-in-Xonotic.md b/Programming-QuakeC-stuff-in-Xonotic.md index b16b247..19cb213 100644 --- a/Programming-QuakeC-stuff-in-Xonotic.md +++ b/Programming-QuakeC-stuff-in-Xonotic.md @@ -286,11 +286,18 @@ Making gamemodes doesn't seem easy. There's a little explanation of what does ea ## Samples -There are good examples of the commits of the people who developed gamemodes: +There are good examples of the commits and repositories of people who developed gamemodes: -- [**Lyberta's GunGame gametype**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/merge_requests/482/diffs) (Taken from: https://forums.xonotic.org/showthread.php?tid=7314) +- [**Lyberta's GunGame gametype commits**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/merge_requests/482/diffs) + +Taken from: https://forums.xonotic.org/showthread.php?tid=7314 + +You can look and test the [**Lyberta's GunGame gametype repository**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/tree/Lyberta/GunGame) + +- [**How Survival gamemode was developed (first commit)**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/commit/8f61a40877542ac94baa74c5ed653c77b77bd855) + +It's recommended use the final product in this [**repository**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/tree/Mario/survival). Many changes have been influenced. -- [**How Survival gamemode was developed (first commit)**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/commit/8f61a40877542ac94baa74c5ed653c77b77bd855) (It's recommended look the final product in this [**repository**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/tree/Mario/survival)) [**SMB modpack repository**](https://github.com/MarioSMB/modpack/tree/master/mod/common/gamemodes/survival) has added Survival gamemode and others.