Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Debug command doesn't work | Sever 1345

Newbie Spellweaver
Joined
Sep 25, 2018
Messages
8
Reaction score
0
Hi,

I am trying to run debug commands in server 1345(12 factions), but is not working, i am using this parameters to run the client,
Code:
elementclient.exe startbypatcher game:cpw console:1

For example
Code:
d_c2scmd 2000
This don't show error, but is not working.

What i need to change in server config to activate debug commands?

UPDATE:
I found a solution, editing file ptemplate.conf, set debug_command_mode = 1,

~/gamed/ptemplate.conf
Code:
[GENERAL]
debug_command_mode = 1
 
Last edited:
Back
Top