Open broman2323 opened 1 year ago
Sorry, it's still a long way from being playable
@Herringway How do you run it for development purposes? The issues seem to indicate it can run, even if it's nowhere near playable.
Things are still very much in flux. But right now, the process is similar to https://github.com/Herringway/ebsrc/ - the assets must be extracted from an earthbound ROM and placed in the right location. from there, compiling can be done with dub build :sdl
in the repo directory, with the binary being placed in the sdl dir.
I've made a PR with a README telling these instructions, so people won't be confused in the future.
since ive ripped the rom stuffs which directory is it
It should be in the SDL directory.
ebbinex is no longer used to extract data. all you need is an earthbound rom named earthbound.sfc in the same dir as the exe now
@Herringway I've tried that, it's not extracting anything. I need to put the data folder in the same directory and rename text_data
to text
.
Your copy is out of date
Oh right, I forgot the rate at which this project is changing. It's working now, and finally builds flawlessly on Linux
i can not even open the program just shows the cmd prompt then exits afterwards
You have to place earthbound.sfc
in the same folder. If that fails, open the command prompt and run the executable and you can see the reason it's not opening.
Although even if you get it working, it crashes constantly because it's not finished. It's currently impossible to get past the first scene without the debug menu, but every day this project gets more and more stable.
what folder?
Sorry, I forgot there's no pre-compiled version. Here's a step-by-step process for Windows (macOS is easier and Linux is the easiest):
git clone https://github.com/Herringway/earthbound
cd earthbound
cd sdl
explorer .
cd ..
earthbound
(earthbound.sfc
if you show file extensions) and copy it to the folder that just popped updub build :sdl
Again, it's not finished, and it will be much easier to run it once it's completed. It also has a massive amount of bugs, so it will crash before you can even get Porky in your party.
how do i run this port of earthbound?