-
I downloaded BBI2.dll and BBI2_example.opl from this repo, renamed BBI2_example.opl to BBI2.opl, changed the last lines to
```
[BBI]
COMx=4
BAUD_RATE=115200
```
and copied both files into O…
-
I think solver flags such as `-nls` should be thought as a last resort for experts and development work, not as something that people should normally tamper with.
The standard behaviour for "norma…
-
OMSI stops loading tiles at night or rain(when nightmap is being used)
this issue happens when the game is out of memory, something on dxvk is not disposing correctly the allocated memory.
maybe thi…
-
**Describe the bug**
When I try to set a script texture via OMSI Hook in an OMSI plugin, OMSI freezes.
**To Reproduce**
I use the following code for this:
```cs
_texture = _context.OMSI.Creat…
-
I try to import a model but i got some traceback error like this:
```
Traceback (most recent call last):
File "C:\Users\HP\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\Blender…
-
Hello!
First of all, congratulations on your work; OMSI modding is truly limitless now!
Me and some friends believe it would be possible to create a real multiplayer mode for OMSI using OmsiHook, …
-
hook.Globals.PlayerVehicle.SetStringVariable(...) causes this exception:
"One or more errors occurred. (OmsiRemoteMethods are not initialised, remote memory allocator cannot be used!)"
-
It might help performance to allocate pools of remote memory for things such as setting remote strings. These are usually very small operations and currently every time a user updates an Omsi string, …
-
**Describe the bug**
Clients are not 'disconnected' from OmsiHookRPCPlugin when shut down outside of the game, meaning that after 8 shutdowns (during debugging for example), the plugin will not attac…
-
I know this is not the right place to post this issue but there is nowhere else to post ever. I've tried to communicate with DELL but failed, again and again, and elapsed two weeks. So I'm writing thi…