How to install GameMaker Games?
-
@hiulit yep just fine. Forgot we even had a wiki page on it
-
@hiulit Thanks! its working:) How do i get my controller working with these games?
-
@retronerd Wooow, hehe! That's another whole story right there :P
In principle, they might work with an Xbox controller, but nothing else. Well, the keyboard, of course. And that's it. There's been plenty discussions on this forum and I think no one has been able to make it work I'm afraid... :( -
I added the sh file to the directory as instructed, but nothing changes and this module doesn't show up in the setup script. What should I do?
-
WOAW i'm sad ... It is a joke GameMaker on PI :(
https://github.com/retropie/retropie-setup/wiki/GameMaker-Games
https://github.com/bite-your-idols/gamemaker-pi
https://github.com/zerojay/RetroPie-Extra/blob/master/scriptmodules/ports/gamemaker.shToday i try to work on GameMaker, a really cool engine with fantastic games :)
Easy to install and easy to understand.
The joystick don't work, but in LOG file we can see it recognise mine.GAMEPAD: 4 axis values (last) at 0x76229650 GAMEPAD: Enumerating 7 GAMEPAD: device name 8Bitdo NES30 Pro GAMEPAD: buttons - 16, axes - 8 GAMEPAD: 4 axis values (last) at 0x76229610 GAMEPAD: 4 axis values (last) at 0x762295f0 GAMEPAD: 4 axis values (last) at 0x762295d0
And it save KEYs in the config. ini file
start="80.000000" button4="86.000000" button3="67.000000" button2="88.000000" button1="90.000000" right="39.000000" left="37.000000" down="40.000000" up="38.000000" [GAMEPAD] scheme="0.000000" [CONTROLLER] scheme="0.000000" [DISPLAY] [KEY CONFIGURATION] up="38.000000" down="40.000000" left="37.000000" right="39.000000" button1="90.000000" button2="88.000000" start="32.000000"
I think it is possible to edit by hand and found the good values for my pad ... the best way can be a script to use AUTO KEY from RETROARCH config files but i don't know how to do that.
After i try to add games, and it's now it is a JOKE !!! we can't :(
If i understand fine the engine has been make for pi ... https://www.yoyogames.com/pi ... there is two years.
For only three games, and Yoyo never make more games after that :(
I have try Windows games with the launcher, no error but go out when finished to load.
Try also Linux compiled games, and i have this library error, PI version are different :Objects 973: obj_naAL lib: (WW) alc_initconfig: Failed to initialize backend "pulse" /opt/retropie/supplementary/runcommand/runcommand.sh : ligne 1014 : 20420 Erreur de segmentation SDL_VIDEO_EGL_DRIVER=/opt/vc/lib/libEGL.so SDL_VIDEO_GL_DRIVER=/opt/vc/lib/libGLESv2.so /opt/retropie/ports/gamemaker/EFMB/EFMB
Really sad when i see all the cool free games on this engine.
Maybe we can found a solution for this error ? I have it on 3 games :(
If some one can help ...
Thanks -
@darknior said in How to install GameMaker Games?:
After i try to add games, and it's now it is a JOKE !!! we can't :(
- That is because those games can't be run without optimizations to them, and you can't do it without it's source code and a Raspberry Pi export module.
@darknior said in How to install GameMaker Games?:
For only three games, and Yoyo never make more games after that :(
- That's because the three games released were a test run to gain interest for a Raspberry Pi export module. It is still being worked on.
@darknior said in How to install GameMaker Games?:
I have try Windows games with the launcher, no error but go out when finished to load.
- Can't do that without some work to convert it so that it would be able to run on Linux plus the same issues as numbers 1 & 2.
@darknior said in How to install GameMaker Games?:
Try also Linux compiled games, and i have this library error, PI version are different :
Objects 973: obj_naAL lib: (WW) alc_initconfig: Failed to initialize backend "pulse" /opt/retropie/supplementary/runcommand/runcommand.sh : ligne 1014 : 20420 Erreur de segmentation SDL_VIDEO_EGL_DRIVER=/opt/vc/lib/libEGL.so SDL_VIDEO_GL_DRIVER=/opt/vc/lib/libGLESv2.so /opt/retropie/ports/gamemaker/EFMB/EFMB
- Same issues as numbers 1 & 2.
-
Maybe it needs pulseaudio running/installed?
-
@pokeengineer said in How to install GameMaker Games?:
That's because the three games released were a test run to gain interest for a Raspberry Pi export module. It is still being worked on.
Thanks for your answer, i know all you write ... i have understand this when i search and read over internet :(
It's logic we must have the source code to convert them, and the export module :(I'm sad that GameMaker was not a full game engine like Solarus, RPGMaker and some other that can make works fine games on all the systems where there are ported. With GM the Developpeurs must adapt their games and it is more complicated :(
I wish the test will works fine and they will port more games ... but i'm really optimistic :(
No many guys using PI like a normal PC and buy games ... maybe later with PI 4 or 5 when they will be powerful ... -
@zerojay said in How to install GameMaker Games?:
Maybe it needs pulseaudio running/installed?
Maybe, you are stronger than me to test that.
Have you already try to install other games ? -
I haven't touched those scripts in a very long time. I could take a quick look at it when I have a minute.
-
Hi to all,
The scriptmodule was working ok on pi3 and Stretch Debian to add 3 games to pi ports section.
On Debian Stretch games and script run fine as it uses the libcurl3
Not the case with Pi4 that no OS upped to Debian Buster. It is using libcurl4
When you ran any of the games your get this:
"/usr/lib/arm-linux-gnueabihf/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /home/pi/RetroPie/roms/gamemaker/MalditaCastilla/MalditaCastilla)"curl3 and 4 cant coexist. Is there a workaround for buster or games need to be recompiled by the GMS ppl and shared again?
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.