Some form of Logging system

Hey there,

I was wondering how you would go about some form of log system (chat logs, p2p logs, etc).

Replies (3)

Last message on 28 Dec 2017

Ytsim on 28 Dec 2017, 22:13:40
As size said, it's not possible efficiently, but that's through GameMaker. A good thing you could do is use PHP to upload the logged text to a database on a web host. You could then either make a login thing to view the uploaded logs, or make gamemaker download the logged text to a .txt file and place it somewhere when you login.
Pick on 28 Dec 2017, 17:27:40
Hi,

As Size43 has said, it is currently not possible to implement this efficiently, but this does not mean that it cannot be done.

My suggestion would be to write logs to a GameINI or PlayerINI, that way you log individual players, instead of everyone at once if they are all stored together.
Size43 (Administrator) on 24 Dec 2017, 16:29:48
It is not possible to implement this efficiently.