| 
		
			| Remove Blood Mod? | Thu, 23 January 2014 01:01  |  
			| 
				
				
					|  centhena Messages: 2
 Registered: January 2014
 | Junior Member |  |  |  
	| I was wondering, is it possible to somehow turn off all the blood, gore, and splatter during combat? |  
	|  |  | 
	| 
		
			| Re: Remove Blood Mod? | Fri, 24 January 2014 19:14   |  
			| 
				
				
					|  asmcint Messages: 48
 Registered: September 2013
 Location: U.S.A.
 | Member |  |  |  
	| It might be possible to replace the blood textures with alpha, but I doubt you can do much beyond that. 
 To whomever designed the map of Mistpeak Valley to look so much more simple than the actual level is: May the Archangel Michael descend from the heavens and plant his boot squarely between your legs for your asshattery.
 |  
	|  |  | 
	|  | 
	| 
		
			| Re: Remove Blood Mod? | Sun, 26 January 2014 03:05   |  
			| 
				
				
					|  centhena Messages: 2
 Registered: January 2014
 | Junior Member |  |  |  
	| Artofeel wrote on Sun, 26 January 2014 00:16 probably...every weapon has 'DrawsBlood' component
 it's is boolean value
 there three TRUE value in globals.gdb, so you may try to change them to FALSE (0)
 
 this is from latest DLC
 
 
  T# 0000000D HO 00280100 HV E1DBBC56 DTO 00280144 DT 0000 DO 0000E5C4 D 00000001 DrawsBlood
  
  T# 00000003 HO 0028AB60 HV E1DBBC56 DTO 0028AB7C DT 0000 DO 00147C68 D 00000001 DrawsBlood
  T# 00000002 HO 002A9200 HV E1DBBC56 DTO 002A920C DT 0000 DO 001E87FC D 00000001 DrawsBlood
 to
 
 
 
  T# 0000000D HO 00280100 HV E1DBBC56 DTO 00280144 DT 0000 DO 0000E5C4 D 00000000 DrawsBlood
  
  T# 00000003 HO 0028AB60 HV E1DBBC56 DTO 0028AB7C DT 0000 DO 00147C68 D 00000000 DrawsBlood
  T# 00000002 HO 002A9200 HV E1DBBC56 DTO 002A920C DT 0000 DO 001E87FC D 00000000 DrawsBlood
 
 
 Thank you very much! Now all I have to do is learn how to do that.
  I'll post back if that works or not when I figure it out, in case anyone else wants to turn theirs off too. [Updated on: Sun, 26 January 2014 13:21] Report message to a moderator |  
	|  |  | 
	|  | 
	| 
		
			| Re: Remove Blood Mod? | Mon, 27 January 2014 22:26   |  
			| 
				
				
					|  Artofeel Messages: 195
 Registered: August 2013
 Location: Russia
 | Senior Member |  |  |  
	| Keshire wrote on Mon, 27 January 2014 18:43 You will need a GDB editor if you want to easily make that change. It doesn't work actually...
 It doesn't see some offsets, I forget to tell you about this bug
 this is offsets for 'DrawsBlood'
 
 #0649B35E
 #92078C76
 #DB0E8B1F
 
 The easiest way is to open global.gdb in the HEX-editor and go to offset: 0000E5C4 and change 1 to 0, then do the same on 00147C68 and 001E87FC offsets
 [Updated on: Mon, 27 January 2014 22:27] Report message to a moderator |  
	|  |  | 
	| 
		
			| Re: Remove Blood Mod? | Mon, 03 February 2014 01:55  |  
			| 
				
				
					|  Artofeel Messages: 195
 Registered: August 2013
 Location: Russia
 | Senior Member |  |  |  
	| just checked yep, that method remove all blood :)
 |  
	|  |  |