Arma 3
Waterfall DEMO
KaosReigns 1 Mar, 2017 @ 9:57pm
compass main screen
Been taking notice of all your scripts for arma3...very nice work!!!! My freind is looking at adding this Waterfall script to his server for Tanoa. Also, I was wondering if there is a script to move the compass on the screen. I know a few mods that change its size, but there are no mods that change its position on the screen. Seeing your a scripting genius, could it be done? I've seen it in this video..where the compass has been moved down and enlarged.
< >
Showing 1-4 of 4 comments
KaosReigns 1 Mar, 2017 @ 9:59pm 
Here is the link to the video i mentioned above:
https://www.youtube.com/watch?v=6EndG9KvxVU
ALIAScartoons  [developer] 4 Mar, 2017 @ 5:55am 
Hey mate! Thank you! Tho scripting HUD elements is not my thing, the only thing is saw in the video in a different place is the GPS, is it what you talking about?
If not what minute you are referring to? Anyways what you need can be achieved via a client side mod or via ARMA main menu / Options/ Layout and you relocate the GPS position
KaosReigns 6 Mar, 2017 @ 11:25pm 
Well, it is at minute 4:32-4:38...watch when he checks his compass. It seems as though he lowered it and made it bigger. I"ll list what I found below looking through the files maybe it will help.i tried writing a mod script to change the position and scale..lol got the scale to work but not the position. .Btw, my friend is using your Waterfall script on Kerma Island man does it add a great element to the world. Keep up the fantastic work!!

path: configfile >> "RscCompass" >> "access"
parents: ["RscObject"]
access = 0;
direction[] = {0,0.5,0.5};
enableZoom = 0;
idc = -1;
inBack = 1;
model = "\A3\ui_f\objects\compass.p3d";
position[] = {0.026,0.047,0.2};
positionBack[] = {0,-0.02,0.075};
scale = "0.47 * 0.875 * (SafeZoneW Min SafeZoneH)";
selectionArrow = "arrow";
shadow = 0;
type = 81;
up[] = {0,1,0};
zoomDuration = 0.5;
ALIAScartoons  [developer] 15 Mar, 2017 @ 2:48am 
So you were able to change the scale via scripting? Sounds interesting...
Tho if you looking for a mod to make it bigger check this:
http://www.armaholic.com/page.php?id=24411

Also i think the guy in the video is using ACE which makes the compass as you see it there.
< >
Showing 1-4 of 4 comments
Per page: 1530 50