Serious Sam 3: BFE

Serious Sam 3: BFE

32 ratings
Random Blood and Gore Skins
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
1.705 KB
8 Nov, 2013 @ 2:34am
1 Change Note ( view )

Subscribe to download
Random Blood and Gore Skins

Description
So here's a random thing. This mod makes it so that the "blood and gore skin" you're using is randomized every frame (approximately). This essentially makes it so that you can use multiple blood skins at once. So yeah, enjoy the ensuing rainbow of blood effects.


By default, all of the existant blood skins will show up (I excluded "None" for obvious reasons), but you are able to customize which ones show up. First, type this into the console:

globals.SetRandomSkins()

Then, between the brackets, put in the index numbers for the skins you want, separated by commas. For instance, if you only wanted Red and Green blood to show up, you'd put in:

globals.SetRandomSkins(0,1)

For reference, here's a list of all of the blood skins currently in the game, alongside their index numbers:

0 = Red
1 = Green
2 = Hippie
3 = Kids
4 = None
5 = Halloween
(any other values are undefined, and will default to Red blood)

Through this command, you can set up to 10 random skins. This is done because you're actually able to enter in a skin value multiple times to give it a better chance of showing up.


Also, when playing online, note that blood and gore skins are controlled locally, so other players will not see the same effects you see.
3 Comments
D7 1 Jun, 2014 @ 7:30pm 
Could you make this for Serious Sam HD: The Second Encounter Workshop? PLEASE.
Ryason55  [author] 9 Nov, 2013 @ 3:42am 
@Solais-Yosei You can actually set the blood and gore skin to whatever through the console with the command "prj_iBloodAndGoreSkin". This is exactly the command that the script uses, since it's a console-based script. I didn't restrict what values you can enter into the command I created just to allow for the possibility of custom gore skins.
Solais 8 Nov, 2013 @ 5:45am 
Wow, huh. I wonder if with this one, it's possible to activate custom blood skins that can be inserted to GlobalGameParams, but can't be selected in the ingame menu.