Mega Man 8-Bit Deathmatch Forum
Team Wipeout - TLMS Addon

BullGator • October. 12, 2025, 7:40 PM
October. 12, 2025, 7:40 PM
Copy Link
Team Wipeout! - A TLMS Gameplay Addon
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!.
What this mod adds:
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*
Modders support
Your mod can check if Wipeout is loaded by using this function in your ACS Scripts.
Additional useful scripts.
Download
TSPG Link - v3a
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!.
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*
wp_frags_required 3 - Frags required to increase the timers
wp_timer_add 7 - Time added when the Frag quota is met
wp_globalincrease_enable False - Enables/Disables periodical timer increases
wp_globalincrease_in 60 - Increases all timers in [x] seconds
wp_globalincrease_add 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
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)
wp_draw_radars True - Draw the radars for the last players alive
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 - v3a