BoniatoRelleno / CustomPaintings

0 stars 0 forks source link

[Suggestion] Use some kind of tag attached to save for loading paintings. #5

Open BurntFood opened 6 months ago

BurntFood commented 6 months ago

Idk if this is possible currently, but you could try saving something like a tag using the picture name or data like what minecraft's NBT does, so custom paintings load across saves.

Another thing you could try doing, is what suit saver does, and just have a text file with a list of the png file names that match to the amount of paintings saved on the ship.

For example of the text idea, you have 5 paintings on the ship, one default1.png, two default2.png, one default5.png, and one default7.png.

The text file could appear like so:

host/save name: default1,default2,default2,default5,default7

host/save name: etc...

Obviously clearing it when paintings are sold/lost, or you're ejected.

BoniatoRelleno commented 6 months ago

That's a good idea, I'm currently working on the next update of Ganimedes but when I finish it I'll try to do it, ty :)

Vampire2008 commented 1 month ago

If you bussy maybe should open source code and some make the job and send to you a PR.