Jump to content

[Release] Cen's Custom GUI for Epoch/Overpoch


Defay

Recommended Posts

@Dzhabrailov,

in your specific case (I don't want to quote your post here, because you didn't use spoiler) follow these instructions:

I created special branch which includes weaponHUD and other your specific files from your description.ext.

See this link to branch and merge with your files. Just remember:

In description.ext remove all from:

aiKills = 1;
diagRadio = 1;
diagHit = 1;
//... starting with class cfgSounds

If you merge then your description.ext with the one in the repo, you will get all what you need.

All neccesary files are unified in dayz_code\Configs (loaded via master.hpp).

Because of that, you can safely remove them from your files (to prevent duplicite files).

Before you start removing, just copy all your content in rscTitles.hpp into the same file in dayz_code\Configs.

if you follow these and repo instructions, you're good (ask @S4M :))

Good luck,

Cheers

Link to comment
Share on other sites

Ok guys, it took me almost 4 hours to get this working, but I now have it working great. Now that it's working I would like to ask a very basic question for one of the scripters. Can anyone help me with a bit of code that would put a count(percentage) just above the temp Icon, food Icon and drink Icon? Sounds simple, but it's probably not so just let me know if it's not and I will be happy with what I have :) Thanks

Link to comment
Share on other sites

  On 5/20/2017 at 4:00 AM, azzdayz said:

Ok guys, it took me almost 4 hours to get this working, but I now have it working great. Now that it's working I would like to ask a very basic question for one of the scripters. Can anyone help me with a bit of code that would put a count(percentage) just above the temp Icon, food Icon and drink Icon? Sounds simple, but it's probably not so just let me know if it's not and I will be happy with what I have :) Thanks

Expand  

I have the earplugs icon above that but it's easy to do but depends on what you want to display. What is this icon for?

Link to comment
Share on other sites

Ok well you know some debug menus say "Drink   72" that is the percentage that your drink levels are at. I am wanting to just show that same thing, but instead of being in a debug menu it is above the "drink icon" or for the food it would be above the "food icon" and so on.... 

Does that make sense? 

Link to comment
Share on other sites

  On 5/20/2017 at 10:44 AM, azzdayz said:

Ok well you know some debug menus say "Drink   72" that is the percentage that your drink levels are at. I am wanting to just show that same thing, but instead of being in a debug menu it is above the "drink icon" or for the food it would be above the "food icon" and so on.... 

Does that make sense? 

Expand  

haha top of this page.

Like that?

Link to comment
Share on other sites

  • 3 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...