Jump to content
  • 0

Can't get rid of this text on my GUI?


AiiDynBrus

Question

Hey guys my server hosting company has put "Blood & Humanity text and also Zombie kills, PLayer Kills and something else and im trying to get rid of it but can't find anything, Also the server hosting company said " The guy that made it no longer works here nor do we have contact with him any more "

I want to keep the food and thirst and sound and stuff but just the other stuff i want gone? Anyone know?

  Reveal hidden contents

 

Link to comment
Share on other sites

Recommended Posts

  • 0
  On 5/6/2016 at 5:29 AM, AiiDynBrus said:

Hey guys my server hosting company has put "Blood & Humanity text and also Zombie kills, PLayer Kills and something else and im trying to get rid of it but can't find anything, Also the server hosting company said " The guy that made it no longer works here nor do we have contact with him any more "

I want to keep the food and thirst and sound and stuff but just the other stuff i want gone? Anyone know?

  Reveal hidden contents

 

Expand  

You can get a dedicated server or VDS and make your server there. 

Link to comment
Share on other sites

  • 0
  On 5/6/2016 at 7:48 AM, AiiDynBrus said:

Sorry i dont understand?

Expand  

he is saying you can rent a VDS (Virtual Dedicated Server) that will give you full access to your server (which means Desktop access - just like your  Windows computer @home). then you will have the ability to mess around with the HUD files and remove what you do not like.

it is not too difficult to customize HUD but still you need to be willing to get your hands dirty though, changing scripts, restarting server, testing how it looks repeating the process till it is exactly the way you want.

in many gaming hosts you get only buttons to install/wipe/reinstall scripts but you do not get a chance to change the files that's why the poster above suggests a proper desktop access (VDS).

 

edit: I think it would be better to just change your HUD completely by choosing one of the freely available HUDs out here (in scripts section of this forum). you can (perhaps) get support from the scripter and other users of that script so you don't have to "develop/customize" it yourself because it is usually time consuming. once again your gaming provider might not give you the option to install a 3rd party HUD in which case you can always go ahead with the VDS suggestion.

Link to comment
Share on other sites

  • 0
  On 5/6/2016 at 8:05 AM, mgm said:

he is saying you can rent a VDS (Virtual Dedicated Server) that will give you full access to your server (which means Desktop access - just like your  Windows computer @home). then you will have the ability to mess around with the HUD files and remove what you do not like.

it is not too difficult to customize HUD but still you need to be willing to get your hands dirty though, changing scripts, restarting server, testing how it looks repeating the process till it is exactly the way you want.

in many gaming hosts you get only buttons to install/wipe/reinstall scripts but you do not get a chance to change the files that's why the poster above suggests a proper desktop access (VDS).

 

edit: I think it would be better to just change your HUD completely by choosing one of the freely available HUDs out here (in scripts section of this forum). you can (perhaps) get support from the scripter and other users of that script so you don't have to "develop/customize" it yourself because it is usually time consuming. once again your gaming provider might not give you the option to install a 3rd party HUD in which case you can always go ahead with the VDS suggestion.

Expand  

thankyou very much.

 

  On 5/6/2016 at 8:54 AM, BetterDeadThanZed said:

Check where your custom scripts are stored, in your mission pbo file. You'll find a file that has "HUD" in it. In my old Epoch files, I had ATD_Hud.h and that defined what was displayed.

Expand  

can find any files to do with it, could it be in player_updategUI.sqf? https://www.dropbox.com/s/ts5rcpvqdk8dntn/dayz_server.rar?dl=0

Link to comment
Share on other sites

  • 0
  On 5/6/2016 at 9:57 AM, AiiDynBrus said:

can find any files to do with it, could it be in player_updategUI.sqf? https://www.dropbox.com/s/ts5rcpvqdk8dntn/dayz_server.rar?dl=0

Expand  

I'm at work so I can't open rar files. Look for an .h file. If you can put that file in a zip file, I should be able to open it.

Link to comment
Share on other sites

  • 0
  On 5/6/2016 at 11:14 AM, BetterDeadThanZed said:

Everyone's mission pbo is different but chances are it would be in a folder called something like custom, addons or fixes. 

Expand  

would it be playedHUD.sqf?

Also i have like 3 player_updateGUI's and the one that is an original file with gtxgaming had some different code in it compared to dayz_code's player_updateGUI so i blanked that out and nothing changed? :/ its this code

  Reveal hidden contents

this is the server hosting companies player_updateGUI file:

http://pastebin.com/m3ssJ610 

Link to comment
Share on other sites

  • 0
  On 5/6/2016 at 11:57 AM, AiiDynBrus said:

Yeah i looked for that file and couldn't find it, the person who added it to the server must of mucked around with it and tried to hide it, i edited my last post check that out and see if it helps you guys. really want this to be gone :/

Expand  

The player_updateGUI.sqf gets the data that the .h file uses to display the hud. You need to find a file that ends with .h. Just use Windows to search the folder where the files are. It's really not that hard to do.

Link to comment
Share on other sites

  • 0
  On 5/6/2016 at 12:11 PM, AiiDynBrus said:

Searched and nothing?

Expand  

Well, it's impossible to have that hud without some sort of .h file that defines the positions of the data. If you compress your mission pbo in a zip file, I can look at it. I just can't extract a pbo or anything but a zip on my work computer.

Link to comment
Share on other sites

  • 0
  On 5/6/2016 at 12:12 PM, BetterDeadThanZed said:

Well, it's impossible to have that hud without some sort of .h file that defines the positions of the data. If you compress your mission pbo in a zip file, I can look at it. I just can't extract a pbo or anything but a zip on my work computer.

Expand  

Is this what you mean? http://www.filedropper.com/dayzepoch11chernarus

Link to comment
Share on other sites

  • 0
  On 5/6/2016 at 12:39 PM, BetterDeadThanZed said:

Looks like I was wrong about the .h file. In the CONFIGS\RcsTitles.hpp file, look under "class playerStatusGUI {". That's where everything is defined in regards to it's placement. 

Expand  

Yeah thanks man thats why i was confused couldn't find a file like that ahahah, Cheers. Also if i blank out all the code for like Humanity, Zombie kills, Bandit kills and stuff it will be gone correct? 

Link to comment
Share on other sites

  • 0
  On 5/6/2016 at 12:44 PM, AiiDynBrus said:

Yeah thanks man thats why i was confused couldn't find a file like that ahahah, Cheers. Also if i blank out all the code for like Humanity, Zombie kills, Bandit kills and stuff it will be gone correct? 

Expand  

Possibly. You might need to experiment a little to see what effect it has.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...