Graveyard keeper save editor android
Create an issue on github, upload your save file and even if it can’t load anymore it is still fixable (the editor only modifies certain parts, so if you only changed your ingame currency that should be an easy fix for someone who knows what he is doing).
Additionally if you only pressed save once on the editor you will have a .back file in the save folder which is the pre edit save. (You can just rename it to the correct name to have it working again)
But even if it fixes it, it would be nice to supply the broken save file and a report about what you did in an issue, so that bugs can be fixed.
changed my game save to have a bit more gold and boom corrupt save 🙁 Guess its game over for me.
For Zombie — Don’t be a ♥♥♥♥ dude. Yes I had a previous backup but it was a few hours earlier. Not really into wasting time regrinding things. Usually I’d take a backup each time but sadly this was the one time I decided not to, due to it not having had issues with extremely simple edits before. ♥♥♥♥ happens.
But ah well I was near the end, most was just buying the aristocrat papers and then unraveling the remaining quests. But I decided it’d be the same just to watch the bit online as I already had heard it was so-so.
Also for Jack that is a genuinely good advice, but I don’t really intend to finish anyway and so wouldn’t want to bother the creator with unnecessary work 🙂
Источник
Graveyard Keeper [Много денег]
Владейте кладбищем и развивайте собственный бизнес
Graveyard Keeper — симулятор средневекового кладбища с элементами ролевой игры для андроид устройств.
Управляйте собственным кладбищем
В этом забавном симуляторе вы опробуете себя в роли владельца кладбища, а также будете стараться разбогатеть и развить свой бизнес. Как истинный предприниматель вам предстоит продумывать все новые и новые способы заработка, пытайтесь экономить, а также старайтесь использовать все ресурсы.
Исследуйте этот игровой мир в поисках полезных вещей, собирайте различные ресурсы и создавайте новые предметы, развивайте кладбище и шаг за шагом превращайте его в прибыльный бизнес. Исследуйте мистические подземелья, где вы сможете найти интересные алхимические ингредиенты, будьте осторожны с ними, не отравите все вокруг.
Ломает моральные устои
Эта игра демонстрирует самые изощренные стороны капитализма и ломает моральные устои, готовы ли вы к такому приключению? Используйте самые невероятные способы заработка, так как на кладбище можно построить прибыльный бизнес. Вы наверное подумали, что речь идет о воровстве у мертвецов? И вы правы.
Но, если у вас мало клиентов, вы можете добыть особые ингредиенты в подземелье, создать отравляющую смесь и отправить в населенную деревню, а далее просто ожидать потока новых клиентов. А также помните, что мертвецам уже не пригодится их имущество и органы, как далеко вы сможете зайти в погоне за прибылью? Эту игру можно скачать в официальном Google Play Маркет.
Источник
Graveyard keeper save editor android
This is a save editor for Graveyard Keeper.
The Python version works on Windows, Linux and macOS. For Windows a .exe version available too.
It can load and save *.dat files. Additionally you can export the loaded save to JSON, which has a similar structure to the original .json save files. (The difference is, that information about types of variables is saved in the file, meaning every value is wrapped in an object). When exporting to JSON you can also choose .html to have a website where you can relatively easily edit the save in the browser console and then export it again.
The Application uses a webbrowser as a GUI (by default Chrome in App Mode, but during development FireFox was tried too — f.e. Opera should work too, but watch out for your Opera version — see Issue #54).
I want to add I am not responsible if you break your save file, I try to mantain this editor in a way, in which it can’t break save files (or not by mistake) but it is still possible that this editor produces a bugged save file (if you for example add an item in a quality in which the item doesn’t exist. — although in non expert mode the editor will prevent saving your file when a non existant item is selected).
That is why you always should backup your save files. (In the settings of the editor you can also set the number of backups the editor should create (which are zipped) — on saving the editor all backups are shifted by one, so if set it to 3 backups and save 4 times, your oldest backup is lost).
But I want to mention the last time someone asked for help due to a save broken by the save editor was in september 2018 and since then I also took additional measures.
This Editor supports the DLCs (Stranger Sins + Game Of Crone + Better Save Soul) — in the editor you have toggles to enable or disable DLC Support
- Money
- Red, green, blue technology points
- HP
- Energy
- Current Time
- Your inventory size
- Your inventory items
- Inventories of all (or at least most) storage units
- Your relationships with NPC’s (only if you interacted with them before and have more than 0)
- Additionally utilities like:
- Removing all drops
- Setting the worker efficiency to any value you want
- Turning the graves into perfect graves
- Complete the entire tech tree (state is pre DLC)
- Fix if the donkey is stuck
- Reset the morgue body counter should it be broken
- Remove stuck church goes
- Reset your dungeon
If you have Python installed, you can directly use the master branch (download here) and go over to Installing the Python version. This method of installation works on any platform (Windows, Linux, macOS).
If you are on Windows and do not have Python installed, you can download a .zip file containing a .exe instead. You can find this .zip file on the releases page. The downloaded archive has a bundled version of Python with all necessary modules.
Installing the Python version
- Download this as zip and extract it any folder
- Get Python (>=3.4)
- If you are using a macOS/Linux system where python is by default Python 2.x, replace python with python3 . Additionally according to users you might also need to install python-tk if it is not yet included in your distribution.
- Install dependencies using python -m pip install -r requirements.txt .
- Execute the file with python main.py (in the console with the folder where main.py resides as working directory — to simplify this just create a run.bat (Windows) or run.sh (Linux) in the directory with the same content)
- Enjoy
Save File Locations
- /home/$USER/.config/unity3d/Lazy Bear Games/Graveyard Keeper/
- C:\Users\%username%\AppData\LocalLow\Lazy Bear Games\Graveyard Keeper
Warning: The application supports variables in the path starting with 0.1.17. If you use an earlier version manually fill in your user name for the variables.
Considering the application has a GUI it should be self explanatory. If a red border appears around an item, it means the save editor doesn’t have this item indexed. Either because the item doesn’t exist, or it was added in an update which wasn’t included yet in the editor. Same if an item doesn’t have a preview image.
If you want to manually edit save files, when you change values, watch out if you change the type of the variable. F.e. if you would change a value from 0 to 1, the type would change and you would need to manually change the type to the correct one. For information about the possible types, check types.py in the data folder.
Additional Thanks go to
- Reddit user aMannus for supplying me a save to implement worker efficiency (40%)
- GitHub user DeadElle for supplying me a save with 65% worker efficiency
- All contributers to this repository
Manually editing saves
If you want to know how to manually edit saves or see some additional infos about the saves you can check out the following document here.
The application is not working?
Supply me a screenshot with the console output (or the copied text). If you are using the compiled windows version and a black window appears and then disappears it means the application crashes because of some error. To view the error code to be able to send it to me: In the folder where you have the .exe file, Shift + Rightclick in a free space and in the context menu there should be an option like Open Command Prompt here or Open Powershell here , click that, begin writing Graveyard and then press tab to autocomplete and enter to execute — now you should start the application using that console window. This time the window won’t close after execution, meaning you have time to make a screenshot of the error.
This repository contains content which I do not own. Notably all the image files in the /data/html/rsc folder. These are by Lazy Bear Games. Additionally jQuery and Materialize are also used. Their original licenses are still included. This application uses extracted strings like f.e. localisation files. These are also by Lazy Bear Games. If you find any bugs / mistakes, feel free to open issues, or if you know how to fix it yourself, feel free to create a pull request.
For those interested, here is the command I use to generate the folder which I then zip and upload as release:
(I have this saved as build.bat in the same folder)
In the hooks directory there is a file called hook-eel.py with the content:
About
Edit, save and export save files from the game Graveyard Keeper — Works for Windows, Linux and macOS
Источник
Graveyard Keeper
Graveyard Keeper — довольно оригинальная игра которая представляет из себя симулятор средневекового кладбища, при этом разработчики дополнили геймплей элементами РПГ и экономической стратегии. И так, помимо того что на ваши плечи лягут обязанности по развитию, улучшению и расширению погоста, вам еще придется решать и различные этические проблемы и экономические вопросы. Так же в ваши обязанности будет входить и защита кладбища, а так же собирать ресурсы и создавать уникальные предметы.
Оценка редакции
Оценка 83 пользователей
Требования к v 1.129
- Версия ОС: Android 4.1+
- Требуется свободного места: 200 Mb
Скачать игру Graveyard Keeper взлом
v1.129 Оригинал. Unlocked. Мод: много денег
Кэш к Graveyard Keeper: папку из архива распаковать в /Android/obb/
— должно получится так /Android/obb/com.tinybuild.graveyardkeeper/
— установить apk, запустить игру!
Мод: много денег
v1.128 Оригинал. Unlocked
Кэш к Graveyard Keeper: папку из архива распаковать в /Android/obb/
— должно получится так /Android/obb/com.tinybuild.graveyardkeeper/
— установить apk, запустить игру!
Скачать КЭШ через торрент
v1.126 Оригинал. Unlocked
Кэш к Graveyard Keeper: папку из архива распаковать в /Android/obb/
— должно получится так /Android/obb/com.tinybuild.graveyardkeeper/
— установить apk, запустить игру!
Скачать КЭШ через торрент
v1.125 Оригинал. Unlocked
Кэш к Graveyard Keeper: папку из архива распаковать в /Android/obb/
— должно получится так /Android/obb/com.tinybuild.graveyardkeeper/
— установить apk, запустить игру!
Скачать КЭШ через торрент
Дата обновления: 06 октября 2019
- ANTIN
- BraveAmbush
- cd1
- Aksel Manyface
Чтобы оставлять комментарии,
Ребят последняя версия с dlc? И чем отличается АПК оригинал от анлокд?
Ребят, что делать, если когда выходишь из дома, все лагает (это не только с домом работает)
Игра классная , жалко , что разработчики её забросили , кстати понятно почему : они поставили цену точно такую же , как и в стиме , а это #@$&🤬 , так же хочу сказать, что игра окупилась бы быстро , если бы завезли оптимизацию .
Пацаны, кто нибудь из знатоков можете мне помочь? Я скачал обычную версию и наиграл там впринцепе много, но теперь хочу скачать версию с DLC но не знаю сохранится ли прогресс.Или как устоновить версию с DLC но при этом не потерять прогресс(если оно кншн теряется)
P.s надеюсь вы меня поняли, извините за мой кривой русский
Пацаны, кто нибудь из знатоков можете мне помочь? Я скачал обычную версию и наиграл там впринцепе много, но теперь хочу скачать версию с DLC но не знаю сохранится ли прогресс.Или как устоновить версию с DLC но при этом не потерять прогресс(если оно кншн теряется)
P.s надеюсь вы меня поняли, извините за мой кривой русский
привет для начала тебе нужен ЕС проводник, если он у тебя уже есть то зайди в папку андройд и потом в папку дада и найди эту игру перемести данные в любую папку только не забыть куда переместил и удаляй саму игру, скачивай новую, устанавливай всё как положено и не заходи пока не переместишь сохранённый файл в папку дата если надо перепишите данные данные. Удачи у меня так получилось.
Очень крутая игра
У меня одного иногда крашится при сохранении?
Здарова тем кто читает и досвидание кому лень, сегодня расскажу про «симулятор мастера на все руки, канибала по совместительству копателя могил» ну или просто «Хранитель кладбища»
Игра представляет из себя интересную рпгшку, где вы в поле хранителя кладбища должны улучшать его делая: заборы, могильные камни и др. В прочем кроме кладбища есть и подземные сооружения, дом и огород их так же надо чинить а после и улучшать, ну и в игре Овер много вещей что нужно делать и разбираться в этом всем очень даже интересно.
Ладно геемплей я вкратце описал сверху поэтому перейдем к другим пунктам.
Графика: ну это дело субъективное, но на мой вкус пиксель арт тут что надо, он красивы и атмосыерный.
Музыка:тут она идеально подходит к происходящему, крайне уместна и помогает успокоиться в целом отличная.
Атмосфера: тут она своя) сказачая, крайне успокаивающая и медитативная, да и мир сам по себе пропитан юмаром зачистую черным, но вполне уместным.
Вывод классная игруля, но мобильная версия страдает плохой оптимизацией.
Святой отец Пуччи, можешь посоветовать игры на мобилку
Источник