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 개구리. 기본적으로, 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": [ { "열쇠": "언어", "값": "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. 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” 부분. 다음을 찾으세요. “열쇠” 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.
이것이 오늘 우리가 공유하는 모든 것입니다. 개구리 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. Pwnage Block. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.