Hasselnut

NTR DEMON
Game Developer
Jun 18, 2021
685
1,217
I know this might be too niche to ask but can't seem to manage to get this working on the Steam Deck and don't really know why. Versions from f95 added manually seemed to work, but not the official version ;;;

Also, dunno if achievements are working yet. I really want to do a proper playthrough with them
the Steam Deck thing is really a mystery for myself as well since there are no big changes from the version on this site. As for the achievements, we're working on it, rpg maker's system is not very compatible with achievements and it's a pain in the ass to fix, but we're doing it
 

cutecryptid

Formerly 'Trigork'
May 29, 2018
12
3
the Steam Deck thing is really a mystery for myself as well since there are no big changes from the version on this site. As for the achievements, we're working on it, rpg maker's system is not very compatible with achievements and it's a pain in the ass to fix, but we're doing it
That's good enough to hear. Thanks for the fast reply!
I'll see if there's something that can be done throughout some other compatibility layers on the deck and come back if I find a fix.

Well, found the issue. Will try to get a workaround but it might have something to do with the SteamAPI implementation (which makes sense because the standalone builds worked)


wine: Call from 7BFA2228 to unimplemented function steam_api.dll.SteamAPI_Init, aborting
 
Last edited:

Hasselnut

NTR DEMON
Game Developer
Jun 18, 2021
685
1,217
That's good enough to hear. Thanks for the fast reply!
I'll see if there's something that can be done throughout some other compatibility layers on the deck and come back if I find a fix.

Well, found the issue. Will try to get a workaround but it might have something to do with the SteamAPI implementation (which makes sense because the standalone builds worked)


wine: Call from 7BFA2228 to unimplemented function steam_api.dll.SteamAPI_Init, aborting
please let me know if it works so I can share it with other Steam deck players!
 

cutecryptid

Formerly 'Trigork'
May 29, 2018
12
3
please let me know if it works so I can share it with other Steam deck players!
Hi hi! I think I just fixed it. I don't really know if this has something to do with achievements as well since the calls from RPGMaker are going to be made unto the Steam DLL but I tried a couple things and it's now working (don't know about achievements yet!!)

Tried using a modded steam_api.dll (Goldberg one) to see if that bypassed the Steam API Init thingy and it worked flawlessly, but of course I wasn't really happy about ""cracking"" a game I already owned and wanted to do it legit so I just checked the official Steamworks DLLs and turns out that while the latest one (1.62) base steam_api.dll wasn't working either, the 64bit one did. Just had to remove the 64 from steam_api64.dll and steam_api64.lib from the official release (sdk/redistributable_bin/win64) and done.
 

Hasselnut

NTR DEMON
Game Developer
Jun 18, 2021
685
1,217
Hi hi! I think I just fixed it. I don't really know if this has something to do with achievements as well since the calls from RPGMaker are going to be made unto the Steam DLL but I tried a couple things and it's now working (don't know about achievements yet!!)

Tried using a modded steam_api.dll (Goldberg one) to see if that bypassed the Steam API Init thingy and it worked flawlessly, but of course I wasn't really happy about ""cracking"" a game I already owned and wanted to do it legit so I just checked the official Steamworks DLLs and turns out that while the latest one (1.62) base steam_api.dll wasn't working either, the 64bit one did. Just had to remove the 64 from steam_api64.dll and steam_api64.lib from the official release (sdk/redistributable_bin/win64) and done.
huh.... let me know if you manage to unlock an achievement. The fastest one is new game > skip intro > go to Kiba > invite in party
 

cutecryptid

Formerly 'Trigork'
May 29, 2018
12
3
huh.... let me know if you manage to unlock an achievement. The fastest one is new game > skip intro > go to Kiba > invite in party
I've hadn't any success yet with achievements. They definitely won't work in browser mode since the Archeia Steamworks plugin won't load the greenworks dependency properly on that, but I guess that it's loading properly through the executable. Will do some more debugging with the build and see why they aren't unlocking
 
4.20 star(s) 25 Votes