Author |
Message |
Topic: Stock sSpacer size should be larger |
Kallistor
Replies: 14
Views: 17037
|
Forum: Development Posted: Sat Dec 16, 2006 22:46 Subject: Stock sSpacer size should be larger |
Yep the location doesnt need to be passed through the encode function but as long as a single function of SetPersistentString is used as the way to write the majority of items to the database then the ... |
Topic: Encode Function truncating long strings? |
Kallistor
Replies: 9
Views: 11152
|
Forum: Technical support Posted: Sat Dec 16, 2006 12:52 Subject: Encode Function truncating long strings? |
I saw the stored procedures thing in v5 but I didnt see an application for it. Enlighten me so I can see the worth of a stored procedure. To me I can write a script in NWN or I can write a stored pr ... |
Topic: Encode Function truncating long strings? |
Kallistor
Replies: 9
Views: 11152
|
Forum: Technical support Posted: Sat Dec 16, 2006 12:18 Subject: Encode Function truncating long strings? |
Yeah I hear ya. I was also thinking why the hell am I usong 65000 bytes I will be changing it down to VARCHAR(160) or even TINYTEXT for 256 bytes, though I think a bit of trimming on the positi ... |
Topic: Encode Function truncating long strings? |
Kallistor
Replies: 9
Views: 11152
|
Forum: Technical support Posted: Sat Dec 16, 2006 1:43 Subject: Encode Function truncating long strings? |
@Grumalg: Nothing to do with the field as its before it is stored in the DB. But the field is TEXT so it can handle 65000 bytes, ample for this string.
@Grinning Fool: Good point. I will give t ... |
Topic: [suggestion] SQLExectDirectAndSingleFetch |
Kallistor
Replies: 9
Views: 8701
|
Forum: Development Posted: Fri Dec 15, 2006 22:56 Subject: [suggestion] SQLExectDirectAndSingleFetch |
I think what you are asking is for a generic script to access all tables that you create. Currently I have four seperate tables - players, characters, quests and module. I use generic functions SQLS ... |
Topic: Encode Function truncating long strings? |
Kallistor
Replies: 9
Views: 11152
|
Forum: Technical support Posted: Fri Dec 15, 2006 22:47 Subject: Encode Function truncating long strings? |
When I store and retrieve a location I noticed that the float after orientation was missing or truncated. I have printed the location strings to log before and after the EncodeSpecialCharacter functi ... |
Topic: NW Log Files |
Kallistor
Replies: 21
Views: 27329
|
Forum: Technical support Posted: Fri Dec 15, 2006 22:43 Subject: NW Log Files |
Good to hear Papillon as I also believe service mode is the best mode to run in. If you need any more data from me then I am willing to supply it but I think I have spammed this post with enough data ... |
Topic: NW Log Files |
Kallistor
Replies: 21
Views: 27329
|
Forum: Technical support Posted: Fri Dec 15, 2006 13:46 Subject: NW Log Files |
Thankfully Kungfoowiz I do not have this headache of yours. |
Topic: NW Log Files |
Kallistor
Replies: 21
Views: 27329
|
Forum: Technical support Posted: Wed Dec 13, 2006 0:29 Subject: NW Log Files |
Yeah I agree with that now, but if some of you can try it in service mode to back my statement up and possibly help the NWNX4 team find a solution.
Thanks |
Topic: NW Log Files |
Kallistor
Replies: 21
Views: 27329
|
Forum: Technical support Posted: Mon Dec 11, 2006 12:02 Subject: NW Log Files |
I noticed while moving up to NWNX4 v1.06 that there was a hash in front of the nwn2temp = C:\NWN2Server\logfiles line in nwnx.ini file. Removing it didnt affect the result. I still believe that eith ... |
Topic: NW Log Files |
Kallistor
Replies: 21
Views: 27329
|
Forum: Technical support Posted: Mon Dec 11, 2006 11:57 Subject: NW Log Files |
@Grumalg: Thanks for pointing that out Grumalg. I have never used WriteTimestampedLogEntry in v1.03 with Scripts Print To File=1. But let me ask you if you are running the server through NWNX4 in i ... |
Topic: NW Log Files |
Kallistor
Replies: 21
Views: 27329
|
Forum: Technical support Posted: Sun Dec 10, 2006 23:55 Subject: NW Log Files |
@Morpheus: Logging isnt broken its just changed. You cant use the WriteTimestampedLogEntry function anymore as that is definitely broken but they idea is now to use PrintString as mentioned by Obsid ... |
Topic: NW Log Files |
Kallistor
Replies: 21
Views: 27329
|
Forum: Technical support Posted: Sat Dec 09, 2006 13:17 Subject: NW Log Files |
I have been bashing around with logging to files for a bit now. I have done the 'oh bugger the WriteTimestampedLogEntry function doesnt work now' and the 'oh bugger there are two nwnplayer.ini files' ... |
|