Adam Ivora

Results 26 comments of Adam Ivora

Hi, Flowgraph scenarios are unfortunately not supported at this moment. We will be adding support in the next BeamNG.tech release.

Hello, we released the support for Flowgraph scenarios in BeamNGpy [1.24](https://github.com/BeamNG/BeamNGpy/tree/v1.24) and BeamNG.tech 0.26. You need to update both the simulator and the Python library. Then you can try this...

Closing this, if you have any issues with Flowgraph scenarios, feel free to reopen.

Hi, for valid examples of `info.json` files, you can look into the assets of BeamNG.tech. For BeamNG.tech 0.22, you can check out for example `levels\GridMap\info.json`. Try to change your `info.json`...

Hi, shared memory is not yet working on Linux (we are working on a fix). Meanwhile, you can disable shared memory by using the `camera = Camera(cam_pos, cam_dir, cam_fov, cam_res,...

Hi, unfortunately this is not possible with pure BeamNGpy yet. `bng.pause()` and `bng.resume()` is a workaround, but as you say, it limits the player. The best current solution would be...

Hi again, Unfortunately there is not a simply way to do this that meets your requirements. The problem is that every individual vehicle is an independent Lua process - there...

Hi, this seems more like a bug. How are you switching between the multiple scenarios? Are you using the in-game functionality or are you using BeamNGpy to switch between scenarios?

Thank you for the thorough description, we will look into this issue in the next days.

Hi again, unfortunately this is not possible (not only from BeamNGpy, but also not from the simulation), you need to recenter the wheel yourself. A theoretical possible way of recentering...