34th-Para-Recon-Brimstone-Company / 34th-PRC-Aux-Mod

The aux mod for the 34th Para-Recon ""Brimstone"" Company. You probably only need this if you are in our unit.
https://discord.gg/zFZFqWsq2v
0 stars 2 forks source link

Bulldogs and other vehicles have long range radios #97

Closed Lupus590 closed 3 months ago

Lupus590 commented 4 months ago

Is your feature request related to a problem? Please describe. When my squad leader was down I couldn't use our squad vehicle (a bulldog) to maintain contact with command.

Describe the solution you'd like I would like for bulldogs and other vehicles that we use (check the spawn comp) to have radios for a few key seats (or every seat if that's easier). Preferably, the driver, 1st passenger, and gunner.

Additional context I would like this to be it's own PBO, maybe called 34PRC_Overrides, we should overwrite existing classes and not make our own.

class Car_F;
class DMNS_Bulldog_base : Car_F
{
    enableRadio=1;
    tf_range=25000;
    tf_isolatedAmount=0.4;
    tf_dialogUpdate="call TFAR_fnc_updateLRDialogToChannel;";
    tf_hasLRradio=1;
}