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

Add ecwolf port

Open tpo1990 opened this issue 6 years ago • 4 comments

ECWolf is an advanced source port for Wolfenstein 3D, Spear of Destiny, and Super 3D Noah's Ark based off of the Wolf4SDL code base. ECWolf pulls a substantial amount of code from ZDoom and aims to provide a wide array of mod editing capabilities without the need to modify the source code.

tpo1990 avatar Aug 15 '19 12:08 tpo1990

Thanks. This may have to wait until we have completed fkms/rpi4 work though.

joolswills avatar Aug 22 '19 03:08 joolswills

Thank you. No problem. It will wait until rpi4 work is complete.

tpo1990 avatar Aug 22 '19 06:08 tpo1990

@tpo1990 They removed the mecurial usage from the bitbucket repo I would suggest to use

gitPullOrClone "$md_build" "https://bitbucket.org/ecwolf/ecwolf"

the mv command is also useless now ... @joolswills Should we stick to a fixed commit because the patch I've prepared for getting ESC and PAUSE key for button map in ecwolfs setup is still valid in newest version. But that may change in time...


This is just a small script if someone decides to keep the zip download Script to obtain zip files from bitbuckets index file

crcerror avatar Sep 12 '19 20:09 crcerror

I have replaced the downloadAndExtract from source with gitPullOrClone which is a much better approach of pulling from the ecwolf bitbucket repo and pushed the change into this PR.

This has already been tested as working before updating the commits.

tpo1990 avatar Sep 26 '19 07:09 tpo1990