Skip to content

[REQ] Early Glabrezu spawn tweak?

thatsciencegeekthatsciencegeek Member Posts: 4
edited January 2018 in PST:EE Mods
Hello!
Qwinn made a tweak, which caused Greater Glabrezu to spawn in the Undersigil *before* you leave Sigil, but only for the vanilla PS:T. Could we please have an update of the mod for PST:EE?
I think the drops from Greater Glabrezu are pretty much useless by the time you get them, so this tweak seems very useful.

BTW, another user already requested this in the feature requests.

Thanks!

Comments

  • lujolujo Member Posts: 236
    The thing with that mod was that whoever makes it needs to also adjust the XP reward on it (before endgame). It spawning is fine, it dropping those items is also fine, but it giving frankly absurd XP is gamebreking.
  • rede9rede9 Member, Translator (NDA) Posts: 1,947

    BTW, another user already requested this in the feature requests.

    Now I open a ticket for that: https://support.baldursgate.com/issues/34799

  • thatsciencegeekthatsciencegeek Member Posts: 4
    edited January 2018
    lujo said:

    The thing with that mod was that whoever makes it needs to also adjust the XP reward on it (before endgame). It spawning is fine, it dropping those items is also fine, but it giving frankly absurd XP is gamebreking.

    Sure, nerfing the XP is a detail, I mostly care about the items. The vanilla did that too. I think 70k -> 12k.
    rede9 said:

    Now I open a ticket for that: https://support.baldursgate.com/issues/34799

    Hmm, I'm not sure if opening a ticket helps. It seems Beamdog considers this as an idea for a mod, not a game feature request. We need a mod for this. I'd be willing to try and create it myself, but I'd like some support from someone more experienced in IE modding (I have zero experience with this).
    Post edited by thatsciencegeek on
  • IseweinIsewein Member Posts: 521
    The script for this mod in Qwinn's Tweak Pack .tp2 is very short. Could any WeiDU-Ninjas have a look at it and tell us which functions, if any, would need to be adjusted for EE?
    BEGIN @21 // ~Early Glabrezu~
    DESIGNATED 20
    COPY_EXISTING ~SCALPEL.itm~ ~override/Q!ERLGLA.xxx~
    COPY_EXISTING ~GLABREZX.CRE~ ~override/GLABREZL.CRE~
      WRITE_LONG 0x14 12000
     BUT_ONLY_IF_IT_CHANGES
    COPY_EXISTING ~AR2000A.BCS~ ~override/AR2000EA.BCS~
      DECOMPILE_BCS_TO_BAF
       REPLACE_TEXTUALLY ~GlabrezX~ ~GlabrezL~
      COMPILE_BAF_TO_BCS
     BUT_ONLY_IF_IT_CHANGES
    COPY_EXISTING ~AR2000B.BCS~ ~override/AR2000EB.BCS~
      DECOMPILE_BCS_TO_BAF
       REPLACE_TEXTUALLY ~GlabrezX~ ~GlabrezL~
      COMPILE_BAF_TO_BCS
     BUT_ONLY_IF_IT_CHANGES
    COPY_EXISTING ~AR2000C.BCS~ ~override/AR2000EC.BCS~
      DECOMPILE_BCS_TO_BAF
       REPLACE_TEXTUALLY ~GlabrezX~ ~GlabrezL~
      COMPILE_BAF_TO_BCS
     BUT_ONLY_IF_IT_CHANGES
    
Sign In or Register to comment.