Home » MODDING HQ 1.13 » v1.13 Bug Reports » [PATCH] Minor XML fixes
[PATCH] Minor XML fixes[message #336417] Fri, 03 October 2014 03:33 Go to next message
Ocular

 
Messages:24
Registered:September 2014
Hello,

There are a few minor errors in the Weapons and MercProfiles XML files.

  • The Sphinx 3000 has 39 aim levels (introduced during the weapon rebalance patch). It appears that this pistol should have had 3 aim levels like the others.
  • Lance Fisher and Herman "Turtle" Regents both have an ubNeedForSleep value of zero. This is surprising given how terrible these mercs are. A value of 10 is more in keeping with their physical attributes.

Plain text patch:

https://gist.githubusercontent.com/anonymous/2a58b06f99a332cd3cb9/raw/9bcac7ffbc812dfea5d1bd712d60ba4a3ddfa87f/xml-data-fixes.patch

diff --git a/Data-1.13/TableData/Items/Weapons.xml b/Data-1.13/TableData/Items/Weapons.xml
index 58383f3..1ad9da4 100644
--- a/Data-1.13/TableData/Items/Weapons.xml
+++ b/Data-1.13/TableData/Items/Weapons.xml
@@ -7832,7 +7832,7 @@
 		7
 		476
 		7
-		39
+		3
 		1
 		20000
 		13500
diff --git a/Data-1.13/TableData/MercProfiles.xml b/Data-1.13/TableData/MercProfiles.xml
index f5d53df..ebae379 100644
--- a/Data-1.13/TableData/MercProfiles.xml
+++ b/Data-1.13/TableData/MercProfiles.xml
@@ -18076,7 +18076,7 @@
 		9
 		10
 		2
-		0
+		10
 		101
 		101
 		76
@@ -24228,7 +24228,7 @@
 		7
 		9
 		4
-		0
+		10
 		101
 		101
 		53
diff --git a/Data-UB/AddOns/Data-UB-1.13/TableData/MercProfiles25.xml b/Data-UB/AddOns/Data-UB-1.13/TableData/MercProfiles25.xml
index 970bc40..a6bd219 100644
--- a/Data-UB/AddOns/Data-UB-1.13/TableData/MercProfiles25.xml
+++ b/Data-UB/AddOns/Data-UB-1.13/TableData/MercProfiles25.xml
@@ -17887,7 +17887,7 @@
 		9
 		10
 		2
-		0
+		10
 		101
 		101
 		76
@@ -24039,7 +24039,7 @@
 		7
 		9
 		4
-		0
+		10
 		101
 		101
 		53


Thanks again!

Report message to a moderator

Private 1st Class
Re: [PATCH] Minor XML fixes[message #336418] Fri, 03 October 2014 04:13 Go to previous messageGo to next message
Strohmann is currently offline Strohmann

 
Messages:287
Registered:August 2011
Location: Division Thought Crimes
It should be

3
9


.

Report message to a moderator

Master Sergeant
Re: [PATCH] Minor XML fixes[message #336422] Fri, 03 October 2014 10:41 Go to previous messageGo to next message
silversurfer

 
Messages:2793
Registered:May 2009
Committed in GameDir 2157 (stable, only merc fixes) and 2158 (development).
Stable version doesn't have the weapon re-balance yet.

I changed the value for Lance Fisher. Need for sleep is now 8. After all his physical attributes are not that bad.

Report message to a moderator

Lieutenant
Re: [PATCH] Minor XML fixes[message #336442] Fri, 03 October 2014 23:02 Go to previous message
Ocular

 
Messages:24
Registered:September 2014
Thank you!

Report message to a moderator

Private 1st Class
Previous Topic: [PATCH] Minor bug fixes
Next Topic: [PATCH] Place inventory on same bLevel as merc when dropping items through map screen inventory
Goto Forum:
  


Current Time: Thu May 02 13:50:14 GMT+3 2024

Total time taken to generate the page: 0.00783 seconds