ADD: inferno and dust2 maps, dust2 bugged

This commit is contained in:
2025-03-23 10:54:27 +00:00
parent b4cc44acc3
commit b2b5cc65b0
6 changed files with 20 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
demo.dem
*.dem
__pycache__/
venv

View File

@@ -6,7 +6,7 @@ from models.team import Team
def main():
import demoparser2
demo_parser = demoparser2.DemoParser("demo.dem")
demo_parser = demoparser2.DemoParser("the-mongolz-vs-natus-vincere-m2-inferno.dem")
game_info = demo_parser.parse_ticks(["X", "Y", "Z", "pitch", "yaw", "is_alive", "team", "player_steamid",
"team_rounds_total", "team_num", "total_rounds_played", "shots_fired",
"health"])

9
maps/de_dust2.json Normal file
View File

@@ -0,0 +1,9 @@
{
"material": "maps/de_dust2.png" ,
"pos_x": -2476 ,
"pos_y": 239,
"scale": 4.4 ,
"rotate": 1,
"zoom": 1.1
}

BIN
maps/de_dust2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

9
maps/de_inferno.json Normal file
View File

@@ -0,0 +1,9 @@
{
"material": "maps/de_inferno.png",
"pos_x": -2087 ,
"pos_y" : 3870,
"scale": 4.9,
"rotate": 0,
"zoom":0
}

BIN
maps/de_inferno.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB