This guide will show you how to get more coins in Frogun by editing your save file.
Save File Locati0n
أولاً, you need to go to the save file directory of Frogun. افتراضيا, you can find it here:
ج:\Users\YOUR_USER\AppData\LocalLow\Molegato\Frogun\PlayerPrefs.dat
Remember to create a backup of the file before making any changes to your save.
Opening and editing your save
Before you start editing, make sure your game is closed. Even though the file has a “dat” extension, it’s actually plain text, not binary data. You can open it in a text editor, like VS Code or VS Codium. In VS Code, use the shortcut “Ctrl+K M” to change the language to JSON for better editing. Don’t worry if your editor doesn’t recognize it as JSON right away. You can also format the document for easier handling, and the final result should resemble this:
{ "StringData": [ { "Key": "لغة", "Value": "EN" }, { "Key": "Save_Slot1", "Value": "hasSeenIntro;1\nlastLevel;Ruins5\ncoins;435\nhat;34\nLevel1;1;17.23509;1;1;1;1;1;1;1;\ن(etc...)" } ], "IntData": [ { "Key": "ResolutionWidth", "Value": 2560 }, { "Key": "ResolutionHeight", "Value": 1600 }, { "Key": "FullScreen", "Value": 1 }, // etc... ], "FloatData": [ { "Key": "MusicVolume", "Value": 1.0 }, { "Key": "SoundVolume", "Value": 0.8827723860740662 }, // etc... ], "BoolData": [] }
الآن, you’re free to modify any values in your save. It’s not strictly necessary, but I suggest minifying the JSON before saving the file.
How to Get More Coins
I must emphasize that editing your save is considered cheating. If you’re comfortable with this, إليك ما يمكنك فعله.
The most tedious part of aiming for 100% completion in this game is the coin grind for buying all gallery items and hats. This can take more than twice the time you spent on everything else. لحسن الحظ, you can edit your save to give yourself as many coins as you want, saving you a considerable amount of time on this seemingly pointless grind.
Follow the instructions from the previous section to open your save file. Locate your coin count within the “StringData” قسم. ابحث عن “Key” that corresponds to your save slot, يحب “Save_Slot1.” في “Value” جزء, find a really long string. Your coins are stored in a section that reads “coins;123\ن” (the number indicates your current coins). Change this number to a ridiculously high amount, then save your file as described in the previous section.
And that’s it! You can open the game and you should be able to see that your coins already changed.
هذا كل ما نشاركه اليوم من أجل هذا Frogun مرشد. تم إنشاء هذا الدليل وكتابته في الأصل بواسطة Pwnage Block. في حالة فشلنا في تحديث هذا الدليل, يمكنك العثور على آخر تحديث باتباع هذا وصلة.