https://github.com/mirsario/kingarthursgold_juggernaut
An asymmetrical team deathmatch gamemode for King Arthur's Gold, where evil giants with hammers throw grandpas at knights.
https://github.com/mirsario/kingarthursgold_juggernaut
Last synced: 3 months ago
JSON representation
An asymmetrical team deathmatch gamemode for King Arthur's Gold, where evil giants with hammers throw grandpas at knights.
- Host: GitHub
- URL: https://github.com/mirsario/kingarthursgold_juggernaut
- Owner: Mirsario
- License: other
- Created: 2021-11-06T17:17:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T13:40:15.000Z (over 3 years ago)
- Last Synced: 2025-02-01T11:14:24.397Z (5 months ago)
- Language: AngelScript
- Size: 22.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# What's this?!
Juggernaut is an asymmetrical team deathmatch gamemode for [King Arthur's Gold](https://store.steampowered.com/app/219830/King_Arthurs_Gold/), where evil giants with hammers throw grandpas at knights. Originally made in 2016, with source code only partially cleaned up.# How do I play this?
There might be a juggernaut server online in KAG's server browser. If not, then..# How do I host this?
My recommendation is to clone this repository (or your fork of it) with git, and then create symlinks inside KAG's Mods folder to the folders inside the repo.
On Windows, this can be done with something like this:
```
mklink /J "D:\Steam\steamapps\common\King Arthur's Gold\Mods\Mirsario_Juggernaut" "Mirsario_Juggernaut"`
mklink /J "D:\Steam\steamapps\common\King Arthur's Gold\Mods\Mirsario_JuggernautMusic" "Mirsario_JuggernautMusic"
```Then, add `Mirsario_Juggernaut` and `Mirsario_JuggernautMusic` to `mods.cfg`.
# License stuff
All *original* code & art in this repository is licensed under the MIT license, which you can read in [LICENSE.md](https://github.com/Mirsario/KingArthursGold_Juggernaut/blob/master/LICENSE.md).The music tracks, found in `Mirsario_JuggernautMusic/Music`, are special re-renders of music tracks that fully belong to Id Software & TeamTNT. No commercial use & copyright infringement are intended.
# Thanks to
- Koi_ (Bananaman) - Various help in early development.
- kezzawozza - A neat map!