Jump to content

Custom debug monitor


Rules

Recommended Posts

  • 1 month later...

make a sqf file called "debug_init.sqf" and paste this inside:

  Reveal hidden contents

Now make another sqf file called "custom_monitor.sqf" and paste this inside:

  Reveal hidden contents

*** here make a folder called "custom" and inside make another folder called "debug" then paste the 2 sqf inside custom\debug\

***at last go to your init.sqf open it and paste this at very botton :

  Reveal hidden contents

.now go to your game and use mousewheel to toggle the debug monitor.

Link to comment
Share on other sites

if u have one..rename it ass custom_debug.sqf  and  just remove all about dik code..  just leave while debug monitor do...  and add at top 

  Reveal hidden contents

and in bottom .. remove all about sleep.. and paste

  Reveal hidden contents

here an example whit noxsicarius debug monitor.

ORIGINAL CODE.

  Reveal hidden contents

CUSTOM CODE TO TOGGLE WHIT MOUSEWHEEL

  Reveal hidden contents

remember use it whit "debug_init.sqf"  and the call in init.sqf 

//debug
[] execVM "custom\debug\debug_init.sqf";
[] execVM "custom\debug\custom_monitor.sqf";

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...