Replaces all (seven) factions with Davis & Droz.
This mod also adds an ID Card!
By default it uses Droz's banner, but you can also change it to Davis' on line 96 in the cl_conversation.gnut
file (that is included) by changing caller_id_12
to caller_id_10
.
In this file there's also const WAVEFORM_FADE_DURATION
which controls for how long the ID card will be shown, if you change the value to a large number it will also react to the titan's voice (with the same banner), as well as about one grunt voice line (Take out those titans. Fire! Fire!)
To enable the ID card, cl_faction_dialogue.gnut
is used, return
is changed to true
on 250 and 256 lines.
These changes don't affect Marvin's Finest Hour. The title on the banner is of the current faction.
The waveform also reacts to the audio override.
If any mod you have uses these files (cl_conversation.gnut
& cl_faction_dialogue.gnut
), change the values in it instead to avoid conflicts.
This mod is an edit of Cpone's DavisDrozReplaceGates, adding the ID card wouldn't have been possible without NachosChipeados.