Petition to add Romstead game to be added to AMP please. This will be easier to manage than having a separate cmd window.
Submit a request at Issues · CubeCoders/AMPTemplates · GitHub
Managed to create and connect to my Romestead instancd but it does not show the number of users online like the other games. Any fix or workarounds?
As work around I open the console in the instance and type “list”. This will how the users currently logged in.
Does the server log players joining and leaving?
I have not looked for a particular file. I only see them login and logout in the console.
Same with kutisb. Not dealbreaker much; hopefully can be added or fixed later on as I link my Discord announcer to it when players leave and join.
Post the amp logs from the AMP_Logs folder in the instance datastore (access it from the main panel file manager)
I can see if the amp regex can be updated to track users properly
I have the logs too, sorry for being noob how I can post? Pasting it here its too long
Use something like pastebin.com or hastebin.com
Here it is romestead amp log - Pastebin.com
AMP won’t be able to use that, as the only linking info is the IP and port of the connecting player, and AMP doesn’t use that info for tracking
Actually, I’ve added the regex, using the IP:port as the userid - bit of a hack (and analytics won’t be great) but at least it is some tracking
Got it. Need to update instance for the change to run right? Thank you
Mhm. Specifically section 4: How to update AMP to the latest version