The BlackDagger Server (s)
Moderator: Event DM
- Janos
- Prince of Bloated Discourse
- Posts: 175
- Joined: Wed Apr 03, 2002 1:34 am
- Location: Lincoln, NE
- Contact:
The BlackDagger Server (s)
So.. I was thinking that if everyone here who wanted to make a server for NWN when it comes out all collide their efforts and make a multi server game........
Just an Idea.. I need to read more on it.
[Edited on 5/1/02 by Janos]
Just an Idea.. I need to read more on it.
[Edited on 5/1/02 by Janos]
-
- World Advisor, Co-founder
- Posts: 15149
- Joined: Fri Sep 14, 2001 9:48 pm
- Timezone: GMT-5
- Contact:
Yeah, ultimately we are planning on linking everything up.
The thing about NWN is that if you want to make a special PC race you need to write scripts for it to work on your server. But when that character goes to another server which doesn't have the scripts his racial abilities don't function... for example, Drow. If you don't have the drow scripts on your server it will just see you as an elf or half-elf.
So we were planning on putting all our scripts up here for download that way anyone who wants to link to us can download our scripts thereby enabling our special races to go back and forth and not let their abilities get lost. We also in turn plan on complying with scripts from the other servers to here.
The thing about NWN is that if you want to make a special PC race you need to write scripts for it to work on your server. But when that character goes to another server which doesn't have the scripts his racial abilities don't function... for example, Drow. If you don't have the drow scripts on your server it will just see you as an elf or half-elf.
So we were planning on putting all our scripts up here for download that way anyone who wants to link to us can download our scripts thereby enabling our special races to go back and forth and not let their abilities get lost. We also in turn plan on complying with scripts from the other servers to here.
"Truth has no form."
--Idries Shah
--Idries Shah
- Janos
- Prince of Bloated Discourse
- Posts: 175
- Joined: Wed Apr 03, 2002 1:34 am
- Location: Lincoln, NE
- Contact:
Oh man, I need to read up on this. I may just skip paper and pen dming and jump into NWN based game.
So is there a way I can take out elves as a pc race, ad Hobgoblins, Giantkin, and Ogrekin (in my setting I eliminate "Half" races and make them "Kin", hence, OrcKin (HalfOrc) Elfkin (HalfElf))
I guess I need to find some good info sources to refreshen my knowledge on running a server and your own game!
So is there a way I can take out elves as a pc race, ad Hobgoblins, Giantkin, and Ogrekin (in my setting I eliminate "Half" races and make them "Kin", hence, OrcKin (HalfOrc) Elfkin (HalfElf))
I guess I need to find some good info sources to refreshen my knowledge on running a server and your own game!

-
- World Advisor, Co-founder
- Posts: 15149
- Joined: Fri Sep 14, 2001 9:48 pm
- Timezone: GMT-5
- Contact:
The way it works is that under the parameter "Race" you can only pick one of the races listed in the 3rd Ed Player's HB. However, there is a second parameter called "SubRace" which you can write in anything you want. From there, it's easy to make a script that looks at your subrace and applies the appropriate abilites to it for that object.
So your half-elf would have to have Half-elf as his Race, but his subrace could be Elfkin. Just like in the Blackdagger world, if you were a Half-Dryad, you would need to pick Half-Elf as your race, and then Half-Dryad as your subrace. The script I'm about to write would then apply your Half-Dryad abilities to your subrace.
So your half-elf would have to have Half-elf as his Race, but his subrace could be Elfkin. Just like in the Blackdagger world, if you were a Half-Dryad, you would need to pick Half-Elf as your race, and then Half-Dryad as your subrace. The script I'm about to write would then apply your Half-Dryad abilities to your subrace.
-
- World Advisor, Co-founder
- Posts: 15149
- Joined: Fri Sep 14, 2001 9:48 pm
- Timezone: GMT-5
- Contact:
Well the thing is that I do remember seeing some other reports about it that talk about how you can actually make any monster into a player character.
I'm not exactly sure but I think it boils down to where you can make any pre-existing monster or PC race be a player character. There is no difference between the two. The difference (I think) occurs when you want to create a totally new race that doesn't exist in any of the previous core literature.
The editor tools for NWN will come out when the game comes out, but the scripting language is mostly in tact. I have a link to it somehwere. I will find it and put it up.
The editor lets you do all the basics, and I hear it's very easy to use. By basics I mean making modules, towns, dungeons, etc. The scripting comes in when you want to do something outside these things.
I'm not exactly sure but I think it boils down to where you can make any pre-existing monster or PC race be a player character. There is no difference between the two. The difference (I think) occurs when you want to create a totally new race that doesn't exist in any of the previous core literature.
The editor tools for NWN will come out when the game comes out, but the scripting language is mostly in tact. I have a link to it somehwere. I will find it and put it up.
The editor lets you do all the basics, and I hear it's very easy to use. By basics I mean making modules, towns, dungeons, etc. The scripting comes in when you want to do something outside these things.
-
- World Advisor, Co-founder
- Posts: 15149
- Joined: Fri Sep 14, 2001 9:48 pm
- Timezone: GMT-5
- Contact:
The scripting course is at: http://nwvault.ign.com/dm/scripting/course/
It's basically a lesson in very rudimentary C programming adapted for NWN functions. It's so easy that even someone like me, who can only program in BASIC can do it.
It's basically a lesson in very rudimentary C programming adapted for NWN functions. It's so easy that even someone like me, who can only program in BASIC can do it.