Community-submitted Warcraft II maps for the Warcraft II Community platform.
warcraft2-community-maps/
├── authors/ # Individual author collections (organized by player count)
│ ├── <author1>/
│ │ ├── 2_players/
│ │ ├── 4_players/
│ │ ├── 6_players/
│ │ ├── 8_players/
│ │ └── ...
│ └── <author2>/
│ └── ...
├── christmas/ # Christmas-themed maps (organized by player count)
│ ├── 4_players/
│ ├── 5_players/
│ ├── 6_players/
│ ├── 7_players/
│ └── 8_players/
└── rme/ # RME (Resource Management Expert) maps (organized by player count)
├── 4_players/
├── 6_players/
└── 8_players/
| Collection | Maps | Distribution |
|---|---|---|
| Authors | 834 | 8 players, 4 players, 2 players, etc. |
| Christmass | 18 | 4, 5, 6, 7, 8 players |
| RME | 14 | 4, 6, 8 players |
| Total | 866 | - |
-
Fork this repository
-
Add your
.pudfile to the appropriate location:For author collections (recommended):
authors/<your_username>/<n_players>/YourMapName.pudExample:
authors/john_doe/4_players/Desert_Warfare.pudAvailable player count folders:
2_players/- 2-player maps4_players/- 4-player maps6_players/- 6-player maps8_players/- 8-player maps
-
Create a pull request to the
mainbranch -
Your map will be automatically validated and added to the pending queue
-
Wait for admin approval
- No spaces in filenames: Use
My_Map.pudinstead ofMy Map.pud - Descriptive names: Use
Desert_Warfare.pudinstead ofmap1.pud - Maximum length: 255 characters (including
.pudextension)
- Format:
.pud(Warcraft II map format) - Validation: Maps are automatically validated on submission
- Duplicates: Duplicate maps (by SHA-256 hash) are automatically rejected
authors/- Individual author map collections organized by player countchristmas/- Christmas-themed maps for the holiday seasonrme/- RME (Resource Management Expert) maps - specialized economic scenarios
By submitting maps to this repository, you agree that:
- The maps may be displayed on the Warcraft II Community platform
- The maps remain your intellectual property
- Other users may download and play your maps
1. Fork & Add Map
↓
2. Create Pull Request
↓
3. Webhook Triggered
↓
4. Automatic Validation
↓
5. Added to Pending Queue
↓
6. Admin Review
↓
7. Approved → Public Gallery
↓
8. Rejected → Deleted
Last Updated: 2026-03-18