Jump to content


Photo

Physical Damage Resistance Cap


  • Please log in to reply
3 replies to this topic

#1 Salk

Salk
  • Modder
  • 1411 posts

Donator

Posted 31 July 2007 - 09:12 PM

Hello!

I am wondering why the new HLA tables cap the physical damage resistance of all classes (except Barbarians) to 75%. The readme just speaks of a generic way to stop possible abuses but I am not that kind of player and I don't need that.

Since I never liked capping anything, I'd ask if it's possible/easy to remove it completely from that component in some way.

Thanks! :cheers:

Edited by Salk, 31 July 2007 - 09:22 PM.


#2 the bigg

the bigg

    2083 is a prime number.

  • Modder
  • 3331 posts

Posted 01 August 2007 - 12:50 AM

You'd need to comment out the following snippet:
ACTION_IF NOT FILE_EXISTS ~override/tb#resisttweak.txt~ THEN
		BEGIN
		COPY_EXISTING ~sw1h01.itm~ ~override/tb#resisttweak.txt~
		COPY ~refinements/armor/copy~ ~override~
		EXTEND_TOP ~baldur.bcs~ ~refinements/armor/baldur.baf~
		ACTION_IF FILE_EXISTS_IN_GAME ~baldur25.bcs~ THEN
				BEGIN
				EXTEND_TOP ~baldur.bcs~ ~refinements/armor/baldur.baf~
				END
		END
from both refinements/lib/armor.tpa and refinements/lib/hlab.tpa.

I'm not confortable with adding this as a choice, because
- we'd end up having 9876543210 customization choices for every component
- "do you want to add a limitation?" - components/questions are useless, because if you want to 'abuse' the available options to get >=100% physical DR then you won't install the specific component, whereas if you didn't want to get >= 100% DR, the component would be useless.

Of course, I'm not going to stop people from editing stuff on their end ;)

Italian users: help test the Stivan NPC!

Author or Co-Author: WeiDU - Widescreen - Generalized Biffing - Refinements - TB#Tweaks - IWD2Tweaks - TB#Characters - Traify Tool - Some mods that I won't mention in public
Maintainer: Semi-Multi Clerics - Nalia Mod - Nvidia Fix
Code dumps: Detect custom secondary types - Stutter Investigator

If possible, send diffs, translations and other contributions using Git.


#3 J Beau

J Beau
  • Member
  • 85 posts

Posted 01 August 2007 - 03:52 AM

Maybe you could start a customization thread. If people have a question like Salk's, you could post a reply just like you did in this thread. That would limit the annoying questions for you and give one easy place for people to go to in order to tinker with their own install. :cheers:

Edited by J Beau, 01 August 2007 - 03:52 AM.

Tempus fugit - memento mori
Time flies - remember death

#4 Salk

Salk
  • Modder
  • 1411 posts

Donator

Posted 01 August 2007 - 05:09 AM

I thank you for your help with my problem, the_bigg.

I perfectly understand that you don't want to insert too many options at installation level. I am sure that each person has different preferences and it is impossible to make all happy. But your answer solves my personal issue so thank you again. :cheers: