gschup / ggrs

GGRS is a reimagination of GGPO, enabling P2P rollback networking in Rust. Rollback to the future!
Other
507 stars 25 forks source link

[Question] Is the SyncTest Mode Suitable for General Purpose Local Play? #39

Closed zicklag closed 1 year ago

zicklag commented 1 year ago

I was just wondering whether the sync test mode makes sense in the context of local play, and whether setting the check distance to 0 or something similar can be done to avoid any extra overhead of rolling back.

Edit: Sorry I opened an issue, I just realized you had discussions enabled. This should be converted to a discussion.

gschup commented 1 year ago

Yes, in SyncTestSession, all expensive operations are skipped if the check distance is 0 like here

zicklag commented 1 year ago

Perfect, thanks!