BUILD 3320
When a match ends, you now get greeted with a vote for the next map instead of the map randomly being picked.
Many thanks to Monkey_Feats for working on this feature!
Small CTF has been added as an official gamemode! Some of you may remember this gamemode from a few months ago, or from this video down below. In short its CTF but with smaller maps, which results in shorter rounds and more chaotic fun. https://www.youtube.com/watch?v=4L9un1sz_MM Thank you Mazey for this
Thanks to Verrazano there is now a new hotkey selection for builder tiles, as shown below. You can access it the same as the emote binder (esc -> bindings -> Bind Builder Blocks). Once done, you can use shift + number to quickly access that block.
There are a few changes in this update that helps out 3D modders with their mods. This first update aims to help performance with 3D mods, and more will be coming later. SMesh and SMaterial has been added, SMesh provides modders with VBO support, so drawing a static object like terrain is no longer as taxing, along with allowing you to load up custom obj (and .mtl) files.
(Image contains a mesh, loaded with an .obj and .mtl file, made by Jenny. All done inside KAG) Big thanks to GoldenGuy and Jenny for testing this part of the update and working on 3D mods.
There are plenty of other changes, as shown below; Thank you to the following for contributing to this update
[ 2020-05-20 15:52:22 CET ] [ Original post ]
Hey everybody! This new update contains everything that we & the community have been working on over the past few months. There are multiple new additions to the game which you all should enjoy, along with plenty of new fixes & changes for modders to enjoy. We hope you enjoy this update! THD
Match end map vote
When a match ends, you now get greeted with a vote for the next map instead of the map randomly being picked.
Many thanks to Monkey_Feats for working on this feature!
Small CTF
Small CTF has been added as an official gamemode! Some of you may remember this gamemode from a few months ago, or from this video down below. In short its CTF but with smaller maps, which results in shorter rounds and more chaotic fun. https://www.youtube.com/watch?v=4L9un1sz_MM Thank you Mazey for this
Block binder
Thanks to Verrazano there is now a new hotkey selection for builder tiles, as shown below. You can access it the same as the emote binder (esc -> bindings -> Bind Builder Blocks). Once done, you can use shift + number to quickly access that block.
Better 3D mod support
There are a few changes in this update that helps out 3D modders with their mods. This first update aims to help performance with 3D mods, and more will be coming later. SMesh and SMaterial has been added, SMesh provides modders with VBO support, so drawing a static object like terrain is no longer as taxing, along with allowing you to load up custom obj (and .mtl) files.
(Image contains a mesh, loaded with an .obj and .mtl file, made by Jenny. All done inside KAG) Big thanks to GoldenGuy and Jenny for testing this part of the update and working on 3D mods.
Change log
There are plenty of other changes, as shown below; Thank you to the following for contributing to this update
- Verrazano
- epsilon
- Mazey
- Shy
- Asu
- Betelgeuse0
- blackjoker77777
- Monkey_Feats
- vik
- Vamist
- bunnie
- Map mods
Github changes:
Bunnie:
[added] Accolade February 2020
[added] Accolade April 2020
Mazey:
[added] Small CTF gamemode
[added] CTF dynamic music changes
Shy:
[fix] CTF resupply works correct on next map (thanks shy)
Epsilon:
[added] Cinematic spectator camera (right click while in spectator mode)
[change] Water bombs no longer kill when they explode in an inventory
[change] Ladders can now be placed on top of players
Verra:
[added] Pickup menu item (use shift+c to access)
[added] Block binding UI (use esc -> bindings -> Bind Builder Blocks)
[added] New weapon icons
[change] Corpses can no longer be put in inventory
[fix] Catapult charging animation now syncs correctly
Vamist:
[added] Shop hitboxes no longer getting extended randomly (caused by tree seeds)
[change] FallOnSupport.as has been moved from onTick to onBlobCollapse (check engine change log)
[change] Drill UI is no longer blurry in 30fps+ (Better fix for this is coming in a future update, needs more testing/bug fixing)
[change] Drill now freely follows your mouse, no longer locked to 45 degree angles.
[change] Drill now deals half damage to shielded people (this may change in the future)
[change] onHeal particles only effect humans/players
[change] Heal particle no longer spawning when 0 damage is taken (like shield hits)
[change] Heal particle now spawns in a random position with in a circle, instead of only being in the outer edge
[change] Sandbox now has a 3 second cooldown on commands
[change] Sandbox servers now have all commands enabled by default
[change] Sandbox servers now have a command blacklist.
[change] New chat command !coins amount_to_set
[fix] Nursery blob no longer has a null error (found by long_wood_bow)
Betelgeuse0:
[fix] Wood no longer falls through the map when using saws (most noticeable on a laggy server)
Asu:
[change] Background upscaling
[change] Music encoded at a lower bit rate without any noticeable audio loss
[change] TDM coin cap has been removed (servers can still re-enable it)
Blackjoker77777:
[change] Killing yourself no longer reduces coins for team killing (because it would stack with teammates and remove more coins)
Monkey_Feats:
[added] End of game vote menu
Map Mods:
[change] CTF mapcycle changes
Vik:
[change] Report system update (!r to grab an admins attention using in game chat)
Engine changes:
[added] Console warning message now appears when mods/base files are being moved into the OLD file (less heart attacks for modders with files suddenly disappearing)
[added] CPlayer@ getHardwareID() (server only)
[added] CPlayer@ getIP() (server only)
[added] Sector@ ownerID
[added] Autoconfig.cfg cl_minimap_delay (increase for less chance of white minimaps (being removed once we figure out whats causing it))
[added] Autoconfig.cfg sv_pingkick_time (default is 15)
[added] Autoconfig.cfg sv_tcpr_timestamp (default is enable, remoevs TCPR timestamp if set to 0)
[added] Autoconfig.cfg cl_mouse_scale (default is 2, scales mouse cursor)
[added] Autoconfig can be edited using launch parameters (small example: KAG.exe sv_gamemode TDM)
[added] onBlobCollapse hook, (please move any code that only checks for no support onto this function)
[added] SMesh@ class for 3D mods
[added] SMaterial@ class for 3D meshes
[added] Render::layer_last to render over minimaps
[change] .Sync bool ``onlyServer`` has been renamed to ``relayToClients`` to be more clear.
[change] Leaving a server now clears settings, CMap, CRules and much more (this will stop mods from messing with settings on other servers by accident)
[change] hasShader() has been renamed to CanUseShaders for more consistency (will return true if shaders can run, otherwise false)
[change] AreShadersAllowed() renamed to ShaderState for more consistency (if shaders are on, return true, otherwise false)
[fix] Shaders dont stay turned on when you leave a server, instead reverts back to the setting its supposed to have.
[fix] Tiles should now be correctly destroyed. This will help in cases where long matches cause low frame rate (even more so on huge mods like TC)
[fix] CSpriteLayer divide by 0 hard crash (now warns instead of crashing)
[fix] doesCollideWithBlob no longer crashes when passed blob is null
[fix] moveInventoryTo no longer crashes when passed inventory is null
[fix] server_Pickup no longer null when passed blob is null
[fix] getSectorsAtPosition no longer crashes on being called
[fix] Mod exploit, which allowed people to edit mods client side
[fix] Ban immunity under certain conditions
Forum post: https://forum.thd.vg/threads/build-3320-match-end-map-vote-small-ctf-block-binder-better-3d-mod-support.28508/King Arthur's Gold
Transhuman Design
Transhuman Design
2013-11-05
Action Indie Singleplayer Multiplayer Coop
Game News Posts 136
🎹🖱️Keyboard + Mouse
Very Positive
(5164 reviews)
https://kag2d.com/en/
https://store.steampowered.com/app/219830 
The Game includes VR Support
King Arthur's Gold Linux [63.09 M]
King Arthur's Gold: Flags of the World Heads Pack
King Arthur's Gold: Fantasy Heads Pack
King Arthur's Gold: Community Heads Pack
If you like total freedom in the way you conquer the enemy this is the ultimate war game for you. Build freeform constructions as a medieval Builder, fight in sword duels as a Knight or snipe with your bow as an Archer. KAG blends the cooperative aspects of Lost Vikings, mashes them with the full destructibility of Worms and the visual style and action of Metal Slug, brought to you by the creators of Soldat.
- Build Defenses With Freeform Building
- Destroy the enemy castles with physics and explosives
- Freedom to move by land, water, dig tunnels or fly in the air
- Use the environment to burn or drown enemies
- Interact with a living animal and plant world
- Drive siege machines with your teammates
- Fight with 32 unpredictable humans in multiplayer
- Freely change to one of 3 distinct classes
- Singleplayer, cooperative and competitive game modes
- Customize with 60+ unique heads
- Create your own adventure with community created mods & scripts
MINIMAL SETUP
- OS: Ubuntu 20.04 or later
- Processor: 1.5 GhzMemory: 1 GB RAM
- Memory: 1 GB RAM
- Graphics: 64MB IntegratedNetwork: Broadband Internet connection
- Storage: 256 MB available space
- OS: Ubuntu 20.04 or later
- Processor: Intel Core i5 2.1GHzMemory: 2 GB RAM
- Memory: 2 GB RAM
- Graphics: 512MB DedicatedNetwork: Broadband Internet connection
- Storage: 1 GB available space
GAMEBILLET
[ 5946 ]
GAMERSGATE
[ 4464 ]
FANATICAL BUNDLES
HUMBLE BUNDLES
by buying games/dlcs from affiliate links you are supporting tuxDB