nova Posted June 25, 2017 Report Share Posted June 25, 2017 Hello. I was wondering how can you stop rpt from reporting some stuff. for example: HIVE: WRITE: "CHILD:303:9993:[[["m107_DZ","ItemKeyGreen1092","M110_NVG_EP1","SCAR_H_STD_TWS_SD","ItemCrowbar","MG36_camo","SCAR_H_LNG_Sniper","ItemDIY_wood"],[1,1,1,1,1,1,1,1]],[["ItemComboLock","20Rnd_762x51_B_SCAR","20Rnd_9x39_SP5_VSS","10Rnd_127x99_m107","ItemHotwireKit","ItemAntibiotic","ItemBloodbag","20Rnd_762x51_SB_SCAR","ItemBandage","ItemAntibiotic4","Attachment_FL_Pist","100Rnd_556x45_BetaCMag","CinderBlocks","100Rnd_762x54_PK","50Rnd_762x54_UK59","20Rnd_762x51_DMR","ItemGoldBar10oz","ItemEmerald","ItemTopaz","ItemSapphire","ItemJerrycan","Attachment_BELT"],[1,9,1,3,1,1,2,5,2,1,1,1,3,1,2,3,4,2,2,1,1,1]],[[],[]]]:223000:"" This is being spammed over and over nothing but 2 megabytes of data and is quite annoying. any help would be appreciated. Link to comment Share on other sites More sharing options...
Relentless Posted June 25, 2017 Report Share Posted June 25, 2017 Go to dayz_server.pbo\compile\server_toggle_debug.hpp and uncomment everything so it looks like: /* Created exclusively for ArmA2:OA - DayZMod. Please request permission to use/alter/distribute from project leader (R4Z0R49) */ //// TOGGLE DEBUGS //// // 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 // comment this out if you don't want any misc SERVER (ZOMBIE, LOOT, CLEANUP) related debug //#define SERVER_DEBUG Link to comment Share on other sites More sharing options...
salival Posted June 25, 2017 Report Share Posted June 25, 2017 Just a note, you want to comment everything out here not uncomment. Link to comment Share on other sites More sharing options...
Relentless Posted June 25, 2017 Report Share Posted June 25, 2017 45 minutes ago, salival said: Just a note, you want to comment everything out here not uncomment. Yeah, guess he knows what I meant. That's why I always provide the code aswell xD Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now