Search found 15 matches

by FastFrench
Fri Apr 11, 2003 3:55 pm
Forum: Avlis News
Topic: NWNX2 Executable Released to the Public!
Replies: 30
Views: 35035

Thank you for your answer. I didn't plan to intercept the call on the return way, but before the former GetLocalString is called. So I think it should be possible. What I have in mind is to avoid calling the original functions when NWNX is targeted: SetLocalString would only be used to set a record ...
by FastFrench
Fri Apr 11, 2003 11:20 am
Forum: Avlis News
Topic: NWNX2 Executable Released to the Public!
Replies: 30
Views: 35035

@Papillon, in case you still look at this forum from time to time... I would like to also hook GetLocalString, instead of only SetLocalString. This way it would be possible to make a much more efficient system. There're some aspect with assembly language that I still have to learn (for instance to r...
by FastFrench
Mon Mar 10, 2003 10:56 am
Forum: Avlis News
Topic: APS/NWNX Guild Started on Bio-Boards by SlicerDicer
Replies: 7
Views: 10278

Nop sorry, neither MSN or icq, just an e-mail :oops:

BTW, I registered on your Bioware guild
by FastFrench
Fri Mar 07, 2003 11:30 am
Forum: Avlis News
Topic: NWNX2 Executable Released to the Public!
Replies: 30
Views: 35035

DrWatson on Win 9x ?? Don't know exactly for Win9x, I'm using XP. Btw, FastFrench, as you where one of the guys craving for the source code :-) ... when will you release your tool to the public ? You're right, I were probably one of the guys who were the most loudly begging for the code... so I und...
by FastFrench
Fri Mar 07, 2003 10:44 am
Forum: Avlis News
Topic: APS/NWNX Guild Started on Bio-Boards by SlicerDicer
Replies: 7
Views: 10278

SlicerDicer, ATS Player Vendors are clearly useless without some kind of persistancy. And NWNX is probably the best bet to do it. As I very heavily adapted the former ATS (translated it into french and constantly trying to improve it), I don't know if it would be easier to adapt your code or startin...
by FastFrench
Fri Mar 07, 2003 10:11 am
Forum: Avlis News
Topic: NWNX2 Executable Released to the Public!
Replies: 30
Views: 35035

I got this same problem a few months ago as I were coding my NWServer monitoring tool. As a solution, I always check for any DrWatson process and kill it before doing anything at all on the NWServer.exe process.
by FastFrench
Tue Feb 04, 2003 6:36 pm
Forum: Avlis News
Topic: APS/NWNX released
Replies: 143
Views: 144407

Originally posted by Papillon Also, I don't see how anything that Bioware may do would affect APS/NWNX. Oh, it probably won't probably affect APS/NWNX... will just affect me, as it may be a good enough solution that I could use to replace the @@@ tokens without giving up all monitoring tools I've a...
by FastFrench
Tue Feb 04, 2003 11:29 am
Forum: Avlis News
Topic: APS/NWNX released
Replies: 143
Views: 144407

Well thanks for your answer Papillon. Great choice for Q1, MSVC is my favourite tool ;) For Q3, you clearly answered many time that you plan to release source code one day, but never seen any indication on when. So no idea if it has any chance to be before Bioware's PW support. Anyway I won't bug u ...
by FastFrench
Mon Feb 03, 2003 9:56 am
Forum: Avlis News
Topic: APS/NWNX released
Replies: 143
Views: 144407

As I got no answers yet, I try asking again. Maybe I'll be lucky this time... 1/ (29/1, on NWVault) do you think that your system may be even more efficient than NWN local variables and should also be used to replace them (I think Bioware is really not good with optimization matters... just have to ...
by FastFrench
Thu Jan 30, 2003 5:06 pm
Forum: Avlis News
Topic: APS/NWNX released
Replies: 143
Views: 144407

Also, as you have found a way to communicate with NWN in the 2 directions, we could imagine other kind of extension for NWN, like better treasure or monster generation.
by FastFrench
Thu Jan 30, 2003 4:54 pm
Forum: Avlis News
Topic: APS/NWNX released
Replies: 143
Views: 144407

BTW, what language did you use to make the NWN extender ?

Hope you'll download the sources soon, so I can integrate it in my NWserver monitoring tool :)
by FastFrench
Thu Jan 30, 2003 9:40 am
Forum: Avlis News
Topic: APS/NWNX released
Replies: 143
Views: 144407

To save position of char: what I do, it's a function that calls itself every 2 minutes, and update permanent position (with tokens for now, will move to APS as soon as the code will be available, looks really great) only if the PC is at least 10 meters (or < 0.0 = changed area) from his presiously s...
by FastFrench
Thu Jan 30, 2003 7:36 am
Forum: Avlis News
Topic: APS/NWNX released
Replies: 143
Views: 144407

Thank you for the quick update with German and French support. Unfortunately I couldn't have a try for now, hope I'll find some time today to do that. Keep doing a great job, and please, post the source ASAP (cf my post on NWN Vault for the reason). Thanks for all, FastFrench Le bouchon Lyonnais ATS...
by FastFrench
Wed Jan 29, 2003 2:23 pm
Forum: Avlis News
Topic: APS/NWNX released
Replies: 143
Views: 144407

Thank you for you reply, if it's just to wait for initialisation to be completed, it's not a real problem. Did you allready fix it for the french version ? If not, here are the strings I suppose you're looking for. When NWServer starts, before any module is loaded: "Inactif, connexion hors service" ...
by FastFrench
Wed Jan 29, 2003 11:10 am
Forum: Avlis News
Topic: APS/NWNX released
Replies: 143
Views: 144407

Even after a delay ?

Would be a bit restrictive not being able to have module-wide datas (which would reasonnably be read at load time).