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:
C:\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” 拡大, 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": [ { "鍵": "言語", "価値": "EN" }, { "鍵": "Save_Slot1", "価値": "hasSeenIntro;1\nlastLevel;Ruins5\ncoins;435\nhat;34\nLevel1;1;17.23509;1;1;1;1;1;1;1;\n(etc...)" } ], "IntData": [ { "鍵": "ResolutionWidth", "価値": 2560 }, { "鍵": "ResolutionHeight", "価値": 1600 }, { "鍵": "FullScreen", "価値": 1 }, // 等... ], "FloatData": [ { "鍵": "MusicVolume", "価値": 1.0 }, { "鍵": "SoundVolume", "価値": 0.8827723860740662 }, // 等... ], "BoolData": [] }
今, you’re free to modify any values in your save. 厳密に必要ではありません, 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” セクション. を探してください “鍵” that corresponds to your save slot, のように “Save_Slot1.” で “価値” 一部, find a really long string. Your coins are stored in a section that reads “コイン;123\n” (the number indicates your current coins). Change this number to a ridiculously high amount, then save your file as described in the previous section.
それで終わりです! You can open the game and you should be able to see that your coins already changed.
これが今日私たちがこの目的で共有するすべてです frogun ガイド. このガイドは元々、次の者によって作成および執筆されました。 Pwnage Block. このガイドを更新できなかった場合, これに従って最新のアップデートを見つけることができます リンク.