Jump to content

mickabouille

Members
  • Posts

    515
  • Joined

  • Last visited

Posts posted by mickabouille

  1. Spoilered for the sake of those who don't want to know :p

    A hodgepodge of multiple unrelated changes all in one component.

    Mostly string changes and some scripts.

  2. This means it can be installed in the BG2EE/EET portion of the install  sequance (instead of in the BG1 part)?

     

    EDIT: I guess that's it?

    EXTEND_TOP ~%NashkelCarnival_BCS%.bcs~ ~BG1Aerie/scripts/ar4900.baf~

     

  3. Thanks!

    I feel this could be explicit in the description linked above.

    I forbid myself from ever saying (even orally) "greater than". I always say "strictly greater than" or "greater than or equal".

    Of course, CheckStatLT/CheckStatGT are consistent with other languages/apis that use a LT/LTE or GT/GTE distinction, but as the LTE/GTE variants do not exist (or do they?) I couldn't be sure.

  4. isn't that just

    CheckStatGT(Myself,5,LEVEL)
    CheckStatLT(Myself,15,LEVEL)

    I never found any reference for the BAF syntax so I'm a bit unsure. But that would make sense if it were like this (except the way the AND and OR are handled seems really stange but... the entirety of weidu syntax is kind of baroque anyway)

    (also needsto check if GT and LT include the limit value or not, which https://gibberlings3.github.io/iesdp/scripting/triggers/bgeetriggers.htm doesn't seem to tell)

     

    EDIT: ignore me, way better (and more informed) anwser above mine.

  5. 9 hours ago, Azazello said:

    The missing EXE is just a copy of weidu.exe

    Which is the reasonI don't understand why this seems to cause problem. Why distribute X times the same binary everywhere when it could just be distributed once ?

  6. 12 hours ago, JohnBob said:

    special mod Icewind_EET should be installed as late as possible in your installation

    But now we also have this info

    https://github.com/Argent77/A7-TotLM-BG2EE/releases/tag/v3.1

    https://argent77.github.io/A7-TotLM-BG2EE/index.html

    Quote

    Tipun's IWD-in-EET is largely compatible with this mod. Some of the creature and scripting improvements will not be available, however. IWD-in-EET must be installed before this mod.

    I'm unsure which mod is "IWD-in-EET". Is this Icewind-EET ?

  7. Hi @subtledoctor

    It _seems_ I can't install the TnB Mana sorcerer on bg1ee. On the other hand, installation on bg2ee is OK.

    I have a failure at

    ERROR: [luSo0.2da] -> [override/lud5_61.2da] Patching Failed (COPY) (Failure("ERROR: READ_2DA_ENTRY_FORMER failed on variable %file_0_9%"))

    T&B is the only mod installed, I had the same failure with many components _and_ with just the 85 (mana sorcerer) component.

    setup-tomeandblood.debug.zip

     

    EDIT: tried again with DlcMerger applied, still not working.

  8. Yes xfs was an option, but I didn' see any advantage over ext4 with casefolding.

    I guess cow is one, but that doesn't apply to me: each new install starts with a bunch of symlinks to a single copy of the unmodified game.

    The install starts at around 200Mb, nearly all of it being the tlk files: weidu would update the original tlk through the symlink, as I found out (I think I could reduce that to less than 30Mb by only caring about one language)

    It then grows as I install mods, with everything ending up in override/ (except, I think, when I apply biffing).

    Now that think about it, cow just does that with no involvement needed (and maybe in a safer way).

     

  9. You can check which mods modified a file.

    weidu --change-log eldoth.cre

    Maybe that can help people help you ?

    Also, you're missing a little bit of information. I can *guess* it's about a BG1 install, but oBG ? BG1EE ? And maybe maybe a weidu.log

    setup-stratagems.debug would be nice too but it can get very big.

    Then, is that SCS 34.3 ?

    Finally, if it's the only creature that fails, it shouldn't create too many instability (uh, I hope?)...

  10. 5 hours ago, Guest kale said:

    Wilderness Runner needs a minimum of 15 cha when making the character. Unless I screwed up my installation of the mod, I assume that's not intended?

    I don't know if it's intended but it's as programmed https://github.com/Gibberlings3/Divine_Remix/blob/99a3147fecbc84e6ab9ba855dfca7e59ca101bb6/divine_remix/setup-divine_remix.tp2#L2154

    Seems strange (and harsh!) to have both a CHA minimum of 15 and a CHA penalty 😕

    EDIT: And dual-classing TO this class doesn't have the requirement. Not that I know if original requirements are not added

  11. 3 hours ago, Lurker said:

    Your tool installs a payload comparable to mine in 21 minutes, whereas my solution takes 8+ hours?

    I don't think that's my tool vs your. I'd think yours should be somewhat faster than mine (straight invocation with no logic), though maybe not really perceptible.

    It's more native weidu vs weidu run with wine I think.

    3 hours ago, Lurker said:

    I don't get a cohesive impression from all of this right now...?

    The point was, the install starts straight with two extremely long mods (ascension, iwdification), that each took more than 20 minutes, but after that there were smaller mods so the mean time per mod got smaller and smaller. The rest is blabbering.

     

    3 hours ago, Lurker said:

    EDIT: Okay, so just to enable the ability to actually USE the native binaries to cope with [...]

    Yeah, I remember debian not activating casefolding in the kernel. The maintainer had no use for it so it wasn't useful for anybody...

    There are other FS with casfolding, actually I think ext4/casefolding is not the most used here, but I didn't try any other option.

    I'm of no help there, sorry...

  12. It's still running in the background, 1:54 bst is installed now.

    The first 2 (ascension and iwdification) are beasts and were long to install, then there is a plethora of smaller ones.

    But then we'll come to stratagems... which is long even with the native one (it took many dozens of minutes on an install I did last year but... there were quite a lot more mods in this one (100+) and I think SCS parse each resource multiple times)

     

    EDIT:

    interrupted at npckit because of missing iconv (I took the lin-***.zip version).

    real    127m8,662s
    user    0m6,915s
    sys     0m6,016s

    I thin I won't go on further :D

×
×
  • Create New...