This repository was archived by the owner on May 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Demo Parsing Issues with Open Fortress #29
Copy link
Copy link
Open
Description
Heya!
I'm currently trying out analysis-template-rust, which uses this library, and I'm having some issues w/ parsing demos for Open Fortress (the current public version, and an internal dev build on the new 64bit engine branch)
I've tried multiple demos, recorded from the server and the client, but none of them will properly parse :/
At least it fails on the same thing every time, which is Malformed utf8 while reading string when parsing the StringTables packet. Which happens with the dev build (TF2 SDK & 64bit), and the latest public build (v21, previous2021 branch)
Also here are all the demo files;
- https://res.kate.pet/upload/adb17bf0dcf6/of22_2025-04-24.dem (dev build, recorded from client)
- https://res.kate.pet/upload/8d2cb4ba985f/auto-20250423-1207-dm_bloodcovenant.dem
- https://res.kate.pet/upload/7b33b6d5508b/auto-20250423-1144-dm_rig.dem
- https://res.kate.pet/upload/a0298364502b/auto-20250422-1405-dm_byre.dem
- https://res.kate.pet/upload/024e0d1a10b4/auto-20250423-0920-duel_geoteknik.dem
FYI, there are only 4 extra string tables in Open Fortress;
networkstringtable->CreateStringTable( "ServerGamemodes", 256 );
networkstringtable->CreateStringTable( "ServerMutators", 256 );
networkstringtable->CreateStringTable( "ServerVoteSettings", 256 );
networkstringtable->CreateStringTable( "ServerVoteOptions", 256 );If you need any more info, please let me know :3
Metadata
Metadata
Assignees
Labels
No labels

