Skip to content

Commit d9fd7d8

Browse files
committedSep 7, 2022
Prepping for v14
1 parent 2a85170 commit d9fd7d8

File tree

4 files changed

+26
-15
lines changed

4 files changed

+26
-15
lines changed
 

‎package_mod.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ call "%~dp0..\ModPackaging\utilities\ie_games.bat"
66

77
REM /* MODIFY: set the values of the 3 variables below to reflect the current mod version */
88
set "mod_name=SP Collection"
9-
set mod_version=v13
9+
set mod_version=v14
1010
set mod_folder=spstuff
1111

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

‎readme.md

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
1-
![Latest Release](https://img.shields.io/github/v/release/Gibberlings3/SP_Collection?include_prereleases&color=blue)
1+
![Latest Release](https://img.shields.io/github/v/release/Gibberlings3/SP_Collection?include_prereleases&color=blue)
22
![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/Gibberlings3/SP_Collection?color=gold)
33
![Platform](https://img.shields.io/static/v1?label=platform&message=windows%20%7C%20macOS%20%7C%20linux%20%7C%20Project%20Infinity&color=informational)
44
![Language](https://img.shields.io/static/v1?label=language&message=English%20%7C%20Czech%20%7C%20French%20%7C%20German%20%7C%20Italian%20%7C%20Russian%20%7C%20Spanish&color=limegreen)
5-
65
![Supported games](https://img.shields.io/static/v1?label=supported%20games&message=BG2%20%7C%20BGT%20%7C%20BGEE%20%7C%20BG2EE%20%7C%20EET%20%7C%20IWDEE%20%7C%20IWD-in-BG2&color=dodgerblue)
76

7+
![The G3 Logo](https://raw.githubusercontent.com/Gibberlings3/.github/master/profile/g3_neutral.png)
88

9-
<div align="center"><h1></a>SP Collection</h1>
10-
11-
</div><br>
9+
# The Sorcerer's Place Collection
1210

13-
##
1411

1512
## Overview
1613

17-
18-
1914
This is a collection of kits and an item pack from Sorcerer's Place. The mods were originally in an older, harder-to-install format and I have converted them to use a WeiDU installer and implemented several bugfixes. Item restrictions are also applied dynamically, meaning that the item restrictions for the Arcane Fist and Archer of Sylvanus kits will be implemented across all items in the game, including those added or altered by other mods.
2015

21-
##
16+
## More Information
2217

23-
:page_facing_up: [Read the mod's readme](https://gibberlings3.github.io/Documentation/readmes/readme-spstuff.html)
18+
:page_facing_up: [Project Page](https://www.gibberlings3.net/mods/kits/spc/)
19+
:page_facing_up: [Readme](https://gibberlings3.github.io/Documentation/readmes/readme-spstuff.html)
20+
:page_facing_up: [Forum](https://www.gibberlings3.net/forum/28-miscellaneous-released-mods/)
2421

2522
##
2623

27-
[![Created Badge](https://badges.pufler.dev/created/Gibberlings3/SP_Collection?style=plastic&label=Created)](https://badges.pufler.dev)
28-
![GitHub repo size](https://img.shields.io/github/repo-size/Gibberlings3/SP_Collection?style=plastic&label=repo%20size)
24+
![GitHub repo size](https://img.shields.io/github/repo-size/Gibberlings3/SP_Collection?style=plastic&label=repo%20size)

‎spstuff/readme-spstuff.html

+16-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>The Sorcerer's Place Collection</h1>
3131
<p><strong><a href="https://www.gibberlings3.net/">A Gibberlings Three Mod</a><br />
3232
Authors: </strong>Original material by Creslyn, Drizzt1180, and Polar Bear. Modernized and maintained by <a href="https://www.gibberlings3.net/profile/8-camdawg/">CamDawg</a><strong><br />
3333
On the web: </strong><a href="https://www.gibberlings3.net/mods/kits/spc/">Home page</a> and <a href="https://www.gibberlings3.net/forum/28-miscellaneous-released-mods/">discussion forum</a><a href="https://www.gibberlings3.net/forum/28-miscellaneous-released-mods/"></a></p>
34-
<p><strong> Version 13</strong><br />
34+
<p><strong> Version 14</strong><br />
3535
<strong>Languages:</strong> Czech, English, French, German, Italian, Russian, and Spanish<br />
3636
<strong>Platforms: </strong>Windows, macOS, Linux<br />
3737
<strong>GitHub: </strong><a href="https://github.com/Gibberlings3/SP_Collection">Gibberlings3/SP_Collection</a></p>
@@ -286,6 +286,21 @@ <h2>Version History</h2>
286286
<div class="ribbon_triangle_h2-l"></div>
287287
<div class="ribbon_triangle_h2-r"></div>
288288
<div class="section">
289+
<p><strong>Version 14 - September 7, 2022</strong></p>
290+
<ul>
291+
<li>On EEs, the Wushi Ninja was not properly getting its thieving skills (thanks to M4RT and polyopte for reporting and fixing)</li>
292+
<li>The Arcane Fist relies on the game's universal script to keep its proper fist equipped, but was not accounting for SoD's universal script</li>
293+
<li>Fixes to <strong>Creslyn's Item Pack</strong>:
294+
<ul>
295+
<li>Joorg's Demise is now usable by shaman on EEs, as it is an axe</li>
296+
<li>Numerous items had leftover kit usability flags that they shouldn't (name Helm, Talos, Undead Hunter flags)</li>
297+
<li>Ivory Ioun Stone shouldn't provide critical hit protection on EEs/TobEx</li>
298+
<li>Geirthan's Plate was usable by Avengers and Archers </li>
299+
</ul>
300+
</li>
301+
<li>Added more integrations for the in-development EE Fixpack, specifically, the new way it handles 'curing' things such as stun, hold, and feeblemind</li>
302+
<li> Upgraded from WeiDU's native ADD_KIT to argent77's ADD_KIT_EX function </li>
303+
</ul>
289304
<p><strong>Version 13 - June 4, 2022</strong></p>
290305
<ul>
291306
<li>Fixed bug with the Russian translation, and updated it in the process</li>

‎spstuff/setup-spstuff.tp2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BACKUP ~weidu_external/spstuff/backup~ // location to store files for uninstall purposes
22
SUPPORT ~https://www.gibberlings3.net/forum/28-miscellaneous-released-mods/~ // email address displayed if install fails
33

4-
VERSION ~v13~
4+
VERSION ~v14~
55

66
README ~spstuff/lang/%LANGUAGE%/readme-spstuff.html~ ~spstuff/readme-spstuff.html~
77

0 commit comments

Comments
 (0)
Please sign in to comment.