duran55

Results 8 comments of duran55

Maybe I was not clear enough in the first post. The issue is that I make Stargate (not only arbiters) very late in the game. At that time all of...

Good. Meanwhile I managed to run it by adding/changing below lines in game_controller.py: ``` myuser = os.getlogin() app_id = self.ids[game_selection.name] pfx = Path.home() / ".wine" directory = game_selection.library / f"{game_selection.name}"...

Yes, the issue was plugins not loading. I also did a symlink in AppData dir: 'Skyrim Special Edition' -> 'Skyrim Special Edition GOG' Probably this fixed it. Additional note: I'm...

OK, I did some testing and I think was able to narrow down the issue a little bit. I am on Linux, but I see the same crash with scoped...

Cool! Check this also: https://github.com/Valerie-Bosco/XNALara-io-Tools

@Death-cord the BWAI launcher still exists. You can find it here on github: https://github.com/poiuyqwert/BWAILauncher

Yes, there is. To simply increase the brightness you can use levels shader from ReShade. `fx_levels = "/home/username/.local/share/reshade/Shaders/Levels.fx"` You can adjust WhitePoint value, for example: WhitePoint = 200 Another option...