wizard

AppWizard
August 13, 2026
Kinetic Publishing has partnered with Vonder Games to release the life simulation game, Aether Wizard Life, on PlayStation 5, Xbox Series, Switch 2, and PC via Steam, scheduled for fall 2028. Players will take on the role of a young apprentice mage in the haunted town of Starfall, starting each day in a customizable walking castle. Gameplay includes growing magical crops, caring for exotic creatures, exploring dungeons, and engaging with townsfolk for side quests. The game features over 30 wizard skills, customization options for the player's wizard, and the ability to pursue romantic relationships with 20 dateable NPCs. Key elements include mastery of magic, exploration of the haunted town, castle personalization, and assisting townsfolk while uncovering the mystery of missing mages. A new video and screenshots have been released to showcase the game.
AppWizard
August 4, 2026
Repurposing an old Android tablet can enhance your driving experience by turning it into a DIY Android Auto head unit using the app Headunit Revived. This open-source application acts as an Android Auto receiver, allowing navigation with Google Maps and access to apps like Spotify, Facebook Messenger, and Google Calendar. Headunit Revived is compatible with Android devices updated to at least Android 4.1 and can be downloaded for a fee from the Play Store or for free via an APK from GitHub. It can also be used on older Amazon Fire tablets. To set up Headunit Revived on your tablet, grant necessary permissions, agree to terms, and follow the Quick Setup Wizard to select screen size and orientation. The app will optimize the Android Auto layout based on your tablet's specifications. You can modify settings for UI scaling, dark mode, and screen resolution. To connect your phone to the tablet, you can use a USB cable or a wireless connection. For a wired connection, connect the phone via USB, select the appropriate USB settings, and launch Headunit Revived. For a wireless connection, enable Wi-Fi Direct on both devices, set the connection strategy in the app, and use the Wi-Fi Helper app on your phone to connect. Once connected, Android Auto will load on the tablet, allowing access to navigation and music apps. You can switch between navigation apps and exit Android Auto by unplugging the phone or using the Wireless Helper app. Various mounting options are available for securing the tablet in your vehicle.
AppWizard
July 29, 2026
An array of Android game and app deals is currently available, featuring titles such as Aeon’s End, Runic Curse, Quest of Wizard, HOOK, Slay the Spire, Inbetween Land (Full), Thimbleweed Park, and The Wild Case Adventure (Full). The Galaxy Tab S11 Ultra is discounted by up to 5 and comes with a free pair of Galaxy Buds 4. Additional price drops include various game titles, productivity apps, creative software, and educational resources.
AppWizard
July 29, 2026
5TH Cell is developing a new co-op adventure game called Broke Wizards, set to launch on PC via Steam and the Epic Games Store. In the game, players can team up as one to six Wizard roommates to complete whimsical jobs and gather funds to pay rent before the week's end. They face challenges from an Imp Landlord and engage in various magical tasks such as rescuing towns, exploring backrooms, racing enchanted ravens, and playing a wizard-themed mobile game. Combat involves using spells while avoiding collateral damage. After work, players can relax with activities like watching videos, playing instruments, and competing in PvP matches. The game features customization options, including outfits and companions, and progression is based on collecting Magic Keys through jobs and paying rent to unlock a treasure chest that grants ownership of their home.
AppWizard
July 26, 2026
A modder named DryxioGTA has created a mod for the Grand Theft Auto series that allows players to travel between Liberty City, Vice City, and San Andreas using portals. The mod enables instantaneous travel between the three worlds while maintaining distinct saves, missions, and settings for each game. Players can interact between the cities, such as shooting through a portal, which triggers responses from civilians in the current world. A video showcasing the mod was shared on YouTube, demonstrating its functionality. Grand Theft Auto 6 is set to be released in November.
AppWizard
July 24, 2026
Two friends visited an arcade filled with games and competed for leaderboard positions, winning prizes such as cosmetic items and food. They announced the release of the free Chaos Cubed: Pixel Party add-on by Hogskull Labs, which includes a quest to find the Arcade Cave containing five unique arcade machines. Players can engage in minigames that utilize sulfur cube physics, such as Netherball, Metal Mania, Paint Frenzy, and Void Pinball. Completing challenges in these games can earn players collectible pet spawners, while the Rewards Kiosk offers cosmetics, plushies, and consumables based on performance. The add-on also provides tools for creative players to build their own arcade experiences in Creative Mode. The add-on is available at the Minecraft Marketplace and requires Minecraft: Bedrock Edition.
AppWizard
July 23, 2026
Grim Dawn is a polished action RPG developed by Crate Entertainment, celebrating its ten-year milestone. The recent expansion, Fangs of Asterkarn, introduces quality-of-life improvements, including full WASD movement support. The expansion also adds a new class, the berserker, which features a skill tree node for transformation into a werewolf. Grim Dawn offers a more relaxed gameplay experience compared to titles like Diablo 4. The game's ongoing development includes plans for Grim Dawn 2, as stated by founder Arthur Bruno. Fangs of Asterkarn is available on Steam.
Winsage
July 15, 2026
Updating Windows applications is important for accessing the latest features and protecting against vulnerabilities. Many users neglect this due to forgetfulness or the time-consuming nature of the process. The Microsoft Store and Windows Update usually provide updates for native Windows applications, but a unified method for updating all programs is lacking. Windows includes a command called winget (Windows Package Manager) that allows users to update all applications simultaneously via the command line. The command to update all apps is:

winget upgrade --all
This command updates both traditional installers and Microsoft Store apps. Users can also update individual apps by specifying the app ID, for example:

winget upgrade "Chrome"
To view all applications managed by winget, the command is:

winget list
To skip confirmation prompts during updates, users can use:

winget upgrade --all --accept-source-agreements --accept-package-agreements
For complete automation, users can create a task in Task Scheduler to run at startup with the following setup: 1. Open Task Scheduler and create a basic task named "Winget Auto Update." 2. Set the trigger to run when the computer starts. 3. Choose to start a program, entering PLACEHOLDER216a2cf34dab649d in Program/script and PLACEHOLDERbe861b18048fd836 in Add arguments. 4. Set the task to run with the highest privileges and add a 1-minute delay to ensure network connectivity. While winget does not cover every Windows application, it effectively manages most mainstream applications.
Search