Jump to content
Field Marshal Kestrel

Nitrado Server Assistance

Recommended Posts

Not 100% on how the set up is on your xbox control panel but if you go to filemanager/mpmissions/dayzoffline.chernarusplus/db/type.xmls you can find the loot table there. You can make things more common if you change the nominal higher or lower.

<nominal>15</nominal>
        <lifetime>7200</lifetime>
        <restock>1800</restock>
        <min>8</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="weapons"/>
        <usage name="Military"/>
 

So in this case change the 15 to say 45 and it will become more common. 

But be careful on what you do as you can end up with a server that just spawns in the same stuff. 

As for making more loot you can play about with the lifetimes and restock to what you want. But there is only so many loot positions on the map that you can't increase. So work with these parameters to you get what your looking for. 

 

As for night time and day you need to go to your config.cfg and in general settings the Server Time Accelaration is in there and you can set the day to long by setting at 1 and 24 as short. Then in Server Night Time Acceleration if you set the number to 1 the nights will be slow and set it to 64 for the nights to be very fast. 

 

Though this is how we set them up on the PC but am sure its close to the same on the Xbox control panel

 

Hope this helps. 

  • Haha 1

Share this post


Link to post
Share on other sites
2 hours ago, Esmy said:

Not currently possible on console.

What is not currently possible? The code or the config?? 

If you read my first sentence i say am not 100% on the setup of the xbox console. 

Its people like you who make this forum SHITE!! I am simply trying to give the guy a hand. 

Share this post


Link to post
Share on other sites
20 hours ago, Christopher Hair said:

Not 100% on how the set up is on your xbox control panel but if you go to filemanager/mpmissions/dayzoffline.chernarusplus/db/type.xmls you can find the loot table there. You can make things more common if you change the nominal higher or lower.


<nominal>15</nominal>
        <lifetime>7200</lifetime>
        <restock>1800</restock>
        <min>8</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="weapons"/>
        <usage name="Military"/>
 

So in this case change the 15 to say 45 and it will become more common. 

But be careful on what you do as you can end up with a server that just spawns in the same stuff. 

As for making more loot you can play about with the lifetimes and restock to what you want. But there is only so many loot positions on the map that you can't increase. So work with these parameters to you get what your looking for. 

 

As for night time and day you need to go to your config.cfg and in general settings the Server Time Accelaration is in there and you can set the day to long by setting at 1 and 24 as short. Then in Server Night Time Acceleration if you set the number to 1 the nights will be slow and set it to 64 for the nights to be very fast. 

 

Though this is how we set them up on the PC but am sure its close to the same on the Xbox control panel

 

Hope this helps. 

The only config file we get on console, is messages.xml.

As for the day/night cycle, I set mine to the following;

 

Server Time Multiplier - 0

Server Time Multiplier (Night) - 63

Share this post


Link to post
Share on other sites
3 hours ago, Drunken Cheetah said:

The only config file we get on console, is messages.xml.

As for the day/night cycle, I set mine to the following;

 

Server Time Multiplier - 0

Server Time Multiplier (Night) - 63

I try saving the messages to show on my server but it never works 😞

Share this post


Link to post
Share on other sites
9 minutes ago, Skimshady said:

I try saving the messages to show on my server but it never works 😞

I only use the private server for myself and group of friends, so I am not sure how to set them up to work. I've read on these forums someone else has had them working though.

Share this post


Link to post
Share on other sites
9 hours ago, Drunken Cheetah said:

As for the day/night cycle, I set mine to the following;

 

 Server Time Multiplier - 0

Server Time Multiplier (Night) - 63

Here at this section if you set the Server Time Multiplier - 0 to Server Time Multiplier  1 then that should make the days last long and for Server Time Multiplier (Night) - 63 this should make the nights be very short. But if you get your days lasting 4 hours then you try set your restarts ( if you can) to 4 hours and you will have a full day server. 

I was trying to get myself a server for the PS4 but Nitrado says they don't do them yet...weird. But when I get one I will be able to be more helpful. 

Share this post


Link to post
Share on other sites
6 hours ago, Skimshady said:

I try saving the messages to show on my server but it never works 😞

How does the server messages.xml setup look like?

Does it look like this 

20:15:00~Welcome to our server~loop-4
20:30:00~This message will show at 8:30PM and will loop every hour~loop-1
20:35:00~This message will show at 8:35PM and will loop every 2 hours~loop-2
20:45:00~This message will show at 8:45PM and will loop every 4 hours~loop-4
20:55:00~Your server will restart in 5 minutes, this message loops every 4 hours~loop-4

or this?

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

    <!-- This is example message for automatic server termination -->
    <message>

        <!-- no delay -->
        <delay>0</delay>

        <!-- if the value is larger than 0, then flag Repeat is enabled -->
        <repeat>0</repeat>

        <!-- if the value is larger than 0, then flag Countdown is enabled,
             countdown reaches zero in 10 hours --> 
        <deadline>600</deadline>

        <!-- disable On connect flag -->
        <onconnect>0</onconnect>

        <!-- enable Shutdown flag -->
        <shutdown>1</shutdown>

        <!-- message itself with placeholders -->
        <text>Hello, this server (#name) will shutdown in #tmin minutes.</text>

    </message>
</messages>

 

Share this post


Link to post
Share on other sites
13 minutes ago, Christopher Hair said:

How does the server messages.xml setup look like?

Does it look like this 


20:15:00~Welcome to our server~loop-4
20:30:00~This message will show at 8:30PM and will loop every hour~loop-1
20:35:00~This message will show at 8:35PM and will loop every 2 hours~loop-2
20:45:00~This message will show at 8:45PM and will loop every 4 hours~loop-4
20:55:00~Your server will restart in 5 minutes, this message loops every 4 hours~loop-4

or this?


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

    <!-- This is example message for automatic server termination -->
    <message>

        <!-- no delay -->
        <delay>0</delay>

        <!-- if the value is larger than 0, then flag Repeat is enabled -->
        <repeat>0</repeat>

        <!-- if the value is larger than 0, then flag Countdown is enabled,
             countdown reaches zero in 10 hours --> 
        <deadline>600</deadline>

        <!-- disable On connect flag -->
        <onconnect>0</onconnect>

        <!-- enable Shutdown flag -->
        <shutdown>1</shutdown>

        <!-- message itself with placeholders -->
        <text>Hello, this server (#name) will shutdown in #tmin minutes.</text>

    </message>
</messages>

 

Aux7 typed one up for me but it doesnt stay saved as always resets to the example messages. This is what I have from Aux7

 

<?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 #name will shutdown in 15 minutes.</text>                                  <!-- Server name displayed automatically  -->

    </message>

    <message>

        <deadline>350</deadline>

        <text>This server #name will shutdown in 10 minutes.</text>                                     <!-- Server name displayed automatically  -->

    </message>

    <message>

        <deadline>355</deadline>

        <text>This server #name will shutdown in 5 minutes.</text>                                       <!-- Server name displayed automatically  -->

    </message>

    <message>

        <deadline>359</deadline>

        <text>This server #name will shutdown in 1 minute. Log off now!</text>                  <!-- Server name displayed automatically  -->

    </message>

<!-- On Connection Welcome Messages  -->

    <message>

        <delay>2</delay>

        <onconnect>1</onconnect>

        <text>Welcome to my server #name Have Fun</text>                                                                     <!-- Server name displayed automatically  -->

    </message>

    <message>

        <delay>3</delay>

        <onconnect>1</onconnect>

        <text> Any problems message GT: SiTDowNNooBz</text>  

    </message>

<!-- Repeat Messages  -->

    <message>

        <delay>10</delay>

        <repeat>50</repeat>

        <onconnect>1</onconnect>

        <text> Any problems message GT: SiTDowNNooBz</text>

    </message>

</messages>

Share this post


Link to post
Share on other sites

Did you stop the server first then change then start server. I know its a dumb question but i have met some server owners who have done this stuff without stopping server.

Share this post


Link to post
Share on other sites
3 hours ago, Skimshady said:

Aux7 typed one up for me but it doesnt stay saved as always resets to the example messages. This is what I have from Aux7

 

<?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 #name will shutdown in 15 minutes.</text>                                  <!-- Server name displayed automatically  -->

    </message>

    <message>

        <deadline>350</deadline>

        <text>This server #name will shutdown in 10 minutes.</text>                                     <!-- Server name displayed automatically  -->

    </message>

    <message>

        <deadline>355</deadline>

        <text>This server #name will shutdown in 5 minutes.</text>                                       <!-- Server name displayed automatically  -->

    </message>

    <message>

        <deadline>359</deadline>

        <text>This server #name will shutdown in 1 minute. Log off now!</text>                  <!-- Server name displayed automatically  -->

    </message>

<!-- On Connection Welcome Messages  -->

    <message>

        <delay>2</delay>

        <onconnect>1</onconnect>

        <text>Welcome to my server #name Have Fun</text>                                                                     <!-- Server name displayed automatically  -->

    </message>

    <message>

        <delay>3</delay>

        <onconnect>1</onconnect>

        <text> Any problems message GT: SiTDowNNooBz</text>  

    </message>

<!-- Repeat Messages  -->

    <message>

        <delay>10</delay>

        <repeat>50</repeat>

        <onconnect>1</onconnect>

        <text> Any problems message GT: SiTDowNNooBz</text>

    </message>

</messages>

does this work on console

Share this post


Link to post
Share on other sites

😂😂😂 you guys really brought servers??? Hey at least you can change the name of your server 😂😂😂😂😂

Share this post


Link to post
Share on other sites
On 8/15/2019 at 7:32 PM, Siva Saravanan said:

does this work on console

have you managed to get this script to work?

Share this post


Link to post
Share on other sites
On 8/14/2019 at 5:03 PM, Christopher Hair said:

What is not currently possible? The code or the config?? 

If you read my first sentence i say am not 100% on the setup of the xbox console. 

Its people like you who make this forum SHITE!! I am simply trying to give the guy a hand. 

No, that would be people like YOU, because the OP posted his question in the XBOX FORUM, not the PC FORUM.  So, I ask you, what good does it do anyone when the question is "How do you do 'x, y, and z' on XBox?", and you answer, basically, "I don't know how on XBox, but on PC you do yada, yada, yada."?

Edited by Stagman70

Share this post


Link to post
Share on other sites
21 hours ago, Stagman70 said:

No, that would be people like YOU, because the OP posted his question in the XBOX FORUM, not the PC FORUM.  So, I ask you, what good does it do anyone when the question is "How do you do 'x, y, and z' on XBox?", and you answer, basically, "I don't know how on XBox, but on PC you do yada, yada, yada."?

Yeah but does the xbox and ps4 servers not get their control panel and config on a PC?? So it might be the same in some way, least I was trying to HELP!

As per there is always one person like you that is negative rather than positive when it comes to helping others. 

 

Have you actually made a comment thats helping the guy who made the post in one way? no? ok thought so.

Share this post


Link to post
Share on other sites
2 hours ago, Christopher Hair said:

Have you actually made a comment thats helping the guy who made the post in one way? no? ok thought so.

That's because the option ISN'T AVAILABLE on console.  How it's done on PC is irrelevant. 

Share this post


Link to post
Share on other sites
16 hours ago, Stagman70 said:

That's because the option ISN'T AVAILABLE on console.  How it's done on PC is irrelevant. 

"Not 100% on how the set up is on your xbox control panel"

 

Am still trying to help...you ain't !!  

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×