Author |
Message |
Topic: Beta plugin: nwnx_funcs |
orth
Replies: 151
Views: 203902
|
Forum: Linux development Posted: Mon Mar 30, 2015 4:22 Subject: Beta plugin: nwnx_funcs |
Hey. I've tried to dump all variables on modul simply by:
void __dumpModuleVariables() {
object oItem = GetModule();
WriteTimestampedLogEntry("************ Dum ... |
Topic: Beta plugin: nwnx_funcs |
orth
Replies: 151
Views: 203902
|
Forum: Linux development Posted: Mon Mar 30, 2015 4:09 Subject: Beta plugin: nwnx_funcs |
Is there a reason only spells can be used for SetRawQuickbarSlot ? I'd like to remove this check: type != QUICKBAR_TYPE_SPELL
Can this be removed from this file? I've attempted to do it myself, but ... |
Topic: Patch 1.67 Beta 1 |
orth
Replies: 6
Views: 10190
|
Forum: General Discussion Posted: Sat Feb 04, 2006 10:13 Subject: Patch 1.67 Beta 1 |
Spent a little time with a bud hacking away to give us some offsets. Also included the offsets for the name as well despite Bioware offering SetName.
Also updated to GetDescription for Doors and ... |
Topic: NWNX Speech plugin! |
orth
Replies: 123
Views: 144653
|
Forum: General Discussion Posted: Thu Feb 02, 2006 6:59 Subject: NWNX Speech plugin! |
Okay never mind on that heh, been catching up and I didn't realize how much of a fork FF was. I'll stick to the real nwnx, but take advantage of some of the tweaks he's used. Listener working on test ... |
Topic: NWNX Speech plugin! |
orth
Replies: 123
Views: 144653
|
Forum: General Discussion Posted: Thu Feb 02, 2006 4:56 Subject: NWNX Speech plugin! |
Hiya Lanthar, been trying to get this working for Layonara, but I'm complicating it nicely with DMFI 1.08alpha and using FastFrench
Everything seems to be working great, emotes capturing, text l ... |
Topic: NWNX Functions.dll Merger |
orth
Replies: 25
Views: 43706
|
Forum: Windows development Posted: Tue Jun 21, 2005 20:36 Subject: NWNX Functions.dll Merger |
Thank you very much for this. |
Topic: Wingtail_demo.mod [Wingery] |
orth
Replies: 10
Views: 16311
|
Forum: Scripts and Modules Posted: Tue Jun 21, 2005 20:33 Subject: Wingtail_demo.mod [Wingery] |
Get/SetBodyPart of NWNXFunctions no longer work with 1.66 patch. Apparently they changed the internal data structures somehow... at least on Linux that we are using.
I'm experiencing the same messe ... |
Topic: NWNX Functions.dll Merger |
orth
Replies: 25
Views: 43706
|
Forum: Windows development Posted: Mon Jun 20, 2005 13:38 Subject: NWNX Functions.dll Merger |
Does anyone have a copy of this rar? The link to the dll is dead... (not the source) |
Topic: Managing Characters with Vaultster |
orth
Replies: 5
Views: 11018
|
Forum: General Discussion Posted: Thu Apr 14, 2005 19:30 Subject: Managing Characters with Vaultster |
Using seamless. It seems to most often happen when the receiving server is quite busy. |
Topic: Managing Characters with Vaultster |
orth
Replies: 5
Views: 11018
|
Forum: General Discussion Posted: Wed Apr 13, 2005 2:40 Subject: Managing Characters with Vaultster |
*sigh* Alright then. So maybe you have a solution to our problem with the ActivatePortal crashing our servers?
Like I said when the player comes from one server to another, I think the sending ser ... |
Topic: Exporting Blob data into files |
orth
Replies: 5
Views: 12951
|
Forum: General Discussion Posted: Mon Apr 11, 2005 2:26 Subject: Exporting Blob data into files |
I'm thinking you would want the "INTO DUMPFILE" option.
SELECT bic_blob_column INTO DUMPFILE '/path/to/where/you/want/it/saved'
FROM table
Might want to google for more on MySQL INTO DUMPFILE, ... |
Topic: Managing Characters with Vaultster |
orth
Replies: 5
Views: 11018
|
Forum: General Discussion Posted: Sun Apr 10, 2005 10:51 Subject: Managing Characters with Vaultster |
Hi all,
Our world has been having problems with the ActivatePortal function crashing the server due to what I think is simultaneous Write/Reads on a character's .bic that is shared over one NFS Ser ... |
|