This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A lot of warnings still, depending on biomes, some maps won't load at all.
- Loading branch information
Showing
18 changed files
with
37 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
2021-10-12 | ||
|
||
* Update for 0ad a25 (Some maps still don't work depending on the biome set) | ||
* v0.25.0999 released |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,16 @@ | ||
### Balanced Maps 2 | ||
|
||
Fork of [Balanced Maps](https://github.com/badosu/badmod) | ||
|
||
Please report any issues by opening a ticket on | ||
https://github.com/0ad-matters/balanced_maps_2 or by submitting a [pull | ||
request](https://guides.github.com/introduction/flow/). | ||
|
||
### Credits | ||
|
||
- Valihrant for extensive playtesting, map concepts and feedback | ||
- Stockfish for playtesting and Wrench concept | ||
- Feldfeld for original random food generator, britannic road, wood generator and discussions | ||
- elexis for extensive technical help | ||
- nani for technical help and autociv | ||
- badosu for maintaining the original Balanced Maps project |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
MapFilters.prototype.Filters.push( | ||
{ | ||
"Name": "Balanced Maps 2", | ||
"Title": "badmod", | ||
"Description": "Balanced Maps 2", | ||
"Match": ["badmod"] | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "balanced-maps", | ||
"version": "0.21.0", | ||
"label": "Balanced maps", | ||
"name": "balanced-maps-2", | ||
"version": "0.25.0999", | ||
"label": "Balanced maps 2", | ||
"description": "A collection of balanced maps.", | ||
"dependencies": ["0ad=0.0.24"], | ||
"url": "https://github.com/badosu/badmod", | ||
"dependencies": ["0ad=0.0.25"], | ||
"url": "https://github.com/0ad-matters/badmod", | ||
"type": "maps" | ||
} |