Jump to content

Edit History

Please note that revisions older than 365 days are pruned and will no longer show here
arramus

arramus

Since download links have been provided directly in this thread, I am posting here to ensure other players/server admin, and the original creator, if they read this thread, are aware of the current progress and considerations.

 

I won't be joining the Project through Discord, but will provide a little feedback and some pointers to consider directly here:

 

1. There are currently 41 load out errors. These are related to AssetBundle and just require updated pathing. I am sharing this here to save any pain for players that are downloading directly from the link provided because they will inevitably post here with bug reports.

For example:

 

<property name="Meshfile" value="#Other/Items?Weapons/Melee/Knives/machetePrefab.prefab"/>

 

has been updated to:

 

<property name="Meshfile" value="@:Other/Items/Weapons/Melee/Knives/machetePrefab.prefab"/>

 

This appears to be something to assist Xbox users.

 

This will change (bb code is not embedding appropriately):

https://i.imgur.com/mwTcmVv.jpg

 

To:

https://i.imgur.com/pecEuO1.jpg

 

Fortunately, the log will give some hints on this such as Items or Vehicles. However, it will require manually searching as well.

 

2. Quests containing ZombieUMA such as Amelia's Gyrocopter and Spirit of Vengence have unfortunately lost their main entities because ZombieUMA is no longer functional for A21. A replacement default entity is certainly very possible.

 

3. Consider updating ModInfo to A21 standard.

 

For example, for A20:

 

<?xml version="1.0" encoding="UTF-8" ?>
<xml>
    <ModInfo>
        <Name value="White River Tools of Citizenship - Molino Bulletproof Glass(Rebuilded)" />
        <Description value="Bring a supply of Bulletproof glass to the trader to receive a Clear Bulletproof Glass recipe or assets." />
        <Author value="arramus, with full credit to those who laid template foundations (Requested by Fuzzy Pug)(Rebuilded by 7DaystoDie.JP)" />
        <Version value="A21_1.0j" />
        <Website value="https://community.7daystodie.com/topic/12269-white-river-tools-of-citizenship-quests-a20-with-df-multiple-languages/" />
    </ModInfo>
</xml>

 

becomes for A21:

 

<?xml version="1.0" encoding="UTF-8" ?>
<xml>
    <Name value="7-WhiteRiverToC_Molino_Glass" />
    <DisplayName value="White River Tools of Citizenship - Molino Bulletproof Glass (Rebuilt)" />
    <Description value="Bring a supply of Bulletproof glass to the trader to receive a Clear Bulletproof Glass recipe or assets." />
    <Author value="arramus, with full credit to those who laid template foundations (Requested by Fuzzy Pug)(Rebuilt by 7DaystoDie.JP)" />
    <Version value="21.0.1.1" />
    <Website value="https://community.7daystodie.com/topic/12269-white-river-tools-of-citizenship-quests-a20-with-df-multiple-languages/" />

 

4. Change Rebuilded to Rebuilt or Restored.

 

5. Vehicle buffs are not currently functional for adding decorative attachments.

 

I'm sure there will be others, and all the best to the Project Team.

arramus

arramus

Since download links have been provided directly in this thread, I am posting here to ensure other players/server admin, and the original creator, if they read this thread, are aware of the current progress and considerations.

 

I won't be joining the Project through Discord, but will provide a little feedback and some pointers to consider directly here:

 

1. There are currently 41 load out errors. These are related to AssetBundle and just require updated pathing. I am sharing this here to save any pain for players that are downloading directly from the link provided because they will inevitably post here with bug reports.

For example:

 

<property name="Meshfile" value="#Other/Items?Weapons/Melee/Knives/machetePrefab.prefab"/>

 

has been updated to:

 

<property name="Meshfile" value="@:Other/Items/Weapons/Melee/Knives/machetePrefab.prefab"/>

 

This appears to be something to assist Xbox users.

 

This will change:

[img]https://i.imgur.com/mwTcmVv.jpg[/img]

 

To:

[img]https://i.imgur.com/pecEuO1.jpg[/img]

 

Fortunately, the log will give some hints on this such as Items or Vehicles. However, it will require manually searching as well.

 

2. Quests containing ZombieUMA such as Amelia's Gyrocopter and Spirit of Vengence have unfortunately lost their main entities because ZombieUMA is no longer functional for A21. A replacement default entity is certainly very possible.

 

3. Consider updating ModInfo to A21 standard.

 

For example, for A20:

 

<?xml version="1.0" encoding="UTF-8" ?>
<xml>
    <ModInfo>
        <Name value="White River Tools of Citizenship - Molino Bulletproof Glass(Rebuilded)" />
        <Description value="Bring a supply of Bulletproof glass to the trader to receive a Clear Bulletproof Glass recipe or assets." />
        <Author value="arramus, with full credit to those who laid template foundations (Requested by Fuzzy Pug)(Rebuilded by 7DaystoDie.JP)" />
        <Version value="A21_1.0j" />
        <Website value="https://community.7daystodie.com/topic/12269-white-river-tools-of-citizenship-quests-a20-with-df-multiple-languages/" />
    </ModInfo>
</xml>

 

becomes for A21:

 

<?xml version="1.0" encoding="UTF-8" ?>
<xml>
    <Name value="7-WhiteRiverToC_Molino_Glass" />
    <DisplayName value="White River Tools of Citizenship - Molino Bulletproof Glass (Rebuilt)" />
    <Description value="Bring a supply of Bulletproof glass to the trader to receive a Clear Bulletproof Glass recipe or assets." />
    <Author value="arramus, with full credit to those who laid template foundations (Requested by Fuzzy Pug)(Rebuilt by 7DaystoDie.JP)" />
    <Version value="21.0.1.1" />
    <Website value="https://community.7daystodie.com/topic/12269-white-river-tools-of-citizenship-quests-a20-with-df-multiple-languages/" />

 

4. Change Rebuilded to Rebuilt or Restored.

 

5. Vehicle buffs are not currently functional for adding decorative attachments.

 

I'm sure there will be others, and all the best to the Project Team.

×
×
  • Create New...