Skip to content

Commit

Permalink
Version 9.3 (#130)
Browse files Browse the repository at this point in the history
* Bump to 9.3

* Fixed typo
  • Loading branch information
F1rrel authored Dec 3, 2023
1 parent c78d1d9 commit e41fea3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ BaNaNaS: https://bananas.openttd.org/package/game-script/52455649
- Industry sets: you can use any industry NewGRF
- these are specifically supported industry NewGRF: Baseset (all climates), FIRS 1.4, 2, 3, 4.3
(all economies), ECS 1.2 (any combination), YETI 0.1.6
(all except Simplified), NAIS 1.0.6, ITI 1.6, 2, XIS 0.6, OTIS 03, IOTC 0.1, LJI 0.1, WRBI 1200,
Real Beta
(all except Simplified), NAIS 1.0.6, ITI 1.6, 2, XIS 0.6, OTIS 05, IOTC 0.1, LJI 0.1, WRBI 1200,
Real Beta, Minimalist, PIRS 2022
- using RVG with any other unsupported industry set will contain proceduraly generated categories

## Translations
Expand All @@ -25,11 +25,12 @@ Currently available languages:
- French (rmnvgr, Elarcis)
- Slovak
- Czech
- Simplified Chinese (SuperCirno)
- Simplified Chinese (SuperCirno, WenSimEHRP)
- Polish (qamil95)
- Galician (pvillaverde)
- German (pnkrtz)
- Japanese (fmang)
- Traditional Chinese (WenSimEHRP)

If you want to contribute to a translation, you can do it by modifying a file [english.txt](lang/english.txt) and posting it to the forum topic or creating a new issue/pull request with this file included.

Expand Down Expand Up @@ -57,4 +58,5 @@ Thanks to contributors:
- pvillaverde
- pnkrtz
- fmang
- Elarcis
- Elarcis
- WenSimEHRP
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
*** Renewed Village Growth GS Changelog ***

Version 9.3 (2023/12/03)
- new: Traditional Chinese translation (WenSimEHRP)
- new: OTIS 05 support
- new: Minimalist Industries support
- new: Pikka's Industry Redux Set (PIRS 2022) support
- fix: Simplified Chinese translation (WenSimEHRP)
- fix: FIRS 3 Arctic Basic cargo categories
- fix: Crash in ECS Town vector discovery

Version 9.2 (2023/04/02)
- fix: Funding failed continuously when no industry could be funded

Expand Down
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* A GameScript for OpenTTD *
******************************

Version: 9.2
Version: 9.3

Usefull URL's:
- forum topic: https://www.tt-forums.net/viewtopic.php?f=65&t=87052
Expand Down Expand Up @@ -267,8 +267,8 @@ they can safely be changed while the game is running:
- these are specifically supported industry NewGRF: Baseset
(all climates), FIRS 1.4, 2, 3, 4.3 (all economies), ECS 1.2
(any combination), YETI 0.1.6 (all except Simplified),
NAIS 1.0.6, ITI 1.6, 2, XIS 0.6, OTIS 02, IOTC 0.1, LJI 0.1,
WRBI 1200, Real Beta.
NAIS 1.0.6, ITI 1.6, 2, XIS 0.6, OTIS 05, IOTC 0.1, LJI 0.1,
WRBI 1200, Real Beta, Minimalist, PIRS 2022.
Using RVG with any other unsupported industry set will contain
proceduraly generated categories

Expand Down Expand Up @@ -300,6 +300,7 @@ Contributors:
- pnkrtz
- fmang
- Elarcis
- WenSimEHRP

6. FAQ

Expand Down
6 changes: 3 additions & 3 deletions version.nut
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SELF_VERSION <- 92 // integer version of the GS, needs to be increased with each release
SELF_VERSION <- 93 // integer version of the GS, needs to be increased with each release
SELF_MINLOADVERSION <- 90 // minimum integer version of GS that can load this version, increased when major version is increased
SELF_MAJORVERSION <- 9 // main version of the GS, releases with same major version should be saveload compatible
SELF_MINORVERSION <- 2 // minor version of the GS, incremental subreleases of the major version, saveload compatible
SELF_DATE <- "2023-04-02" // release date
SELF_MINORVERSION <- 3 // minor version of the GS, incremental subreleases of the major version, saveload compatible
SELF_DATE <- "2023-12-03" // release date
SELF_MAX_TOWNS <- 1400 // maximum number of towns that can be successfully saved in this release

0 comments on commit e41fea3

Please sign in to comment.