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.
![9 Mind-Blowing Canvas Demos]()
The <canvas>
element has been a revelation for the visual experts among our ranks. Canvas provides the means for incredible and efficient animations with the added bonus of no Flash; these developers can flash their awesome JavaScript skills instead. Here are nine unbelievable canvas demos that...
![JavaScript Promise API]()
While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready? Promises are becoming a big part of the JavaScript world...
![Introducing MooTools Templated]()
One major problem with creating UI components with the MooTools JavaScript framework is that there isn't a great way of allowing customization of template and ease of node creation. As of today, there are two ways of creating:
new Element Madness
The first way to create UI-driven...
![External Site Link Favorite Icons Using MooTools and CSS]()
I recently came upon an interesting jQuery article about how you can retrieve all external links within a page, build the address of the site's favorite icon, and place the favorite icon along side the link. I've chosen a different approach which...