MrSoup678
MrSoup678
I can confirm this. I tried to use Portal Unity Reboot on linux to this exact effect. Even more I tried the PortalGun HD mod, followed its instructions, and got...
It looks like, this is due to you skipping the necessary trigger to activate gels, which is located at chamber's entrance. This is a map related oversight and not linux-exclusive...
Repo author provides some dependecies pre-built. This is not the case however with OGGVorbis and openal.One can easily build it. EDIT: you can add libzip to the list TODO: why...
Xrysnow removed tests from his fork at commit https://github.com/Xrysnow/cocos2d-x/commit/bf2dbe1bb581c057519e2ebd383da261ca8456bf , but he didn't remove references to it. See https://github.com/Xrysnow/cocos2d-x/blob/348da560fd293fff759be4616e15bc05ead5391d/CMakeLists.txt#L57
Yea LuaSTG-x's cmakelists uses select dirs from cocos. Do as he said.
This is a .NET 5 program using WPF. WPF internally uses DX9, which is already emulated by Wine. Nobody made the proof of concept yet. Alternatively we can replace WPF...
Welp... ``` [slawomir@slawomir-hppavilionlaptop15cc5xx src]$ LANG=C dotnet build MSBuild version 17.6.3+07e294721 for .NET Determining projects to restore... /usr/share/dotnet/sdk/7.0.304/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1100: To build a project targeting Windows on this operating system, set...
[tf2hud.log](https://github.com/CriticalFlaw/TF2HUD.Editor/files/12148232/tf2hud.log) Really? Refs to windows exlusive bins?
While now it runs, it does not like all "System.Windows" refs. ``` [slawomir@slawomir-hppavilionlaptop15cc5xx net7.0-windows]$ ./TF2HUD.Editor You must install or update .NET to run this application. App: /home/slawomir/TF2HUD.Editor/src/TF2HUD.Editor/bin/Debug/net7.0-windows/TF2HUD.Editor Architecture: x64 Framework:...
No. Not yet. "dotnet build" packages native dotnet runtime into an application. I would need to package the windows one.