Ask AI (Google Bard) questions what to make next in Valheim, by parsing your save data to Bard
This assumes you have a working python environment with dependencies installed from requirements.txt
- point at your
.fch
save file - ask a question
- add your bard token in the
.ini
file
- https://github.com/hannesdelbeke/valheim-character-editor-python
- bardapi (contains instructions on how to get a token)
- a Google account with access to bard.google.com
Asking Bard
question = "I have the following items in the game valheim, what should i make next?"
question += " " + " ".join(inventory)
results in
> Based on the items you have, here are some suggestions for what you could craft next:
**Flint Spear**: This is a simple but effective weapon that can be crafted with the materials you already have. It will be a big upgrade over your Club, and it will help you take down larger creatures.
**Stone Axe**: This is a more powerful axe than your Flint Axe, and it will allow you to chop down trees and mine rocks more quickly.
**Wooden Shield**: This will provide you with some protection from enemy attacks. It's a good idea to have one, especially if you're planning on exploring the Black Forest or the Swamp.
**Workbench**: This is a crafting station that will allow you to craft more advanced items. You'll need to gather some more materials, but it's a worthwhile investment.
**Raft**: This will allow you to explore the ocean. It's a good way to find new islands and resources.
Ultimately, the best thing to craft next depends on your playstyle and what you're trying to achieve. But these are a few suggestions that will help you progress in the game.
...
Process finished with exit code 0
Steam | |
---|---|
Local Save | %userprofile%\AppData\LocalLow\IronGate\Valheim\characters_local |
Cloud Save | %ProgramFiles(x86)%\Steam\userdata<steam-id>\892970\remote\characters |
Legacy Save | %userprofile%\AppData\LocalLow\IronGate\Valheim\characters |
Game Pass | |
---|---|
Local Save | %userprofile%\AppData\LocalLow\IronGate\Valheim\characters_local |
Cloud Save | %userprofile%\AppData\Local\Packages\CoffeeStainStudios.Valheim_496a1srhmar9w\SystemAppData\wgs |
Legacy Save | %userprofile%\AppData\LocalLow\IronGate\Valheim\characters |
Linux | |
---|---|
Local Save | /home/steam/.config/unity3d/IronGate/Valheim/characters_local |
Cloud Save | ~/.local/share/Steam/userdata//892970/characters |
Legacy Save | /home/steam/.config/unity3d/IronGate/Valheim/characters |