• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

TAC view

ChiefWH

Members +
Hi, I'm trying to MOD the TAC view (in WOTR) essentially to get rid of it except the instructor commands I think they are.

I can remove the background, change the range so it is 0 and no objects appear, but am stuck with the distance to waypoint and the text sayin the TACview range is now 0 nm. I can't find a font colour settign for those two, does anyone know if it exists to be modded?

Also the 'pos' settings for the TAC background don't seem to have any effect, they may just be the background rather than the text I was trying to move anyway. Has anyone ever been able to move the TAC view itself please?

Thanks

(Edit: I know it can be toggled off of course)
 
The position is controlled by the copy of ViewUI.xml stored in the \AppData\Roaming\Microsoft\ folder by the entry:

<Gauge8 Type="TacticalDisplay" pos="0.325 0.005" visible="0"/>

The X Y position values are done as a percentage of the screen size, so "0.5 0.5" would place the top left corner of the TAC image in the center.

The text color may very well be hard coded, as I've never discovered a parameter to change it.

I do know that some of AnKor's code deals with rendering on screen text, so he may know better what exactly can and can't be modifed.
 
Yes! By setting the y coord to be a minus I can hide most of it off screen and now only show the lower part of the TAC view, which was my aim.

Thank you again, not for the first time I believe either. Much appreciated.
 
Back
Top