Jump to content

Lauriel

Modders
  • Posts

    940
  • Joined

  • Last visited

Everything posted by Lauriel

  1. Showing my ignorance...I had never even heard of a 'stellar age'. Probably because I've never had one. LOL EDIT: I know it's not 'a stellar age', it's 'stellar age'. I too was having some fun with words.
  2. Awesome! Version 1 of mod is really ready to go live, but I'm waiting for...something. If I get the 1st camp of SoD portion of Themed_Tweaks finished before that something happens, I'll probably start on changes to it that I had reserved for V2. It won't affect those transitional dialogues. Thank you for all your hard work.
  3. @BartimaeusLess than stellar...one of my favorite phrases and so very aptly said in this case. Happy holidays, everyone!
  4. I'm still digesting @subtledoctor's comments - but as far as the edge case listed here, you know my preference. I'd prefer the more complex alternative to be able to allow specific exclusions based on TP2/Label/Designated #. Speaking from the perspective of attempting to make new mods play nice with older ones, one has to be aware of them in order to do so. Question: How does one communicate the difference between a major and a minor conflict? Do we just ignore minor ones?
  5. A new version of Transitions is available. Just a small addition to dialogue at the beginning of BG2 for EET to go over the ending of SoD if it was skipped.
  6. LOL - no, I used TriggerOverride even though I didn't specify that in the post. I can be dense sometimes, but not that dense in this case. I seriously think I forgot to compile it...which is dense enough. LOL
  7. Actually, yeah. I moved the script (modified of course), to another NPC and it worked. I have no idea why it didn't work in the area script. I probably did something stupid like forgetting to actually compile the thing. Thank you for prompting me to try the script elsewhere. It turns out I even like it much better where it is now than my previous solution.
  8. What's a universal crossbow? A crossbow that can be used by everyone?
  9. MoveToObjectFollow works great for what I need, but once my NPC starts following the other, I can't get it to stop. Neither NPC is in the PC's party. I put the following into the override script but it didn't fire. I put it in the area script, it wouldn't fire. The override script will fire if I leave the area and come back, so I know it works...except it doesn't when I need it to. How do I get him to stop following? Here's my override script block:
  10. I don't know if this has been caught, but in bd1000.bcs the following block references the non-existent dialogue file "BDIMOENP". You probably fixed it already and I'm using an old version (v5 pre) but thought I should mention it anyway just in case.
  11. Is there a list of oddities like these somewhere, for future reference?
  12. That's what I did, and that's what failed and started this discussion. But as you said, that was because it was a script, not a dialogue. I would be easier for me to use a single method for both, though. So I think I'll stick with Mike and jastey's syntax since it seems to be global. Unless I'm missing something.
  13. That's extremely interesting. And thank you for the regex equivalent, too. For beginners, the syntax for that is: weidu <filename>.BCS but I think the syntax suggested by jastey and Mike is the better way to go. Thanks all!
  14. Nevermind - had to use DialogueInterrupt instead of what is shown when you export the BAF from NI. Problem solved.
  15. I have a line of code to replace and, for the life of me, I can't get WeiDU to do it. Here's the original code block: Here's my tiny bit of code to do the replacement: REPLACE_TEXTUALLY CASE_INSENSITIVE EXACT_MATCH ~ActionOverride("BDGARRIC",DialogInterrupt(FALSE))~ ~ActionOverride("BDGARRIC",DestroySelf()) RemoveMapNote([806.325],%STRREF_GARRICK%)~ Running that produces no changes. But if I use: REPLACE_TEXTUALLY CASE_INSENSITIVE EXACT_MATCH ~SetGlobal("BD_VISITED_BD0109","GLOBAL",1)~ ~ActionOverride("BDGARRIC",DestroySelf()) RemoveMapNote([806.325],%STRREF_GARRICK%)~ I end up with the following - as expected: What's up with DialogInterrupt that it can't be found and replaced by WeiDU?
  16. I don't think I've heard of anything so awful in my life LOL Um...uh...no? Not in my game. Please don't take offense. I will politely now say, gee, what a novel idea. I think I'll try to forget I heard that.
  17. Cool! I'm up for collaborating, if you are. I'd be happy to snag it for my mod that brings in another motivation to go to Spellhold.
  18. You know, for certain, anything I do will be compatible with it since it's on my permanent install list. I only ever came up with the other reason to go to Spellhold BECAUSE of I4E. LOL
  19. I was actually going to do something like this, but not have it really tied to I4E, though it fits there perfectly. It just makes sense that he's done 'bad things' and symptoms of that should surface. I was just going to have it be an "icing on the cake" motivation to go and the real motivation be a completely different mod - one where you don't have to choose between the lesser of 2 evils. Anyway, so yeah, since I had the same idea, of course I think this idea is awesome. LOL
  20. I have a request. I'd like to have an override variable added to the Send BioWare NPC's to an Inn component. Sometimes mods don't want stock NPCs to go to various inns. It would be nice to have a variable such as cd_Ajantis_to_FAI be set to 0 or 1 so it could skip just that one. That way, install order wouldn't matter. ...I'm just using Ajantis as an example, just so no one panics.
  21. There are options to pick when you install the mod, so you can choose.
  22. That would at least make sure they've looked at it. Thank you! I'll see if I can work with this.
  23. Yeah, after a short time I start up a conversation. It's just that the conversation would make a lot more sense if the PC had actually read the scroll rather than just stuffing it away. I guess I'll have to leave it at that. Thank you! EDIT: Actually, it wasn't good enough. I just had the NPC that was starting the conversation to start off by commenting about the scroll then reading it out loud as part of the conversation. Works pretty well.
×
×
  • Create New...