Search the Community
Showing results for tags 'RscText'.
Found 3 results
-
Why is the A left aligned? class MyTextControl : RscText { type = CT_HTML; w = 0.06; h = 0.05; font = "TahomaB"; sizeEx = 0.04; colorBackground[] = {0,0.9,0,1.0}; text = "A"; shadow = 0; align = "CENTER"; style = ST_CENTER; valign = "top"; }; I've tried setting align and style but it appears to be left aligned. How do I change it so the text is in the center of the box?
-
rangefinder Adding Rangefinder functionality to vehicle optic via script?
Sweetwater.I posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I've been looking via google and here on the forums for any indication that this is doable via scripting. (No luck so far) I'm attempting to add functionality where the rangefinder display you get in a tank gunner slot appears in slots that normally do not have the functionality. We use both RHS USAF and ACE3 modpack, and have a rough time attempting to get range to gunner since there is no range finding capability in turret for the commander seat. Example: https://i.imgur.com/PCrs3ae.jpg I don't care weather or not it has FCS capability of if toggle-able, I just need to know if this is scriptable or does it have to be a configpatch for the rsctext in the vehicle config. I am looking for a solution that is MP Friendly. -
RESOURCE: Gui Rsc Base classes & Colours
terox posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I googled for a premade base class definition for the Gui configs and didn't get a decent hit, so for anyone else wanting base definitions for their GUI projects, I hope you find this useful BASE DEFINITIONS Correct as for A3 v1.50 It's a bit messy, was quickly done but should get you up and running Just mass edit the "MyTag_" and replace it with your own tag and your good to start inheriting from and define your own default colours COLOUR DEFINITIONS I also found this in my archives, I have no idea who made this, which is a shame because it must have taken a while to enter all these values and it would have been nice to pass on the credits. Hopefully someone will find this useful