Jump to content

Bug in "Remove XP Cap"


Wisp

Recommended Posts

Component 2090 isn't patching wspatck.2da, so unless you are also using the "True Grandmastery" component (or something to the same effect), the APR for fighters etc revert back to 1 when they hit level 41.

 

Unfortunately, ^1 matches on the level row for savewiz.2da and saverog.2da, as well as on one of the proficiency rows in wspatck.2da, so wspatck.2da will likely need to be treated separately from layhands.2da, save***.2da and that lot.

 

That can be done with e.g. this clear-cut case of copy&paste:

@@ -4694,6 +4696,16 @@
  UNLESS ~41[ %tab%]+42[ %tab%]+43[ %tab%]+44[ %tab%]+45[ %tab%]+46[ %tab%]+47[ %tab%]+48[ %tab%]+49[ %tab%]+50~
  BUT_ONLY_IF_IT_CHANGES

+COPY_EXISTING  wspatck.2da	override //proficiency progression table
+  PATCH_IF SOURCE_SIZE > 0 BEGIN
+	REPLACE_TEXTUALLY ~\(1[ %tab%]+2[ %tab%]+3[ %tab%]+4[ %tab%]+5[ %tab%]+6[ %tab%]+7[ %tab%]+8[ %tab%]+9[ %tab%]+10[ %tab%]+11[ %tab%]+12[ %tab%]+13[ %tab%]+14[ %tab%]+15[ %tab%]+16[ %tab%]+17[ %tab%]+18[ %tab%]+19[ %tab%]+20[ %tab%]+21[ %tab%]+22[ %tab%]+23[ %tab%]+24[ %tab%]+25[ %tab%]+26[ %tab%]+27[ %tab%]+28[ %tab%]+29[ %tab%]+30[ %tab%]+31[ %tab%]+32[ %tab%]+33[ %tab%]+34[ %tab%]+35[ %tab%]+36[ %tab%]+37[ %tab%]+38[ %tab%]+39\)\([ %tab%]+\)40[ %tab%]*~
+	  ~\1\240\241\242\243\244\245\246\247\248\249\250~
+	REPLACE_TEXTUALLY ~^\([0-5]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+[ %tab%]+-?[0-9]+\)\([ %tab%]+-?[0-9]+\)~
+	  ~\1\2\2\2\2\2\2\2\2\2\2\2~
+  END
+  UNLESS ~41[ %tab%]+42[ %tab%]+43[ %tab%]+44[ %tab%]+45[ %tab%]+46[ %tab%]+47[ %tab%]+48[ %tab%]+49[ %tab%]+50~
+BUT_ONLY
+
// extend clab abilities to 50
COPY_EXISTING ~clabba01.2da~ ~override~ // generic bard abilities
		   ~clabdr01.2da~ ~override~ // generic druid abilities

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...