Author |
Message |
Topic: Can not get NWNX4 source code |
the.gray.fox
Replies: 1
Views: 7140
|
Forum: General Discussion Posted: Fri Jul 29, 2011 22:14 Subject: Can not get NWNX4 source code |
I started from here:
http://nwnx.org/phpBB2/viewtopic.php?t=620
From it I followed the instructions:
1) Get & install the Tortoise program:
http://tortoisesvn.tigris.org/
2) Then use Tort ... |
Topic: Can we have a hook to implement a GetCustomToken() ? |
the.gray.fox
Replies: 1
Views: 5442
|
Forum: General Discussion Posted: Sun May 30, 2010 13:04 Subject: Can we have a hook to implement a GetCustomToken() ? |
It would have lot of uses.
And collaterally allow scripts to access combat informations normally unexposed to the layer, such as Attack Rolls, Critical Hits, and any other info that ends up inside ... |
Topic: PRC compiler 2.0: e |
the.gray.fox
Replies: 2
Views: 6016
|
Forum: General Discussion Posted: Tue Apr 13, 2010 14:48 Subject: PRC compiler 2.0: e |
I thank you.
Maybe the const keyword is being enabled for declaration inside function scope :-/
I am guessing. Can not test from here.
-fox |
Topic: PRC compiler 2.0: e |
the.gray.fox
Replies: 2
Views: 6016
|
Forum: General Discussion Posted: Mon Apr 12, 2010 17:36 Subject: PRC compiler 2.0: e |
Anyone knows what the e parameter does, specifically?
All I read is: enable non-BioWare extensions.
But no detail is given.
On the PRC website I find no page where they talk of the compiler.
I ... |
Topic: How to hook core functions in nwscript.nss? |
the.gray.fox
Replies: 7
Views: 13093
|
Forum: General Discussion Posted: Sat Apr 10, 2010 2:52 Subject: How to hook core functions in nwscript.nss? |
Hello.
I myself have no problem with adding one extra include wherever needed.
But my current project needs to hook nearly every module event.
I also need to detect when a LevelDown occurs (just ... |
Topic: How to hook core functions in nwscript.nss? |
the.gray.fox
Replies: 7
Views: 13093
|
Forum: General Discussion Posted: Fri Apr 09, 2010 16:07 Subject: How to hook core functions in nwscript.nss? |
You are most correct.
The little problem is solved and I can modify nwscript now.
But things do not work as I expected.
I can rename a core function, but then I need to manually add my include ... |
Topic: How to hook core functions in nwscript.nss? |
the.gray.fox
Replies: 7
Views: 13093
|
Forum: General Discussion Posted: Thu Apr 08, 2010 17:49 Subject: How to hook core functions in nwscript.nss? |
Ah, perfect!
Thank you for replying me.
I do not know what I am doing wrong.
And there is no room for errors, I think.
I am stopped at the first step: to see if I can have a nwscript.nss local t ... |
Topic: How to hook core functions in nwscript.nss? |
the.gray.fox
Replies: 7
Views: 13093
|
Forum: General Discussion Posted: Thu Apr 08, 2010 16:10 Subject: How to hook core functions in nwscript.nss? |
Hello.
Some time ago there was a page written by G. Zoeller about how to hook the core functions defined in nwscript.nss
I did read it once, but never used that knowledge. So I forgot it.
Recentl ... |
Topic: NWNCX |
the.gray.fox
Replies: 69
Views: 151961
|
Forum: General Discussion Posted: Sun Feb 14, 2010 18:53 Subject: NWNCX |
the.gray.fox, I'm not sure what you're doing to make it not work, but for me, at least, delays OnModuleLoad work fine even using F9.
Hm. I do not know either.
I can not keep it simpler than make a o ... |
Topic: NWNCX |
the.gray.fox
Replies: 69
Views: 151961
|
Forum: General Discussion Posted: Sat Feb 13, 2010 13:01 Subject: NWNCX |
That's a bug in your code, not a bug in the DelayCommand/F9 combo. If you have...
void main()
{
DelayCommand(30.0, SendMessageToPC(GetFirstPC(), "DBG: Me ... |
Topic: NWNCX |
the.gray.fox
Replies: 69
Views: 151961
|
Forum: General Discussion Posted: Tue Feb 02, 2010 23:06 Subject: NWNCX |
You talk of using F9 to test the Module.
Some NWN things do not seem to work properly when in F9 mode.
Can something be done for it?What exactly does not work in Test Module mode?
I know of DelayCo ... |
Topic: NWNCX |
the.gray.fox
Replies: 69
Views: 151961
|
Forum: General Discussion Posted: Mon Feb 01, 2010 13:53 Subject: NWNCX |
Sweet indeed!
Thank you virusman.
(Open...
You talk of using F9 to test the Module.
Some NWN things do not seem to work properly when in F9 mode.
Can something be done for it?
... closed)
... |
Topic: I encourage sharing |
the.gray.fox
Replies: 13
Views: 19195
|
Forum: General Discussion Posted: Sun Jan 24, 2010 13:40 Subject: I encourage sharing |
The systems I written have to do with spells -- one way or the other.
- Polymorph
- Spell Resistance
- Dispel magic
- Metamagic
and other things.
The problem of exporting something like this i ... |
Topic: Local VS Persistent |
the.gray.fox
Replies: 13
Views: 18012
|
Forum: General Discussion Posted: Fri Jan 08, 2010 13:26 Subject: Local VS Persistent |
When I first thought to mirror a large amount of 2da data into LocalVariables I wondered if it would have been really better to pack it in compact form, storing subvalues like I could in a biffield (a ... |
Topic: Local VS Persistent |
the.gray.fox
Replies: 13
Views: 18012
|
Forum: General Discussion Posted: Wed Dec 30, 2009 3:37 Subject: Local VS Persistent |
Using Local's is always good practice.
My server save player location every HB on local
Hello.
When a player transitions to another area, he quits the area he was last in, but he is not yet in ... |
|