Save and Load files
NEWT Blueprint Builder » Devlog

I have included a function to save and load maps.
- Press [F1] to create a .newtbb file with all the map information.
- Press [F2] to load the file.
You can share the file with other people so they can load your map on another instance of the tool.
Thanks to https://itch.io/profile/loris70 for the suggestion.
NEWT Blueprint Builder
Create blueprint maps for ALIEN RPG online
| Status | In development |
| Category | Tool |
| Author | Delacannon |
| Genre | Role Playing |
| Tags | alien, alien-rpg, blueprint, maps, mothership, old-computer, retrofuturism, Tabletop role-playing game |
More posts
- v110 - Random mapsJul 27, 2024
- New Release v100: Changes and FeaturesJul 26, 2024
- Autosave!Sep 30, 2021
Comments
Log in with itch.io to leave a comment.
I love this designer, it's so easy to use. I am having a problem when I load the json file. It seems to save correctly but when I load it again several of the tokens appear in random places on the map. I have loaded several times and it seems like the x,y is not being saved correctly. I am using v113 of the designer.
Hey Delacannon, looks like the load and save are having some issues. It seems that no file will import unless it has `"extension":"999"` defined as part of its structure, but its also possible to export files that are missing this key.
Is this a known issue? The workaround isn't very hard on my side but wanted to check in.