You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MOVIE_CONFIG= {
fps=60
}
frame_advance=movie.frame_advancepress=key.holdrelease=key.releasefunctionJump(Time)
press("Space")
frame_advance(Time)
release("Space")
endJump()
frame_advance(41)
mouse.move(960, 840)
mouse.left()
frame_advance()
mouse.left(false)
frame_advance(17)
-- it'll sometimes load up the second level and sometimes it just won't
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
i didn't notice this earlier as i was able to tas level 1 because it's automatically selected, so pressing space in the level select screen automatically loads up level 1, but there's no way to load up level 2 other than mouse click
it seems I've figured it out
it works when my mouse is hovering over the game, and it doesn't work when my mouse is hovering over the "Movie Play" window
so it's not an issue of determinism just with mouse clicks
funnily enough I accidentally did that in the video which is pretty obvious looking back on it lol
Luna5829
changed the title
[Bug]: mouse clicks not being deterministic
[Bug]: mouse clicks not working when hovering over mod GUI
Mar 13, 2024
Luna5829
changed the title
[Bug]: mouse clicks not working when hovering over mod GUI
[Bug]: mouse clicks not working when hovering over mod GUI (edited title)
Mar 13, 2024
Ohh right yeah
I didn't really think it was the menu
UniTAS overrides a few functions to do inputs but nothing related with GUI class (the debug menu thing I use for my menu)
The footage proves the game isn't using GUI and UniTAS can control it unless with the mouse over my menu
I think there's a similar issue in another game I tested where the game UI wasn't working again
What happened?
in the level select menu screen of the game Strata, mouse keys just aren't deterministic for some reason
bug.thing.mp4
What should have happened?
it should be fully deterministic if the same inputs are played twice but it ain't
UniTAS version
Latest main
BepInEx version
v5.4.x
Game name
Strata
Game build
Windows x64 - Mono
How to reproduce
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: