Skip to content

Commit 2a6ee99

Browse files
committed
Migrate gamedata to JSONC & IDA signature formats
1 parent 461c691 commit 2a6ee99

7 files changed

Lines changed: 697 additions & 665 deletions

File tree

PackageScript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ for task in MMSPlugin.binaries:
121121
builder.AddCopy(os.path.join('configs', 'zr', 'weapons.cfg.example'), zr_folder)
122122
builder.AddCopy(os.path.join('configs', 'zr', 'hitgroups.cfg.example'), zr_folder)
123123
builder.AddCopy(os.path.join('configs', 'entwatch', 'maps', 'template.jsonc'), ew_maps_folder)
124-
builder.AddCopy(os.path.join('gamedata', 'cs2fixes.games.txt'), gamedata_folder)
124+
builder.AddCopy(os.path.join('gamedata', 'cs2fixes.jsonc'), gamedata_folder)
125125

126126
particles_cs2f_folder = builder.AddFolder(os.path.join(packages[sdk_name].sdk_name, 'particles', MMSPlugin.metadata['name']))
127127
builder.AddCopy(os.path.join('assets', 'particles', MMSPlugin.metadata['name'], 'admin_beacon.vpcf_c'), particles_cs2f_folder)
@@ -169,4 +169,4 @@ for task in MMSPlugin.binaries:
169169
# Generate PDB info.
170170
with open(os.path.join(builder.buildPath, 'pdblog.txt'), 'wt') as fp:
171171
for line in pdb_list:
172-
fp.write(line.path + '\n')
172+
fp.write(line.path + '\n')

gamedata/cs2fixes.games.txt

Lines changed: 0 additions & 558 deletions
This file was deleted.

0 commit comments

Comments
 (0)