Suggestions for ports
-
@tpo1990 this engine plays Blood/Redneck Rampage/and Exhumed if you can make a port for all this three will be amazing
also the diablo port plays you can make a script if you want
https://github.com/diasurgical/devilutionX
and the shadow warrior game port here
-
@retropi19 JFSw does work, but you have to have it in window mode due to the frame rate being crap, it runs really slow if you dont have it in window mode
-
@retropi19 Yes there are probably more ports to make into scripts for RetroPie that will require a lot of work.
@ExarKunIv I agree that it is too slow. JFSw is probably not ready for RetroPie and if it is, then it might require optimizing the configuration to be able to run at a respectable framerate.
-
if it run thought runcommand with matchbox maybe it performs better
-
Has anyone tried to get VCMI (heroes of might and magic 3 engine) running on raspberry pi? I thought I might give it a shot but won't bother if someone has already tried. I have hmm2 running through dosbox but hmm3 was windows only.
-
It would work, there is an android build. I think the prerequisite libraries are all available.
https://wiki.vcmi.eu/How_to_build_VCMI_(Linux)#Prerequisites
-
@Efriim Yea it look like it should work on linux as well. Doesnt look like its fully feature complete though which is a shame.
-
So I'm trying to get VCMI installed. The installation instructions say that VCMI is part of the raspbian contrib repository but when I sudo apt-get install vcmi it says it can't locate the package. http://raspbian.raspberrypi.org/raspbian/pool/contrib/v/ if you click on the link you can see vcmi is there so I'm not sure what the issue is.
-
@quicksilver The web folder contains just the source package, there's no binary to install.
-
@mitu so if I understand correctly I can remove the # from the deb-src line in the sources.list to get source packages?
-
@quicksilver Yes, that way you'd be able to download/compile and obtain an installable
.deb
from the sources. -
So I uncommented
deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
And it still says vcmi not found. What am I doing wrong?
-
@quicksilver said in Suggestions for ports:
And it still says vcmi not found. What am I doing wrong?
You need to use
apt-src
to install a source package - https://wiki.debian.org/apt-src. -
@mitu ok cool I installed apt-src and started building vcmi however as it's building I noticed an error saying unmet build dependencies. It flashed by so fast I couldn't see what they were. I tried to shift+page-up to scroll back up but it only lets me go back so far. Is there a way to see what the missing dependencies were and install them?
-
@quicksilver Usually you don't install dependencies manually, but through
apt-get build-dep <src_package>
- this will install all the needed packages for building the source package. -
@mitu when I run that it says nothing 0 packages updated/installed. So I guess its ok?
The next problem Im having is running "vcmibuilder" which is the next step in the installation process. You are supposed to run one of these depending on what type of game files you have.
vcmibuilder --cd1 /path/to/iso/or/cd --cd2 /path/to/second/cd vcmibuilder --gog /path/to/gog.com/installer vcmibuilder --data /path/to/h3/data
I am using the third line but I get vcmibuilder not found. I made sure to change directories to where vcmibuilder is located before running that command but it still says command not found.
edit: I was able to get it to work running
sudo ./vcmibuilder --data /home/pi/RetroPie/roms/ports/Heroes\ of\ Might\ and\ Magic\ 3\ Complete/
So the last thing needed to run the game is from commandline running either vcmilauncher or vcmiclient (Not sure of the difference). Both of those options return a command not find error. Im following the instructions here btw : https://wiki.vcmi.eu/Installation_on_Linux
-
Turns out I'm following the wrong part of the guide. I should be following the source install instructions. Looks like I installed but never built vcmi. I'll see how much further I can get now and report back.
-
So following the instructions here: https://wiki.vcmi.eu/How_to_build_VCMI_(Linux)
I installed dependencies (actually they were already all installed). Then I tried to configure the makefiles:
mkdir build && cd build cmake ../vcmi
but I get a configuring incomplete errors occurred message. It recommends looking at CMakeOutput.log (https://pastebin.com/DcYey5ci) and CMakeError.log (https://pastebin.com/YcVbxaUM) for more info but Im not quite sure what Im looking at/what the issue is.
-
@quicksilver That's weird, since the
pthread
library should be present on any modern Linux system. Clean up your build folder and re-try, but if you want to debug this further post thecmake
output as you invoke it, not the log files (they're not very useful). -
@mitu It failed again. Here is the output from the terminal: https://pastebin.com/eEpuaxXE
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.