Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiHoel committed Dec 7, 2020
1 parent 025ae34 commit ad86732
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion AnnoCalculator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
let versionCalculator = "v1.0";
let versionCalculator = "v1.1";
let ACCURACY = 0.01;
let EPSILON = 0.0000001;
let ALL_ISLANDS = "All Islands";
Expand Down
Binary file added PopulationExtraction.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
* To use the calculator go to the following website: https://nihoel.github.io/Anno1404Calculator/
* To use it offline, download, unzip and open index.html with a browser: https://github.com/NiHoel/Anno1404Calculator/archive/v1.0.zip

An application to read population and factory count from the game and enter it into the calculator.
* Download link of UXEnhancer: https://github.com/NiHoel/Anno1404UXEnhancer
* [YouTube-Tutorial](https://youtu.be/k4WmgEIkp4s)
![Extract population count](PopulationExtraction.jpg)
An application to read population and factory count from the game and enter it into the calculator (only works from citizens onwards): https://github.com/NiHoel/Anno1404UXEnhancer


* License: MIT
* Author: Nico Höllerich
2 changes: 2 additions & 0 deletions i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,12 @@ Siehe folgenden Link für weitere Informationen: `,
german: "Eine neue Version des Warenrechners ist verfügbar. Klicke auf den Downloadbutton.",
korean: "새로운 Anno 1404 계산기 버전이 제공됩니다. 다운로드 버튼을 클릭하십시오."
},
/*
newFeature: {
english: "NEU: Zusatzwarenverwaltung, Zeitungseffekt und Handelsrouten. Alles drei muss erst über die Einstellungen aktiviert werden. Über das neue Fabrikkonfigurationsmenü können Routen erstellt, Items ausgerüstet und Zusatzwaren angewendet werden. Siehe die Hilfe für weitere Informationen.",
german: "NEW: Extra goods management, newspaper effects and trade routes. All three features must be activated in the settings. From the new factory configuration dialog one can create routes, equip items, and apply extra goods. See the help for more information.",
},
*/
helpContent: {
german:
`<h5>Verwendung und Aufbau</h5>
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ <h5>Calculator Tutorial</h5>
<a class="mb-3" href="https://youtu.be/4ZJYZ5GBc60" target="_blank">
<img class="img-thumbnail img-responsive" src="CalculatorScreenshot.png" />
</a>
<h5 class="mt-3">Statistics Extraction Tutorial</h5>
<a class="mb-3" href="https://youtu.be/k4WmgEIkp4s" target="_blank">
<img class="img-thumbnail img-responsive" src="CalculatorExtractionScreenshot.png" />
</a>
<h5 class="mt-3">Population Extraction</h5>

<img class="img-thumbnail img-responsive" src="PopulationExtraction.jpg" />

<br />
<div class="mt-3" data-bind="html: texts.helpContent.name"></div>

Expand Down
1 change: 1 addition & 0 deletions params.js
Original file line number Diff line number Diff line change
Expand Up @@ -2230,6 +2230,7 @@ params=
"products": [
50029,
50030,
50036,
50035,
50031,
50049,
Expand Down

0 comments on commit ad86732

Please sign in to comment.