Jump to content
  • 0

How to disable server RPT scrolling HIVE debug info? [SOLVED]


Jim90

Question

My server RPT is full of these HIVE: WRITE: Statements.  Is this normal?  Is there a way to turn them off?

  Reveal hidden contents

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Yes, they are normal (but annoying) You can remove them by commenting out the following lines in your dayz_server\compile\server_toggle_debug.hpp:

https://github.com/EpochModTeam/DayZ-Epoch/blob/master/SQF/dayz_server/compile/server_toggle_debug.hpp#L9-L15

 

Make it so they are like this: 
// comment this out if you don't want any LOGIN related debug
//#define LOGIN_DEBUG

// comment this out if you don't want any VEHICLE/TENT/OBJECT related debug
//#define OBJECT_DEBUG

// comment this out if you don't want any PLAYER (WORLDSPACE/INVENTORY/ETC) related debug
//#define PLAYER_DEBUG

 

 
Link to comment
Share on other sites

  • 0

Thank you.  That is so much nicer. My RPT should cover more than just 8 hours now. 

Maybe people could identify some other switches for the RPT output here.  Like how do you stop every item purchased or sold at a trader showing.

safezones.sqf has the following setting

LOG_EnterLeave = true;    // This will log to your .rpt when a player enters or leaves a SafeZone! (only works with infiSTAR.de Admintools / AntiHack)
Link to comment
Share on other sites

  • 0

In config_variables.sqf.

DZE_serverLogTrades = true;   Change to false to stop trade logs.

DZE_ServerLogHits = false;  Change to false to remove RPT login hits and damage to players.

 

Personally I'd leave this to true as it very helpful to prove or disprove things people tell you..

"ADMIN!!, I bought an XYZ and it didn't spawn"

"ADMIN!!!, I shot ABC a million times in the head and he didn't die... HACKS"......

etc etc... If it aint in the logs, it didn't happen.

 

 

 

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
  • Discord

×
×
  • Create New...