Maximilian Schmöcker
Maximilian Schmöcker
For a better carAI it makes sense to rework a lot of stuff. So I think the main goal is to not overshoot it with new features, at least for...
Ah yes, this got really old now. Still think it's a good QoL addition as you don't have to type the exact mod name. If wanted I can update it...
Finally got time to rebase this PR, the code had to be moved to the new component. It is ready and working again. One additional point in favor of this...
@ebkr @MythicManiac any updates on this?
I can confirm this works for Windows builds, Linux also built but I did not run the executable. MacOS resulted in an empty zip and the Web export is not...
The export target was already changed to `macOS`. But after comparing everything with your example project, it turns out `codesign/entitlements/disable_library_validation=true` must be set in the `export_presets.cfg`. It is false by...
Well, the V+ tag doesn't work on a headless server so you can't compare versions there. If this would be a breaking or big change for V+ I would agree...
To add, the version string can also be shown in vanilla UI since a few Valheim versions when trying to join a server where V+ is not installed. This makes...
`Container.IsInUse()` is not synced in multiplayer, only for the owner of the container this check can ever be true. The most reliable way is to check for ownership with `Container.IsOwner()`...