Spectre Rodeo
A port of Spectre rodeo from Titanfall 1 Frontier Defense gamemode with some additions for usage in other gamemodes.
Last updated | 2 weeks ago |
Total downloads | 509 |
Total rating | 3 |
Categories | Mods Server-side Client-side Models |
Dependency string | Gazyi-Spectre_Rodeo-1.1.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
README
Spectre Rodeo
Northstar mod that ports Spectre rodeo behavior from Titanfall 1 Frontier Defense gamemode with some additions for usage in other gamemodes. Required to be installed on both server and client.
Compability issues: This mod replaces spectre model (robots/spectre/imc_spectre.mdl) with one that has more animations included.
If you use other mod that replaces it, you'll get script error about missing animations. You can either change load order of this mod, or modify mdl by adding 2 $includemodel
lines in QC and re-compile it.
$includemodel "humans/pete/pete_scripted_r1.mdl"
$includemodel "humans/pete/pilot_shared.mdl"
When Titan faces Spectre in close range, it will jump on titan and steal battery or throw grenade into hatch if it has one. If "Classic Rodeo" is enabled, Spectre will stay on Titan and shoot Titan's weakspot. Spectres with battery will try to bring it to friendly random Titan. Hacked Spectres prioritize Titan of player who hacked them.
Server ConVars
sv_spectre_rodeo_reset (Default value: 1) - Allow Spectres to try rodeoing Titans again after successful attempt.
sv_spectre_rodeo_reset_time (Default value: 10) - Time in seconds before Spectre starts trying to rodeo Titans again after successful attempt.
sv_spectre_rodeo_allow_friendly (Default value: 1) - Allow Spectres with battery to rodeo friendly Titans.
sv_spectre_rodeo_nuke_grenade (Default value: 0) - Spectres will use Core Overload grenades when rodeoing (Nuke Rodeo from Frontier Defense).
sv_spectre_rodeo_classic (Default value: 0) - Force Spectres to use classic rodeo, unless they're using Core Overload grenades.