ZenoArrows / The-Simpsons-Hit-and-Run

Switch port of The Simpsons: Hit & Run original source code from 2003
92 stars 3 forks source link

Push source code? #34

Closed ghost closed 6 months ago

ghost commented 6 months ago

It looks like the modifications in order to build for the switch aren't available since the only thing changed is the README (maybe i'm doing something wrong). I'm asking because i would like to do a linux port for fun and starting from a switch base might help me.

ghost commented 6 months ago

Even if it's incomplete you might want to push it, it will speed up development

ZenoArrows commented 6 months ago

It should already compile for Linux, but it doesn't include any of the keyboard/mouse support and in general I assumed people would prefer to run it through proton since that gives you the ability to use mods.

I do plan to release the source code soon, I'm currently working on preparations for that, however I'm a bit worried about stability. The port is pretty unstable right now with some very hard to debug issues and taking in pull requests at this point might exacerbate the stability issues.

ghost commented 6 months ago

Makes sense, thanks for answering.

ZenoArrows commented 6 months ago

I've pushed the source code, you should be able to compile it now using CMake

ghost commented 6 months ago

That's nice, thanks!