Problem description:
Just curious, is there a way to profile your game without using dreamdaemon?
![]() May 30 2013, 11:04 am
|
|
Load the game up (I believe you need to have #define DEBUG in the code somewhere) and either click the icon in the top left of the window or right click the window in the taskbar. Go under "Server" and click "Profile".
|
If you host from a shell server and your not the actual host, can you still do that?
|
#define DEBUG |
If you're not the host and you want debug privledges;
you have to create a file called admin.txt, in a folder named cfg. In the same folder as your host files. So like ___________ game.dmb game.rsc /cfg ----admin.txt ___________ The contents of admin.txt must be: Critical172 role=admin And then, you can do what Jittai said. |