Jump to content

argent77

Modders
  • Posts

    1,655
  • Joined

Everything posted by argent77

  1. Imho, EET shouldn't fix issues that are not related to EET. It's the responsibility of Beamdog to fix or the respective mod makers to work around this particular issue.
  2. Thanks a lot for the fix. I could advance the main plot without further issues after applying it. Another (minor) issue crept up though. The chapter text at the bottom of the journal dialog displays "EET_CHAPTER_8" instead of "Chapter 8". It worked fine until Chapter 7. There is a mention of EET_CHAPTER_8 in m_eet.lua and util.lua, but I don't know enough about Lua script to fix it.
  3. I'm just encountering a strange issue. I'm currently in SoD, Ducal Palace, after picking up some of my former companions which includes Minsc and Dynaheir. Now, whenever I try to enter the bedrooms on the upper floor (BD0103) Dynaheir is removed from the party and the map. Afterwards Minsc is experiencing the dreaded stutter bug and can't walk more than two steps in a row. Even Safana's animation is always in her busy state on that map, although she can still move normally. I'm running a number of mods, so I don't really know whether it's EET-related. I've attached a save and the area script from the bedrooms area if you want to take a closer look. 000000101-Dynaheir issue.zip bd0103.baf.zip
  4. In my recent walkthrough with EET RC5 I noticed a number of incorrect strrefs in effect opcodes that are used for displaying strings. For example, the spell of the Unsleeping Guardian in the opening dungeon of SoD should trigger the message "Slowed" if the target fails their save, but instead it displays "Your countenance has the air of dark thoughts and concern, my love. Might I ask what has brought this mood about you?" (including associated sound clip). So, I've written a small WeiDU routine to list all strrefs from effect opcodes and found a great number of incorrect lines. You can check it out yourself with the following script: setup-ListOpcodeStrings.zip
  5. No, it has been added to the wrong list. The mod is for BG2:EE and can be installed somewhere after the EET core component.
  6. @subtledoctor: The archives created by the DlcBuilder may already work for current mobile game versions. You might have to rename the included mod.key back to chitin.key to make it work.
  7. One issue to consider is that some mobile devices require different texture encoding formats for PVRZ files. A work-around would probably be to convert PVRZ-based tilesets back into the original palette-based format (which is apparently supported by all devices).
  8. I'm a Windows user, but I'm not too fond of the Launcher idea either. Launchers are always the first thing I deactivate or delete since they're just another layer of inconvenience between me and the game. I'm wondering - does iOS/Android releases support mods? Can you for example install EET on PC and somehow make it work on portable devices? Where are TLK files? What about biff files and Override folder? You can use my DlcBuilder to create a distributable version of fully modded games. Afaik, the DLC model has been chosen in the first place because it was already implemented in a similar fashion in the mobile versions of the games. I don't know the game folder structure on mobile devices, but the desktop versions of the games support DLC locations in the game installation folder as well as in the documents folder. I would imagine the mobile versions also support locations that are freely accessible by the user.
  9. New mod for BG2:EE and EET: Skip Chateau Irenicus (Alternate download) It's fully compatible with EET and provides an improved (and less silly) alternative to the (in)famous Dungeon-Be-Gone. The mod will also allow you to pick up all the stuff you missed when escaping to the surface, including mod-added items.
  10. this won't be universal for EET.tp2 since at that point both weidu 239.01 and 239.02 still recognize the game as BG2:EE. Only after EET.flag is in override weidu will report the game as EET (and only after running the installer again). I was only referring to the "double quote" bug from WeiDU v239.02 which also affects every other BG(2)EE mod that makes use of this variable. In EET it must probably be added to both EET.tp2 and lib/EET_end.tp2 to work correctly. Edit: Btw, I've noticed that the option "Show Black Space" is automatically disabled by EET. Is this a technical necessity?
  11. How about quick workaround? Adding this ALWAYS block should fix the USER_DIRECTORY issue in a more universal way: ALWAYS OUTER_PATCH_SAVE USER_DIRECTORY ~%USER_DIRECTORY%~ BEGIN REPLACE_TEXTUALLY ~^\(.+[\/]\)"\(.+\)"$~ ~\1\2~ END END
  12. I don't think this issue should be solved by core EET. As already mentioned, there may be mods that require these items to be found within the game. It's true that you'll have two different stacks of identical ammo or potions, but at that point you should be able to acquire gem bags, potion cases or ammo belts to save inventory space. I'd suggest to add such a component to the EET Tweaks instead. Since it's installed very late in the installation chain it can fix even mod-introduced dependencies to the items in question.
  13. Sometimes I can loot stackable items without "charge". They don't display a number in the inventory screen and adding them to existing stacks don't increase the stack. It's been fixed after a save and reload. I've seen it with a healing potion and an arrow of dispelling so far. Both were most likely random drops. I can't remember who dropped the potion, but the arrow was dropped by a spawned bandit with bandit scalp. Maybe another quirk of the new treasure table system?
  14. Here you go: saves_-_doubled_rasaad.7z I've also included Nashkel's area script and my WeiDU logs, just in case.
  15. I've just encountered a second Rasaad in Nashkel after revisiting the town. Inspecting my saved game I found a third character entry for Rasaad as well, although that one hasn't been placed on any map. Could this be EET-related or is it a BGEE issue? I'm using EET RC3 with the RC4 hot fix and a small number of mods (incl. BG1 NPC Project). Rasaad never joined my party, but I talked to him once already.
  16. The letter is dropped by one of the Ogrillons. However, it's not flagged as quest item, so it might disappear if you come back later to pick it up. The letter is also present in the dead halfling's inventory. But he shouldn't drop anything since he's already dead when the map is loaded.
  17. I can confirm as well. It looks like the fix has not been applied to BG3300.TIS and the two other reported maps. Edit: @K4thos The culprit is COPY_EXISTING in the FIX_WATER function. Since you never install TIS files directly, but instead biff them from a working directory, you have to adapt the function accordingly.
  18. RNDTRES.2DA appears to be special in many ways. For example, you can't define random lists with a chance of generating no item at all. The engine appears to calculate the chances for each item from the available items in the row. The remaining "*" entries are ignored completely. I'm using this file extensively in my Golem Construction mod. To simulate a chance of no item drop, I had to add dummy items with cleared "Droppable" flag to the list. None of the items have a non-zero lore defined however, so I didn't notice that items from this table are automatically identified. I'll make some more tests. Maybe I can find out more.
  19. On closer inspection I can see that all PVRZ files of BG4000.TIS containing transparent regions are different. The most noticeable files are A400009.PVRZ (BGEE) / B400009.PVRZ (EET) and A400021.PVRZ (BGEE) / B400021.PVRZ (EET). Are you recompressing them at some point during installation? Edit: Nevermind, I've compared them with an older version of BGEE. The latest BGEE patch v2.3.67.3 contains the same visual glitches.
  20. Comparing the TIS file from EET and BGEE side by side it looks like the additional tiles at the bottom of the TIS are different in EET. Some are misaligned, others just look differently.
  21. Yes, that is it. It's only misaligned by a single pixel. You can also see it in the area viewer of NI. It must be caused somewhere in the process of installing EET. The original map in BGEE looks fine.
  22. I've noticed that many enchanted items from random drops are already identified, such as protection scrolls or enchanted ammunition. I'm running a number of mods though, so I can't tell whether this is caused by EET or one of the other mods. Can anyone confirm? Edit: I've also noticed a couple of misaligned door tiles in their closed state on map BG4000 (Gullykin).
  23. It looks like you can fix glitched water overlays simply by setting "dummy tiles" as secondary tiles in WED resources. The following WeiDU code should fix the issues mentioned in my previous post: [spoilerT/p> DEFINE_ACTION_FUNCTION FIX_WATER INT_VAR numTilesToFix = 0 // number of tile indices to fix // $tilesToFix(0), ... contain tile indices to fix STR_VAR wed = ~~ BEGIN ACTION_IF (numTilesToFix > 0 AND FILE_EXISTS_IN_GAME ~%wed%~) BEGIN // Setting required secondary tile indices COPY_EXISTING ~%wed%~ ~override~ SET ofsOverlay = LONG_AT 0x10 SET ofsTileMap = LONG_AT (ofsOverlay + 0x10) READ_ASCII (ofsOverlay + 0x04) tisFile (8) NULL PATCH_IF (FILE_EXISTS_IN_GAME ~%tisFile%.tis~) BEGIN INNER_ACTION BEGIN // adding dummy tiles to TIS COPY_EXISTING ~%tisFile%.TIS~ ~override~ READ_LONG 0x08 numTiles WRITE_LONG 0x08 (numTiles + numTilesToFix) READ_LONG 0x0c sizeTile READ_LONG 0x10 ofsTiles FOR (idx = 0 curOfs = ofsTiles + (numTiles * sizeTile); idx < numTilesToFix; idx += 1 curOfs += sizeTile) BEGIN // adding new "black" tile INSERT_BYTES curOfs sizeTile WRITE_LONG curOfs "-1" END BUT_ONLY END // updating secondary tile indices FOR (idx = 0; idx < numTilesToFix; idx += 1) BEGIN PATCH_IF (VARIABLE_IS_SET $EVAL tilesToFix(~%idx%~)) BEGIN SET tileIndex = $EVAL tilesToFix(~%idx%~) SET ofsTile = ofsTileMap + (tileIndex * 10) WRITE_SHORT (ofsTile + 4) (numTiles + idx) END END END BUT_ONLY END END // patching BG3300 (Beregost) ACTION_DEFINE_ARRAY tilesToFix BEGIN 3799 3800 3879 3880 END LAF FIX_WATER INT_VAR numTilesToFix = 4 STR_VAR wed = ~bg3300.wed~ END // patching BG3000 ACTION_DEFINE_ARRAY tilesToFix BEGIN 2588 END LAF FIX_WATER INT_VAR numTilesToFix = 1 STR_VAR wed = ~bg3000.wed~ END // patching BG1802 ACTION_DEFINE_ARRAY tilesToFix BEGIN 1292 1293 END LAF FIX_WATER INT_VAR numTilesToFix = 2 STR_VAR wed = ~bg1802.wed~ END Edit: Optimized code
  24. I found a small number of glitched water overlays in RC3: Water of fountain in Beregost (BG3300) at x=2550, y=3100 Water of basin on map BG3000 at x=1800, y=2070 Water of basin on map BG1802 at x=1800, y=1500
  25. There are no changes to the cutscene but one of the spell animation (exploding Shadow Thief) is slightly longer. Considering EET doesn't overwrite BG2 spells but the animation looks different my assumption is that one of the vanilla BG2:EE spells must have a reference to not existing resource that is now available after importing stuff from BG:EE. Other than this I didn't notice any oddities with the cutscene but will take a look. I've made a video clip out of it for closer inspection. I don't mind the delay of Imoen's appearance, but the Shadow Thief sequence doesn't look natural at all.
×
×
  • Create New...