ADD: inferno and dust2 maps, dust2 bugged
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
demo.dem
|
||||
*.dem
|
||||
__pycache__/
|
||||
venv
|
||||
2
main.py
2
main.py
@@ -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
9
maps/de_dust2.json
Normal 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
BIN
maps/de_dust2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 172 KiB |
9
maps/de_inferno.json
Normal file
9
maps/de_inferno.json
Normal 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
BIN
maps/de_inferno.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 129 KiB |
Reference in New Issue
Block a user