Jump to content

CrevsDaak

Modders
  • Posts

    246
  • Joined

  • Last visited

Everything posted by CrevsDaak

  1. So, finally, after losing the original one, I had finished a minimal EE-working version. It doesn't modify Hexxat and it doesn't offer the Shaman class, besides it only works in BG2:EE and I haven't tested much but almost everything seems to be working. I think I've missed a couple of Dorn's SoA quests' swords (actually all of them but he can use the one he starts with if you start a new ToB game) but AFAIK I've covered everything else. I've changed the version number to 2.0 and added lotsa comments to the code. I fixed two small things on the kit ids correction but nothing else I think. I didn't test it in BGT/BG2.
  2. Please let me know if you encounter this again. Are you using the same rndtrea*.2da and .itm files for BG1/BG2 in EET? Because this might be causing it. If you want to do this, refactor the ones with BG2 scrolls, and give shitty creatures low tier ones, otherwise you're going to get crazy (you can just copy all the creatures with a blank regexp and look at the XP value/HP/level to determine the rndtrea tier they should get) with this "bug" (personally, I call it "gameplay enhancing feature" ).
  3. The current version's shipping an old version of ssl.pl, and thus systems with new version of Perl chunk on it for some reason (happened to me on OSX 10.10 as it has v5.18.2 installed by default). You can grab SCS's current one, which works perfectly.
  4. It conflicts with every single EE mod which re-compile scripts. It uses overriding instead of patching ('tis an old mod!), and since it's not updated for BG(2):EE, it drops BG2's trigger.ids in your override folder and thus breaks it because WeiDU doesn't read the BG(2):EE's one, which has new triggers and stuff BG2's doesn't. Simple as that. Just delete trigger.ids from override/ in the game's folder, and keeping Yoshimo should install.
  5. I think the Ankh is a good idea, too. If not, V1. (Just my 2ç)
  6. Mm, I have no idea what could be causing this... Did you try making a clear install, and installing it there? I have no problems installing on BG2:EE... What mods are you using? Could you please post your WeiDU.log? AFAIK, this is either being caused by other mod removing something from trigger.ids, or a mod overriding trigger.ids incorrectly.
  7. What the... What's that error?0x40de is HasDLC(S:DLCName*) and it's only in EE games' trigger.ids (if it's not there then your *install* is bugged), but, Keeping Yoshimo doesn't modify AR406.BCS if you're not playing EE, which makes me wonder... Is the error actually in *this* mod? D: Also, another question, which game are you modding, and, in which OS? This is basic for troubleshooting ;p I don't know how many times I've said this, but... IF you're NOT playing Windows BG2 (be it on Wine or native), you HAVE to install THIS mod last. Why? Because this mod modifies all the scripts and dialogs to work, by changing Yoshimo's death variable (which is done to avoid him going away in ToB), hence, you have to install it last
  8. There are several .cre files for each NPC, and the gave spawns the one according to your party level, so probably a higher level Aerie spawned. Just replace all the files and you should be good.
  9. There's a legend that someone already did that... I would say that CrevsDaak had done that, or a lot of work towards it, but he went silent about this subject some time ago: So you might ask of it .. Eeeeh, my version barely installs, it is in my old computer's HDD (if it wasn't accidentally deleted in one or misplaced), and I haven't even finished adding all of the EE NPCs (I had added Neera and Dorn (both BG:EE and BG2:EE), and had started adding Rasaad), so I wouldn't say that it's actually there for anyone else to install... I'll look for it later and see if I can get some more work done (dude, 'cause I had even forgotten xD).
  10. Doesn't that work by setting the dword on the Item for sale's 0x1c offset to the strref containing the trigger (yes, string-based triggers. I'm not even joking)? http://gemrb.org/iesdp/file_formats/ie_formats/sto_v1.1.htm#storv1_1_Sale I would love to go through Ps:T again but I don't have the time Gameplay in the original was bad anyway =P
  11. First guess: Battle Horrors are immune to Magic Missile spellfile, not to the projectile. IR's wand uses a different spellfile, and Vanilla's WoMM would have bypassed such immunity anyway because it was not working as a spell in the first place. I'm not at home and I cannot check, but if the Horrors can be checked somehow (e.g. class type? unique combination of ids?) then I can fix it on my side. If not, I would have to patch the creatures themselves. What about making the Wand of MM cast the MM .spl file at a set level? That would end this problem very easily (just a blind suggestion--I have no idea if this won't cause other issues).
  12. - to make AI run from Obscuring Mist is easilly doable I think. I don't know if it's worth it however, since the spell is very spammable, and I fear it would cause more trouble than it does now. Maybe the spell could last shorter. SCS uses a run-from-cloud specific code that can be found on stratagems/init/detectcloud.tpa. You just need to add the filename of the .spl file to the inlined table inside that file. If you do this, enemies inside the cloud will run away from it until they're out of it (that is, they run away from the invisible creature that shouts from the middle of the cloud).
  13. AFAIK, the Vampires-related crashed aren't happening anymore with SCS. I've did some tests and didn't get any crashes on BG2:EE. (http://gibberlings3.net/forums/index.php?showtopic=26167&p=232037)
  14. Not fully. Arda fixed part of the problems with the code but it's still not fully fixed, and I fear both Arda and Crevs are too busy right now. As soon as they give me the correct code I'll release a new build. Btw that build will be EPIC imo. Let's just say Monster Summoning spells are not the only spells I'm working on. It's the 1st item on my modding to-do list... But I haven't been modding much lately :|
  15. Just like I said in the Widescreen mod that was not supposed to get updates after the_bigg went away, if there's will there's a way to add it in, and look what happened, Mike -our new admin added the stuff in the same week. You just got to make a thread, get organized and make sure the tweak works for folks. I've put it together in one of TobEx's user patches. Simply putting this on ./TobEx_ini/patch/ will make it work (if it does--neither I have tested this). no_death_pc1.txt (if you plan on using this, be sure to change the file's extension from .txt to .patch)
  16. Arda, thank you for this. I always wanted to understand DS better.I have just 1 question: As I see in ds.tph altered spells of SR goes to "ag#dsal2.2da" in override, but SCS, RR & aTweaks use older DS that looks for altered spells & applies new changes in "ag#dsalt.2da". Wouldn't this be a problem? @Demi I think Spell Shield still doesn't work. No protections from any spells. (vanilla BG2+fixpack) Actually the change Ardanis suggested (IIRC i implemented the same thing but a bit different) fixes a possible installation error and corrects the portrait icon for Spell Shield.
  17. IMO, doing it with WeiDU would result in a much slower and longer script. Perl is rather fast and I don't know a word of Python (even if they say it's easy, I find C to be the easiest of all languages, no abstraction at all and free segfaults for everybody!) so I believe that it wasn't in my right to suggest doing it with Python (and Perl has a nice =~ m/regexp/ check that came handy for this), even if GemRB uses Python itself for the GUI and other stuff. Other regexps (like sed) were just too basic/dumb to do this.
  18. Works fine for me. same as kreso they disapear after few rounds .. no where close to 5 turns Ehm...Kreso actually said they work FINE for him. I'm starting to fear another EE-related issue... lol lost in the cascade.. but yeah in ee they last about 5 rounds instead of 5 turns This is actually because of an engine bug on EE games. http://forum.baldursgate.com/discussion/34894/known-9741-bug-in-effect-opcode-122-create-inventory-item-when-using-timing-mode-0 (I think it's the right link)
  19. Hah, CrevsDaak's attention is divided into quite few projects now , so a little delay is inevitable, and should be understood. Also school (started this year yesterday) ... and that I haven't done that Maths homework yet... damn. I'll fix the Spell Shield thing tomorrow, I have to go to sleep now (sorry!).
  20. On which game are you trying to install? This is the main question, I think. Crevs, if you wanna handle it, that variable needs default value, probably differing between game platforms. Actually it also depends whether the BG2 Fixpack is installed (but it uses set values (I think, I tested in all my installs and seems to be 73 in all of them that have the BG2 Fixpack) so it doesn't change much) too. I've added a ``check'' (a SET command (ab)using the ?: operator) in case the variable isn't set/read an STR_VAR (IS_AN_INT var), setting to 73 if the BG2 Fixpack is installed/game is Enhanced Edition and to 123 (the supposed portrait icon for Spell Shield on vanilla BG2:ToB) in other cases. Yeah, I know, I have meant to do that for two, three years... but there's so much things to go over and change... throw away. And I need to do the whole thing from scratch. I link to it too, and most of the time add an approx of the message above... you are actually very helpful... as I try. If you get to it tell me and I'll send you a way of doing the same on Unix-like/POSIX operative systems... Otherwise I have to instruct those people too. On which game are you trying to install? This is the main question, I think. bgee and bg2ee ver 1.3xxxx i have tried with clean installs and modded installs that have previously worked no problem . with the previous (older than 6 days) drop box version of SR .i suspect the issue is that i used the drop box link since i wiped my whole dir and lost the pervious SR beta v4 and dl.d a verrsion of SR 4beta that was ul'd 6 days ago.. as it hasnt been announced i suspect that was a faulty in some fashion UL.. so what i really need is a feb 9th or whatever the previous beta was or link to dl it.. sincew i know from usde that doesnt throw off install errors.. OK. I've already sent Demi the modified file that will do the job.
  21. PS, the linked post is very old, and when it says to overwrite the files with the ones provided in the archive, do not overwrite the weidu.exe with the archives one, as it's very old version, and it gives bad prints. You have newer one in your EE game folder, and every one of the setup-modname.exe's are one. It's the only --change-log tutorial AFAIK (if you post a new one I'll be grateful), so I link users to it... I know, I suck.
  22. What other mods do you have installed/please post your WeiDU.log? On which game are you trying to install? Could you please do a --change-log for states.bam and statdesc.2da?
  23. Get WeiDU from here, put the WeiDU executable on the same path as the mod's folder and rename it to setup-7c-yoshi.
  24. Does it work in-game? The clone doesn't change the spell type, it is copied from the original. What I changed only fixes spells with a miss-tagged spell type. The spell type is defined alongside the assoc. array (1 for Wizard 2 for Priest, like what the engine expects) and it is written into both copies. So you can easily define this as a redundant change
×
×
  • Create New...