Jump to content

jastey

Gibberlings
  • Posts

    13,692
  • Joined

  • Last visited

About jastey

Profile Information

  • Gender
    Female

Recent Profile Visitors

87,053 profile views

jastey's Achievements

  1. In case that was a question, then you could use what EndkessBG1 does if you chose the according reply options. I spent some time fiddling with this, what ENdlessBG1 does is the stablest transition I could get. In short: use as much of the original EET transition (including the K#TELBGT script) as possible).
  2. I'll put this here, too: PI finds a tp2-file and lists it as a separate mod. Since it's inside the ub folder I guess it's meant to be ignored, yes. This is not how mods are coded. The relevant "tp2" for UB is the "ub.tp2". I guess it would be good to remove /rename the "kalah.tp2" inside the ub mod.
  3. Sorry for triple posting. K#TELBGT.bcs is for transition to BG2. That is something different than the transition to SoD. EndlessBG1 uses it if the players skips SoD because - well, then the game is supposed to advance to BG2. The reason that is done from BD6100.are is because that is where the script does it in original EET (it's the last kidnapping area) so all EET-shenanigans for the transition will just happen normally. Plus, any mod NPCs also patched this script so they'll be taken care of, too.
  4. Are you sure you are looking at an unmodded bdcut61.bcs? Because the script blocks for "None" Player2-6 are not in mine. EDIT: This is only in the EET version.
  5. For normal SoD, he leaves the party and is on the same floor in the palace to rejoin.
  6. The glitches are not present in BGT.
  7. Sorry, for some reason the two guest posts didn't seem to lead to notifications. Now they are all there. (Alternatively, it was just a scheme to make you register. )
  8. Is this true for SoD NPCs, too? I didn't see them in the BG:SoD GAM. But you are right for Jaheira, Minsc, K&D, of course. What do you mean by invalidated and why? EDIT: ah, you mean because after the LeaveParty, they would no longer be "PlayerX". Now I get it.
  9. There is also stats etc. And: BGII considers imported items of which they could carry some. There is a way to make this so they are continuous NPCs - one of the advantages of EET - there is no need to take this away from players. Maybe it clears a little if you look into my SoD NPC Tutorial, and how they are handled at the end of SoD. And i was talking about bdcut61 I mentioned before. That is the cutscene that makes NPCs leave the party after the slayer dream scene, and it's also where mod NPCs patch their leaving to.
  10. SoD does this itself, I think it's bdcut61 or something. Maybe you don't have to invent the weel anew. EDIT: the cutscene lets the NPCs leave per scriptnames, so mod NPCs that do not consider this will stay in group. The reason why I used the original cutscene from SoD for EndlessBG1 is that some NPCs need some cleanup if they leave, mod NPCs may have a "joinedparty" variable they need to adjust, some should take specific items with them (for plot reasons) etc. What I'm trying to say: just kicking Player2-6 will not be very mod friendly /compatible. Also: make sure you are not kicking Multiplayers.
  11. You need to make them global before you stow them away. Then you can call them from anywhere by MoveGlobal[Object](), even if they "DestroySelf()"ed. EDIT: That is with using the death variable, at least. I never tried for "Playerx". CreateCreature will spawn the "untouched" cre. If you want players to come visit with pitchforks, go ahead. ^^ EDIT: depending on what you have in mind, you could also hide or make unselectable. Problem with a generic leaving script calling "Player2-6" is that you wouldn't know which NPCs were in party? EDIT 2: Ah, they never leave the party. Then I guess they can still be addressed by "PlayerX". I do believe that the game plays with deactivation of sorts. Or have a look at Weimer's Solaufein, the fight against the handmaiden (I think), where he has to fight alone.
  12. The transition to BGII in EET is very sensitive. EndlessBG1 uses as much of EET's original transition as possible, because I ran into problems of all sorts, too. Meaning, even if SoD is skipped, the group is teleported to the last SoD area so the normal transition can trigger.
  13. Only the ones that do not have direct EET compatibility, according to this list: https://k4thos.github.io/EET-Compatibility-List/EET-Compatibility-List.html (Same link that Jarno already posted.) Mods with direct EET compatibility you install to BGII folder after the EET transformation, even if they effect the BG1 content. The term is EET (Enhanced Edition Trilogy). I have no idea what you mean by that, Jarno.
  14. Did you have a look at Infinity Animations whether it already covers the Drider priestess? If not, please make it compatible with it, whatever you do. My Solaufein mod's drider animations are from there and are compatible.
  15. Hey, come on! This is the IE Engine! Just because it crashes if there is a wrongly formatted text or a "wrong" animation color it doesn't mean it would just crash here, right? Right? On a serious note: this should indeed be fine. It's actually content of bug reports: quest giver xyz didn't notice I already stole the item from his inventory etcpp. You could always test to make sure. I'm 99.95% sure it will not lead to a crash if the item is no longer in inventory. COPY_TRANS only works if you added a new dialogue state you can add it to. With a new state like you did for Solaufein, it's straight forward. Cheers! And, I really appreciate you asking this and collecting knowledge. I know I should write more tutorials about this, so the blame is on me / us older modders for not passing it on properly, but if I see newer mods using the incompatible methods it aches my heart.
×
×
  • Create New...