nwnxee / unified

Binaries available under the Releases tab on Github
https://nwnxee.github.io/unified
GNU General Public License v3.0
130 stars 92 forks source link

Regex Plugin isn't in .35? (and/or NWScript compile issue) #1585

Closed ReachPW closed 1 year ago

ReachPW commented 1 year ago

Branch: build8193.35

Everything builds cleanly, but the "nwn_regex.nss" script is missing. This is because there is no Regex plugin under the Plugin folder (it exists on .34)

I don't personally use these, but compiling NWScript will fail if you include any of this files:

inc_array.nss(1): Error: NSC1085: Unable to open the include file "nwnx_regex"

Daztek commented 1 year ago

NWNX_Regex has been removed due to regex function being in the basegame now. I haven't bothered updating any of the compatibility stuff yet.

ELadner commented 1 year ago

Daz - is that in .35? I can't find any regex functions in the nwscript for .34

On Wed, Feb 22, 2023 at 8:39 AM Daz @.***> wrote:

NWNX_Regex has been removed due to regex function being in the basegame now. I haven't bothered updating any of the compatibility stuff yet.

— Reply to this email directly, view it on GitHub https://github.com/nwnxee/unified/issues/1585#issuecomment-1440123590, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4C3KVU46DFV7DQPTW6QWDWYYQIVANCNFSM6AAAAAAVENH2UY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Eric Ladner

Daztek commented 1 year ago

.35 yes.

ELadner commented 1 year ago

Sorry.. I haven't played with .35 yet...

Is that the preview build or development build on Steam?

Or could you send me the nwscript.nss from .35.. or is it available online somewhere?

On Wed, Feb 22, 2023 at 10:59 AM Daz @.***> wrote:

.35 yes.

— Reply to this email directly, view it on GitHub https://github.com/nwnxee/unified/issues/1585#issuecomment-1440427434, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4C3KUPWUDDHPSMKW7S75LWYZAYZANCNFSM6AAAAAAVENH2UY . You are receiving this because you commented.Message ID: @.***>

-- Eric Ladner

ReachPW commented 1 year ago

First section has details on how to get .35: https://docs.google.com/document/d/1oo1D_VD_k6-eB2ZV02_43y8lTYDJYZijrvnWio1afoU/edit

nwscript.nss will be in the 'ovr' directory.

Daztek commented 1 year ago

Fixed by #1586