Page MenuHomeFeedback Tracker

Some or all CSLA vehicles aren't compatible with forceFlagTexture
Acknowledged, NormalPublic

Description

the forceFlagTexture command is normally used to display small flags attached to vehicles or players. For example, on the vanilla Hunter it creates a flag attached to the vehicle's radio antenna.

I've tried to use it on a selection of CSLA vehicles and I haven't found any it works on.

This command is pretty useful and it would be nice if it worked as expected on CSLA assets.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Visual-Vehicles
Steps To Reproduce

Place a CSLA vehicle such as an M1, Humvee, T-72, etc in the Editor and place this code in its init:

if (isServer) then { this forceFlagTexture "\A3\Data_F\Flags\Flag_red_CO.paa";};

Put a vanilla vehicle next to it with the same init. Place a unit to play as and start the mission.
Note that the vanilla vehicle has a visible flag and the CSLA vehicle does not.

Event Timeline

NikkoJT created this task.Jul 2 2022, 10:20 AM
Lukyy changed the task status from New to Acknowledged.Sep 1 2022, 11:50 AM
Lukyy added a subscriber: Lukyy.

Thank you for the report, we'll look into it.

This comment was removed by LouMontana.