Jump to content
  • 0

[GUI] Arma2 displayCtrl IDCs and parents?


Demellion

Question

Hi, everybody. I always wanted to know whats the IDCs and uiNamespace for the default Arma2 (or Epoch itself, if its defined there later) like Inventory, like bullet counter (especially bullet counter) on right top of the screen.

I want to remove/modify some of them, but i dont know where is the source and in result nothing to control.

Thanks.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

After a year still have't figured this out yet? :P

You can find all common defines here:
P:\a3\ui_f\hpp

For the rest, it will require some background knowledge. There are plenty of ways to determine IDDs and IDCs, I personally prefer to scan trough all displays or controls using allControls and allDisplays:
https://community.bistudio.com/wiki/allDisplays
https://community.bistudio.com/wiki/allControls


You can also find stuff by using tools like wingrep and going trough configs.
Most configs can be found at:
P:\a3\ui_f\config.cpp

You can ofc also use built-in config viewer in A3 to see everything about configs of interest, including inherited variables.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...