Jump to content

lynx

Modders
  • Posts

    3,899
  • Joined

  • Last visited

Everything posted by lynx

  1. It makes sense though and the manuals are all sorts of wrong. There's a bit in the ITM structure that dictates this (there's a bg2 sling that explicitly adds strength). Perhaps it's just on by default in iwd.
  2. Audacity is as old as bg2, Gimp is from the mid nineties and both have been team projects almost from the start. It's easiest to fix by just not mentioning people, since besides DLTCEP and maybe SK, all the rest have multiple authors.
  3. Hey, noticed two things after reading the announcement. 1. It's not clear whether the kit from S&F is included or if the mod must be installed first. 2. The attribution section of the readme is all sorts of off. Almost all of the projects/tools listed have teams behind them and Sourceforge is not one of them (just a host like G3).
  4. suy, nothing is stopping you from fixing the rare (I imagine) mods with multiline descriptions. It seems odd to advocate avoiding global workarounds while the bad state persists.
  5. Location is the position of the container. Think of it as the centroid, though it doesn't have to be. In fact, it can be outside the bounding box. Vertex coordinates are normal coordinates, yes. "First vertex index" I never had to set before. It should be the index into the areas vertex region of the format, where all of them are bunched up (that's why you can get oddly high numbers). https://gibberlings3.github.io/iesdp/file_formats/ie_formats/are_v1.htm Bounding box aliases look fine as well.
  6. The few mods using multiline descriptions just need to be fixed to use a single line description (ok, maybe escaping would work, but it's ugly).
  7. Updated and can confirm. Mask of King Strohm guard scripting and BG1RE's Branwen's girdle of gender banter rely on the behaviour.
  8. I was testing with weidu directly, I don't have any mods to install.
  9. The three bugs mentioned in this thread. Not that I think they are EE-specific (except the UI one). I doubt running the windows weidu binary changes anything, it's more likely weidu does runtime checks (too tired to check though). GemRB doesn't really care about case nor did I understand what you wanted to say. My pristine bg2ee install is clearly in a case-sensitive place (touch a; touch A # creates two files, not one) and weidu is able to extract files from biffs just fine. But even if drastic measures as mentioned are eventually needed, that doesn't detract from that being terrible. Or that consistent file naming is a good idea.
  10. You don't "need the case insensitive directory anyway", but let's not copy the discussion from the other thread.
  11. I can see no reference in IESDP to this action from now to before iwdee was released. So HUH? But I added it.
  12. The originals did have weather, most commonly snow. If you're testing, it's easiest to trigger transitions via the Weather action.
  13. Using a different partition or toggling settings on an existing one is a tall order for a regular user, plus it could have systemic side effects. Silly suggestion just because EEs have 2 isolated bugs that can be handled as before in mods that need it.
  14. Not really, most are documented as already mentioned.
  15. It was hardcoded, so no. I can think of approximations via scripting, but nothing bulletproof.
  16. Was any of this area and other in-game art made completely by you, not by remixing existing assets?
  17. This was likely lost in the refactoring into proper data, where I think action.ids was used as the lookup table. So it should be easy to check if anything else was known, but also thus omitted.
  18. It hasn't been ported to python3 yet, but I didn't know py2 didn't work on newer windows any more. Either way ielister should work on windows still. @AL|EN lowercasing is still good, since it's less likely the mod author will make a consistency mistake, it just doesn't fix everything.
  19. Like Graion mentioned, your issue report doesn't reflect that at all.
  20. He's definitely not expected to fix issues like this.
  21. It's silly to debug old code, so trying with the latest release is the best first step; it might have been fixed since 0.9.1.
  22. So the xp is fine? Cool.
×
×
  • Create New...