Skip to content

Commit

Permalink
v1.2.5.0
Browse files Browse the repository at this point in the history
new options:
- hard mode: active miss time out at midnght. Penalty for missn cancel
- discount mode: get discounted field price, based on # of missions
  • Loading branch information
Mmtrx committed Nov 2, 2022
1 parent 5b95b0f commit 21c3cf5
Show file tree
Hide file tree
Showing 12 changed files with 525 additions and 142 deletions.
251 changes: 119 additions & 132 deletions betterContracts.lua

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions l10n/l10n_cz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
<text name="bc_detailsOff" text="Detaily vyp." />
<text name="bc_detailsOn" text="Detaily zap." />

<!-- Hard mode -->
<text name="bc_penalty" text="Penalty" />
<text name="bc_warnTimeout" text="Please complete your %d contract(s) within next hour, to prevent contract penalties." />
<text name="bc_warnCancel" text=" Contract penalty will be at least " />

<!-- discount mode -->
<text name="bc_maxJobs" text="You have reached the maximum discount for %s." />
<text name="bc_discount" text=" (%d%% discount)" />
<text name="bc_discValue" text="%s grants you %d %% discount for future field purchases." />

<!-- Display texts -->
<text name="bc_harvest" text="Skliz. " />
<text name="bc_leased" text="/ Nájem " />
Expand Down
11 changes: 11 additions & 0 deletions l10n/l10n_de.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
<text name="bc_leased" text="/ Leased " />
<text name="bc_enoughMissions" text="Deine Farm hat bereits die maximale Zahl aktiver Lohnaufträge." />

<!-- Hard mode -->
<text name="bc_penalty" text="Vertragsstrafe" />
<text name="bc_warnTimeout" text="Bitte beenden Sie Ihre %d Aufträge innerhalb einer Stunde, um Vertragsstrafen zu vermeiden." />
<text name="bc_warnCancel" text=" Die fällige Vertragsstrafe beträgt mindestens " />

<!-- discount mode -->
<text name="bc_maxJobs" text="Du hast den maximalen Rabatt für %s erreicht." />
<text name="bc_discount" text=" (%d%% Rabatt)" />
<text name="bc_discValue" text="%s gibt dir %d %% Rabatt für zukünftige Felderkäufe." />

<!-- npc details box -->
<text name="SC_widhei" text="Max Breite/ Länge:" />
<text name="SC_worktim" text="Zeitschätzung:" />
<text name="SC_price" text="Preis:" />
Expand Down
10 changes: 10 additions & 0 deletions l10n/l10n_en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
<text name="bc_detailsOff" text="Details off" />
<text name="bc_detailsOn" text="Details on" />

<!-- Hard mode -->
<text name="bc_penalty" text="Penalty" />
<text name="bc_warnTimeout" text="Please complete your %d contract(s) within next hour, to prevent contract penalties." />
<text name="bc_warnCancel" text=" Contract penalty will be at least " />

<!-- discount mode -->
<text name="bc_maxJobs" text="You have reached the maximum discount for %s." />
<text name="bc_discount" text=" (%d%% discount)" />
<text name="bc_discValue" text="%s grants you %d %% discount for future field purchases." />

<!-- Display texts -->
<text name="bc_harvest" text="Harv. " />
<text name="bc_leased" text="/ Leased " />
Expand Down
10 changes: 10 additions & 0 deletions l10n/l10n_fr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
<text name="bc_detailsOff" text="Sans détails" />
<text name="bc_detailsOn" text="Avec détails" />

<!-- Hard mode -->
<text name="bc_penalty" text="Penalty" />
<text name="bc_warnTimeout" text="Please complete your %d contract(s) within next hour, to prevent contract penalties." />
<text name="bc_warnCancel" text=" Contract penalty will be at least " />

<!-- discount mode -->
<text name="bc_maxJobs" text="You have reached the maximum discount for %s." />
<text name="bc_discount" text=" (%d%% discount)" />
<text name="bc_discValue" text="%s grants you %d %% discount for future field purchases." />

<!-- Display texts -->
<text name="bc_harvest" text="Réco. " />
<text name="bc_leased" text="/ Leased " />
Expand Down
10 changes: 10 additions & 0 deletions l10n/l10n_it.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
<text name="bc_detailsOff" text="Details off" />
<text name="bc_detailsOn" text="Details on" />

<!-- Hard mode -->
<text name="bc_penalty" text="Penalty" />
<text name="bc_warnTimeout" text="Please complete your %d contract(s) within next hour, to prevent contract penalties." />
<text name="bc_warnCancel" text=" Contract penalty will be at least " />

<!-- discount mode -->
<text name="bc_maxJobs" text="You have reached the maximum discount for %s." />
<text name="bc_discount" text=" (%d%% discount)" />
<text name="bc_discValue" text="%s grants you %d %% discount for future field purchases." />

<!-- Display texts -->
<text name="bc_harvest" text="Harv. " />
<text name="bc_leased" text="/ Leased " />
Expand Down
10 changes: 10 additions & 0 deletions l10n/l10n_jp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
<text name="bc_detailsOff" text="詳細非表示" />
<text name="bc_detailsOn" text="詳細表示" />

<!-- Hard mode -->
<text name="bc_penalty" text="Penalty" />
<text name="bc_warnTimeout" text="Please complete your %d contract(s) within next hour, to prevent contract penalties." />
<text name="bc_warnCancel" text=" Contract penalty will be at least " />

<!-- discount mode -->
<text name="bc_maxJobs" text="You have reached the maximum discount for %s." />
<text name="bc_discount" text=" (%d%% discount)" />
<text name="bc_discValue" text="%s grants you %d %% discount for future field purchases." />

<!-- Display texts -->
<text name="bc_harvest" text="Harv. " />
<text name="bc_leased" text="/ Leased " />
Expand Down
10 changes: 10 additions & 0 deletions l10n/l10n_pl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
<text name="bc_leased" text="/ Leased " />
<text name="bc_enoughMissions" text="Your farm already has the maximum number of contracts." />

<!-- Hard mode -->
<text name="bc_penalty" text="Penalty" />
<text name="bc_warnTimeout" text="Please complete your %d contract(s) within next hour, to prevent contract penalties." />
<text name="bc_warnCancel" text=" Contract penalty will be at least " />

<!-- discount mode -->
<text name="bc_maxJobs" text="You have reached the maximum discount for %s." />
<text name="bc_discount" text=" (%d%% discount)" />
<text name="bc_discValue" text="%s grants you %d %% discount for future field purchases." />

<!-- Display texts -->
<text name="SC_widhei" text="Max. szerokość/wysokość:" />
<text name="SC_worktim" text="Szacowany czas:" />
Expand Down
10 changes: 10 additions & 0 deletions l10n/l10n_ru.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
<text name="bc_detailsOff" text="Детали выкл." />
<text name="bc_detailsOn" text="Детали вкл." />

<!-- Hard mode -->
<text name="bc_penalty" text="Penalty" />
<text name="bc_warnTimeout" text="Please complete your %d contract(s) within next hour, to prevent contract penalties." />
<text name="bc_warnCancel" text=" Contract penalty will be at least " />

<!-- discount mode -->
<text name="bc_maxJobs" text="You have reached the maximum discount for %s." />
<text name="bc_discount" text=" (%d%% discount)" />
<text name="bc_discValue" text="%s grants you %d %% discount for future field purchases." />

<!-- Display texts -->
<text name="bc_harvest" text="Собр. " />
<text name="bc_leased" text="/Аренд. техника " />
Expand Down
15 changes: 13 additions & 2 deletions modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="67">
<modDesc descVersion="71">
<author>Mmtrx</author>
<version>1.2.4.4</version>
<version>1.2.5.0</version>
<title>
<en>Better Contracts</en>
</title>
Expand All @@ -24,6 +24,11 @@
Disclaimer: All values shown in details display are ESTIMATES. You should not take them absolutely, but rather as an indication of what contracts to prefer among others.
Changelog v1.2.5.0:
- hard mode: active contracts time out at midnght, Penalty for cancelling
- discount mode: get discounted field price, based on number of missions
- fewer warnings on missing mission vehicles
Changelog v1.2.4.4:
- fixed filter buttons to show other mission types, if available
- fixed "time left" display for transport contracts in MP game
Expand Down Expand Up @@ -69,6 +74,11 @@ Changelog v1.2.2.0:
Warnung: Alle in der Detailanzeige angegebenen Werte sind GESCHÄTZT. Sie sollten sie also nicht als absolute Zahlen verstehen, sondern als Hinweis, welche Verträge vielleicht anderen vorzuziehen sind.
Changelog v1.2.5.0:
- Hard mode: Aktive Verträge müssen vor Mitternacht beendet sein, Vertragsstrafe für abgebrochene Verträge
- Discount mode: Feldpreise verringern sich mit der Anzahl erfolgreicher Verträge
- Weniger Warnungen bei fehlenden Vertragsfahrzeugen
Changelog v1.2.4.4:
- Anzeigefilter-Buttons berücksichtigen nun auch andere Vertragstypen, wenn vorhanden
- Detail-Anzeige der Restlaufzeit von Transportverträgen repariert (Multiplayer-Modus)
Expand Down Expand Up @@ -153,6 +163,7 @@ Changelog v1.2.2.0:
<sourceFile filename="scripts/debug.lua" />
<sourceFile filename="scripts/gui.lua" />
<sourceFile filename="scripts/userint.lua" />
<sourceFile filename="scripts/options.lua" />
</extraSourceFiles>
<l10n filenamePrefix="l10n/l10n" />
<actions>
Expand Down
Loading

0 comments on commit 21c3cf5

Please sign in to comment.