How to Get Green Blood in PUBG
My current video game obsession is Player Unknown's Battleground, also referred to as PUBG. It's an online multiplayer game which drops yourself and 99 others into a single, large map and you battle it out until the last man is standing. It's frustrating, heart-attack inducing, exciting...it's PUBG.
One problem with the game can be that seeing red blood is difficult, especially if you're sniping from hundreds of meters away; an alternative color, green for example, is much easier to see. Most games and even video cards provide options to adjust colors for those with visual impairments or simply are color blind.
To switch to green blood in PUBG, follow these steps:
- Open Steam
- Right-click on the game, select Properties
- Click the "Set Launch Options" button
- In the dialog, type:
-KoreanRating
The next time you launch your game you will see green blood instead of red blood! Green blood is easier to see for all types of vision and if you're sensitive to blood and prefer a more cartoony green feel, this well help as well.
CSS animations are a lot of fun; the beauty of them is that through many simple properties, you can create anything from an elegant fade in to a WTF-Pixar-would-be-proud effect. One CSS effect somewhere in between is the CSS flip effect, whereby there's...
I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener
and attachEvent
. Times have changed but there are still a few functions each developer should...
With Firefox OS, asm.js, and the push for browser performance improvements, canvas and WebGL technologies are opening a world of possibilities. I featured 9 Mind-Blowing Canvas Demos and then took it up a level with 9 Mind-Blowing WebGL Demos, but I want to outdo...
One of the more popular and simple effects I've featured on this blog over the past year has been linking nudging. I've created this effect with three flavors of JavaScript: MooTools, jQuery, and even the Dojo Toolkit. Luckily CSS3 (almost) allows us to ditch...