Skip to content

Commit

Permalink
v2 packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDawg committed Feb 8, 2022
1 parent 4e28a03 commit 4f3dd10
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package_mod.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ call "%~dp0..\ModPackaging\utilities\ie_games.bat"

REM /* MODIFY: set the values of the 3 variables below to reflect the current mod version */
set "mod_name=The Calling"
set mod_version=v1
set mod_version=v2
set mod_folder=thecalling

REM /* MODIFY: list here which IE games the mod is compatible with, from this list of possibilities: */
Expand Down
9 changes: 6 additions & 3 deletions thecalling/readme-thecalling.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>The Calling</h1>
<p><strong><a href="http://www.gibberlings3.net/">A Gibberlings Three Mod</a><br />
Author: </strong> <a href="https://www.gibberlings3.net/profile/8-camdawg/">CamDawg</a><strong><br />
On the web: </strong><a href="https://www.gibberlings3.net/mods/quests/thecalling/">Home page</a> and <a href="https://www.gibberlings3.net/forum/201-the-calling/">discussion forum</a></p>
<p><strong> Version 1</strong><br />
<p><strong> Version 2</strong><br />
<strong> Languages:</strong> Chinese, Czech, English, French, German, Italian,
Korean, Polish, Russian, and Spanish<br />
<strong>Platforms: </strong>Windows, macOS, Linux<br />
Expand Down Expand Up @@ -89,7 +89,6 @@ <h2>Installation</h2>
<p><strong> Note for Complete Uninstallation</strong><br />
In addition to the methods above for removing individual components, you can completely uninstall the mod using setup-thecalling --uninstall at the command line to remove all components without wading through prompts. </p>
</div>
<p>&nbsp;</p>
</div>
<div class="ribbon_rectangle_h2"><a id="Contents" name="Contents"></a>
<h2>Contents</h2>
Expand Down Expand Up @@ -140,7 +139,7 @@ <h2>Thanks and Acknowledgements</h2>
<p><strong>Tools Used in Creation</strong></p>
<ul>
<li><a href="http://www.weidu.org/">WeiDU</a> by Wes Weimer, the bigg, and Wisp</li>
<li> <a href="http://www.idi.ntnu.no/~joh/ni/">Near Infinity</a> by Jon Olav Hauglid, FredSRichardson, and argent77</li>
<li> <a href="https://github.com/NearInfinityBrowser/NearInfinity/wiki">Near Infinity</a> by Jon Olav Hauglid, FredSRichardson, and argent77</li>
<li><a href="https://gibberlings3.github.io/iesdp/">IESDP</a> maintained by igi and lynx</li>
<li><a href="https://notepad-plus-plus.org/">Notepad++</a>, by the Notepad++ team</li>
<li><a href="http://www.gibberlings3.net/tools/weidu.php">WeiDU Notepad++ Highlighters</a> by cmorgan, updated by argent77 </li>
Expand All @@ -166,6 +165,10 @@ <h2>Version History</h2>
<div class="ribbon_triangle_h2-l"></div>
<div class="ribbon_triangle_h2-r"></div>
<div class="section">
<p><strong>Version 2 - February 8, 2022</strong></p>
<ul>
<li>Fixed a bug with <strong>The Calling</strong> component where the original Melicamp quest was not getting closed out (XP, reputation, proper journal entries) on BGEE or EET games. </li>
</ul>
<p><strong>Version 1 - December 20, 2021</strong></p>
<ul>
<li>Thanks to JohnBob for an updated French translation, as well as some proofreading of the original text</li>
Expand Down
4 changes: 2 additions & 2 deletions thecalling/thecalling.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LabelType = GloballyUnique
# Dynamic Install Order, use mod ID as tp2 name without file extension and `setup-` prefix

# This mod must be installed *before* the mods listed after the keyword
Before = cdtweaks, stratagems
Before = cdtweaks, stratagems

# This mod must be installed *after* the mods listed after the keyword
# After = EET
After =
2 changes: 1 addition & 1 deletion thecalling/thecalling.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ALWAYS

END

VERSION ~v1~
VERSION ~v2~
README ~thecalling/readme-thecalling-%LANGUAGE%.html~ ~thecalling/readme-thecalling.html~
AUTO_TRA ~thecalling/languages/%s~

Expand Down

0 comments on commit 4f3dd10

Please sign in to comment.