Jump to content

Car Respawn Update for A18 - error when loading


DrunkMunki

Recommended Posts

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.thumb.jpg.40c10d55bf2ecbe4853f474d33dc4f04.jpg

 

any ideas?

Link to comment
Share on other sites

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 = ....

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...