Dominatrix - A highly configurable domination gamemode replacement for Zandronum, ZDaemon, and (G)ZDoom

Maps, modifications, add-ons, projects, and other releases for Zandronum. Also includes announcers.
Post Reply
User avatar
buu342
 
Posts: 58
Joined: Tue Nov 08, 2016 11:23 pm
Location: Earth

Dominatrix - A highly configurable domination gamemode replacement for Zandronum, ZDaemon, and (G)ZDoom

#1

Post by buu342 » Tue Apr 21, 2020 10:35 am

ImageImage
Dominatrix is a control points gamemode for Zandronum, ZDaemon, and (G)ZDoom. Capture control points scattered around the map to earn points for your team.

Dominatrix designed to be highly configurable and to work on ANY competitive multiplayer map with a simple ACS injection script to place the Control Points on the map. Can be played as King of the Hill, Control Points, or Double Domination.


Video
This is video of HumanBones and I participating in the Dominatrix Tournament hosted by MDF on the 3rd of May, playing on NeonDM:
phpBB [media]



Screenshots
Dominatrix running on GreenWar Map01 in Zandronum
thumbnail

Dominatrix running on UDM3+UDMX Map27 in ZDaemon
thumbnail

Oh god why would you do this Marcaek
thumbnail

Gif of ZDS #661 (by Krawa)
thumbnail


Serverside Configuration

Code: Select all

dominatrix_compatibility = "Zandronum"; // "Zandronum", "ZDoom, or "ZDaemon"
dominatrix_timemax       = 300;         // How much time for a game to end in seconds? (0 for infinite time)
dominatrix_scoremax      = 250;         // How many points for the game to end? (0 for infinite score)
dominatrix_roundendtime  = 3;           // How many seconds does the game display the winner for?	

dominatrix_caphealth    = 100;   // The maximum health of a control point.
dominatrix_capdistance  = 256;   // How far someone needs to be to capture the control point
dominatrix_capteamregen = false; // If the control point lost some health, can it be recovered by a team member?
dominatrix_capregentime = 0.0;   // How many seconds it takes for a control point to automatically regenerate 1 hp (0 for none)
dominatrix_capmultiple  = false; // Will a control point lose health faster if more people are capturing it?
dominatrix_capbelow     = true;  // Allow capturing if the player is below the control point?
dominatrix_capabove     = true;  // Allow capturing if the player is above the control point?

dominatrix_scorefrag      = false; // Do you get points for fragging players?
dominatrix_scoreperfrag   = 1;     // How many points to you get for fragging players
dominatrix_scoreperfragcp = 1;     // How many points do you get per frag PER control point
dominatrix_scoretime      = 1.0;   // How many seconds for you to gain score for owning control points? (0.0 to not use time based scoring)
dominatrix_scorepercp     = 1;     // How many points per second do you get PER control point

dominatrix_scorelimitpercp     = 0; // Increase the max score by this number multiplied by the number of CPs.
dominatrix_scorelimitperplayer = 0; // Increase the max score by this number multiplied by the number of players.
dominatrix_timelimitpercp      = 0; // Increase the max time by this number multiplied by the number of CPs.
dominatrix_timelimitperplayer  = 0; // Increase the max time by this number multiplied by the number of players.

dominatrix_ddommode         = false; // Use Double Domination mode?
dominatrix_ddomscoretime    = 10;    // How much time do teams need to hold the CP's to score in Double Domination?
dominatrix_ddomresetonscore = true;  // Do all control points reset back to grey when a team scores?

dominatrix_cpsolid       = true;  // Make the Control Points solid
dominatrix_cptranslucent = false; // Make the Control Points slightly translucent

Clientside Configuration

Code: Select all

dominatrix_disableannouncer     = false; // (Don't) Use the announcer?
dominatrix_disablemarkers       = false; // (Don't) Show markers on the CP's?
dominatrix_disableshowallcps    = false; // (Don't) Show all the CP's on the top of the screen?
dominatrix_disablehudscale      = false; // (Don't) Scale the HUD to 640x480?
dominatrix_disablehudwidescreen = false; // (Don't) Use a 16:9 ratio on the HUD?
dominatrix_enablelog            = false; // Log announcements (in text) to the message area?
dominatrix_enablecenterprint    = false; // Show announcements (in text) in the center of the screen?

Download + server setup instructions
https://github.com/buu342/ACS-Dominatrix


Servers currently hosting Dominatrix
ZDaemon:
EU (UDMX+UDM3): zds://91.134.195.111:10529
US (UDMX+UDM3): zds://149.56.203.181:10416

Zandronum:
US (QC:DE): 51.15.85.155:42069
Last edited by buu342 on Mon May 04, 2020 1:53 pm, edited 3 times in total.
Remember that you are unique, just like everyone else.

User avatar
buu342
 
Posts: 58
Joined: Tue Nov 08, 2016 11:23 pm
Location: Earth

Re: Dominatrix - A highly configurable domination gamemode replacement for Zandronum, ZDaemon, and (G)ZDoom

#2

Post by buu342 » Tue Apr 28, 2020 4:46 pm

I would like to announce that this weekend is Dominatrix Weekend. Saturday and Sunday will be featuring the gamemode for you to try out in both a more casual and competitive environment.

On Saturday, May 2nd, ZDS will be featuring Dominatrix in ZDaemon running ABCDMv4. This will be at the usual time of 19:30 CST for European servers and 7PM CDT for American servers. More info available here!

On Sunday, May 3rd, MDF will be hosting a competitive Dominatrix event in Zandronum running NeonDM. This is a sign-up, 3v3 team tournament, estimated to last 2-3 hours (from 3PM EST (8PM BST)). Even if a competitive event isn't your thing, you don't lose anything by participating, so come join in on the fun! For more information, join the MDF Discord and head over to #dominatrix-signups-may-3 to join in, team ready or otherwise!
Remember that you are unique, just like everyone else.

User avatar
buu342
 
Posts: 58
Joined: Tue Nov 08, 2016 11:23 pm
Location: Earth

Re: Dominatrix - A highly configurable domination gamemode replacement for Zandronum, ZDaemon, and (G)ZDoom

#3

Post by buu342 » Mon May 04, 2020 1:49 pm

Thank you to everyone who participated in the Dominatrix Weekend! I've gone ahead and updated the OP with more media. :biggrin:
Remember that you are unique, just like everyone else.

Post Reply