Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Works as of 3/23/2025
- Use a program called FModel to unpack the game's .PAK files: https://fmodel.app/
- This page is a pretty good resource to get set up (click the "Manually Unpacking Files" tab): https://rpghq.org/forums/viewtopic.php?t=3332
- Or if you prefer a video, the first 5 minutes of this video should help: https://www.youtube.com/watch?v=OWbWgjl4zuI
- - Open FModel and set "Directory" to Rivals' location on your PC
- - Set "UE Version" to "GAME_MarvelRivals"
- - Apply the AES key and mapping file as mentioned in that RPGHQ link
- - You should see a bunch of '.pak' files show up in the "Archives" tab
- You don't need any of the other instructions from those links unless you're interested in 3D models/audio. Now to grab the score table:
- - In the "Archives" tab, set "Loading Mode" to "All"
- - Click "Load"
- - Once the packages are loaded, click the "Packages" drop-down at the top left
- - Click "Search". Search for MarvelPerformScoreTable. The MVP/MMR score table's full path should be:
- "Marvel>Content>Marvel>Data>DataTable>Rank>MarvelPerformScoreTable.uasset"
- - Double-click the file to read the JSON code in FModel
- - The first text you see in the file should be:
- "Type": "DataTable",
- "Name": "MarvelPerformScoreTable",
- ...
- Check this link to see how StandardScore keys translate to hero names: https://github.com/donutman07/MarvelRivalsCharacterIDs/blob/main/MarvelRivalsCharacterIDs.md
- These values seem to change every (half) season. If you're curious about what changed, you could check an older MarvelPerformScoreTable and compare against the updated table with something like Diffchecker (https://www.diffchecker.com/text-compare/)
- - S0 score table: https://pastebin.com/pbbsibBc
- - (Didn't grab the S1 score table)
- - S1.5 score table: https://pastebin.com/k4miLhjr (disregard that the title says 'S1')
- *Try exploring the game's other folders in FModel. You might find some more useful info
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement