How to install GameMaker Games?
-
@retronerd Ok, I've tried installing it via RetroPie Extra and it's not working for me either. I don't know why... :( Not booting...
-
@hiulit how Did you installed IT When you got IT working?
-
@retronerd I used these instructions https://github.com/hiulit/Murtop-Raspberry-Pi-Bartop-Arcade-Machine-Project#installing-gamemaker-games, but they don't work because some files, they don't exist anymore or they've changed. Take a look at https://github.com/bite-your-idols/gamemaker-pi and see if you can figure out a way to make it work
-
OK, I think I found the problem.
When I tried to launch
MalditaCastilla
directly from the command line I got this error./MalditaCastilla: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory
So I installed
libopenal-dev
with:sudo apt-get install libopenal-dev
And it's working!
-
@hiulit how do i do this im a noob on Linux do you have an step by step guide?
-
@retronerd Yes. Open a terminal or cmd, connect to your raspberry pi via SSH (you'll find that in Google easily or see if you fins this helpful https://github.com/hiulit/Murtop-Raspberry-Pi-Bartop-Arcade-Machine-Project#accessing-the-raspberry-pi-via-ssh) and type:
sudo apt-get install libopenal-dev
and then press
enter
-
@hiulit you should submit a pull request to the repo to add that dependecy in the script
-
Hey @herb_fargus, yeah I know, I've already submited an issue because I really don't know where
sudo apt-get install libopenal-dev
should be placed :SI guess it should be somewhere here? https://github.com/zerojay/RetroPie-Extra/blob/master/scriptmodules/ports/gamemaker.sh
#!/usr/bin/env bash # This file is part of The RetroPie Project # # The RetroPie Project is the legal property of its developers, whose names are # too numerous to list here. Please refer to the COPYRIGHT.md file distributed with this source. # # See the LICENSE.md file at the top-level directory of this distribution and # at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md # rp_module_id="gamemaker" rp_module_desc="GameMaker - Games for the Raspberry Pi" rp_module_section="exp" rp_module_flags="!mali !x86" function install_bin_gamemaker() { # Install They Need To Be Fed Game wget -O- -q https://www.yoyogames.com/download/pi/tntbf | tar -xvz -C "$md_inst" # Install Super Crate Box Game wget -O- -q https://www.yoyogames.com/download/pi/crate | tar -xvz -C "$md_inst" # Install Maldita Castilla Game wget -O- -q https://www.yoyogames.com/download/pi/castilla | tar -xvz -C "$md_inst" } function configure_gamemaker() { mkRomDir "ports" addPort "$md_id" "TheyNeedToBeFed" "TheyNeedToBeFed" "$md_inst/TheyNeedToBeFed/TheyNeedToBeFed" addPort "$md_id" "SuperCrateBox" "SuperCrateBox" "$md_inst/SuperCrateBox/SuperCrateBox" addPort "$md_id" "MalditaCastilla" "MalditaCastilla" "$md_inst/MalditaCastilla/MalditaCastilla" }
But I don't have a clue on how to add it... :(
-
@hiulit add the function right under the module flags
Here's an example. Of course it will need to be adapted to the correct module name and remove all the unnecessary dependencies.
-
@herb_fargus Something like this?
rp_module_id="gamemaker" rp_module_desc="GameMaker - Games for the Raspberry Pi" rp_module_section="exp" rp_module_flags="!mali !x86" function depends_gamemaker() { getDepends libopenal-dev } function install_bin_gamemaker() { # Install They Need To Be Fed Game wget -O- -q https://www.yoyogames.com/download/pi/tntbf | tar -xvz -C "$md_inst" # Install Super Crate Box Game wget -O- -q https://www.yoyogames.com/download/pi/crate | tar -xvz -C "$md_inst" # Install Maldita Castilla Game wget -O- -q https://www.yoyogames.com/download/pi/castilla | tar -xvz -C "$md_inst" }
-
@hiulit yeah looks right. Well done :)
-
This post is deleted! -
@herb_fargus Thanks to you! ;) https://github.com/zerojay/RetroPie-Extra/pull/195/
-
@hiulit Oh, I also changed the wiki https://github.com/RetroPie/RetroPie-Setup/wiki/GameMaker-Games is that okay?
-
@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.
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.