Commit Graph

94 Commits (master)

Author SHA1 Message Date
MisterE 61a5343108 add icon 2022-06-28 19:28:02 -04:00
MisterE123 ea857c67ce fix sumo player losing all lives at once 2022-05-01 16:01:30 -04:00
MisterE123 18c2364bb4 fix sumo player losing all lives at once 2022-05-01 15:59:21 -04:00
MisterE123 0f96305dd8 fix spectate check and increase particle size 2022-05-01 15:55:06 -04:00
MisterE123 d6f695d60a change death method, add invincible particle 2022-05-01 15:42:23 -04:00
user e943f6d826 change HUD colors to match theme and add bgm 2021-09-11 00:14:04 -04:00
user a81cff7949 add more bgm 2021-05-05 20:48:14 -04:00
MisterE123 e6ce16f345 Upload files to 'sounds' 2021-05-05 17:47:55 +00:00
MisterE123 554929aed3 fix crash 2021-02-27 11:56:40 -05:00
MisterE123 f55b3fe935 fixed bug with players being given a pushstick when they die
Also fixed version cmd
2021-02-16 16:19:56 -05:00
MisterE123 6deffbd655 allow spectate mode... discrepancies fixed (hopefully) 2021-02-16 14:28:45 -05:00
MisterE123 8ea0fb489a Merge branch 'master' of https://notabug.org/MisterE123/sumo 2021-02-16 14:24:02 -05:00
MisterE123 2a46cd2e5e support spectate, remove deprecated functions
init.lua:
removed deprecated:hub_spawn_point, timemode = 2 -> timemode = "decremental", spawn_cage, rem_cage

added:
changelog,
version control: use /sumo version,

support spectate mode, while not requiring updating to the latest version.
2021-02-16 14:22:44 -05:00
Zughy 38323d866c Disable spectate mode by default (need fixing) 2021-02-10 01:16:14 +01:00
MisterE123 310a420fe6 Upload files to '' 2021-02-06 00:42:31 +00:00
MisterE123 49c19cbb17 Update 'README.md' 2021-02-06 00:38:39 +00:00
MisterE123 a69dea2b6d Update 'README.md' 2021-02-06 00:38:16 +00:00
MisterE123 21d3247913 Update 'README.md' 2021-02-06 00:37:47 +00:00
MisterE123 eb4df79c8c add cages to protect players when they respawn and ad the start fo the game 2021-02-05 18:30:58 +00:00
MisterE123 58f4f3a5d9 Upload files to 'textures' 2021-02-04 22:49:43 +00:00
MisterE123 be951ca614 HUD elements 2021-02-04 22:48:45 +00:00
MisterE123 ea2ccedb69 Delete 'textu/sumo_hud_push.png' 2021-02-04 22:48:23 +00:00
MisterE123 5496e876b6 Delete 'textu/sumo_hud_jump.png' 2021-02-04 22:48:12 +00:00
MisterE123 5c8e244651 Upload HUD elements 2021-02-04 22:47:56 +00:00
MisterE123 4ef5b95b29 add HUD jump 2021-02-04 22:47:02 +00:00
MisterE123 dd1cb38204 add HUD element that indicates time from last push with a colored icon (red -> green) 2021-02-04 21:39:32 +00:00
MisterE123 30d9bfd569 fix arena not ending on timeout 2021-02-04 18:05:06 +00:00
MisterE123 a9032a3da0 add temporary invincibility
prevents players from being killed twice in a row, at the start of the game, or immediately after respawn
2021-02-02 22:17:04 +00:00
MisterE123 6f1fda2150 change push timeout to use a global table instead of metadata, which seems buggy 2021-01-30 16:28:04 +00:00
MisterE123 74f95581b7 change push timeout to use a global table instead of metadata, which seems buggy 2021-01-30 16:26:01 +00:00
MisterE123 f14a574777 Add player lives : 3 , configurable 2021-01-30 06:30:46 +00:00
MisterE123 7970b2df5e added a settings file 2021-01-30 05:58:22 +00:00
MisterE123 661ddb95a3 update controls, add running function, make HUD work better, fix timeout crash, update controls message
Timeout crash is caused by arena_lib not accepting multiple players as winners, unless part of the same team. Therefore that line is commented out, and the arena is forcibly ended. this can be reversed when arena_lib supports multiple winners

Running status is displayed in HUD, as is the game timer.
The running status can be: "running..." or "Run cooldown 5 (4,3,2,1,)"

simplified the controls for the sumo stick. Punch is shove, punch+sneak is swap places. Rightclick is vault. That is all.
Running is now a function of the minigame arena, not the stick.

Ubdated previously, added a 4 second countdown to the start of the match. Fixed in this update, the sumo stick was being given before the countdown finished. that is fixed.

Also fixed the controls chat message. It is now easier to read, being sent in several messages.
2021-01-30 05:21:28 +00:00
MisterE123 77dcd087c5 correct minor bug 2021-01-28 16:39:24 +00:00
MisterE123 27f69735ac remove death from game
A survival server that was interested in having this game pointed out that death is expensive in survival. So I removed death from the game with a hp_change modifier. If the damage applied while in game would not cause death, then it is applied as normal. If it would cause death, then full health is restored, but the player is eliminated. A benefit of this approach is that the player no longer needs to see the you died message which really is not appropriate for this type of game.
2021-01-28 16:35:34 +00:00
MisterE123 8d3b867495 Upload files to '' 2021-01-28 16:07:01 +00:00
Zughy 9ba33d1a64 Commands: add /sumo info to debug more easily 2021-01-25 19:33:33 +01:00
Zughy a23450bdf9 on_time_tick is not mandatory anymore 2021-01-23 19:33:19 +01:00
Zughy 227ceef54f CRASHFIX: players dying in the celebration phase are not removed from the arena anymore 2021-01-23 19:30:34 +01:00
marco_a 960ad40be8 CRASHFIX: local ChatCmdBuilder was read after being called (in commands.lua) 2021-01-21 15:18:56 +01:00
MisterE123 e1a50988a6 Change keys, add text message that describes keys at beginning of game. Add Dash with cooldown. Add Extrapowerful hit when sneak is pressed
Controls:
[Punch]: Push other players
[Punch]+[Aux1 (e)]: Exchange places
[Punch]+[Sneak]: Push harder
[Place]: Vault
[Place]+[Aux1 (e)]: 2 sec speed boost.
Cooldowns Apply!
2021-01-07 02:24:33 +00:00
MisterE123 acaa001411 add sounds (again) 2021-01-07 00:23:46 +00:00
MisterE123 0e30d6028b put in wrong place 2021-01-07 00:23:19 +00:00
MisterE123 0f36c237ee put in wrong place 2021-01-07 00:23:06 +00:00
MisterE123 57bae24ffc put in wrong place 2021-01-07 00:22:37 +00:00
MisterE123 4055e150d0 fix debug dump 2021-01-07 00:22:06 +00:00
MisterE123 21f3e9fd14 give sound license 2021-01-07 00:16:44 +00:00
MisterE123 0fa5f0d6dc upload sounds 2021-01-07 00:16:15 +00:00
MisterE123 8f5f9e7197 add new sound effects 2021-01-07 00:15:39 +00:00
MisterE123 3dc8ffb629 add timeout for stick pushback, set to .5 sec 2021-01-06 20:39:11 +00:00