Kneesnap / deltarune-circuit-sword

A port that allows running Deltarune Chapter 1 on the Circuit Sword raspberry-pi based console.
5 stars 0 forks source link

How to edit runner #5

Open gl91306 opened 3 years ago

gl91306 commented 3 years ago

In your redme you mentioned that you modified a gms runner to wrok on the raspberry pi. How did you manage to do that? and most importantly, do you think this would be possible to do this for for aarch64 oses?

Kneesnap commented 3 years ago

I just removed some checks which could cause the runner to exit. (I didn't bother figuring out exactly what those checks were, I think they might have been some kind of checksum check.) More work was spent on modifying the game itself to run with GMS 1 rather than modifying the runner.

I'm unaware of any aarch64 raspberry pi runner. Where did it come from?

On Thu, May 27, 2021, 11:47 AM gl91306 @.***> wrote:

In your redme you mentioned that you modified a gms runner to wrok on the raspberry pi. How did you manage to do that? and most importantly, do you think this would be possible to do this for for aarch64 oses?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Kneesnap/deltarune-circuit-sword/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSCIYPU4WO67S4Y342PMKDTP2HSPANCNFSM45U4BPCQ .

Kneesnap commented 3 years ago

I think I might have misunderstood in regards to aarch64, you weren't saying there was an aarch64 runner, but wondering if what I did could be used for aarch64. And the answer to that is I have no idea.

I took an existing raspberry pi gamemaker runner executable and made changes for it to run more games which it couldn't run without modification.

I don't know enough about what differs for aarch64 to know what would need to change. Is it really true that you can't run this on 64-bit raspberry pi? I'd imagine there's probably support for 32-bit programs still?

On Thu, May 27, 2021, 11:47 AM gl91306 @.***> wrote:

In your redme you mentioned that you modified a gms runner to wrok on the raspberry pi. How did you manage to do that? and most importantly, do you think this would be possible to do this for for aarch64 oses?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Kneesnap/deltarune-circuit-sword/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSCIYPU4WO67S4Y342PMKDTP2HSPANCNFSM45U4BPCQ .