Page MenuHomeFeedback Tracker

messages.xml not working on Xbox
New, HighPublic

Description

messages.xml not working, program loaded, but then system resets it back to the example
Code shown below was after I deleted all possible special character issues. Three owners of servers have had this issue from my coding.

from the forum

Skimshady
Markyd
stephen321

I hope its not an issue from my coding, but its always possible . ..

last code shown below.
I tried the code it on pc to see if it might work and that now works

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General
Steps To Reproduce

clear out old messages example
load new messages program
run

Additional Information
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<messages>

<!-- Shut down -->

<message>

    <deadline>360</deadline>

    <shutdown>1</shutdown>

</message>

<!-- Warning Messages -->

<message>

    <deadline>345</deadline>

    <text>This server will shutdown in 15 minutes</text>                             

</message>

<message>

    <deadline>350</deadline>

    <text>This server will shutdown in 10 minutes</text>                                   

</message>

<message>

    <deadline>355</deadline>

    <text>This server will shutdown in 5 minutes</text>                                   

</message>

<!-- On Connection Welcome Messages -->

<message>

    <delay>2</delay>

    <onconnect>1</onconnect>

    <text>Welcome to my server Have Fun and please don't just KOS</text>           

</message>

<!-- Repeat Messages -->

<message>

    <delay>10</delay>

    <repeat>50</repeat>

    <onconnect>1</onconnect>

    <text>The server will restart at 00:00 06:00 and 18:00 gmt </text>

</message>

</messages>

Event Timeline

aux7 created this task.Aug 19 2019, 4:19 PM
aux7 triaged this task as High priority.
aux7 updated the task description. (Show Details)Aug 22 2019, 7:48 AM
aux7 edited Steps To Reproduce. (Show Details)
aux7 added a comment.Aug 26 2019, 11:28 AM

looks like we can delete this now, as the messages now seems to be functional