👋
https://wemyss.github.io/castle-story
A simple tool to help you pull out only the objects you want from gameobjects.json
so that you can transfer them into a maps gameobjects.json
without it breaking or having all these extra objects (bricktron spirits, crystal spawns, etc) you don't want.
- Create a test game and insert new objects that are missing from this tool.
- Navigate to your gamesaves directory and get the
gameobjects.json
file. - Open it in your favourite text editor and use find (
ctrl + f
orcmd + f
) to search for the string"$assetKey": "ObjetsDynamiques.
- This should have a list of results, you can iterate through them to find the object you are looking for (french names beware 😝). They should look like this
"$assetKey": "ObjetsDynamiques.PaintingTall",
- Get the last bit of the key, in this case
PaintingTall
and create a new entry inApp.js
in this repository. - Create a Pull Request on GitHub and assign me as a reviewer