Skip to content

Commit

Permalink
Add MVSC in games info json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Apr 18, 2024
1 parent 3d05266 commit cb7d553
Showing 1 changed file with 70 additions and 1 deletion.
71 changes: 70 additions & 1 deletion diambra/arena/utils/integratedGames.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,5 +351,74 @@
}
},
"cfg": {"WP": "But1", "WK": "But2", "SP": "But3", "SK": "But4"}
}
},
"mvsc":
{
"name": "Marvel VS Capcom",
"id": "mvsc",
"original_rom_name": "mvsc.zip",
"search_keywords": ["marvel vs capcom clash of super heroes", "marvel-vs.-capcom-clash-of-super-heroes", "5511", "wowroms"],
"notes": "Requires the QSound_HLE sound driver to be placed in the roms folder. Google `qsound_hle.zip` or `dl-1425.bin`",
"nvram_save": "",
"sha256": "6f63627cc37c554f74e8bf07b21730fa7f85511c7d5d07449850be98dde91da8",
"char_list": ["Chun-Li", "Ryu", "Zangief", "Morrigan", "Captain Commando",
"Megaman", "Strider Hiryu", "Spider Man", "Jin", "Captain America",
"Venom", "Hulk", "Gambit", "War Machine", "Wolverine", "Roll",
"Onslaught", "Alt-Venom", "Alt-Hulk", "Alt-War Machine",
"Shadow Lady", "Alt-Morrigan"],
"char_forbidden_list": ["Roll", "Onslaught", "Alt-Venom", "Alt-Hulk", "Alt-War Machine",
"Shadow Lady", "Alt-Morrigan"],
"char_homonymy_map": {},
"partner_list": ["Lou", "Juggernaut", "Magneto", "Psylocke", "Cyclops",
"Colossus", "Unknown Soldier", "Ton Pooh", "Arthur",
"Saki", "Miechele Heart", "Thor", "Storm", "Rogue",
"Iceman", "Pure&Fur", "US Agent", "Anita", "Devilot",
"Jubilee", "Shadow", "Sentinel"],
"outfits": [1, 2],
"difficulty": [1, 8, 2],
"difficulty_to_cluster_map": {
"1": "Easy",
"2": "Easy",
"3": "Easy",
"4": "Easy",
"5": "Medium",
"6": "Medium",
"7": "Hard",
"8": "Hard"
},
"cluster_to_difficulty_map": {
"Easy": 4,
"Medium": 6,
"Hard": 8
},
"rounds_per_stage": 1,
"stages_per_game": 8,
"number_of_chars_per_round": 2,
"number_of_chars_to_select": 2,
"n_actions": [9, 10, 7],
"health": [0, 144],
"frame_shape": [224, 384, 3],
"ram_states": {
"common": {
"stage": ["BOX", 1, 8],
"timer": ["BOX", 0, 99]
},
"Px": {
"side": ["BINARY", 0, 1],
"wins": ["BOX", 0, 1],
"character": ["DISCRETE", 0, 22],
"character_1": ["DISCRETE", 0, 22],
"character_2": ["DISCRETE", 0, 22],
"health_1": ["BOX", 0, 144],
"health_2": ["BOX", 0, 144],
"active_character": ["BINARY", 0, 1],
"super_bar": ["BOX", 0, 144],
"super_count": ["BOX", 0, 3],
"partner": ["DISCRETE", 0, 22],
"partner_attacks": ["BOX", 0, 9]
}
},
"cfg": {"WP": "But1", "MP": "But2", "SP": "But3", "WK": "But4", "MK": "But5", "SK": "But6"}
},

}

0 comments on commit cb7d553

Please sign in to comment.