Ace3: Not possible to change microdagr size and position.

Created on 21 Mar 2017  路  6Comments  路  Source: acemod/ACE3

Arma 3 Version:1.68 stable
CBA Version:3.2.1.170227
ACE3 Version:3.9.0

Mods:

- CBA_A3
- ace

Description:
Microdagr gps opens up very large at the center of the screen. Minimap element is no longer resizable in the arma layout options. Not possible to change microdagr size and position.

Steps to reproduce:
New clean installation of arma. Open the microdagr.

kinbug

Most helpful comment

New profiles don't have anything set in those variables, so to make the microdagr usable, you can use this (default old GPS position):

profilenamespace setVariable ['IGUI_GRID_GPS_X',1.38212];
profilenamespace setVariable ['IGUI_GRID_GPS_Y',0.589091];
profilenamespace setVariable ['IGUI_GRID_GPS_W',0.3];
profilenamespace setVariable ['IGUI_GRID_GPS_H',0.4];

All 6 comments

Looks like they are prepping new hud boxes for the Jets DLC and removed the GPS box layout.
But this means they also broke the ability to set the vanilla ItemGPS position :smile:

We will have a proper fix in 3.10.
If it's really bugging you, you can try changing the position manually:
profilenamespace setVariable ['IGUI_GRID_GPS_X', 0.1]; do for x,y,w,h

New profiles don't have anything set in those variables, so to make the microdagr usable, you can use this (default old GPS position):

profilenamespace setVariable ['IGUI_GRID_GPS_X',1.38212];
profilenamespace setVariable ['IGUI_GRID_GPS_Y',0.589091];
profilenamespace setVariable ['IGUI_GRID_GPS_W',0.3];
profilenamespace setVariable ['IGUI_GRID_GPS_H',0.4];

The saveProfileNamespace command does nothing.

Good to know, Thanks. Edited.

how do i do this>

Use the code from https://github.com/acemod/ACE3/issues/5012#issuecomment-289260737
in the editor debug console.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

armyinf0703 picture armyinf0703  路  3Comments

GalNa picture GalNa  路  3Comments

Hubok picture Hubok  路  4Comments

lividsubset3 picture lividsubset3  路  3Comments

Harry666cz picture Harry666cz  路  3Comments