Jump to content

lynx

Modders
  • Posts

    3,903
  • Joined

  • Last visited

Posts posted by lynx

  1. Not yet is a better way to put it. :)

    As of the next release only the volcano time-reversal scripting is in the way, I didn't find any other critical path problems. But it's definitely not something to postpone playing for.

  2. Goddard/Jon Irenicus did some work on the data side of things, but that's about it. It's not just about replacing the graphics, but a lot of the structures need their offsets scaled, coordinates used in scripts and dialogs the same and maybe more.

    It's mostly a data mod if you pick a fixed upscaling factor; engine changes could just speed up some things, provide shortcuts. And there are probably some things that still need to be unhardcoded, but other than that, I imagine it could work without touching the engine.

    A lot of work either way, but I'm sure there'll be enough interest and volunteers eventually.

  3. I don't see any value in it, to be honest. Enemies won't switch targets; a downed pc might even attract more attention due to being easier to hit, so the benefits would be decreased. But you die by failing any save anyway (much unlike 5E), so the small unpredictable window of time this buys is small.

  4. Ah, true, there is a tiny race condition of sorts. If the Xzar block fired the same tick you wanted your mod block(s) to fire, it wouldn't work. Only for that one tick, so very unlikely, but yeah, better safe than sorry.

  5. Ah, interesting, I thought it was a separate engine, a light lift-up. It's odd that they didn't just use the extra death var scopes from iwd.

    As for the bit, I then can't say if that helps. It's what we need to do for the original pst in gemrb when compared to other games, but this mess was tested with something else — I think the Ignus pedestal.

  6. KAPUTZ is fine and in fact only usable in pst. I doubt that was removed in pstee, as there are at least 10 other users.

    pst has partly different flag bits for area animations and that's definitely true for bit 1 (blend, when counting from 0) — 0x0100 should be set instead.

  7. I have no clue if LeaveAreaLUAPanic does anything practically useful. Maybe for multiplayer? In GemRB we've had a longstanding comment about it and deliberately changed it to do almost nothing (using parchment for eventual load screen image). You mention Brage and that's one reason for it, because in his script the two calls are not together.

  8. He has a thac0 of 20, no proficiencies (a +2 penalty — I know in iwd2 only non-pcs are penalized, but perhaps it's true in other games as well), no extra strength. So a 16 missing someone with ac 5 (as in the screenshot) is in line with our code, since it's only 21, while you need a 23.

    And I can't believe a claim of a missed critical hit.

×
×
  • Create New...