Releases: READYTOMASSACRE/league-gamemode
0.5.0-alpha
- Added map editor
Thanks to hromik for supporting with gameplay camera change player's handle
/me (or /mapeditor) [on|off] - enable/disable map editor
You should be an administrator or have root access
Also round should be is not running
Map editor gives opportunity to create maps on the server
After saving a new map you can easily start it immediately without restarting server.
Editor controls inforomation:
2 - Start draw a new map
3 - Reset all progress of draw
4 - Save a new map
5 - Show/hide a map editor
E - Add a map point (To make a polygon of map zone)
R - Add a spawn point (To make spawn points for teams: attackers, defenders)
X - Remove a map point
C - Remove a spawn point
F - Toggle current value of team (To attach a spawn point to the concrete team)
F5 - Toggle fly mode
F7 - Toggle a cursor
Also all functions can easily be done with form
After saving a new map - file maps.json will has been edited, also you can edit it by hands (Refresh after editing by hands is not ready yet)
- Added spectating mode
Still in develpoment mode because of unknown issues that I will try to find
/spec (or /spectate) [id|player name|off] - toggling spectate, off means to disable spectating mode
Known issues: After toggling off spectate mode, player's dimension isn't updating with lobby dimension (will be fixed in the next release)
In the spectate mode added current spectating player's information
Added current players spectating list - Added map refreshing function (To avoid restarting server for updating maps, in the future will be access to call it directly by command or admin form)
- Updated round panel information (At this moment during the whole round time all players see round timers even if players connected after the server had started)
- Added a new game player status: SPECTATE
- Rewrited MMR/EXP system after the round ends (At this moment it calculates new values depends on players count in the their teams)
- Updated control HUDs - changed from mp.game.graphics.drawText to CEF
- Updated Nametag HUD - added ID above the nickname
- Added circle camera when round is starting
- Fixed Fly mechanics, there was a bug when fly camera was attached to the wrong camera
- Added new control: F7 - toggling cursor
- Refactoring Round lifecycle events on clientside
- Refactoring Round lifecycle evnets on serverside
Still testing, might has issues - Fixed round statistic update (Added throttled functions to avoid spam events to serverside)
- Fixed shotgun pellets damage (There was invoked too many times which made a bug with kill)
- Fixed duplicate damage notify
- Fixed keyBind/keyUnbind methods (There was a bug which crashed client)
- Fixed debug error messages to players (Now it's hidden)
0.4.0-alpha
- Removed pouchdb from the gamemode because it is not compatitable with linux server
- Added mongodb database
- Rewriting repositories and models for new database
- Added installing instruction to README.md in the github repository
- Added in-game effects
Round start notify
Winning round notify
Death notify
Damage notify - Added refresh button to history, to player's top
- Added player's top page in the gamemenu
- Added detail history page
- Added pagination to players, history, top players pages in the gamemenu
- Updated info panel, from this moment shows current score of teams when round is not running
- Updated weapon dialog design
- Fix deathlog bug, when a new message erase others messages
- Refactoring hud manager
- Refactoring abstract class hud
- Optimize setInterval calls (reduce huds' count)
- Fixed isVisible method in nametag hud element (thanks to hromik)
- Fixed freeze player method
- Fixed round states (Added prepare state)
- Fixed saving stats when a player has changed a team
- Added configurable damage from config
- Added autologin option
0.3.0-alpha
- Fixed teamselector bug with double binding keys
- Fixed bug when round timer was not being synced with client/server
- Added Controls hud element
- Added Gamemode hud element
- Added Deathlog hud element
- Added round pause and pause commands:
/pause - Pause a round when the round is running
/unpause - Unpause a round when the round is running - Added change team command:
/ct [id|nickname] [att|def|spec] - Change a team by player id/nickname, alias /changeteam - Added add/remove in/from a round:
/add [id|nickname] - Add a player to the round
/remove [id|nickname] - Remove a player from the round - Added Gamemenu tabs:
- Profile tab - a tab with profile information of player
- Players tab - a tab with list of current players (clickable to a player to get a profile)
- History tab - a tab with history of matches (at this moment not clickable, soon)
- Vote tab - a tab with voting for the map
- Top tab - a tab with top of players, sorted by mmr (at this moment no finished, soon)
- Credits tab - a tab with information about gamemode author, changelog
Gamemenu available by F2 button
- Rework round players' statistic, moved from round players teamId to sharedData
Breaking changes: round stats now saved with another json object which looks like:
{ winner, created_at, ATTACKERS: [], DEFENDERS: [] } - Fixed teamId state in Scoreboard tab
- Fixed changelang description
- Fixed error on client when round is running stats has been saving
- Fixed assist calculation on clientside
- Fixed bug with checking state of a player (typeof undefined)
- Added player join/quit notifications in chat
- Fixed vote bug, when player has voted but at finished time round has not started
0.2.0-alpha
- Changed language system
- Moved lang from clientside to serverside
Now available adding new language(s) without build gamemode.
Just create a file in the lang folder calls e.g. "custom.json" and set up config with the new language "custom" - HUD for team selecting (params are editable in config)
- HUD for vote map (params are editable in config)
- HUD for Nametag with team color (params are editable in config)
- HUD for round info panel
- HUD for any notify messages
- Text chat
- Added RCON password in config.json
You should change rcon password otherwise you will have an error - Add groups system [USER, MODERATORS, ADMIN, ROOT]
Commands:
/g rcon [password] - grant super privileges
/g login [password] - login as admin or moderator
/g addadm [id] [password] - (root only) add a new admin by id
/g addmod [id] [password] - (root and admin) add a new moderator by id
/g pwd [password] - change a password for login
/g user [id] - set a user group for player by id - Added admin/root access to commands:
/roundstart
/roundend - Fixed cmdlist command
- Refactoring some parts of code in clientside, serverside
- Added kick command
/kick [idOrName] [reason] (root and admin and moderator only) - Kick player by reason - Added mute command (root and admin and moderator only) - Mute player by reason
/mute [idOrName] [minutes] [reason] - Added unmute command (root and admin and moderator only) - Unmute player
/unmute [idOrName]
0.1.0 Alpha version
Added alpha gamemode v. 0.1.0.
See the roadmap for upcoming updates.