Rocket League

Rocket League Dev Tracker




20 Oct

Comment

Originally posted by rl_Kovash

Ah yeah I saw, OP posted it to twitter. Thanks for the tag though. <3


17 Oct


07 Oct


04 Oct

Comment

Originally posted by rl_Kovash

I know I'm late but I can't hold it I have to give you and u/Psyonix_Art and huge congrats and a huge thank you for this feature. Seriously, it's a game changer and I could never go back <3

You're welcome. :)


30 Sep

Comment

Thanks for pointing this out. I'll take a look at it.

Comment

Originally posted by R3demtionR3aper

We love you guys. Seriously, thank you. <3

Comment

Originally posted by [deleted]

It is honestly amazing work, the transition is so criminally smooth that most of the time you don't even notice it happening - Intended, Great, Amazing.

Thanks for that feedback. The intention was to have it be as smooth of a transition as possible and to not be jarring, so if that's happening I'm very happy!

Comment

Originally posted by KingClam2

Aptly named programmer, what you guys did is beautiful

It does work out pretty fun that way. :) But he's awesome so we're lucky to have him!


29 Sep

Comment

Originally posted by whitechocmbg

Same! I’m amazed at how good of a job Eric did with this. FYI, posts in the hoops map are transparent now, too :D


16 Aug

Comment

Originally posted by CjLink

COLLEGIATE ROCKET LEAGUE RETURNS THIS FALL

 

Image

 

Following the conclusion of the Collegiate Rocket League - Summer Series, we’re happy to announce we’re heading back to school this fall with the inaugural season of Collegiate Rocket League (CRL). We're partnering once again with the team at Tespa to bring you the Fall 2017 season, which will give college students across North America the opportunity to compete for $50,000 in scholarship prizing and brand-new CRL-branded merch! With fall quickly approaching, we've got everything you need to know for the first CRL season right now!

 

Fall 2017 Season Format

 

The CRL Fall Season will feature four unique conferences that represent each region in the eligible territories. Teams from each conference will fight through one of two double elimination qualifiers; the t...

Read more

For those that are interested in getting their hands on the conference logos, you're in luck:

OFFICIAL CONFERENCE LOGOS CAN BE DOWNLOADED HERE!

If you make some sweet backgrounds send me one ;)


14 Aug

Comment

Originally posted by BlueRajasmyk2

As a developer with experience in game networking, I'd be interested in hearing a more technical explanation of what /u/Psyonix_Cone meant, because I find it hard to believe they invented their own lossy compression algorithm for this.

I think more likely what he meant was "the data is compressed, but also, packets can be lost"

It is lossy compression. Position vector components (float XYZ) get rounded to the nearest integer. Angular and Linear velocity get scaled and rounded. Rotation gets snapped to certain degree angles.

To correct other things I see in this thread: The compression is not for replays, it's for sending the data over the network. Replays are just a recording of the network data. The compression isn't to save money, it's to save client download bandwidth. We want to get as much information as possible to the client without overloading them. The information isn't sent at a "variable bit rate" in the audio/video encoding sense of the phrase. The server creates network packets 60 times a second, but not ever replicated actor will have a chance to write to every outgoing packet. Then the packets suffer from your usual internet jitter (variable latency from A to B). Then we only write to the replay at 30 FPS (to save disk space).

In OP's link, the replay records a snapshot righ...

Read more

27 Jul

Comment

Originally posted by HoraryHellfire2

In the game clip. Your client predicted that the players touched the ball, but server side they did not. When your client predicted wrongly, very soon after the server corrected your client.

In the saved replay clip, the client-side prediction happens again (don't ask me why replays have client-side prediction). However, instead of the replay correcting your client, it doesn't correct your client until the ball begins to move as new information is sent.

/u/Psyonix_Cone, might want to force updates on a still ball in replays? Kind of like what you did with in-game client predicting, but now vice versa for replays.

 

A very, very similar issue was present long ago. What happened was clients in-game predicted the touch, but the server saw there was no touch. So the majority of the clients in the game predicted the touch. Usually except for one player, who's client knows their car didn't touch the ball (as they're the ones w...

Read more

might want to force updates on a still ball in replays

indeed


06 Jul

Comment

Originally posted by subRL

Isn't OEM-D the dominus too?

That is correct! However up until a certain point all the cars were sharing these four engines. So we just listed the original cars that wouldn't be updated with a unique engine.

These cars still share the V2 versions of the OEM engines.

Comment

Hmm... interesting... Can you upload a video? Also, what are your system specs and output format (5.1, Stereo, Headphones, etc).


27 Jun

Comment

hey, thanks for posting this for me! I'm glad you all enjoyed it.


23 May

Comment

Originally posted by sledge98

Only problem is the restriction on text amount for naming in game. I can't write "Save-Wall Pass - Goalie Demo Rocket Sledge"

If you're unable to, just do the best you can.

Comment

Originally posted by planzero94

Hey I'm on console how would I get a resave file to you? I have recorded a replay through the share option on ps4 and I was wondering which would be better the replay itself or the shared video clip of the replay?

Unfortunately I cannot accept video clips, and I'm afraid you can't pull the replay file from your console. At least not to my knowledge. Sorry man :/

Comment

Originally posted by StrikersGaming

Making sure we can rename the file we sent, not just the name of the replay in game. Anyway i submitted mine. hope its included

Sometimes renaming the file itself can corrupt the replay. I'm not sure how, but I know it's happened. Just keep the file name the same, and change the in-game name :)