Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

[HR] skip cutscenes #1130

Open
donaldli2020 opened this issue Sep 30, 2021 · 19 comments
Open

[HR] skip cutscenes #1130

donaldli2020 opened this issue Sep 30, 2021 · 19 comments
Labels
Priority: Low Low priority

Comments

@donaldli2020
Copy link
Contributor

Describe your hack:

(Optional) Additional information

Have you made sure this hack isn't available yet? (Yes/No)*

@TheFinality
Copy link
Contributor

what

@TheFinality
Copy link
Contributor

this is impossible it broke my account smh

@PatheticMustan
Copy link
Member

not impossible

I'm not sure where events are stored yet, but after a brief look around, it's not impossible, just very tricky.

Events are created with (??? don't remember off the top of my head), and have an event array, an array of functions.

They also have a bunch of functions like .text, .pop, .explode! These just add a function to the event thingy.

Once the event is started, it just goes through the events one by one, until it reaches the end.
What makes the skip cutscene thing so hard is that it doesn't actually have callbacks, it just has functions in the event array thing that just also happen to look like callbacks

@PatheticMustan
Copy link
Member

And it's not just the very last event thing that's a callback, sometimes it's two or three. Maybe there's a way to end events quickly..?

@donaldli2020
Copy link
Contributor Author

Cutscenes take too much time. In DevTools > Sources, there's this thing that might help: image

@PatheticMustan
Copy link
Member

how would breakpoints help

@ghost
Copy link

ghost commented Oct 5, 2021

the mustard man is right

@donaldli2020
Copy link
Contributor Author

There's step over next function call. It might be able to skip functions.

@da638
Copy link

da638 commented Oct 7, 2021

i know what you should do you should do it play by play so go through the opening first the go to level 5 do all that level 8 which is the titan then level 15 or level 10 then level 20 harmony island and arena

@github-actions
Copy link

github-actions bot commented Dec 7, 2021

This issue has not received any activity in a while and is considered stale. Has this issue been solved? If so, request for it to be closed.

@PatheticMustan
Copy link
Member

I wonder if it would be possible to skip cutscenes just by changing the game time to be faster..?

@donaldli2020
Copy link
Contributor Author

I found one in _.constants.constants, tried to edit it, but it didn't work. I made it 10 but the game didn't get faster.

@AgrTheDev
Copy link

wild guess but maybe it's because its a constant

@ArcerionDev
Copy link
Contributor

wild guess but maybe it's because its a constant

the game constants are able to be edited, they're intended to be constants but they aren't.

@AgrTheDev
Copy link

lame

@donaldli2020
Copy link
Contributor Author

It didn't have this error:

Uncaught TypeError: Assignment to constant variable.
    at <anonymous>:1:3

@afkvido
Copy link
Contributor

afkvido commented Feb 7, 2022

hm.

It didn't have the error?

@donaldli2020
Copy link
Contributor Author

no error but not working

@afkvido
Copy link
Contributor

afkvido commented Feb 7, 2022

weird

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Priority: Low Low priority
Projects
None yet
Development

No branches or pull requests

7 participants