Suggestions for ports
-
@quicksilver said in Suggestions for ports:
@VictimRLSH looks cool, I'll have to check it out.
Now that I got it to run much faster on the Pi 4, I'm going to try installing it on the Pi 3 controller mount and see if it runs at an acceptable speed.
EDIT: It compiled just fine, but I can't run it because it needs to open a display of at least 800x480 and my Pimoroni Hyperpixel is 720x480. I'm guess it SHOULD run, I could try it on the 3B+ on HDMI.
-
I found a cool port https://www.flightgear.org/
Can anyone tell me how to download it to retro pie? I know it will work with a raspberry pi 4. -
@Unknown instructions are here http://wiki.flightgear.org/Howto:Build_and_run_FlightGear_on_Raspberry_Pi_4
Looks neat btw, I might try to build it. I have been having an itch to play flight simulator 98 recently and this might be the closest I can get.
-
@quicksilver Is this something that could be submitted to retro pie on github as a pull request?
-
@Unknown if you or someone else makes a build script for it, sure.
-
Got Intruders Thunder 2 working, which brings up a question. Can .jar apps be executed from a Retropie startup script without a Desktop session running?
All I had to do was download IT2.jar from Sourceforge and run it from a Desktop Terminal.
java -jar IT2.jar
-
@VictimRLSH said in Suggestions for ports:
Can .jar apps be executed from a Retropie startup script without a Desktop session running?
Not unless the game has been specifically programmed with a graphical library that doesn't require X11. Generally, you'll need a desktop session to run graphical Java applications - such as the game in question (which uses Java Swing, which in turn requires X11).
-
@mitu I see there has been attempts to get a J2ME Libretro core working.
https://retropie.org.uk/forum/topic/11441/would-you-like-to-play-nokia-j2me-games-on-retropie/303
I can play many of them on microemulator, but that itself is a Java app that requires the Desktop session...
EDIT: Found an archive with 67,000 .jar games. Some work, some don't, if I attempt to curate this it could take the next 87 years. Still, it is a largely untapped base, much like Flashpoint. If these can be made to work from Retropie with install scripts and controller configured, it would be a huge addition to Retropie's game arsenal.
-
@VictimRLSH makes me think of candystand.com. I spent a lot of time on that site around 20 years ago playing the miniature golf flash game (shockwave game?) . 😂
-
@quicksilver You might be able to find that game in Flashpoint Infinity if you search for the original site name in its game database. Unfortunately I currently can't run that, at the moment the Pi4 is my only computer. It is doing an outstanding job as a primary PC though.
-
Have been going through the makefile for Aquaria, as I found performance disappointing. Turns out they forced compiler flag -o2, changing to -ofast improved things quite a bit ^_^
There was also the option to change from sdl1 to sdl2, getting rid of the startx requirement for running the file. However, since I had to set resolution to 720x480, the screen gets rendered in the bottom left corner (both when windowed and fullscreen). Is there an easy way to get it centred and stretched to full widescreen image?
I am almost at the point that I feel confident enough in the quality for creating an install script for this game.
-
@quicksilver Was this the one? Atatio mini golf?
-
@VictimRLSH no, it looked like this:
-
@quicksilver That's definitely something you would want to look for in Flashpoint. I searched the online list and it DOES have Candystand games, so it might be there.
-
Has anyone been able to get the main openxcom branch running on the Pi4?
My attempt failed miserably, the compiled program locking up, merely displaying a black left-bottom corner on the screen.
-
I got the fan-made SNES Zelda: A Link to the Past sequel Navi's Quest to compile. The source is at http://www.zeldaroth.fr/us/dlnsq.php
You need to install libsdl-gfx 1.2-5 to get it to compile.
Unpack the archive into its own directory and open a Terminal
sudo make -j4
copy or move the ZeldaNSQ executable from the bin directory to the base directory created when you unpacked the archive. There is no install script so start the game with ./ZeldaNSQ
It ignores your sound settings and everything is at full volume so be prepared to dial it down a bit. It is currently using Keyboard controls but I hope there is a way to get it configured for a controller.
There are 4 other completely new Zelda fan games on that site, hopefully I can get the rest to compile too. Looks like a very well made game, I might even actually PLAY it. LOL...
EDIT: Return of the Hylian compiles and runs just fine too. It was made much earlier and is a lot smaller than Navi's Quest and doesn't take nowhere near as long to compile. There is no need to move the executable, the makefile builds it right in the base directory.
EDIT #2: The 5th game in the series, Zelda Picross, only has Windows sources, so no luck there. All the others compiled and ran.
-
Also got Valyria Tear https://github.com/ValyriaTear/ValyriaTear to not only compile (after chasing down several files it couldn't find...) but install into the Desktop Game's menu and launch from there. This game is beautiful, would make a great addition to Retropie if it can install from a script. I guess I need to learn how to backtrace my work and create install scripts now that I seem to have compiling down.
To say I have caught the game building bug now would be an understatement. It's more addictive than actually playing the games.
-
@Impy I just compiled and got it to run. I ran into two problems:
-
sudo cmake . from the root of the cloned directory stopped with Can't find yaml-cpp which is required This was remedied by installing libyaml-cpp-dev and continuing with sudo cmake . and then sudo make -j4 and sudo make install
-
The compiling instructions on Github suggest the game data can be put in a variety of places, but I found I had to put it in /usr/local/share/openxcom/UFO folder (you need root permission to do this, you can invoke the file manager with sudo pcmanfm, but don't misclick...) The original asset files are in a directory called ufo (lower case). You need to enter this directory, select all the files, and copy them inside /usr/local/share/openxcom/UFO
Since make install worked, be sure you are invoking the game with openxcom from the Terminal instead of trying to run an executable from the install directory.
-
-
@VictimRLSH Thanks! My problem was a combination of the location of the asset files and the need to use startx (retropie install)
-
OpenTomb doesn't seem to have been worth the considerable effort to get to compile and "run". The display window is skewed, the controls are awkward, it completely hijacks the mouse (alt-tab to Terminal window and Ctrl-C to break). The overall impression is AWKWARD and UNFINISHED. You are much better off playing the Tomb Raider series on DosBox or PCSX-rearmed.
Solarus also took a LOT of effort to run, but this one was worth the effort. Solarus DX is a VERY good looking Zelda game. The controls and inventory control are a mix of Zelda:A Link to the Past and Ocarina of Time. There are also ports of the earlier Zelda fan games. The Solarus versions improve on the graphics and controls and the English translations are a lot better. It WILL make install into the Desktop Games menu, but the laucher won't run from there, you need to start a game by selecting the game itself from the Games menu.
I'm going to image a fresh install of Retropie and see if I can develop install scripts for some of my successes. Now to figure out how...
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.