HammerStudios-VillainPlus icon

VillainPlus

Rotating super-powered Villain mode: become the Villain and earn points only while empowered.

Last updated 10 months ago
Total downloads 45
Total rating 0 
Categories Mods
Dependency string HammerStudios-VillainPlus-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

northstar-Northstar-1.31.4 icon
northstar-Northstar

Titanfall 2 modding and custom server framework.

Preferred version: 1.31.4

README

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)

  1. Download this mod from Thunderstore.

  2. Extract the .zip.

  3. Copy the inner VillainPlus folder into:

    Titanfall2/R2Northstar/mods/
    

    Final structure should look like:

    Titanfall2/
      R2Northstar/
        mods/
          VillainPlus/
            mod.json
            R1S/
              scripts/
                vscripts/
                  gamemodes/
                    villain_plus.gnut
    
  4. Launch Northstar and enable VillainPlus in the mods list (if not already enabled).

  5. 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.
  • villainplus_speed_multiplier

    • Default: 1.25
    • Multiplier for Villain walk & sprint speed.
  • villainplus_score_to_win

    • Default: 25
    • How many kills as Villain are required to win.

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_Init script if you integrate it with custom rotation logic.
  • You are free to tweak the script for your own balance or add FX, sounds, etc.