bakustarver / rpgmakermlinux-cicpoffs

Run any RPG Maker XP, VX, VX Ace, MV, MZ, TyranoBuilder, Godot, Construct 2/3, Nscripter game on linux natively
GNU General Public License v3.0
112 stars 3 forks source link

Brotato won't run with the Godot support #16

Open LiamDawe opened 2 months ago

LiamDawe commented 2 months ago

Trying out the new release that offers native Godot support on Brotato, probably one of the most popular Godot games, and it just repeats in terminal it cannot find the Godot version used.

Unsure what else to provide to help track the issue down. Let me know what else you need and what I can run to give more info.

bakustarver commented 2 months ago

Looks like the Brotato game has its own custom compiled version of Godot. So even if you download the SDK for Godot, it may not have enough functions or files to work properly.

Luxtorpeda seems to have the same problem with this game as well.

LinuxRuleZ! managed to create an unofficial build for linux, he probably decompiled the game completely and then made the unofficial linux version.

bakustarver commented 2 months ago

you can check the custom build of godot using this command $ strings Game.exe | grep custom_build