Alright, let’s see what’s happening with that welcome message in Project Zomboid!
So you’re adding text to the “PZ Server Settings” and it’s only showing up till the first line break after a restart. Looks like a line break issue might be messing with your setup here. Let’s try trimming those custom line breaks (<LINE>
) and use the standard newline format (a plain old “Enter” or \n
) in the game settings:
- Head into the AMP web interface.
- Enter the “PZ Server Settings” configuration.
- Replace
<LINE>
with a direct press of the “Enter” key for each new line. - Save your settings.
- Restart your instance again.
Sometimes it just comes down to weird formatting! If the issue still persists, let me know, and we can dig deeper!