Author Topic: I_C_T in IWD1: hopeless?  (Read 7672 times)

Offline Kulyok

  • Global Moderator
  • Planewalker
  • *****
  • Posts: 6253
  • Gender: Female
  • The perfect moment is now.
Re: I_C_T in IWD1: hopeless?
« Reply #25 on: March 21, 2008, 08:10:49 AM »
Here we go.

As for BG1, I think InParty() will work: after all, BG2 Tweaks is one of the most popular mods ever, and it uses just InParty. Yes, they do so because they don't have a choice, but, well, so do you! So, good luck. :)

Offline jastey

  • Global Moderator
  • Planewalker
  • *****
  • Posts: 1524
  • Gender: Female
Re: I_C_T in IWD1: hopeless?
« Reply #26 on: March 21, 2008, 08:28:52 AM »
Did you write this in half an hour? I am preparing the BG1 tutorial for at least three weeks now (not full-time, though).

I used the version with the stupid additional line, I think it is bearable in this case, so I can stick to the trigger tripple.

Thank you for putting this together! And thank you very much to all involved for solving this problem before I even encountered it. Heh. :)

Offline Kulyok

  • Global Moderator
  • Planewalker
  • *****
  • Posts: 6253
  • Gender: Female
  • The perfect moment is now.
Re: I_C_T in IWD1: hopeless?
« Reply #27 on: March 21, 2008, 08:51:20 AM »
Well, I was writing a story(er, I mean, working! Working, definitely), and I was stuck, so taking half an hour off was a blessing. :) Good luck.

Offline jastey

  • Global Moderator
  • Planewalker
  • *****
  • Posts: 1524
  • Gender: Female
Re: I_C_T in IWD1: hopeless?
« Reply #28 on: March 21, 2008, 09:51:25 AM »
It is working, I am so glad. Thank you again!

Offline jastey

  • Global Moderator
  • Planewalker
  • *****
  • Posts: 1524
  • Gender: Female
Re: I_C_T in IWD1: hopeless?
« Reply #29 on: March 21, 2008, 01:29:39 PM »
I used the check variable to prevent the extra-line to fire after the NPC spoke its line. This, at least, is possible. Of course, until the NPC gets to say his part, the extra line will show if he is not in the party / unable to speak.
This is only relevant for an Interjection that is supposed to happen once, while the state can be called several times (like it is for example for priests in a temple etc.).

Offline Kulyok

  • Global Moderator
  • Planewalker
  • *****
  • Posts: 6253
  • Gender: Female
  • The perfect moment is now.
Re: I_C_T in IWD1: hopeless?
« Reply #30 on: March 21, 2008, 01:54:13 PM »
That's interesting. I'm looking forward to your BG1 guide - if you manage to do all that without OR(), it's going to be astounding; I barely managed with OR().

Offline jastey

  • Global Moderator
  • Planewalker
  • *****
  • Posts: 1524
  • Gender: Female
Re: I_C_T in IWD1: hopeless?
« Reply #31 on: March 21, 2008, 02:08:13 PM »
I just took the example you posted above, before you knew there is OR() in IWD. And, instead of "False()" all the original triggers, I inserted the Global = 1, so the original transitions can trigger once the interjection run. If doing so, the Global = 0 shouldn't be forgotten in the EXTEND_BOTTOM, of course.

I am also looking foreward to my BG1 guide, since it means it will be written then.

Offline Kulyok

  • Global Moderator
  • Planewalker
  • *****
  • Posts: 6253
  • Gender: Female
  • The perfect moment is now.
Re: I_C_T in IWD1: hopeless?
« Reply #32 on: April 16, 2009, 12:33:18 AM »
*bump*

One year later. :) I'm going to do a conversion of IWD NPC for IWD in BG2 engine. But re-writing all interjections from

EXTEND_BOTTOM DACCALIA 3
IF ~InParty("O#Severn") Detect("O#Severn") !StateCheck("O#Severn",CD_STATE_NOTVALID)~ EXTERN O#SEVERN O#SevernDACCALIA3
END

CHAIN O#SEVERN O#SevernDACCALIA3
~So much for a friendly welcome.~
== O#TERI IF ~InParty("O#Teri") Detect("O#Teri") !StateCheck("O#Teri",CD_STATE_NOTVALID)~ THEN ~Maybe they like living dangerously.~
== DACCALIA ~This year, we were lucky.  But who knows what will happen next season?~
END
COPY_TRANS O#DUMP 1

to your usual format:

I_C_T DADSON 0 O#TeriDADSON0
== O#TERI IF ~InParty("O#Teri") Detect("O#Teri") !StateCheck("O#Teri",CD_STATE_NOTVALID)~ THEN ~Riiiight...~
END

- it's a little tedious, so I wanted to ask you knowledgable people: will the scheme we talked about (with DUMP files) work on BG2 engine as well as it does on IWD engine? I suppose the answer is yes(and I'm going to test it, too) - but just to be sure?

Offline the bigg

  • The Avatar of Fighter / Thieves
  • Moderator
  • Planewalker
  • *****
  • Posts: 3804
  • Gender: Male
Re: I_C_T in IWD1: hopeless?
« Reply #33 on: April 16, 2009, 08:07:08 AM »
It should work, yes (just check a dozen or so interjections to be reasonably sure), or ask some perl guru (DW?) to write a converter tool. Stick big fat notices "this is poor code, don't read it if you want to learn" at the top of your code, in case some newbie reads that code with the hopes of learning .d or something (steal the notice from Sola or Kelsey SoA if you feel unimaginative).
Author or Co-Author: WeiDU (http://j.mp/bLtjOn) - Widescreen (http://j.mp/aKAiqG) - Generalized Biffing (http://j.mp/aVgw3U) - Refinements (http://j.mp/bLHoCc) - TB#Tweaks (http://j.mp/ba02Eg) - IWD2Tweaks (http://j.mp/98OFYY) - TB#Characters (http://j.mp/ak8J55) - Traify Tool (http://j.mp/g1Ry9A) - Some mods that I won't mention in public
Maintainer: Semi-Multi Clerics (http://j.mp/9UeIwB) - Nalia Mod (http://j.mp/dng9l0) - Nvidia Fix (http://j.mp/aRWjjg)
Code dumps: Detect custom secondary types (http://j.mp/hVzzXG) - Stutter Investigator (http://j.mp/gdtBn8)

If possible, send diffs, translations and other contributions using Git (http://j.mp/aBZFrq).

Offline Kulyok

  • Global Moderator
  • Planewalker
  • *****
  • Posts: 6253
  • Gender: Female
  • The perfect moment is now.
Re: I_C_T in IWD1: hopeless?
« Reply #34 on: April 16, 2009, 08:11:27 AM »
Ah, yes! Good thinking about the note. (I don't put these in Xan or Assassinations, because I'm reasonably sure copying their code is not a wholly bad idea, but this time, yes, I really should).

Not trusting the converter tool thingy that much(though I'm in awe of DW's skills, may he update UB ten thousand times more :) ), because there is always One Interjection and One User to find it... and I don't like that. ;D

 

With Quick-Reply you can write a post when viewing a topic without loading a new page. You can still use bulletin board code and smileys as you would in a normal post.

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Name: Email:
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image
Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?: