KingKrouch
KingKrouch
> > That doesn't explain why it seems to have worked on Steam Deck (though there don't seem to be any recent reports corroborating playability on the Deck recently). >...
Allegedly, Mecha Break's new beta is using an up to date version of ACE (Anticheat Expert) which only works on Steam Deck. Strinova seems to be using the same anti-cheat,...
> this is a known issue with dual gpus https://raw.githubusercontent.com/Quackdoc/waydroid-scripts/main/waydroid-choose-gpu.sh > > you can run this script, if it doesnt work with the first gpu you select, chose the other...
> Fix: > > ``` > > metarig_bone = getattr(metarig_human_bones, bone_type).node > vrm_bone = getattr(vrm_human_bones, bone_type).node > ``` > > replace with: > > ``` > > metarig_bone_attr = getattr(metarig_human_bones,...
> [@rblz](https://github.com/rblz) 正常動作しました。ありがとう。 It worked properly. Thank you. > > [@KingKrouch](https://github.com/KingKrouch) 少し注意点があるようですね。その次のif文も含めて置き換えましょう。 There seems to be a slight caveat. Let's try replacing it, including the next if statement. > >...
Just did some testing to see if I could get the game to run, and I haven't had any luck with my setup. The game just keeps crashing when it's...
> Replying to https://github.com/ValveSoftware/Proton/issues/2705#issuecomment-2401699754 Mary Skelter Finale (AppID: 2357400) would probably also work with this. That doesn't have a GitHub Issues ticket, but [Death end re;Quest](https://github.com/ValveSoftware/Proton/issues/2705) does. Might also be...
> > Replying to [#2705 (comment)](https://github.com/ValveSoftware/Proton/issues/2705#issuecomment-2401699754) > > Mary Skelter Finale (AppID: 2357400) would probably also work with this. That doesn't have a GitHub Issues ticket, but [Death end re;Quest](https://github.com/ValveSoftware/Proton/issues/2705)...
I'd agree, it would be great if the rest of the Flex code was open sourced. That way, more games can implement it.
Yeah I noticed the .ccache folder issue when trying to compile the code. I also noticed, at least on NixOS, it's impossible to run the bash scripts until you modify...