VillainPlus
Rotating super-powered Villain mode: become the Villain and earn points only while empowered.VillainPlus
A custom server-side gamemode for Titanfall 2: Northstar.
One player is randomly chosen as The Villain and gains boosted stats.
Whoever kills the Villain becomes the new Villain.
You only score points while you're the Villain.
Features
- Randomly selected Villain at match start (once enough players are present)
- Villain gains:
- Increased max health (configurable)
- Increased movement speed (configurable)
- Kill the Villain to take their place
- Score = kills while you are the Villain
- First Villain to reach the score limit wins
Installation (Manual)
-
Download this mod from Thunderstore.
-
Extract the
.zip. -
Copy the inner
VillainPlusfolder into:Titanfall2/R2Northstar/mods/Final structure should look like:
Titanfall2/ R2Northstar/ mods/ VillainPlus/ mod.json R1S/ scripts/ vscripts/ gamemodes/ villain_plus.gnut -
Launch Northstar and enable VillainPlus in the mods list (if not already enabled).
-
Start or join a server running the VillainPlus gamemode script.
Server Configuration (ConVars)
These can be set in your server config (e.g. autoexec_ns_server.cfg) or via any config system you use.
-
villainplus_health_multiplier- Default:
2.0 - Multiplier for Villain max health.
- Default:
-
villainplus_speed_multiplier- Default:
1.25 - Multiplier for Villain walk & sprint speed.
- Default:
-
villainplus_score_to_win- Default:
25 - How many kills as Villain are required to win.
- Default:
Example:
villainplus_health_multiplier 2.5
villainplus_speed_multiplier 1.35
villainplus_score_to_win 30
Notes
- This is primarily designed as a server-side gamemode.
- Make sure your server is configured to use the
Gamemode_VillainPlus_Initscript if you integrate it with custom rotation logic. - You are free to tweak the script for your own balance or add FX, sounds, etc.
