RetroPie-Extra icon indicating copy to clipboard operation
RetroPie-Extra copied to clipboard

Request: Add OpenParsec to your repo

Open CrazySpence opened this issue 7 years ago • 6 comments

I've been working on a retropie script for OpenParsec recently and it installs a compiled binary for the game. The script is here if interested

https://github.com/CrazySpence/cs-retropie-ports/blob/master/exp/openparsec-rpi.sh

CrazySpence avatar Nov 12 '17 18:11 CrazySpence

Send me a pull request and I'll add it after some testing. I am interested.

zerojay avatar Nov 12 '17 18:11 zerojay

I just took a look at your script and it appears to install a precompiled build, which is fine, but I would really prefer it to be compiled upon request as it's something that people have previously brought up as a concern. If you've got compilation instructions handy, post them here and I'll create a script otherwise I'll try working it out on my own. Either way, thanks for bringing attention to this game as I would not have known about it otherwise.

zerojay avatar Nov 15 '17 17:11 zerojay

Sure, this should do it and your timely return saved me from trying to do yet another retropie repo so glad you're back:

git clone https://github.com/OpenParsec/openparsec.git cd openparsec/platforms/premake-rpi make client

Client "parsec" will be in openparsec/parsec_root/client

Assets can be retrieved from: git clone https://github.com/OpenParsec/openparsec-assets

then they would need to be combined in the ports destination folder

and you'll still need the chmod 777 parsecrc.con or it won't write settings

CrazySpence avatar Nov 15 '17 18:11 CrazySpence

I'll probably have something before the end of the night. Thanks.

zerojay avatar Nov 15 '17 18:11 zerojay

Attempted to use your precompiled binaries on my Pi4, but unresolved symbols. Attempted to compile source code, but errors out. I opened a bug on the OpenParsec github: https://github.com/OpenParsec/openparsec/issues/55

zerojay avatar Sep 25 '20 08:09 zerojay

Hmm been a few years since I tried it on the Pi Im sure stuff has changed since then, ill take a look

CrazySpence avatar Sep 25 '20 12:09 CrazySpence