Alby

Results 20 comments of Alby

Has there been any updates on this?

Okay, I will follow the dev setup then. Are the changes to the ROS bridge for version 0.9.11 stated on the Carla website in the master branch? If so, why...

Ros-bridge still needs to be updated to CARLA version 0.9.11.

Change the packet version for `S_SPAWN_USER` from 15 to 16 and you are good to go. Luckily, the opcode didn't change. See pull request #58 :)

> > любой, у кого есть проблема, может связаться со мной, если они предпочитают > > write how you fixed this error See my answer: > Change the packet version...

> > i cant edit that file please help > > so you need to open files in somenting like Notepad++ and also you should disable auto-update of mod Correct!...

@Mila221-hube you also need the new version of [`S_SPAWN_USER`](https://github.com/tera-toolbox/tera-data/commit/c11a830cc4972d267679b5321ef812a1c25fc1d3#diff-e56845d32803aa06e2f4a3d832f377bf037c87afe6ab19465187806f33b4022d). Additionally, you need the new [maps](https://github.com/neowutran/TeraDpsMeterData/blob/master/opcodes/protocol.376012.map): Throw them into the corresponding folders in your data folder, if you are on Toolbox.

@Mila221-hube @Michal1121 Download [`S_SPAWN_USER.16.def`](https://github.com/tera-toolbox/tera-data/blob/master/definitions/S_SPAWN_USER.16.def) and put it into `TeraToolbox/data/definitions/`. Then, download [`protocol.376012.map`](https://github.com/neowutran/TeraDpsMeterData/blob/master/opcodes/protocol.376012.map) and put it into `TeraToolbox/data/maps/`. Lastly, open [`module.json`](https://github.com/teralove/auto-heal/blob/master/module.json) of `auto-heal` with e.g. Notepad++ and change `disableAutoUpdate` from `false`...

Did you also change the version in code? You need to adapt the hook for `S_SPAWN_USER` and change the version there too.