Jump to content

Neverwinter Nights 2: Storm of Zehir


Jaesun

Recommended Posts

I've decided that I want playable Kobolds. I actually decided that a long time ago, but I've remembered the decision.

 

I want high Elves you can actually torture when they get supercilious.

"It wasn't lies. It was just... bull****"."

             -Elwood Blues

 

tarna's dead; processing... complete. Disappointed by Universe. RIP Hades/Sand/etc. Here's hoping your next alt has a harp.

Link to comment
Share on other sites

I've decided that I want playable Kobolds. I actually decided that a long time ago, but I've remembered the decision.

 

I want high Elves you can actually torture when they get supercilious.

you just need to summon Xzar's ghost and bound it to the elf's weapon :wowey:

IB1OsQq.png

Link to comment
Share on other sites

Anthony Davis on NX2's Party Conversation System

 

I've been busy so I didn't have time to check this thread.

 

I am still implementing and tuning the Party Conversation System so all of this is subject to change depending on how the gameplay works or technical limitation we encounter.

 

Here is the example though.

 

Here is my party:

 

When I start the game, I select (or create) what the Aurora/Electron engine refers to as the Player Created Character. This operates exactly like NWN1, NWN2, and NX1.

 

Player Created Character is NOT functionally the same thing as the Party Leader, though they are frequently the same creature.

 

I select Grubs, my half-orc monk.

 

Once in NX2, we have access to the Party Creation Screen.

 

To complete my party, I select a cleric , a smarty pants mage, and a rogue to cover everything else.

 

So my party now looks like this:

 

Grubs the Monk (PCC and also currently the leader has a BLUFF of 5)

Oswyn the Cleric (has DIPLOMACY of 10)

Karak the Mage (has LORE of 10)

Reylene the Rogue (has BLUFF of 10)

 

 

I'm going to get a little bit more technical here, but it has to be done.

 

Every conversation node has a series or replies. Each reply has or can have conditional scripts that fire that determine if the reply node should appear. It worked this way for NWN1, NWN2, and NX1.

 

For example, if I put a conditional on a reply node that says APPRAISE > 5, that reply node will ONLY appear if the player character talking to the NPC has an APPRAISE skill greater than 5.

 

Conditionals can be ANY script out there as long as it returns a TRUE or a FALSE.

 

Got it?

 

Moving on...

 

Let's pretend we talk to some dude, and his conversation tree looks like this:

 

>Sup, what can I do for you guys?

1. Hey, nothing.

2. (If BLUFF less 10) Gimme your money. !Failure!

3. (If BLUFF greater than or equal 10) Gimme your money. !Success!

4. (If DIPLOMACY greater 5) We come in peace!

5. (If LORE greater :) I have heard of you!

 

(The words between the !'s represent comments that would not be shown in game)

 

Whatever, you get the idea. Talking to this guy will bring up the new Party Conversation System.

 

The new Party Conversation System looks similar to the Quickchat Screen from NWN2, except for a series of tabs that allow you to switch between current party members.

 

In our case, it is Grubs, Oswyn, Karak, and Reylene. Grubs is currently the active/highlighted tab because he is the party leader.

 

Grubs has the following dialog options:

1. Hey, nothing.

2. (If BLUFF less 10) Gimme your money.!Failure!

 

If I click on Oswyn's tab, I am in effect allowing Oswyn to talk for the party. I will then see Oswyn's dialog options:

 

1. Hey, nothing.

4. (If DIPLOMACY greater 5) We come in peace!

 

Karak:

1. Hey, nothing.

5. (If LORE greater :) I have heard of you!

 

And finally, Reylene:

1. Hey, nothing.

3. (If BLUFF greater than or equal 10) Gimme your money. !Success!

 

 

Flipping through the tabs will allow you to see what options each character might have if you chose to allow them to speak for the party.

 

Remember, my example is weak sauce compared to what the real designers do, afterall, I'm a programmer.

Link to comment
Share on other sites

That's pretty awesome.

"My hovercraft is full of eels!" - Hungarian tourist
I am Dan Quayle of the Romans.
I want to tattoo a map of the Netherlands on my nether lands.
Heja Sverige!!
Everyone should cuffawkle more.
The wrench is your friend. :bat:

Link to comment
Share on other sites

woah :ermm:

How can it be a no ob build. It has PROVEN effective. I dare you to show your builds and I will tear you apart in an arugment about how these builds will won them.

- OverPowered Godzilla (OPG)

 

 

Link to comment
Share on other sites

Conv system sounds very cool. Of course, that littles nippet brings up more things to think about:

 

1/ I wonder if you need to have any sort of consistency, or you can just keep switching guys in every reply to maximise your options? Then most parties can probably have access to nearly every conversation option in every dialogue. Maybe that's not necessarily a bad thing? I don't know.

 

2/ Wonder if it also works negatively or unexpectedly - i.e. might we perhaps see party members be more outspoken about what you should be saying, if they start talking for the party. But then, it's hard to do that if you don't have premade NPCs.

Link to comment
Share on other sites

If it's just a single if/check on a single skill then it's open to abuse. However if the check's X diplomacy AND Y bluff then it may be more balanced and keep some options closed. Would still encourage players to increase more than one skill/int/wis stat in a character.

Spreading beauty with my katana.

Link to comment
Share on other sites

1/ I wonder if you need to have any sort of consistency, or you can just keep switching guys in every reply to maximise your options? Then most parties can probably have access to nearly every conversation option in every dialogue. Maybe that's not necessarily a bad thing? I don't know.
Yeah, I was wondering that too. In the IE games you could (in most situations) chose who to use to talk to an npc, but not switch during the dialogue, you had to decide beforehand. Would probably be wiser to do it that way, otherwise one can really switch between high int / high cha / high intimidate-skill / high bluff-skill etc. which is kind of lame.

Checking for multiple skills would solve that too to a certain extent, agreed.

Edited by samm

Citizen of a country with a racist, hypocritical majority

Link to comment
Share on other sites

1/ I wonder if you need to have any sort of consistency, or you can just keep switching guys in every reply to maximise your options? Then most parties can probably have access to nearly every conversation option in every dialogue. Maybe that's not necessarily a bad thing? I don't know.
Yeah, I was wondering that too. In the IE games you could (in most situations) chose who to use to talk to an npc, but not switch during the dialogue, you had to decide beforehand. Would probably be wiser to do it that way, otherwise one can really switch between high int / high cha / high intimidate-skill / high bluff-skill etc. which is kind of lame.

Checking for multiple skills would solve that too to a certain extent, agreed.

 

Why? I think it makes sense that you offer the full range of options based on the entire party, not just arbitrarily due to whoever is speaking at the time.

 

More like Torment, where even if there were extra possibly 'better' options, the lower/worse ones still showed; so you show all the options that any party member could unlock, and half the time the person will still pick based on roleplaying.

Edited by Krezack
Link to comment
Share on other sites

Probably are not talking about the same thing :bat: In no game could you switch through your partymembers to check possible responses while the dialogue was already started. If that is now possible, it's only natural to boost one social skill for each character and pick the best possible response. PGing reaching dialogues is not cool, imo.

Torment suffers from the same problem to a lesser extent. If a n00b on a forum asks for the best build, people recommend boosting WIS to 17 (+-) because you can get +1 wis here and there and tattoos and blablabla to get the "best" experience from the game. No one asking is let playing a dumb fighter anymore, or a skilled rogue. It's just PGing, with different stats than usual. Here it's even worse, because you can still neglect Int, Wis and/or Cha for each character, as long as there's another who has enough.

Edited by samm

Citizen of a country with a racist, hypocritical majority

Link to comment
Share on other sites

I think it really does need to be a start-of-conv thing. In terms of realism switching every node *does* work, yes (i.e. Gimli intimidates the guy, before Gandalf speaks up with wise persuasion) - but in terms of gameplay it really is very munchkiny, as I say, unless this means that party members interject a lot more as well (i.e. it's a lot harder than before to bluff that you will agree to kill the dwarves with a dwarf in the party). If that's happening, all good: but I think with usermade NPCs in the mix as well that might not be the case, and there really has to be a provisional concern about dialogue just being a switch-switch game, until we know more.

Link to comment
Share on other sites

  • 3 weeks later...

Swashbuckler confirmed in a tiny blurb here: http://www.gamingnexus.com/FullNews/E3-200...i/Item9321.aspx

 

Domguide of Kelemvor was confirmed before I think.

 

EDIT: Whoops, missed it in funrocs post.

Edited by Starwars

Listen to my home-made recordings (some original songs, some not): http://www.youtube.c...low=grid&view=0

Link to comment
Share on other sites

Hey, any game with swashbuckling pirate (sic) classes can only be a good thing. The dude in red in the top screenie looks a bit piratical, although I hope they introduce a non-magical parrot familiar for complete realism.

 

A "A-harrr me hearties / Walk The Plank / X marks the spot" (etc) sound-set is also essential. Developers please note. I've been supporting you for many years and I think it's payback time.

sonsofgygax.JPG

Link to comment
Share on other sites

Probably the thing that I enjoyed most though was the placeholder introduction, which used comedy stick figures (it was a bit Kingdom of Loathing.) I wasn

How can it be a no ob build. It has PROVEN effective. I dare you to show your builds and I will tear you apart in an arugment about how these builds will won them.

- OverPowered Godzilla (OPG)

 

 

Link to comment
Share on other sites

Newcie, that was bad. VERY BAD!

 

>_<

Murphy's Law of Computer Gaming: The listed minimum specifications written on the box by the publisher are not the minimum specifications of the game set by the developer.

 

@\NightandtheShape/@ - "Because you're a bizzare strange deranged human?"

Walsingham- "Sand - always rushing around, stirring up apathy."

Joseph Bulock - "Another headache, courtesy of Sand"

Link to comment
Share on other sites

Probably the thing that I enjoyed most though was the placeholder introduction, which used comedy stick figures (it was a bit Kingdom of Loathing.) I wasn

How can it be a no ob build. It has PROVEN effective. I dare you to show your builds and I will tear you apart in an arugment about how these builds will won them.

- OverPowered Godzilla (OPG)

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...