Jump to content

Flix

FDM Moderator
  • Posts

    6,712
  • Joined

  • Last visited

  • Days Won

    838

Everything posted by Flix

  1. Well sadly I believe it may have been. The monsters in question all had a single incorrect digit in their hash - a 0 had become a 6. There were also about four instances where the hash had a missing digit. Fortunately I have devised a way to check for and correct such errors going forward.
  2. Today I found the reason for this problem, and I'm happy to report it will be fixed in the next release.
  3. It's because Frozenstein pre-dates the Yeti Hunter's appearance in CM 1.60. Many of the discovered unused creatures became superuniques before later being added as their original selves in CM 1.60 and later.
  4. Hello! You're confusing bonuses and bonusgroups. Bonusgroup 490 is a "group" with a single bonus, a convention that is used for static bonuses on uniques, as opposed to a pool of randomized bonuses. You should be looking at the bonusgroup definition, in order to track down the actual bonus ID. newBonusgroup = { id = 490, name = "SB_addskill_IND_trader ", bonuslist = { 345,}, } mgr.createBonusgroup(490, newBonusgroup); This tells us the Bargaining bonus ID is 345: newBonus = { -- name = "sb_addskill_IND_trader", rating = 27, basedonskill = "SKILL_INVALID", type = "BONUS_SKILL", spez = "SKILL_TRADER", spez2 = "", usagebits = 65531, minconstraints = {1,1,0}, difficultyvaluerange0 = {0,10,100}, difficultyvaluerange1 = {1,15,125}, difficultyvaluerange2 = {2,20,150}, difficultyvaluerange3 = {3,25,175}, difficultyvaluerange4 = {4,30,200}, } mgr.createBonus(345, newBonus); Keep in mind editing these values only affects the bonus on items. If you want to affect the Bargaining skill itself, you need to look in creatures.txt, where the skills are defined: mgr.createSkill { skill_name = "skill_trader", advance_level = 75, min_level = 1, mean_value = 300, advance_mean_value = 450, skillgroup = "SKG_WORLD", adv_skill_name = "skill_master_trader", }
  5. The graphics are much better optimized than Sacred 2. I've had no issues running it maxed out, but you can adjust all the graphics settings to improve performance.
  6. Truly, more than any other game I've played, I think Van Helsing has that same "feel" of Sacred. A very unique and charming world with a quirky sense of humor, lots of secrets and hidden content that make the map worth exploring. That mix of fantasy and "weird" technology. Not to mention a comparably complex character system. It's even got Star Wars easter eggs.
  7. I quickly fell in love with Neocore's wonderful Van Helsing games after playing them. This game absolutely oozes charm and atmosphere. Van Helsing Final Cut should have been the definitive edition of the series, the only thing a player would need to get the full experience. Instead, the game was more of a Frankenstein's monster, with badly-stitched seams and lots of body parts left on the cutting room floor. The "Van Helsing Enhanced" mod did a fantastic job getting skills, loot, and monsters into shape. I intend to pick up where that mod left off, respecting all the balance changes while working mainly on other areas of the game. This is what I've been up to for the past two months - crafting a new mod for Van Helsing Final Cut, Prometheus. You can check it out here: https://www.nexusmods.com/theincredibleadventuresofvanhelsingfinalcut/mods/2 Project Prometheus was originally meant to be a simple text correction mod, but it has expanded in scope to restore cut content and address the lingering bugs and balance issues of Final Cut. The goal is to make the game as polished, rewarding, and "complete" as it can possibly be. Prometheus is meant to be friendly to both first-time players and grizzled veterans alike.
  8. That doesn't sound like something I would do. I remember creating new ones for the new D2F quests. Is this a widespread problem?
  9. Yes. Androdion always said the main quest for the Blood Forest seemed to flow wrong. Actually speaking of which I just looked up these quests and I see a mismatch in one of the entries as well: quest.createQuest(3650, { id = 3650, name = "S_BI_3a_N_nn-Ice and Blood Mainstory - Gereinigtes Blut - T", The ID doesn't match.
  10. The formatting alone was a much-needed change. I ran PFP's quest.txt through a code beautifier but it had too much trouble with questscripts.txt.
  11. Yes indeed. "Fogspawn_skeleton_lich" should retain that flag - looks like it was removed in Addendum at some point.
  12. Every itemtype has a "subfamily" that dictates, among many other things, whether the player can click on it to interact with it. For example, you might have noticed dogs and cats in towns, but you cannot click on them. This is due to them having the subfamily "SUBFAM_LIFE_ANIMAL_ATMO". Most corpses have "SUBFAM_INTERN_STATIC" which means they're basically just part of the environment. Some, however, will have need to be interacted with for quest purposes. So they are given a different subfamily like "SUBFAM_LIFE_ORC". That corpse is one such example. You might ask, "so what quest is it part of?" but the thing is it's not, at least not that particular one. Instead there's probably some other quest where you click on a dead Orc, and the devs just reused the itemtype as "decoration."
  13. Sorry, I forgot I had made the EE 3.2a patch since the last testing, so I lost the custom setup. I can rebuild it but I might need to wait a little so I don't split my focus. It's about a 33% split between bugfixing, content restoration, and balancing/QoL. The three games were poorly stitched together and lot of content got left on the cutting room floor for no good reason.
  14. The classifications those are attached to all seem to be either unused or (in a few cases) only used for NPC armor or jewelry, which don't get classification bonuses anyways in vanilla. I don't think there's any ill effects here. Ah well, so the Tank Stance enemy buff won't be quite as powerful as it should be then. That error is just the result of incompletely porting over an idea from D2F.
  15. I can certainly test it - everything is still set up from the previous testing. I haven't touched Sacred 2 since then, as I'm deep into putting together a restoration/fixpack for Van Helsing Final Cut. Let me shift gears and I can hopefully report something tomorrow. From what I remember, it's supposed to be weapon-only, and for all damage channels. Dmitriy did some magic in Addendum to make it have a chance to proc on spells, and the new D2F will also have this feature. But we'll see what happens with some testing of the base game files.
  16. They're present in Dmitriy's mod but it involves several files, including replaced animation files, his s2render.dll, and his sacred2.exe. They'll be in the next D2F as well but there's no quick way to add them to back the base game.
  17. I gave up on both of those. Inquisitor I remember having long punishing dungeons mixed with tons of dialogue reading - a strange blend. Just search "S_HE_1_CM-Rundreise" in quest.txt and look underneath at these entries: reward_attr=1, reward_skill=1, Change those values to 0. If the bugs are severe, or numerous enough, sure.
  18. That's great to hear. Even in its current incomplete state, the new version of D2F v16 built on top of the Addendum is an exciting thing to behold. Wow you're right, it's been almost exactly 10 years since my first mod thread, way back when the single idea I had was to add a Mutation set for the Dragon Mage. I still have my notes from researching mythological dragons in order to get the item ideas. Back then I saw simply recoloring an armor texture as a major triumph! I never would have imagined I'd end up collaborating with so many skilled and talented people, much less create so much stuff that people enjoy. There's still some things on the horizon though. I think the final release of Diablo 2 Fallen will be the greatest yet. And I'm also cooking up some stuff for other games that have a lot of potential and don't deserve to be forgotten.
  19. I've uploaded the new patch with the change log above. It can be found on the Downloads page as well as on the Nexus. This will be, I think, the last release of Enhanced Edition. I've done everything I set out to do and am ready to move on to other projects.
  20. I know what you mean, that Seraphim jaw was the first I realized how difficult it was going to be to work with the models. You could try it with the seraphim model that Dmitriy has already imported and exported and see if that yields better results. https://drive.google.com/file/d/1DPZF598qEBd9ygJnW0dvysKLRu9Eyf0J/view?usp=sharing
  21. I'm pretty sure this is included in the pack that dimitrius uploaded. It was designed for Divinity Original Sin models so it's probably the stuff in that GR2ConverterDAE folder. The days when I had the tools set up on my PC to do anything with 3Ds Max are long gone. We had to avoid exporting anything with complex jaw/eye animations for most of the stuff we did for D2F because of issues with the bones. So the new monsters/NPCs just copied the basic skeletons of existing creatures in order to use their animations. If you want really fine control over animations, the only one I know to have mastered that is Dmitriy. Welcome to the forums!
  22. Glad to shed some light on something even I wasn't sure about. To link it back to the original topic, physical damage mitigation is the most common type that enemies will have, but it is fairly low values, between 5-15%. Given that Ancient Magic Mastery can cut that in half, you might expect to be able to do an additional 2-7% damage against such foes than you would without it. So, it's not nothing, but it's not the powerhouse I thought it was. BTW I corrected the Wiki having info about CM Patch adding fire damage to Destroyers and ice damage to Tornado.
  23. Ok I've done some testing on four unfortunate ogre champions and here are the results. Character level: 200 Fireball level: 112.8 - tooltip damage: 6,627 pure fire Enemy level: 102 - no skills, no equipment, no modifiers other than the below: Fire Mitigation = ~100% and then ~50% (margin of error within 1%) Fire Armor = 3,930 No Ancient Magic No Armor No Mitigation - 14,911 Armor Only - 9,349 100% Mitigation Only - 0 50% Mitigation Only - 7,455 Armor and 100% Mitigation - 0 Armor and 50% Mitigation - 4,674 Ancient Magic level. 36 (Damage +55%) No Armor No Mitigation - 16,441 Armor Only - 10,687 100% Mitigation Only - 0 50% Mitigation Only - 8,220 Armor and 100% Mitigation - 0 Armor and 50% Mitigation - 5,343 Ancient Magic level. 109 (74 hard points) (Damage +105.6%) No Armor No Mitigation - 17,847 Armor Only - 11,922 100% Mitigation Only - 0 50% Mitigation Only - 8,923 Armor and 100% Mitigation - 0 Armor and 50% Mitigation - 5,961 Ancient Magic level. 110 (75 hard points) (Damage +132.1%) (Opponent's Immunities - 56.9%) No Armor No Mitigation - 18,580 Armor Only - 12,579 100% Mitigation Only - 10,591 50% Mitigation Only - 14,586 Armor and 100% Mitigation - 7,170 Armor and 50% Mitigation - 9,874 Ancient Magic level. 235 (200 hard points) (Damage +201.8%) (Opponent's Immunities - 66.8%) No Armor No Mitigation - 20,518 Armor Only - 14,321 100% Mitigation Only - 13,726 50% Mitigation Only - 17,132 Armor and 100% Mitigation - 9,581 Armor and 50% Mitigation - 11,958 Conclusions: There is no secret/hidden reduction to enemy resistances occurring before mastery. The mastery bonus does not function like "BONUS_PRONETOCHANNEL". Instead it's just a relative decrease of the opponent's existing damage mitigation values. So mastery could never push the vulnerability "below 0", and would have no effect on an opponent that lacked damage mitigation. The mastery bonus seems to have no effect on armor. The armored enemy did take a slightly higher percentage of damage as Ancient Magic leveled up, but I believe that was only due to the increased damage output of the fireball vs. his static armor value falling behind. In other words, Ancient Magic Mastery is about as underwhelming as it could possibly be (for vanilla/PFP). Master it for the nice damage boost, but don't expect much more out of it unless you're fighting elementals with their native element. If you're playing a mod like EE or D2F, where lots of opponents and bosses make use of chunky damage mitigation, you will get more mileage out of it.
×
×
  • Create New...
Please Sign In or Sign Up