This map is a deathmatch arena featuring :
- Free for all : each player has his own force. that means there is a technical limit of 61 maximum concurrent players
- Chests with random respawning loots
- Random spawning position
- Ranking & leaderboard
- Admin gui to configure things ingame such as length of round (default 10 kills) the chest respawn delay etc
Standalone scenario : does not need any mod
Screenshot
v0.6
v0.5
v0.4
The scripts can be edited to easily fit any map one would createCreate you own arena map then copy the control.lua and edit it.
simply change the variable arena_box to fit your arena size and you're good to go
The script will generate random spawn point (you can either specify an array of position)
The script will use any chests in the map as loot spawn, loot tables are easily customable
Possible To do list :
- auto pickup chests when close (probably too cpu-heavy for the benefit) a solution would be to spawn items on ground but i think its lacks visibility
- Gui rework
Changelog
Criticism, suggestions and feedback are welcome.