Jump to content

Graion Dilach

Modders
  • Posts

    1,130
  • Joined

Everything posted by Graion Dilach

  1. No, I mean the actual spacebar on the keyboard. Unlike the classics, you can get through any dialogues with the keyboard in the EEs - both classics and EEs accept the numeric buttons for player responses, but only the EEs accept spacebar for Continue. These days I don't even bother with the mouse at all in a dialog tree unless there are 9+ responses.
  2. This is the case. SR changes stats and the spellbook of the devas in it's main component for sure.
  3. Sounds good to me. I'd defer that issue as an engine bug for Beamdog.
  4. Isn't the spacebar enough convenient?
  5. Can we just apply op365 with AI enabled during the elemental battle?
  6. Well, EET_Tweaks doesn't cause it because it only touches the XP field. I dunno what SRR does here, I don't play with the Revisions mods. @Bartimaeus, sounds like something for you.
  7. I said filename with a reason. Don't changelog the override folder or a backup folder explicitly. WeiDU knows that it needs to look at override and the base folders to find the revisions of a particular file. weidu --log nul --change-log BAZEYE01.CRE is how that example should've looked like.
  8. I have never seen all those 3.5 derived mods. I wouldn't be surprised one of those causing it. You can use weidu --log nul --change-log FILENAME to find a common mod touching all of those ones though and trace back from there.
  9. I can't find any warnings related to HLLAYEN.CRE in my own megamod install which includes Cowled Menace. Throwing up a random mod list without knowing what the hell is going on is useless. WeiDU has logging options, use them (either use --autolog, or the --log "LOGFILE" command line option). See the bottom of https://weidu.org/~thebigg/README-WeiDU.html#sec6 For the record, Project Infinity does rely on --log to generate separate logs to an external folder.
  10. This isn't Java , this is BCS. Refer to https://gibberlings3.github.io/iesdp/scripting/triggers/bgeetriggers.htm and https://gibberlings3.github.io/iesdp/scripting/actions/bgeeactions.htm as your primary source of information on what does what and https://www.pocketplane.net/tutorials/simscript.html to get the basics covered.
  11. Poor content, poorly written and I haven't even dared to attempt to install it right. Roxanne's method is to install it after SCS AI components which leads to incompatibility and inconsistency problems all over the place and I've seen a fair amount of hardwired assumptions in it that I didn't wanted to dissect it to figure it out if it can actually be installed after say all the NPC mods but before any tweakmod. I mean, I do have standards.
  12. Tougher chapter-four end battle: If Davaeorn already has rings equipped in his equipment slots, both rings are moved to the inventory in favor of the sole ring this component installs.
  13. Well, this was my quickfix. I install this immediately after the IWDification component and it seems to work. BEGIN ~Attempt to fix IWDification random ranged weapons~ LABEL ZG-IWDIFICATION-RANDOM-RANGEDFIX DESIGNATED 11 // clone the standard weapons into the dummy ITMs COPY_EXISTING ~xbow04.itm~ ~override/cdrdcbth.itm~ COPY_EXISTING ~bow01.itm~ ~override/cdrdclbw.itm~ COPY_EXISTING ~bow05.itm~ ~override/cdrdsbth.itm~ COPY_EXISTING ~xbow01.itm~ ~override/cdrdcbhv.itm~ COPY_EXISTING ~bow03.itm~ ~override/cdrdlbw.itm~ COPY_EXISTING ~xbow04.itm~ ~override/cdrdcblt.itm~ COPY_EXISTING ~bow05.itm~ ~override/cdrdsbow.itm~ COPY_EXISTING ~bow03.itm~ ~override/cdrdcb5.itm~
  14. If we're discussing manuals, GoG's digitized original non-EE manuals are conflicting - the oBG1 manual mentions the bonus with the correct duration, the oBG2 one doesn't and has the overly long duration. The oBG1 spell description lacks the bonus and has the overly long duration, the oBG2 spell description doesn't mention the bonus, but has the duration fixed. And the spell itself has the bonus in oBG1 already. Basically the only time the spell was accurately described was in the oBG1 manual and everything else got something wrong. Make of that what you will.
  15. Noone told you to keep the IWDEE compatibility in your softforks either, which you just acknowledged you don't care about, why don't you cut that out then? Beamdog put it in, because it's cheaper to maintain one shared engine branch between the BGs and IWDEE and sure, they could've kept the option within baldur.lua only, but a Hidden Gameplay Options mod would've still exposed it.
  16. FTFY. Beamdog has nothing to do with the design of how that works, they just reimplemented it accurately from oIWD.
  17. https://github.com/AngelGryph/MadeInHeaven_FixesAndRestorations
  18. You can check for spell ids because WIZARD_SHOOTING_STARS and CLERIC_HOLLY_DART debuted in this release.
  19. As a workaround, one can install the beta MiH Fixes and Restorations mod to maintain compatibility between MiH SP and Enhanced Poowergaming.
  20. Honestly, I'd doublecheck those saves with NearInfinity, because this sounds like a save corruption to me (and attempt to recompress the saves with NI if it does see the areas or the Bag of Holding stores in the save). I'm not sure how the game could end up with such, though.
  21. I suspect this one comes from the IWDification randomized equipment component with the dummy placeholder ITMs aren't being detected as valid ranged weapons throwing the scripts off.
  22. Yes, the IESDP entry is why I brought this up, because II don't know if that either should be interpreted as "one of them can be omitted but then the other needs to exist" or "both are optional". Personally I always use either as a XOR but English allows both interpretations.
  23. DAMAGES.IDS in BGEE lacks a header row. BG2EE and IWDEE has such.
×
×
  • Create New...