Recent updates breaking demos.
-
After mod tools were added a few months ago, it rendered all demos after that update unplayable in redacted (which is where they need to be opened to be edited). But we could still open new ones in pluto which was good enough for the time being.
After the updates of the past couple days, we now cant open any old demos in pluto at all, even ones from recent. And given that mod tools broke them in redacted, any demo made in the past 3 months is now useless. Cant be opened in redacted or pluto. We either need a fix, or a resource of old patches we can run offline to open the demos
thanks
-
THIS!!! been wanting a fix for this ever since the mod update.
-
would love a fix for this... save the editing com
-
A demo fix would be nice
-
Needed fix please take a look at this.
-
Yes please, need a fix badly!
-
Omg yes, pleaseeeee fix this issue,the montage players and montage editors love Plutonium due to we can use the game demos to make insanely good looking game edits that you can’t do with a live recordings. Would LOVE to see a patch to make demos usable again!!!
-
void hora yea its messed me up a few times banning hackers. if im not available to check the demo immediately and an update happens (witch is often) i cant go back to watch the old demos nor trust peoples words on reports with hackers.
-
Please fix
-
noticed this as well, would love a fix!
-
would love to be able to play demos in redacted again
-
it would be incredible if this got fixed!
-
hoping for a fix for this
-
void hora I researched this some today and unfortunately there isn't any good news. I'll try and touch on both why loading demos after mod support doesn't work on redacted anymore as well as why any old demo no longer works on pluto either.
The same concept applies to both breaks. With mod support there had to be changes in the data that is shared between a client and server when connecting and playing. There is more information needed to make sure that the mod is loaded and everything is set up. These load sequences are very dumb, in that they just read data in order and if there is something new that it wasn't expecting it can't handle it. If you didn't know, demos are just a saved stream of these messages to play back again. This is the cause for the redacted crash. We add more information to this message and redacted can't handle it.
Similarly, if the game expects information in these messages and its not there it crashes as well. This is the case for why old demos no longer work on plutonium. In this more recent update, there was a patch necessary for a part of mods to work correctly on dedicated servers. This required us to add more information to the messages shared between client and server. These old demos would not have this additional information and the game fails to handle it.
Due to the way the game and these messages work, it's basically impossible to handle multiple different message sequences. This is why with breaking updates, we require server owners to update their server to show up on the list. Unfortunately this also applies to demos as well. We will discuss what is possible to do here, but in all likelihood we will not be able to support demos across breaking versions. Any new demos that are created should work as expected in plutonium, but going forward there will not be any way to load demos into redacted.
-
Matrix A backlog of plutonium versions, i believe you just need the exe files inside AppData\Local\Plutonium\bin, would go a long way in helping us archive old pluto demos. Im not sure about how easy it would be to maintain but it would be really appreciated.
-
@adore-u the program created by mxve in the following post includes the option to download versions they archived of Plutonium: https://forum.plutonium.pw/topic/17548/linux-windows-server-updater
-
Matrix This is understandable and expected, thank you for responding. I would assume editing those strings of data and load sequences to match them to what redacted is expecting would break the demo altogether? If we could find it in the demo file in the first place.
-
void hora In theory that would work but I'm not sure that's really feasible given the formats
-
Matrix Just found out that redacted crashes when loading the demos when loading the ui_mp.ff and patch_ui_mp.ff. There are two files in pluto called ui, and ui_mp that i bet if we had compiled into ff files and replaced into redacted they would work. Not sure how to compile them into ff files tho.
-
void hora Matrix gave a detailed explanation of why the error occurs, did you not read it? Because mod support was added to Plutonium T6 which includes (fastfile as mod.ff, ipak, sabl/sabs, iwd) similar to BO3 we ended up changing the network protocol in order to expand the amount of fx configstrings that can be registered. We did this because many maps were already at the limit making adding custom fx and playing it via a script would require removing existing fx or otherwise be impossible. So as one of a great deal many changes we did this change in order to improve the modding experience for the mod support feature.
It is theoretically possible to patch redacted to change the protocol like we did which would allow you to load Plutonium demos again, but we wouldn't bother doing this ourselves. Alternatively someone could make a tool that converts the demos between versions, though I have no idea how realistic such a thing is. A demo is just a recording of the packets the server saw from all connections
TLDR; This can only be fixed with engine modifications to redacted or a specialized converter to convert the demos. No raw file or fastfile patches will fix the crash, the demos are simply incompatible because the protocol is no longer identical.