Jump to content

Kelandon

Global Moderator
  • Posts

    10,261
  • Joined

  • Last visited

Everything posted by Kelandon

  1. It's not at all clear to me how Fort Cavalier could be close to Dharmon, as ZKR says. Presumably, there's some sort of secret passage in the northwest corner of the Great Cave that is inaccessible in all the games. This passage presumably leads to a cave underneath the main Avernum caves, where ZKR takes place (sort of like how the vahnatai caves in Avernum 2 are deeper than the main cave, and the caves in A3 are much higher than the main cave). But I think the BoA scenarios are only quasi-canonical anyway. There's a veiled reference to the slith war described in ZKR in Avernum 4, if I remember correctly, but that's about it.
  2. Ring of One Very Specific Skill. Not as catchy, but more accurate.
  3. Because I'm sure there's going to be a further discussion of semantics here, I think what you mean is specifically physical skill, as opposed to strategic skill or something like that. That is, the kind of skill involved in Mario, not the kind of skill involved in Civilization.
  4. I have had less time than I'd like to work on Homeland, but basically I've been debugging the "more elaborately scripted sidequests" that I described above. I had a lot of good ideas when making sidequests in Chapter 2, and, broadly speaking, none of them actually work as coded. They're not even close. So I'm debugging and, in some cases, rewriting them altogether because BoA can't easily do what I intended. I'm almost done with the side quests and will pick up the main quests again shortly. The third main quest is pretty short, and I'm hoping I can get that done in a day. The fourth (the capital) is longer and will probably take a few weekends.
  5. Now would be an appropriate time for a bump, though I wouldn't get my hopes up if I were you. These are very old, unsupported games.
  6. I remember having a rule of thumb about weight-to-value ratios for items to pick up and sell in the original Nethergate and Avernum Trilogy, because if you wanted to pick up and sell absolutely everything that was sellable, even for 1 coin, you'd make a huge number of trips back and forth to dungeons. If you weren't obsessive about selling absolutely everything and were reasonably disciplined about inventory management, you could avoid a lot of tedium.
  7. Hi Warrior Mage, please don't double-post (that is, post twice in a row in the same topic) unless you have a really good reason to. The fact that nobody has responded in a few hours does not constitute a really good reason. Wait a few days. If nobody responds by then, post "bump" to put the thread back at the top of the list and make sure that people know that you're still in need of a response. I realize that you may not know this, but your post comes off as sarcastic, which also is not really consistent with the forum guidelines and makes people less likely to want to help you.
  8. Did you read the topic? That's not what we're talking about here.
  9. By way of example, this is the kind of thing I'm talking about, where in 2007, Alorael could say: "Everyone's already biased towards A2 because it's so clearly the favorite here . . . ."
  10. Yeah, FWIW, I joined the community after Avernum 3 was released, and I don't remember anyone making distinctions between the two by that point. It's entirely possible that earlier discussions were more positive and it went negative after A3. Though given the nature of the criticisms, that would be kind of weird, since they would've applied equally to E3 and A3. I guess it could also be due to a change in forum population, rather than any difference between E3 and A3.
  11. Exile 3 was by far Jeff's biggest early success. It got dumped on by forum members for a long time, though, basically because the premise is not original or interesting (monster plagues?). Almost none of the game is about what the story is ostensibly about (who's responsible?), so it's basically just an excuse to explore and fight monsters. But it's just about the best possible version of "explore and fight monsters" that you can do. The game is huge, and although I think that the combat mechanics for the only version that I've played—Avernum 3 (original)—were pretty bad by Spiderweb standards, they were still very enjoyable. The writing (not plot, but writing) is engaging throughout. And there's just a ton of cool stuff: well-crafted dungeons, memorable towns, interesting characters, etc. So yeah, the premise of Avernum 3, and for that matter the execution of the premise, are nowhere near as good as the opening of Avernum 2. I don't remember a moment in Avernum 3 that was like the assault on the Ornotha Ziggurat. But an enormous amount of cool stuff is still a pretty good draw for a game.
  12. The first two (of four) core quests in Chapter two are tested and finishable, with at least reasonably acceptable combat balance. Some of the more elaborately scripted sidequests are in Chapter 2, and I haven't tested those yet. I think that's up next. I'm starting to wonder if I need to rebalance the warrior abilities. It seems like there's one that I use constantly, and I haven't really had a need to use the others. This makes me think I need to change some things.
  13. You have to clear the last text bubble before you can put a new one on the same character. So you need to have: text_bubble_on_char(12,""); text_bubble_on_char(12,"However,you have came in.."); force_instant_terrain_redraw(); pause(25); And so on for every text bubble after.
  14. Agreed. If it worked, it would be perfectly fine.
  15. But it’s still a bad idea, and I say that as someone who actually did it for one scenario. (Not changing the walls, but changing a built-in graphic.)
  16. You can change from surface to cave, but other than that, no, not by normal means. You could conceivably try to create custom terrains that work the same way as walls, but it would be an incredible pain. You could also use the LP approach to changing character graphics (use a custom graphic with the same number as the graphic you're trying to replace), but that only worked on Macs.
  17. Avernum 4 also mentions sliths enslaving humans and nephilim, though without a lot of detail as far as I can tell. One of the crystal souls in ZKR refers to himself as a "slave" of the vahnatai, but it doesn't seem to be meant literally.
  18. Yeah, the party is level 15 (give or take) when they get to a trainer in Chapter 2, and it seems like it doesn't work very well. Or maybe it does — cash is a little tight around that point, so maybe one has to make some strategic choices. I'll fiddle with it. I think it's okay, but I need to tweak it a bit.
  19. I'm glad that you figured that out, because there was no way I was ever going to. It works now. The prices seem absurdly low, but that may just be because they are, not because of a bug. I'll do further checking.
  20. FWIW, the shop number is 18. I'll change it later today and report back whether that helps.
  21. So here's a weird bug. I have a trainer in the scenario who sells skills in an ordinary shop. The skills are added correctly and shop up in the shop, but they don't have prices. I set the price level to 2, so they shouldn't be free, but for some reason they are. The node is below. I've tried changing the price level, which shows up in the "Prices here are Pretty Average" (or whatever) description but doesn't change the fact that the skills are free. I've tried changing the nextstate, but that doesn't seem to work; no matter what, the next state appears to be the state that the character is coming from. All the other shops in the town work fine. Anyone have any idea what is going on? begintalknode 41; state = 25; nextstate = -1; question = "I would like some training."; text1 = "You finish shopping."; code = begin_shop_mode("Dorethen's Training","Dorethen will train you in a wide variety of combat skills for a fair price.",18,2,-1); break;
  22. Rezilla still works as of Mac OS 10.14, at least enough that I can listen to sounds saved in a resource fork (which is the only thing I use it for).
  23. Since Niemand is gone and his utilities were so useful, I'll host them on my utilities page: https://kppp.webs.com/utilities.html
  24. On Mac, the graphics are saved as a cmg file, while on Windows each one is saved as a separate bmp file. So for people on Windows to play the scenario, you have to port the graphics.
×
×
  • Create New...