• Ever wanted an RSS feed of all your favorite gaming news sites? Go check out our new Gaming Headlines feed! Read more about it here.

jett

Community Resettler
Member
Oct 25, 2017
44,648
That's interesting stuff for sure, we'll have to see where it goes.

After this huge step, it is imperative that this gets translated into Japanese. People like throwing around the "Japanese devs don't care" argument, but things aren't as simple as that. Many of them simply do not know enough about GGPO or how to implement it, no matter how silly that may sound for people who are part of the FGC.

Max made a video about this topic not too long ago, and his hypothesis lines up perfectly with my own thoughts on the matter:


I fully believe that some companies are still holding to their traditional values and not wanting to rely on solutions from the West out of pride, but that is definitely not the whole story.

One thing is 100% certain though: Now that there are no costs to use GGPO, if that documentation gets a Japanese version eventually, it will be absolutely inexcusable on their part to refuse to implement it. For the time being, let's keep spreading the news through their official channels to raise awareness because it's pretty hard to beat the price of FREE!


Max's "not invented here" hypothesis was always complete nonsense, as all the major Japanese fighting game developers (Capcom, SNK, Namco, ArcSys) use UE4, a western-made middleware. And a western developer, NRS, decided to develop their own rollback netcode rather than use GGPO.
 

FluxWaveZ

Persona Central
Verified
Oct 25, 2017
10,887
Mortal Kombat 11 has GGPO.
Really? Well nevermind then, that's great. I knew MK11 had rollback, but not that it was GGPO.

All that's left is for Japanese FG developers to develop their games from the ground up to allow for the technology like NRS did.
No, it does not. They developed their own rollback netcode and it works very differently from GGPO.
Oh, well nvm then. This is what I thought it was.

Then again, I bring up the matter of whether GGPO is compatible with modern FGs that do not use sprites.
 
Oct 27, 2017
42,700
Really? Well nevermind then, that's great. I knew MK11 had rollback, but not that it was GGPO.

All that's left is for Japanese FG developers to develop their games from the ground up to allow for the technology like NRS did.

Oh, well nvm then. This is what I thought it was.

Then again, I bring up the matter of whether GGPO is compatible with modern FGs that do not use sprites.

I think it's less sprite based and more whether it's 2D based. 3D just adds much more complexity to the range of possible inputs and states
 

FluxWaveZ

Persona Central
Verified
Oct 25, 2017
10,887
I think it's less sprite based and more whether it's 2D based. 3D just adds much more complexity to the range of possible inputs and states
Isn't that one and the same? Or do you mean on a 2D plane? Because what I'm wondering is if a game like FighterZ, Guilty Gear Xrd, Street Fighter V, or Mortal Kombat 11 could just use GGPO, despite the fact that they're high quality 3D models and effects with their backgrounds but on a 2D plane.
 

SoH

Member
Oct 25, 2017
5,733
This really isn't that complicated.
  1. Some sort of GGPO style system can likely be implemented in most games/engines.
  2. Some are going to take significantly more time, effort, and cost than others.
  3. More developers should prioritize that time, effort, and cost because it is worth it.
  4. If they don't, it can be for a shitload of reasons and pretty low on that list is laziness or incompetence.
 

FluxWaveZ

Persona Central
Verified
Oct 25, 2017
10,887
This really isn't that complicated.
  1. Some sort of GGPO style system can likely be implemented in most games/engines.
  2. Some are going to take significantly more time, effort, and cost than others.
Well, then there's a significant difference between "GGPO style system" and GGPO itself. A lot of people are seeing this news and acting like GGPO itself can just be glued into any modern FG, when it's likely that developers instead need to create their own rollback systems like NRS with MK11 or Capcom with SFV to accomodate modern, non-sprite based FGs. And in that case, GGPO becoming open source is of no relevance.
 

SoH

Member
Oct 25, 2017
5,733
Well, then there's a significant difference between "GGPO style system" and GGPO itself. A lot of people are seeing this news and acting like GGPO itself can just be glued into any modern FG, when it's likely that developers instead need to create their own rollback systems like NRS with MK11 or Capcom with SFV to accomodate modern, non-sprite based FGs. And in that case, GGPO becoming open source is of no relevance.
Agreed.
 

Log!

Member
Oct 27, 2017
1,410
Well, then there's a significant difference between "GGPO style system" and GGPO itself. A lot of people are seeing this news and acting like GGPO itself can just be glued into any modern FG, when it's likely that developers instead need to create their own rollback systems like NRS with MK11 or Capcom with SFV to accomodate modern, non-sprite based FGs. And in that case, GGPO becoming open source is of no relevance.
Couldn't devs at least study the SDK and documentation to figure out how rollback works? From what I've read in other threads and in Max's video, many Japanese devs don't even know wtf rollback-based netcode is, and once somebody translates the documentation to Japanese, that'll go a long way towards more Japanese devs creating their own solutions that can be more easily integrated into their own engines.
 

SweetVermouth

Banned
Mar 5, 2018
4,272
that's great...
but somehow I get the feeling that nobody gives a crap, especially not capcom and big companies
 

FluxWaveZ

Persona Central
Verified
Oct 25, 2017
10,887
Couldn't devs at least study the SDK and documentation to figure out how rollback works? From what I've read in other threads and in Max's video, many Japanese devs don't even know wtf rollback-based netcode is, and once somebody translates the documentation to Japanese, that'll go a long way towards more Japanese devs creating their own solutions that can be more easily integrated into their own engines.
I haven't watched Max's video, but I'd find it really hard to believe Japan just doesn't know what rollback netcode is. They still make high profile fighting games. ASW has talked about being aware of GGPO in the past. Capcom uses rollback. I think it's more of a matter of them not wanting to do so or put in the resources for its implementation for whatever reason, and less about the technical know-how not being there.
 

Just Great

Member
Oct 25, 2017
2,984
The information GGPO stores, rewinds, and loads doesn't really seem impacted by whether the renderer is 3d or 2d as that's separate from the entire process. The only thing that truly matters is whether the game state is entirely deterministic, which most fighting games already are or could be.
 

Sixfortyfive

Banned
Oct 28, 2017
4,615
Atlanta
The information GGPO stores, rewinds, and loads doesn't really seem impacted by whether the renderer is 3d or 2d as that's separate from the entire process. The only thing that truly matters is whether the game state is entirely deterministic, which most fighting games already are or could be.
Yes exactly.

The only things that should be sent across the wire constantly are the button inputs that happen on each frame.

Everything else should be rendered independently by each player's machine. Why on earth would "3D vs 2D" complicate any of that?
 

Just Great

Member
Oct 25, 2017
2,984
It's also worth noting that even if GGPO were somehow ill-equipped to handle a 3D game, which I obviously don't believe is the case--storing the position and state of entities in 3D space isn't that drastically different from storing the position and state of an entity in 2D space and as mentioned in the GGPO thread a few days ago, a lot of the "theory" behind what GGPO does has been done in 3D games, FPSs, TPSs, etc. for 15-20 years with client-side prediction and lag compensation dating all the way back to zeroping mods made by the community for Quake and UT (oh, also in RTSs). Even if GGPO were somehow ill-equipped to handle a 3D game, being open source is a great means to solving that by opening itself up to a potentially larger community of developers to improve.
 
Last edited:

Lulu

Saw the truth behind the copied door
Banned
Oct 25, 2017
26,680
i thought that ggpo doesnt work well with 3d thing was debunked like a decade ago
 

DanteMenethil

Member
Oct 25, 2017
8,051
i thought that ggpo doesnt work well with 3d thing was debunked like a decade ago
Yep. The mkxl code refactor from what I understand was to make some cpu time leeway to accomodate how rollback works (keeping, predicting and rollbacking game states) which has nothing to do with a 3d renderer in itself.
 

Jaded Alyx

Member
Oct 25, 2017
35,331
People are working on translating the documentation to Japanese:


The remaining issue is that it is difficult to convince the bigwigs at ArcSys/Namco/SNK etc. that they should invest time (and/or money) into implementing a different form of netcode when they can simply use what they always have, especially when recently there wasn't even a functioning website for GGPO and the only way to access it was to essentially email a guy.
 
Nov 25, 2018
749
For people saying that it's too late for certain games like Guilty Gear 2020, remember that MKX was literally patched to have GGPO midway through its life.
 

johan

Member
Oct 29, 2017
1,554
(GGPO) Netcode has nothing to do with what a game looks like or how many dimensions a game uses. The only meaningful difference between 2D and 3D in this case is one extra dimension which will use up a little bit more data in the snapshots/keyframes, but that is negligible.
 

Richietto

One Winged Slayer
Member
Oct 25, 2017
22,939
North Carolina
Japanese devs still be like

giphy.gif
 

Jaded Alyx

Member
Oct 25, 2017
35,331
For people saying that it's too late for certain games like Guilty Gear 2020, remember that MKX was literally patched to have GGPO midway through its life.
That wasn't GGPO. And in any case, there's a big difference in terms of budget, know-how, and priority. ArcSys have never once indicated that they've had any serious interest in rollback netcode beyond "we'll look into it".

There's no documentation (currently) in Japanese.

NRS switching to rollback was a big undertaking.
 
Oct 25, 2017
12,192
FWIW, Sajam has been working on a big article about netcode and why rollback matters that should be out "in less than 10 days" too.
 

SinkFla

Member
Oct 26, 2017
9,429
Pensacola, Fl
Speaking of NRS netcode, here's a good (but very lengthy) GDC talk with Michael Stallone on how they changed their netcode to rollback halfway through MKX lifespan. It's a good watch and goes really deep into the whole thing and definitely applies to other games switching over to rollback (and likely actual GGPO).

 

Deleted member 17658

User requested account closure
Banned
Oct 27, 2017
4,468
Speaking of NRS netcode, here's a good (but very lengthy) GDC talk with Michael Stallone on how they changed their netcode to rollback halfway through MKX lifespan. It's a good watch and goes really deep into the whole thing and definitely applies to other games switching over to rollback (and likely actual GGPO).


Michael Stallone is such a treasure. I loved this GDC talk.

That wasn't GGPO. And in any case, there's a big difference in terms of budget, know-how, and priority. ArcSys have never once indicated that they've had any serious interest in rollback netcode beyond "we'll look into it".

There's no documentation (currently) in Japanese.

NRS switching to rollback was a big undertaking.
well they did also give us a "we're tired of hearing about it"...
 

MistaTwo

SNK Gaming Division Studio 1
Verified
Oct 24, 2017
2,456
People are working on translating the documentation to Japanese:


The remaining issue is that it is difficult to convince the bigwigs at ArcSys/Namco/SNK etc. that they should invest time (and/or money) into implementing a different form of netcode when they can simply use what they always have, especially when recently there wasn't even a functioning website for GGPO and the only way to access it was to essentially email a guy.

Just real talk but the best way to do this is to spread the word about when we do add rollback and support those releases. Our recent Code Mystics releases (KOF 97 and SamSho V Special) on Steam and PS4 being the only real examples for SNK.

They have almost everything that a FGC user could want.

- Steam version
- rollback netcode
- sprite graphics
- affordable price

And last time I looked they both only have around 100-300 reviews on steam. I don't deal with sales numbers now that I am on the dev side, but that doesn't really seem like a runaway success we can use to convince the decision makers.

Despite Code Mystics going in and adding rollback code in response to negative reviews and feedback, KOF 97 wasn't even able to climb back up to a positive review status.
 

Deleted member 8860

User requested account closure
Banned
Oct 26, 2017
6,525
That's interesting stuff for sure, we'll have to see where it goes.



Max's "not invented here" hypothesis was always complete nonsense, as all the major Japanese fighting game developers (Capcom, SNK, Namco, ArcSys) use UE4, a western-made middleware. And a western developer, NRS, decided to develop their own rollback netcode rather than use GGPO.

It would make more sense to believe that given Japan's relatively high internet quality, relatively small landmass, and relatively high population density that Japanese developers simply see their net code working perfectly well there and are not overly concerned with optimizations for those overseas with awful internet and large distances between players.
 

Jaded Alyx

Member
Oct 25, 2017
35,331
Just real talk but the best way to do this is to spread the word about when we do add rollback and support those releases. Our recent Code Mystics releases (KOF 97 and SamSho V Special) on Steam and PS4 being the only real examples for SNK.

They have almost everything that a FGC user could want.

- Steam version
- rollback netcode
- sprite graphics
- affordable price

And last time I looked they both only have around 100-300 reviews on steam. I don't deal with sales numbers now that I am on the dev side, but that doesn't really seem like a runaway success we can use to convince the decision makers.

Despite Code Mystics going in and adding rollback code in response to negative reviews and feedback, KOF 97 wasn't even able to climb back up to a positive review status.
There are many reasons why these things never pick up again (main one being that people have just moved in already) but yes you are right in that we need to talk about it more when they do get it right and put our money where our mouths are.

Ideally these versions would all release on the different platforms at or around the same time, and have rollback netcode from the start.
 

FluxWaveZ

Persona Central
Verified
Oct 25, 2017
10,887
Just real talk but the best way to do this is to spread the word about when we do add rollback and support those releases. Our recent Code Mystics releases (KOF 97 and SamSho V Special) on Steam and PS4 being the only real examples for SNK.

They have almost everything that a FGC user could want.

- Steam version
- rollback netcode
- sprite graphics
- affordable price

And last time I looked they both only have around 100-300 reviews on steam. I don't deal with sales numbers now that I am on the dev side, but that doesn't really seem like a runaway success we can use to convince the decision makers.

Despite Code Mystics going in and adding rollback code in response to negative reviews and feedback, KOF 97 wasn't even able to climb back up to a positive review status.
Those are old games, though. As an enthusiast in the genre, I'm not interested in picking up and playing old games from before my time. Now when we look at modern ones, MK11 is greatly successful and everyone always talks about how good that game's online is, which uses rollback.
 

SoH

Member
Oct 25, 2017
5,733
Just real talk but the best way to do this is to spread the word about when we do add rollback and support those releases. Our recent Code Mystics releases (KOF 97 and SamSho V Special) on Steam and PS4 being the only real examples for SNK.

They have almost everything that a FGC user could want.

- Steam version
- rollback netcode
- sprite graphics
- affordable price

And last time I looked they both only have around 100-300 reviews on steam. I don't deal with sales numbers now that I am on the dev side, but that doesn't really seem like a runaway success we can use to convince the decision makers.

Despite Code Mystics going in and adding rollback code in response to negative reviews and feedback, KOF 97 wasn't even able to climb back up to a positive review status.

(Think I got these right)


 

MistaTwo

SNK Gaming Division Studio 1
Verified
Oct 24, 2017
2,456
There are many reasons why these things never pick up again (main one being that people have just moved in already) but yes you are right in that we need to talk about it more when they do get it right and put our money where our mouths are.

Ideally these versions would all release on the different platforms at or around the same time, and have rollback netcode from the start.

It is just a pet peeve of mine, especially as a person who put actual work into those projects.
There is a lot of talk in the FGC about raising each other up, but when it comes to stuff like this the conversation always turns to the bad points and just outright bashing.
Sajam's recent video about netcode spends a lot more time complaining about the negative aspects, when I feel like it would be more effective to try to 'raise up' these bright spots in the industry.

Those are old games, though. As an enthusiast in the genre, I'm not interested in picking up and playing old games from before my time. Now when we look at modern ones, MK11 is greatly successful and everyone always talks about how good that game's online is, which uses rollback.

That's a pretty narrow-minded view of the genre, so I don't even know what to say.
If I met a movie buff who claimed to be an enthusiast but refused to watch anything 'before their time' I would probably make a note to never listen to their opinion on movies.

MK11 is successful but there is a lot going on there besides just rollback implementation. They probably have the largest development AND marketing budget in the entire genre and their production values and marketing power are probably the real key to their success sales-wise.
Even just looking at Steam achievement data, only 12% of people seem to have completed the basic online achievements.

(that data might be wonky because the game is blocked here, but it seems to at least show me achievement data)

I still think good netcode is important, but there isn't much data out there to suggest it's a huge draw for the casual audiences and therefore leads to millions of units of sales.


Yes, thank you! I was not going to go that far in my shilling. ;)
 

FluxWaveZ

Persona Central
Verified
Oct 25, 2017
10,887
That's a pretty narrow-minded view of the genre, so I don't even know what to say.
If I met a movie buff who claimed to be an enthusiast but refused to watch anything 'before their time' I would probably make a note to never listen to their opinion on movies.
I play fighting games very competitively, I'm not in it to be a historian. If I can't get into it like that, where I'm going to actual tournaments with hopes to perform at a high level, then I likely won't be very invested in playing an FG. So when it comes to older games, their scenes are weaker compared to newer games, they look worse (and aesthetics matter very much to me in the genre), and they've also been around for years so it's much harder to get into them on a competitive level. I much rather invest my time in scenes that are active and fresh.
MK11 is successful but there is a lot going on there besides just rollback implementation. They probably have the largest development AND marketing budget in the entire genre and their production values and marketing power are probably the real key to their success sales-wise.
Even just looking at Steam achievement data, only 12% of people seem to have completed the basic online achievements.
(that data might be wonky because the game is blocked here, but it seems to at least show me achievement data)

I still think good netcode is important, but there isn't much data out there to suggest it's a huge draw for the casual audiences and therefore leads to millions of units of sales.
Sure, I don't know what the opportunity cost of rollback netcode implementation would be compared to delay based. Is it actually harder to implement rollback than delay based? But either way, what's basically the only high profile fighting game with great online constantly gets talked about in non-casual circles about how its online is so good, and its online scene is healthy because of it, which attracts more people. This would happen with any new fighting game that had a great online experience.
 

MistaTwo

SNK Gaming Division Studio 1
Verified
Oct 24, 2017
2,456
I play fighting games very competitively, I'm not in it to be a historian. If I can't get into it like that, where I'm going to actual tournaments with hopes to perform at a high level, then I likely won't be very invested in playing an FG. So when it comes to older games, their scenes are weaker compared to newer games, they look worse (and aesthetics matter very much to me in the genre), and they've also been around for years so it's much harder to get into them on a competitive level. I much rather invest my time in scenes that are active and fresh.

Sure, I don't know what the opportunity cost of rollback netcode implementation would be compared to delay based. Is it actually harder to implement rollback than delay based? But either way, what's basically the only high profile fighting game with great online constantly gets talked about in non-casual circles about how its online is so good, and its online scene is healthy because of it, which attracts more people. This would happen with any new fighting game that had a great online experience.

I mean, I am not asking you to becoming a pro KOF '97 player and take on Xiaohai.
Just pointing out that spending $10 on a title and putting your wallet where your mouth is in relation to rollback netcode support is more effective than complaining on the internet.

If a $10 investment is a bridge too far, then I guess that's that. lol
 

FluxWaveZ

Persona Central
Verified
Oct 25, 2017
10,887
I mean, I am not asking you to becoming a pro KOF '97 player and take on Xiaohai.
Just pointing out that spending $10 on a title and putting your wallet where your mouth is in relation to rollback netcode support is more effective than complaining on the internet.

If a $10 investment is a bridge too far, then I guess that's that. lol
I have a lot of doubts that supporting an older game that happens to have rollback would be a meaningful message at all when it comes to implementing rollback in a modern game.
 

SoH

Member
Oct 25, 2017
5,733

MistaTwo

SNK Gaming Division Studio 1
Verified
Oct 24, 2017
2,456
I have a lot of doubts that supporting an older game that happens to have rollback would be a meaningful message at all when it comes to implementing rollback in a modern game.

You would be wrong. If there was actually a successful campaign pushing these releases to the point where we saw our sales increase by a large margin, that is actionable data people in the company can use to prove there is tangible demand. It wouldn't be some magic bullet, but it's going to send a more meaningful message than bashing our modern games netcode on the internet.

In no reality would supporting any of our rollback releases be considered a negative.

I figured. While I have your ear on this topic. Do you know of any awareness around this same idea for single player stuff? For example the run-ahead stuff libretro is messing with (similar idea to GGPO, just doing it local only) for something like metal slug would be pretty great.


Nope, that is way out of my wheelhouse. I don't specialize in coding and only have a laymens understanding of most of it thanks to some hobbyist stuff I did in high school.
 

Virtua Sanus

Member
Nov 24, 2017
6,492
So should I not support the Samurai Shodown NeoGeo Collection if it turns out to have similar netcode issues Street Fighter 30th has and just support Samurai Shodown V Special instead? I am pretty patiently waiting out on the PC version of SamSho and while I think V Special is excellent (love that online especially!), the first two games and the new one are just way more appealing to me.

I am a pretty massive SNK fan so I already have the majority of their releases on Steam regardless of their netcode or port quality. I feel like there is nothing someone like me can do to push SNK to care about rollback on their more recent titles other than say I would play them way longer online.
 

FluxWaveZ

Persona Central
Verified
Oct 25, 2017
10,887
You would be wrong. If there was actually a successful campaign pushing these releases to the point where we saw our sales increase by a large margin, that is actionable data people in the company can use to prove there is tangible demand. It wouldn't be some magic bullet, but it's going to send a more meaningful message than bashing our modern games netcode on the internet.

In no reality would supporting any of our rollback releases be considered a negative.
Well, there's not really anything indicating that the company would look at the large number of sales/support and pin it on the netcode, right? What would make them think it would be that and not any number of other elements? Unless they came out and openly said: "We're closely looking at the sales of these games to consider implementing rollback netcode in future games," I wouldn't just assume that. Especially not when it comes to a Japanese company.

And I certainly won't buy a game I won't play out of charity, simply for the possibility. I'll be real into buying a new game if it has great online.
Numbers are always important.
Correlation is, too. We don't have reason to think that these companies would pin success on the right things. Or that success would even be because of the netcode and not something else. Like MistaTwo already said, there isn't much data to indicate that good netcode even has an impact on casual sales, even in MK11's case.
 

Jaded Alyx

Member
Oct 25, 2017
35,331
You would be wrong. If there was actually a successful campaign pushing these releases to the point where we saw our sales increase by a large margin, that is actionable data people in the company can use to prove there is tangible demand. It wouldn't be some magic bullet, but it's going to send a more meaningful message than bashing our modern games netcode on the internet.

In no reality would supporting any of our rollback releases be considered a negative.
On the other hand, do you understand that many of us felt like it was a slap in the face for SamSho V Special to be updated on PS4 and release on Steam with rollback, and then have Samurai Shodown 2019 release with delay-based netcode a week and a half later? Different project, different timeline, different developers, different scale, yes, we know. But it was such a bad look especially when we had heard nothing about the netplay before launch. You can at least appreciate how disappointing that was?
 

mugwhump

▲ Legend ▲
Member
Oct 27, 2017
2,288
Let's get that documentation translated ASAP lol

Though I'm skeptical French bread will be able to work it into their next game
 

Futaleufu

Banned
Jan 12, 2018
3,910
I have this feeling that even with integrated GGPO sales figures for SNK games would be pretty much the same. There's always an excuse.