Femboy-Airlines / VecEdit

Graphical save editor written in python
1 stars 1 forks source link

Graphical Map editor #2

Open Com2486 opened 1 month ago

Com2486 commented 1 month ago

Probably would have to ask Ben for permission for this one. I'd have to take pretty much all of the assets to ensure it looks good, and can be used by normal people. Would help with editing your map at scale, though

BeHaCh commented 1 month ago

We have a basic framework in place, main things still needed: Icons for all buildings/resources How to display 2x2 and 3x3 buildings Allow editing of tile info (change components of buildings/change what building/resource is there) Allow bulk editing? (would need a way to select several tiles at once)

BeHaCh commented 1 week ago

Some updates: Icons for resources are working, and framework is in place for building icons once we get sprites, but 2x2 and 3x3 will still be weird You can edit the resource for a specific tile, and can export the changed json of the map to the main save file Editing what buildings and building components is still WIP Bulk editing would require a rewrite of some of this code, so it's a ways off