DrunkMunki Posted October 26, 2019 Share Posted October 26, 2019 im looking at updating the Car Respawn mod done for A17 but cant seem to work out that change for "cntCar03SedanDamage2" I have attached the mod.. but the line in question is: <append xpath="/blocks/block[@name='cntCar03SedanDamage2']"><property name="DowngradeBlock" value="Nothing"/></append>VPlus-Respawnable Cars.zip Link to comment Share on other sites More sharing options...
bdubyah Posted October 26, 2019 Share Posted October 26, 2019 Search the blocks.xml. They changed the names for the car wrecks. Link to comment Share on other sites More sharing options...
DrunkMunki Posted October 27, 2019 Author Share Posted October 27, 2019 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"/> any ideas? Link to comment Share on other sites More sharing options...
bdubyah Posted October 28, 2019 Share Posted October 28, 2019 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. Link to comment Share on other sites More sharing options...
DrunkMunki Posted October 29, 2019 Author Share Posted October 29, 2019 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 More sharing options...
DrunkMunki Posted November 7, 2019 Author Share Posted November 7, 2019 i think i have it sorted, will post the script once i have confirmation. Link to comment Share on other sites More sharing options...
DrunkMunki Posted November 9, 2019 Author Share Posted November 9, 2019 for those who wanted the updated version, you can find it attached [ATTACH]30468[/ATTACH]VPlus-RespawnableCars-V18.zip Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.