EA For a while, EA had a bad reputation for expensive games filled with endless microtransactions. And came Star Wars: Squadrons, an inexpensive space combat game with zero microtransactions. If you buy the PC version, you will even get the VR included; no additional purchase necessary. What could be better? […]
How to Turn Off Player Drawings in “Splatoon 2”
Nintendo’s Splatoon 2 transforms the team-based first-person shooter into a non-violent game that’s suitable for a younger audience. But the game displays drawings (called “posts”) created by other players. Fortunately, you can turn them off in two ways. What is a player post in Splatoon 2? Splatoon 2 is an […]
How to Debug a PowerShell Script
Any script development usually requires troubleshooting which usually results in one of two approaches. Either manually set values for the variables and output that data when running the script, or use debugging to set breakpoints to inspect the data before continuing or aborting. The ability to debug is built into […]