Skip to content

Commit

Permalink
Merge pull request #583 from Wolfy76700:game/gbvsr
Browse files Browse the repository at this point in the history
Added assets for Blazing Strike
  • Loading branch information
Wolfy76700 authored Oct 24, 2024
2 parents d6aea1b + 90a8a04 commit 528dd66
Show file tree
Hide file tree
Showing 19 changed files with 73 additions and 1 deletion.
59 changes: 59 additions & 0 deletions games/blazing/base_files/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"challonge_game_id": null,
"character_to_codename": {
"Alexander": {
"codename": "Alexander"
},
"Erlik": {
"codename": "Erlik"
},
"Graffi": {
"codename": "Graffi"
},
"Hana": {
"codename": "Hana"
},
"Jake": {
"codename": "Jake"
},
"Lei Long": {
"codename": "LeiLong"
},
"MJ": {
"codename": "MJ"
},
"Magnus": {
"codename": "Magnus"
},
"Mateo": {
"codename": "Mateo"
},
"Mochizuki": {
"codename": "Mochizuki"
},
"Nagi": {
"codename": "Nagi"
},
"Oro": {
"codename": "Oro"
},
"Pink Samurai": {
"codename": "PinkSamurai"
},
"Ryohei": {
"codename": "Ryohei"
},
"Shinsuke": {
"codename": "Shinsuke"
},
"Zero": {
"codename": "Zero"
}
},
"credits": "Ripped from https://www.aksysgames.com/blazingstrike/characters/",
"description": "Base config to use this game.",
"name": "Blazing Strike",
"smashgg_game_id": 46364,
"stage_to_codename": {},
"version": "1.0"
}
8 changes: 8 additions & 0 deletions games/blazing/base_files/icon/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"prefix": "file_",
"postfix": "_",
"type": [
"icon"
],
"version": "1.0"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/blazing/base_files/icon/file_Graffi_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/blazing/base_files/icon/file_Hana_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/blazing/base_files/icon/file_Jake_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/blazing/base_files/icon/file_LeiLong_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/blazing/base_files/icon/file_MJ_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/blazing/base_files/icon/file_Mateo_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/blazing/base_files/icon/file_Nagi_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/blazing/base_files/icon/file_Oro_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/blazing/base_files/icon/file_Ryohei_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/blazing/base_files/icon/file_Zero_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added games/blazing/base_files/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions utilities/download_smashgg/game_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -921,5 +921,10 @@
"smashgg_id": 22404,
"name": "Koihime Enbu RyoRaiRai Version 3",
"image_type": "icon"
},
{
"smashgg_id": 46364,
"name": "Blazing Strike",
"image_type": "icon"
}
]
2 changes: 1 addition & 1 deletion utilities/txt_to_config_json/txt_to_config_json.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
from pathlib import Path

game_id = 11821
game_id = 46364
character_list_filename = "characters_list.txt"

blank_files_folder="blank_files"
Expand Down

0 comments on commit 528dd66

Please sign in to comment.