-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 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 |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# SOD_DensityMod | ||
A mod that allows you to set the density and land value range for city generation. With an in-game menu in the City Generation screen | ||
|
||
|
||
# Release 1.4 | ||
|
||
### New "Land Value" settings! | ||
|
||
Land value seems to affect how rich a block is, though more testing is needed, this seems to affect what buildings spawn. | ||
|
||
### Now Open Source! | ||
|
||
#### Changes: | ||
|
||
- Added new Land Value setting that can be tweaked | ||
- Fixed some typos present in Config file(I was very tired when writing it) | ||
- Major overhauls under the hood for expandability, and readability | ||
- Now open source! | ||
|
||
# Release 1.3 | ||
|
||
- Added new UI to City Generation menu. | ||
- New in-game dropdown boxes to select desired settings. Now you no longer have to fiddle with the config file! | ||
- Finally cleaned up the logs, so all debug related stuff is actually in the debug log. Sorry for the spam on previous versions! |