Old Games

A small featured collection of some of my previous games. The most notable one being I Wanna Be The Boshy, which kickstarted all of Grynsoft. Its popularity brought Grynsoft's first original game Wings of Vi into the limelight.

Saveeditonline

Let's say you want to edit something the parser missed (e.g., number of arrows in Dark Souls).

If it doesn't work, try searching for 2F 00 (16-bit) or 2F 00 00 00 (32-bit little-endian). This is where you become a real hex archaeologist.


Under the hood, it looks for known patterns: checksums, offsets, variable names. For unsupported games, you can fall back to Hex Viewer mode — raw, dangerous, and deeply satisfying. saveeditonline


In games like Skyrim, Witcher 3, Cyberpunk 2077, or Hades, developers do not monitor your save files. SaveEditOnline is 100% safe here. No one cares if you cheat in your own offline world.

In the sprawling digital ecosystems of modern video games, the save file is sacred. It is the crystalline record of every decision, every battle won, every treasure looted, and every relationship forged. For decades, modifying these files—a practice known as "save editing"—was the dark art of the elite PC gamer, requiring hexadecimal editors, checksum calculators, and a tolerance for corrupting 100-hour campaigns with a single incorrect byte. Let's say you want to edit something the parser missed (e

Then came SaveEditOnline.com.

Launched as a niche utility and growing into a staple of the modding community, SaveEditOnline represents a paradigm shift. It democratized save editing, transforming a command-line ritual into a point-and-click web experience. But what exactly is this tool? Why do millions of players risk their save data for it? And what are the ethical, practical, and technical consequences of wielding such power? If it doesn't work, try searching for 2F

This piece provides a comprehensive exploration of SaveEditOnline, from its core functionality to its controversial role in the gaming ecosystem.


This is the strongest offering of the platform.

Solution: The game has a "checksum" or a secondary hidden value for the variable. Some games (like Fallout 4) store "max health" in two places. Search the file for similar terms (e.g., "current_health" and "health_base").

Before doing anything, copy the original save file to a separate folder (like "Desktop/Backup"). If SaveEditOnline corrupts the data, you can revert immediately.