Skip to content
Snippets Groups Projects
Commit 6bfe8afd authored by Arkerthan's avatar Arkerthan
Browse files

Add current version message to options page

parent 2d18d291
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
Pregmod is a modification of the original <i>Free Cities</i> created by FCdev, which can be seen at https://freecitiesblog.blogspot.com/. Pregmod is a modification of the original <i>Free Cities</i> created by FCdev, which can be seen at https://freecitiesblog.blogspot.com/.
</div> </div>
<div class="note"> <div class="note">
version: $ver, mod version: $pmodVer, build: $releaseID <<if App.Version.commitHash>>commit: <<= App.Version.commitHash>><</if>> version: $ver, mod version: $pmodVer, build: $releaseID<<if App.Version.commitHash>>, commit: <<= App.Version.commitHash>><</if>>
</div> </div>
<div id="version"> <div id="version">
<<link "More version info">> <<link "More version info">>
......
...@@ -30,23 +30,26 @@ ...@@ -30,23 +30,26 @@
.addValue("Enabled", 1).on().addValue("Disabled", 0).off()>> .addValue("Enabled", 1).on().addValue("Disabled", 0).off()>>
<<includeDOM _options.render()>> <<includeDOM _options.render()>>
<br> <div>
This save was created using FC version $ver build $releaseID. This save was created using FC version $ver build $releaseID. You are currently playing version: <<= App.Version.base>>, mod version: <<= App.Version.pmod>>, build: <<= App.Version.release>><<if App.Version.commitHash>>, commit: <<= App.Version.commitHash>><</if>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Apply Backwards Compatibility Update|Backwards Compatibility]] <div>
<<if $secExpEnabled == 1>> <div class="indent">
<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Apply Security Expansion mod backwards compatibility |SecExpBackwardCompatibility]] [[Apply Backwards Compatibility Update|Backwards Compatibility]]
<</if>> <<if $secExpEnabled == 1>>
<<if $SF.Toggle && $SF.Active >= 1>> <br>[[Apply Security Expansion mod backwards compatibility |SecExpBackwardCompatibility]]
<br>&nbsp;&nbsp;&nbsp;&nbsp; <</if>>
<<link "Apply Special Force Expansion mod backwards compatibility">> <<if $SF.Toggle && $SF.Active >= 1>>
<<= App.SF.BC()>> <br>
<<goto "Options">> <<link "Apply Special Force Expansion mod backwards compatibility">>
<</link>> <<= App.SF.BC()>>
<</if>> <<goto "Options">>
<br><<link "Reset extended family mode controllers">> <</link>>
<<run resetFamilyCounters()>> <</if>>
<<replace "#familyHint">>//@@.lightgreen;Done:@@ all family relations flushed and rebuilt.//<</replace>> </div>
<</link>> <<link "Reset extended family mode controllers">>
<<run resetFamilyCounters()>>
<<replace "#familyHint">>//@@.lightgreen;Done:@@ all family relations flushed and rebuilt.//<</replace>>
<</link>>
<span id="familyHint">//Clears and rebuilds .sister and .daughter tracking.//</span> <span id="familyHint">//Clears and rebuilds .sister and .daughter tracking.//</span>
<<if isNaN($rep)>> <<if isNaN($rep)>>
<br>[[Reset Reputation|Options][$rep = 0]] <br>[[Reset Reputation|Options][$rep = 0]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment