Jump to content

Salk

Modders
  • Posts

    3,372
  • Joined

  • Last visited

Everything posted by Salk

  1. Please Endarire do not spread such blatant disinformation. It's the second time you post to write that Tome&Blood include this modification or something similar. It's completely false. Not to mention the author is myself and it doesn't seem like I'm so inactive.
  2. The guy in charge of the EE port has not been active for quite some time. I am the author of the original non-EE version and never met that kind of issue during my testing but I am not even sure what you mean with "In BG2:EE this problem doesn't offer". You mean it happens in BG:EE but not BG2:EE?
  3. Hello, Daulmakan! It's a duplicate of a vanilla item (AMUL13.ITM). I created a container and put it into it so perhaps I don't need to add any additional flag to this duplicate item of mine?
  4. Well, I noticed that the container added by the EE has the "EE: Don't clear" (6) flag, which I cannot obviously set for the classic game. Does anyone know what happens if I proceed without it? I found an example in the WeiDu documenation about how to add a container to an .ARE file but I am a bit confused by some of the required parameters: INT_VAR fj_loc_x to the X coordinate INT_VAR fj_loc_y to the Y coordinate INT_VAR fj_trap_loc_x to the trap launch X coordinate INT_VAR fj_trap_loc_y to the trap launch Y coordinate What's the difference betwee the first set of X, Y coordinates and the second one? Thanks!
  5. Well, I didn't check this in-game, jastey, I simply opened the BG:EE .ARE file in Near Infinity (AR4300). The three bodies are listed as "Actors" and have no inventory. The item (Amulet) instead is in a container classified as "Pile". One other class for container is "Body" . And that was exactly what I was hoping for. To make one of the three body the container for the amulet. From what I can see inside NI, I don't think that is what Beamdog did. Or am I wrong?
  6. Hello jastey! Yes, of course. I mean that players can use TAB to highlight map areas that are interactable, including containers. There are many such examples in the game. It could be a particular area from a bookshelf, for example. By clicking just there the inventory for that particular area would be displayed and the player would find a book there. Or it could be a hole in a tree in the forest. You click on it and you find a hidden ring of wizardry...
  7. @Daulmakan, thanks for the advice. If I cannot find a way to go for the best solution (see above), then I guess I could follow your advice but the item is not magical. The current flags are: droppable (2), displayable (3) and not copyable (5). I want to make it a plot item so that it wouldn't disappear if spawned but at the same time, for narrative reasons, it cannot be made unsellable. So perhaps there is no possibility this way.
  8. Well, I installed BG:EE to check how they did things there with the Colquetle's Family Amulet and apparently they spawned three dead corpses representing, Mr Colquetle's son, his wife and their child. And they added a container on top of Mr Colquetle's son's body. I think a much more elegant solution would be to make Mr Colquetle's son's body the actual container; we have several examples of something similar being down by Bioware. But unfortunately I have not the skills to implement via WeiDU so if anybody can help me out with this, I'd really appreciate it.
  9. Thanks for the advice, Graion, but I am working on the classic engine.
  10. Thanks for your help, jastey. If the item is a plot item it should not ever disappear from the map though, right? Do you happen to know how to enable the plot item flag via WeiDU? But if I could edit the item into the area file then that'd be great. But I'd need to create a container for it, if I am not mistaken?
  11. Hello! I was wondering if there is a way for me to spawn an item on the ground at certain coordinates. CreateItem() seems to require a creature as parameter. I guess I could spawn a creature with the item in the inventory and then destroy it? Sounds macabre and quite unintuitive though...
  12. Kudos, DavidW! I will love reading through this. Who knows, I might learn to do something before it is too late...
  13. Thanks for your help, jastey.
  14. Hello! I was going through some old coding of mine (for BGT) and part of it was about editing an existing .dlg file (LOTHAN.DLG). And part of such editing was this: APPEND ~lothan~ IF WEIGHT #-1 ~StateCheck(Myself,STATE_CHARMED)~ THEN BEGIN lothannewstate1 SAY @297 IF ~~ THEN DO ~AddexperienceParty(1500) TakePartyItem("SCRLJALA") GiveItem("LOPOTN20",LastTalkedToBy(Myself)) SetGlobal("MarekMove","GLOBAL",1) SetGlobal("LothanderMove","GLOBAL",5) EscapeAreaDestroy(90)~ UNSOLVED_JOURNAL @235 /* ~Find an antidote for poison. Lothander has given us half of the antidote. He told us that the other half is possessed by Marek, who stays at the Blushing Mermaid.~ */ EXIT END IF WEIGHT #-1 ~!HasItem("LOPOTN20",Myself) Global("LothanderMove","GLOBAL",5)~ THEN BEGIN lothannewstate2 SAY @302 IF ~~ THEN DO ~SetGlobal("LothanderSneakAttack","GLOBAL",1) CreateItem("potn10",1,0,0) UseItem("potn10",Myself) Enemy()~ EXIT END END When I checked LOTHAND-DLG inside Near Infinity, I noticed that the new states I added are at the end of the tree. But their WEIGHT is 0 and 1. I obviously intended for the CHARMED state (State 19 in the image above) to be the first state for the .DLG to check on. In the tree, it does not look like it is so but perhaps the WEIGHT matters and State 19 and 20 (which have weight 0 and 1) are actually verified first? If not, how do I make my added CHARMED state be the very first state being checked on? When I export the edited .DLG file above as .D file, I get the following warning: ////////////////////////////////////////////////// // WARNING: this file contains non-trivial WEIGHTs ////////////////////////////////////////////////// which I assume is due to my messing with the WEIGHTs. State 0 have now in fact Weight 2 and in the D. file there is the following comment with it: /* Triggers after states #: 20 19 even though they appear after this state */ Thanks for your help.
  15. Hello again! There is something that puzzles me a bit and it is the single space that we find after ~ at the beginning of a string when the first character is '. Ex. #2024 ~ 'Tis a hurt of the mind. Only one rich in such powers can heal her.~ This is a consistent occurrence and made me wonder what the reason for needing the initial blank space is. Does anyone know?
  16. Thanks for the suggestion, Cam. I had investigated before posting of course and I knew about the general rule you mentioned. Unfortunately from a cursory glance, it does not seem like it applies here. I will check again tomorrow and see if I can identify a pattern but I am not very hopeful.
  17. I'm trying to figure what kind of standard the BG 2 (EE) text is adopting when it comes to spelling numbers. It seems that any amount of gold is very rarely spelled so I have followed this principle. Numbers seem to be quite consistently used for statistics and percentages as well. The rest (including measurement of time and distance) does not seem to follow a clear-cut pattern. What is the best course of action here?
  18. For what it is worth, I agree with Andrea about the "from whence" issue as well. But MW says it is acceptable so there is no real need to change it (I did, in my own BG2 GTU revision)
  19. Hello! I do believe Andrea is right here. The hyphen in the case above is a mistake. Of course "well-spoken" can be correct but only if it precedes a subject or an object (ex. a well-spoken young woman: see here) but this does not apply to the line Andrea spoke of. In that case there should be no hyphenation. And so when it comes to the game's strings you are menioning: 21537: Wrong 21416: Right 67042: Wrong 62100: Right 79195: Right 21441: Right 36639: Right 21441: Right
  20. I am especially grateful for the spot-on (I hope I was right to hyphenate that! ) clarification! I truly enjoyed reading through it. And my summoning was just a little tongue-in-cheek with no malicious intent at all. I remember some other topics you participated in, The_Baffled_King, and read your post about being available to help here in case someone needed to pick your brain. I suppose the string does not need any kind of change then. I still find it hard to grasp, even after the accurate background check, but I am most definitely a non native speaker who is probably biting more than he can chew. Cheers!
  21. Perhaps, @The_Baffled_Kingcan give us his royal opinion?
  22. Hello! There is a string which I cannot really understand: @28038 = ~I am Sir Donalus, Guardian of Helm. He also serves, who stands, waits, and watches carefully.~ Anyone can shed some light?
  23. The EE version of the game changes the damage type from slashing to missile. The original game text specifically mentions slashing damage but missile makes more sense. Should we leave that alone or change to missile?
  24. Hello! I think this component is a nice one but I believe it may be time to tweak it a little to make it even better. My suggestion: Aerie, Anomen and Viconia get a custom holy symbol of their deity whose usability is restricted to them (Aerie's Holy Symbol of Baervan, Anomen's Holy Symbol of Helm and Viconia's Holy Symbol of Shar) while the Player who plays a Cleric will get the original Holy Symbol depending on alignment. The properties would be left untouched, of course.
×
×
  • Create New...