Skip to content

Commit

Permalink
v10 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDawg committed Oct 27, 2023
1 parent 63a36ee commit 3f78c72
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
1 change: 0 additions & 1 deletion celestials/lib/functions.tph
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ COPY_EXISTING ~%source%.spl~ ~override/%destination%.spl~
REPLACE_TEXTUALLY ~^\([ %TAB%]*STATE[ %TAB%]+STRREF[ %TAB%]+[ %TAB%0-9]+\)~ ~\1 %header%~
FOR (index = 1 ; index < rows ; ++index) BEGIN
READ_2DA_ENTRY index 0 3 rowname
PATCH_PRINT ~row name is %rowname%~
SET match = 0
REPLACE_EVALUATE CASE_INSENSITIVE ~\(^%rowname%[ %TAB%].+[ %TAB%]\)%source%\([ %TAB%%LNL%%MNL%%WNL%]\)~ BEGIN
SET match = 1
Expand Down
15 changes: 14 additions & 1 deletion celestials/readme-celestials.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1><acronym title="Pen and Paper">P&amp;P</acronym> Celestials</h1>
<p><strong><a href="https://www.gibberlings3.net/">A Gibberlings Three Mod</a><br />
Author: </strong><a href="https://www.gibberlings3.net/profile/32-caedwyr/">Caedwyr</a><strong> <br />
On the web: </strong><a href="https://www.gibberlings3.net/mods/spells/celestials/">Home page</a>, <a href="https://www.gibberlings3.net/forums/forum/28-miscellaneous-released-mods/">discussion forum</a>, and <a href="https://discord.gg/yTzjMTb">Discord</a></p>
<p><strong> Version 9</strong><br />
<p><strong> Version 10</strong><br />
<strong> Languages:</strong> English, French, German, Italian, Polish, Russian <br />
<strong>Platforms: </strong>Windows, macOS, Linux<br />
<strong>GitHub: </strong><a href="https://github.com/Gibberlings3/PnP_Celestials">Gibberlings3/PnP_Celestials</a></p>
Expand Down Expand Up @@ -366,6 +366,19 @@ <h2>Version History</h2>
<div class="ribbon_triangle_h2-l"></div>
<div class="ribbon_triangle_h2-r"></div>
<div class="section">
<p><strong>Version 10 - October 27, 2023</strong></p>
<ul>
<li>Big thanks to TotoR, who sent along fixes for the following:
<ul>
<li>The animation component was not properly checking for the main component due to a typo; this meant some changes were not being made</li>
<li>Fixed conflicts with the Spell Revisions and Item Revisions mods</li>
<li>New icon for Improved Invisibility and Protection From Good 40' (the latter used with permission from Divine Remix)</li>
</ul>
</li>
<li>The Polish translation was borked, but Roberciiik sent along a fix</li>
<li>Fixed a bug where the mod could choke on EE games with a modified Seven Eyes table </li>
<li> &quot;The Winged&quot; from Black Pits II was not being updated with the new planetar animations</li>
</ul>
<p><strong>Version 9 - November 30, 2022</strong></p>
<ul>
<li>Fixed a fairly dumb and egregious bug from CamDawg where the new spell cloning code was corrupting creature files</li>
Expand Down
4 changes: 2 additions & 2 deletions celestials/setup-celestials.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ ALWAYS

END

VERSION ~v9~
VERSION ~v10~

README ~celestials/readme-celestials.html~

AUTO_TRA ~celestials/languages/%s~
AUTO_TRA ~%tra_location%/%s~

LANGUAGE
~English~
Expand Down
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=P&P Celestials"
set mod_version=v9
set mod_version=v10
set mod_folder=celestials

REM /* MODIFY: list here which IE games the mod is compatible with, from this list of possibilities: */
Expand Down

0 comments on commit 3f78c72

Please sign in to comment.