Mega Man 8-Bit Deathmatch Forum

Team Wipeout - TLMS Addon
BullGator • October. 12, 2025, 7:40 PM
I like alligators. That is all.
I like alligators. That is all.
November. 11, 2025, 12:16 PM (Edited by BullGator) Copy Link
Team Wipeout! - A T/LMS Gameplay Addon
Updated! - v3b


Welcome to Team Wipeout!, a mode where you need to dispose of the entire enemy team for them to be eliminated from the match. Be quick about it otherwise they will respawn and have a chance of turning the tables!
You can download the latest version here
What this mod adds:

  • Respawn timers per team
  • Toggle-able shared team timers - All teams share the timer
  • Elimination - Players stop respawning after XYZ time has passed
  • Radars for Last Player Alive - Trying to camp are we?
  • Very configurable - Almost every setting can be changed
  • Alligator - A tiny alligator.


Footnotes:
* Compatible with MM8BDM - v6
* This mod has built-in support for Class Based Modification's gas system!
* Download at the bottom







Server Settings
The values used are the default ones*

Last updated: Nov 11th of 2025

wp_frags_required 3 - Frags required to increase the timers
wp_timer_add 7 - Time added when the Frag quota is met

wp_increasealltimers True - Enables/Disables periodical timer increases
wp_increasealltimers_every 60 - Increases all timers in [x] seconds
wp_increasealltimers_by 10 - How much to increase all timers by

wp_sharedtimers True - All teams share timers

wp_overrideteamspawns True - Team spawns are random after the first spawn
wp_spectatortimer 30 - Spectators join the game after [x] seconds (Spectators can join mid match!)
wp_respawn_invul 5 - Spawn invulnerability in seconds (Deprecated for v6b)
wp_teamautobalance True - Autobalances teams when someone disconnects [currently unused]
wp_teamautobalance_in 10 - Time to wait before autobalance happens
wp_scoreboard_timers True - Show respawn timers on the scoreboard (Located in the far right) [currently unused]
wp_draw_radars True - Draw the radars for the last players alive
wp_scoreboard_timers True - Display Timers on the scoreboard



Modders support
Your mod can check if Wipeout is loaded by using this function in your ACS Scripts.

function bool wipeoutLoaded(void) {
int u = UniqueTID();
int ret = !SpawnForced("WipeoutDecoy", 0, 0, 0, u, 0);
Thing_Remove(u);

return ret;
}

Additional useful scripts.

WipeOut_EnableElimination(); // Forces Elimination mode on
WipeOut_DisableElimination(); // Forces Elimination mode off
WipeOut_ToggleElimination(); // Toggles Elimination between on and off
WipeOut_FetchEliminationState(); // Returns True (1) when elimination mode is on, False (0) otherwise



Download
TSPG Link - v3b
TSPG Link - v3a

I like alligators. That is all.
I like alligators. That is all.
November. 11, 2025, 12:17 PM Copy Link
Wipeout updated to v3b!
Added support to normal LMS
Disabled auto team balancing for the meantime
And check the changelog in the original post :>