• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Car Respawn Update for A18 - error when loading

DrunkMunki

Refugee
im looking at updating the Car Respawn mod done for A17 but cant seem to work out that change for "cntCar03SedanDamage2"

respawn-error.JPG

I have attached the mod.. but the line in question is:

Code:
<append xpath="/blocks/block[@name='cntCar03SedanDamage2']"><property name="DowngradeBlock" value="Nothing"/></append>
VPlus-Respawnable Cars.zip

 

Attachments

ok i managed to get it 1/2 working, the car respawns....

Was able to change the code in blocks.xml to which fixed the respawn issue

<append xpath="/blocks/block[@name=cntCar03SedanDamage0Master]"><property name="DowngradeBlock" value="Nothing"/></append><append xpath="/blocks/block[@name=cntCar03SedanDamage1Master]"><property name="DowngradeBlock" value="Nothing"/></append>

<append xpath="/blocks/block[@name=cntCar03SedanDamage2Master]"><property name="DowngradeBlock" value="Nothing"/></append>
But when i use the below in blocksplaceholder.xml the car name is all weird... tried various "carsRandomHelper"... "cntCar03SedanDamage0Master"

<block name="cntCar03SedanDamage0Master" prob="1"/>
20191027194626_1.jpg

any ideas?

 
Not 100% sure, but from I can see, they don't use the master ones in the helpers. The master is more of a template so they can just extend off of it easily to make several variants of the cars.

 
Not 100% sure, but from I can see, they don't use the master ones in the helpers. The master is more of a template so they can just extend off of it easily to make several variants of the cars.
i thought that too, but when i use the helper block name, same issue just different placeholder text, doesnt say white sedan .. says helper = ....

 
Back
Top