RSDKModding / RSDKv4-Decompilation

A complete decompilation of Sonic 1 & Sonic 2 (2013) & Retro Engine (v4)
Other
937 stars 175 forks source link

Usage instructions #351

Closed Slider-Whistle closed 2 years ago

Slider-Whistle commented 2 years ago

It would be ideal for the binary to print some usage instructions when it doesn't find the file it's looking for. Maybe a list of default paths, or even an option to specify where it is? I've run "make install" and I'm utterly lost as to where to go from here. The information on the unofficial (?) GameBanana guide only pertains to the Windows build.

Rubberduckycooly commented 2 years ago

Added a simple usage text file in 9a3d237fb716a61040aa244a906b21ccdeea827a that gets output in the event assets can't be loaded, hopefully this is what you were describing! It'll be in the next major release and any future autobuilds! Feel free to re-open this issue in the event more needs to be done!

Slider-Whistle commented 2 years ago

I deleted my ~/.local/share/RSDKv4 and ran it again just to check, but no window or message seems to be coming up? I know personally now that "Data.rsdk" has got to be in $HOME/.local/share/RSDKv4, but maybe a note in the README.md, or printing an error message might help users figure that out more quickly. rsdk

Edit: It looks like the helpful error message you added SHOULD be printing, but it's not on my version. Version I'm using in the screenshot is freshly git pulled, make clean'd and make installed.