Jump to content


Photo

Mass increase in enemy stats?


  • Please log in to reply
2 replies to this topic

#1 Demtrek

Demtrek
  • Member
  • 64 posts

Posted 26 February 2017 - 10:43 PM

Just installed a newer version of Original (non-EE) Mega Mod Trilogy using BWS.  On my last version I used Near Infinity to fly threw all 14,000 critters and increase their HP, AC, Saves...ect.....It took me 6 days.

 

Is there a easier way?

 

I love the mega mod world, so many items and choices, but I find some content way too easy with some of the awesome weapons I find.  If I raise their HPs too much it makes spell casters loose effectiveness in damage spells, wands, ect....not enoughn melee and archers lay waste too fast.....

 

If I wanted to give enemies +2 saves, +3 AC, and Double their HPs across the world can I do that some how without spending another 70+ hours?



#2 K4thos

K4thos
  • Modder
  • 315 posts

Posted 27 February 2017 - 12:32 AM

If I wanted to give enemies +2 saves, +3 AC, and Double their HPs across the world can I do that some how without spending another 70+ hours?

via weidu code. Untested so may need some changes:

BACKUP ~stats/backup~
AUTHOR ~~

BEGIN ~stats~

COPY_EXISTING_REGEXP GLOB ~.*\.cre~ ~override~
    READ_ASCII DEATHVAR dv (32) NULL
    PATCH_IF (NOT FILE_CONTAINS_EVALUATED (~PDIALOG.2DA~ ~^[ %TAB%]*%dv%[ %TAB%]~)) BEGIN //exclude party memebers
        READ_SHORT 0x24 Current_Hit_Points
        WRITE_SHORT 0x24 (Current_Hit_Points * 2)
        READ_SHORT 0x26 Maximum_Hit_Points
        WRITE_SHORT 0x24 (Maximum_Hit_Points * 2)
        READ_SHORT 0x46 Armor_Class
        WRITE_SHORT 0x46 (Armor_Class - 3)
        PATCH_FOR_EACH offset IN 0x54 0x55 0x55 0x56 0x57 0x58 BEGIN
            READ_BYTE offset saves
            WRITE_BYTE offset (saves + 2)
        END
    END
BUT_ONLY

 


 


Edited by K4thos, 27 February 2017 - 12:37 AM.


#3 Demtrek

Demtrek
  • Member
  • 64 posts

Posted 27 February 2017 - 03:19 PM

How about https://forums.beamd...tweak-mod-ver-7 ?

Interestingly I already had that installed, but for some reason the increases to creatures were not checked durring installation.  Reinstalling it allowed me to choose the values.  I checked game for 3 mins, no crash, tried stacking arrows and it worked....then I checked my Near Infinaty and indeed AC, Saves, and HPs were all increased.   Awesome.....