Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Delta Rollback: New optimizations for Rollback Netcode to the list #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BimDav
Copy link

@BimDav BimDav commented Jul 30, 2024

Thanks for the list!

@@ -33,6 +33,7 @@
- [Real Time Multiplayer in HTML5](http://buildnewgames.com/real-time-multiplayer/) - Sven Bergström's multiplayer game development on the web guide.
- [Replication in Networked Games](https://0fps.net/2014/02/10/replication-in-networked-games-overview-part-1/) - Mikola Lysenko's replication articles for JavaScript-based multiplayer.
- [Rollback Networking in INVERSUS](http://blog.hypersect.com/rollback-networking-in-inversus/) - Ryan Juckett's post on a peer-to-peer rollback system in multiplayer.
- [Delta Rollback: New optimizations for Rollback Netcode](https://medium.com/@david.dehaene/delta-rollback-new-optimizations-for-rollback-netcode-7d283d56e54b) - Rollback Netcode optimizations for a 10 players action game.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I'll take a look and hopefully merge when I have a bit free time soon, really appreciate your contribution!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @BimDav, now I get to go through the article and also checked out GitLab repo then I came across this YouTube playlist: https://www.youtube.com/playlist?list=PLCBLMvLIundBXwTa6gwlOUNc29_9btoir
I didn't go through the whole playlist, so I figured I might ask you directly since you're the author of all of these good stuff :)
should we rather have a link to the YouTube playlist or just a link to this main article in the articles section?
what would you suggest and why?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey, I'm not the author of these videos ;) but they really cover well the basics of Rollback Netcode, so it definitely makes sense to add them as well! The article in the PR is more about new approach / optimizations to Rollback Netcode.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what was I thinking?! yeah, I should never try to do so much in the middle of the night :D
sounds good, I'll get this in and go watch the playlist later to potentially add to the list.
thank you for your contribution to the community! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants