Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to change microdagr size and position. #5012

Closed
Laho84 opened this issue Mar 21, 2017 · 6 comments
Closed

Not possible to change microdagr size and position. #5012

Laho84 opened this issue Mar 21, 2017 · 6 comments
Assignees
Labels
Milestone

Comments

@Laho84
Copy link

Laho84 commented Mar 21, 2017

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.

@Laho84 Laho84 changed the title Microdagr opens up too large at the center of the screen. Not possible to change microdagr size and position. Mar 21, 2017
@PabstMirror PabstMirror self-assigned this Mar 21, 2017
@PabstMirror PabstMirror added this to the 3.10.0 milestone Mar 21, 2017
@PabstMirror
Copy link
Contributor

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 😄

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

@LecksC
Copy link

LecksC commented Mar 26, 2017

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];

@commy2
Copy link
Contributor

commy2 commented Mar 26, 2017

The saveProfileNamespace command does nothing.

@LecksC
Copy link

LecksC commented Mar 27, 2017

Good to know, Thanks. Edited.

@dundonator
Copy link

how do i do this>

@commy2
Copy link
Contributor

commy2 commented May 21, 2017

Use the code from #5012 (comment)
in the editor debug console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants