Skip to content

Commit

Permalink
maps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexp8 committed Jun 3, 2023
1 parent ab46e67 commit 1526492
Show file tree
Hide file tree
Showing 21 changed files with 26,713 additions and 3,388 deletions.
1,049 changes: 599 additions & 450 deletions package/INI/MPMaps.ini

Large diffs are not rendered by default.

3,125 changes: 1,453 additions & 1,672 deletions package/Maps/Yuri's Revenge/2_pickaxe.map

Large diffs are not rendered by default.

4,080 changes: 4,080 additions & 0 deletions package/Maps/Yuri's Revenge/4_jalad_at_tanagra_ra2.map

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,117 changes: 1,056 additions & 1,061 deletions package/Maps/Yuri's Revenge/4_pioneer_peak_precaptured.map

Large diffs are not rendered by default.

4,116 changes: 4,116 additions & 0 deletions package/Maps/Yuri's Revenge/4_pioneer_peak_ra2.map

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,176 changes: 2,176 additions & 0 deletions package/Maps/Yuri's Revenge/Mod Maps/4_rekool_kalinka.map

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,798 changes: 2,798 additions & 0 deletions package/Maps/Yuri's Revenge/Mod Maps/6_rekool_katusha.map

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,259 changes: 3,259 additions & 0 deletions package/Maps/Yuri's Revenge/Mod Maps/8_rekool_gandzia.map

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
407 changes: 205 additions & 202 deletions package/Maps/Yuri's Revenge/blitz_texas.map

Large diffs are not rendered by default.

1,583 changes: 1,583 additions & 0 deletions package/Maps/Yuri's Revenge/blitz_the_pit_2v2_3v3.map

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,684 changes: 2,684 additions & 0 deletions package/Maps/Yuri's Revenge/blitz_volley.map

Large diffs are not rendered by default.

Binary file added package/Maps/Yuri's Revenge/blitz_volley.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,702 changes: 2,702 additions & 0 deletions package/Maps/Yuri's Revenge/blitz_volley_2v2.map

Large diffs are not rendered by default.

Binary file added package/Maps/Yuri's Revenge/blitz_volley_2v2.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: 2 additions & 3 deletions tools/mpmaps-updater/service/mpmaps-updater.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ export class MpMapsUpdaterService {
private async normalizeSection(newSection: any): Promise<any> {
console.log('Normalizing new map section');
// map files declare this as 'GameMode'. MPMaps.ini declares this as 'GameModes'.
// newSection['GameModes'] = newSection['GameMode'];
newSection['GameModes'] = 'Battle';
newSection['MinPlayers'] = newSection['MinPlayer'];
newSection['GameModes'] = newSection['GameMode'].replace('Standard', 'Battle');
newSection['MinPlayers'] = 1; //allow 1 person to launch the game, to practice/preview the map (this is existing behavior from previous script)
newSection['MaxPlayers'] = newSection['MaxPlayer'];
newSection['EnforceMaxPlayers'] = 'True';
newSection['Description'] = newSection['Name'];
Expand Down

0 comments on commit 1526492

Please sign in to comment.