Turns out Lutris even has an option to enable a specific antimicrox profile on launching a game. Perfect. Thank you!
- 7 Posts
- 35 Comments
ackthxbye@feddit.orgto Mildly Infuriating@lemmy.world•nobody in webdev knows what graceful degradation is anymoreEnglish141·1 month agoHow about serving a proper HTML that contains the data they want to display? Instead of an empty page that tries to load the data via JavaScript.
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Lutris: Pre-launch / Post-exit scripts not being executedEnglish2·2 months agoYeah, both the test-script that just echos and the real script I was trying to get to run now work.
I’m guessing when I run it from the terminal I’m already in the context of bash, so the script runs, but when Lutris runs the script I don’t have this context?
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Lutris: Pre-launch / Post-exit scripts not being executedEnglish5·2 months agoThat’s what was missing. Thank you!
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Lutris: Pre-launch / Post-exit scripts not being executedEnglish1·2 months agoThere is no space in the path.
And it is executable, if I paste the exact line from the config-dialog into a terminal the script runs as expected and creates the text-file.
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Native version of Unreal Tournament 2004English2·29 days agoWith the help of this forum post and a bit of persistence I managed to get it to work and I wanted to share how with future generations and/or my future self.
First Problem: libstdc++.so.5
dnf does not have libstdc++5 but apt does.
Solution: I installed Mint on a Virtual Machine ransudo apt install libstdc++5
and then copied the library to my real machine into the system directory of UT2004. The game now starts. I know there must be a better way to solve this.Second Problem: Game starts in a tiny window stuck in the top left corner
Alt+Enter switches it to a real window that makes the game useable, but setting a proper resolution and trying to make it fullscreen again crashes the game.
Solution: Open /home/user/.ut2004/System/UT2004.ini, go to the [SDLDrv.SDLClient] section and set all lines with viewport to the desired resolution.Third Problem: No sound
UT2004 uses the obsolete OSS sound system.
Solution: Run the game under a compatibility wrapper. Debian and derivatives have aoss available. Fedora and derivatives have padsp. Thus run the game withpadsp "./ut2004-bin-linux-amd64"
and the sound works.
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Native version of Unreal Tournament 2004English1·2 months agoIf all else fails I’ll fall back to the Windows version, would make me very sad though.
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Native version of Unreal Tournament 2004English2·2 months agoThat helped. Thank you very much! Crashes everytime I try to switch to fullscreen though, I’ll play around with it for a bit, hopefully I’ll figure it out.
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Native version of Unreal Tournament 2004English2·2 months agoThe DVD includes SDL and OpenAL, but not libstdc++
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Native version of Unreal Tournament 2004English2·2 months agoRight. I tried that patch now, but it still wants libstdc++.so.5
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Native version of Unreal Tournament 200471·2 months agoTo be honest I’m having way less problems than I was expecting. I would never want to switch back.
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Native version of Unreal Tournament 20041·2 months agoWell yeah, but how do i figure out which version I need and where do I get that version?
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Native version of Unreal Tournament 20043·2 months agoWell obviously the version on the DVD is ancient. I did apply the latest available patch, but that is also ancient.
I assume the steam version the Lutris script uses was updated at some point after the last retail patch.
ackthxbye@feddit.orgOPto linux4noobs@programming.dev•How to install a default collection of tools when upgrading / reinstallingEnglish2·5 months agoAlright fine, forget about the upgrade. Let’s say I put together my system tomorrow. I find my preferred Audio Player, Browser, Password Manager and a couple of other things. In 10 years I want to move to a new computer, how do I get all of these things over on the new system without reinstalling the tools manually.
ackthxbye@feddit.orgOPto linux4noobs@programming.dev•How to install a default collection of tools when upgrading / reinstallingEnglish2·5 months agoClumsy? How?
A flat list of 100 packages seems kinda clumsy, I was thinking there must be a way to a file to the package manager, but at least for dnf I didn’t find anything on the manpage.
Oh, and you don’t need to reinstall soft while upgrading adequate Linux distros.
Well realistically I’ll switch around a bit before finding “my” distro. And considering how I have no idea what I’m doing I’d prefer a clean install when switching.
Right, turns out reading the documentation helps. Thank you!
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Which distro for older machine (with NVIDIA GPU)English1·6 months agoDidn’t even know I had integrated graphics. Will try that out!
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Which distro for older machine (with NVIDIA GPU)English1·7 months agoThat would be an Intel i5-3570, 8 Gigs of RAM, no SSD because I cannibalized it.
I tried Factorio with Nouveau and it couldn’t even give me a decent Framerate on an empty map. Not sure if the driver doesn’t like that card or I did something wrong.
ackthxbye@feddit.orgOPto Linux Gaming@lemmy.ml•Which distro for older machine (with NVIDIA GPU)English2·7 months agoAwesome, I’ll try that.
Well the focus of AutoKey seems to be more productivity and utility. It works perfectly fine, but antimicrox is better suited for my usecase.