Page 1 of 1

[Space Age] "Star" image

Posted: Fri Nov 22, 2024 10:52 am
by BraveCaperCat
How do I change this image to something else, say a black hole (assuming I have the image stored in my mod's files):
Screenshot 2024-11-22 105012.png
Screenshot 2024-11-22 105012.png (46.09 KiB) Viewed 343 times
Is it possible? If not, why?
It would also be fine if I could delete it (adding a black hole space location instead)

Re: [Space Age] "Star" image

Posted: Fri Nov 22, 2024 1:24 pm
by DaveMcW

Code: Select all

data.raw['utility-sprites']['default'].starmap_star.filename = "__my-mod__/graphics/blackhole.png"

Re: [Space Age] "Star" image

Posted: Fri Nov 22, 2024 4:30 pm
by BraveCaperCat
DaveMcW wrote: Fri Nov 22, 2024 1:24 pm

Code: Select all

data.raw['utility-sprites']['default'].starmap_star.filename = "__my-mod__/graphics/blackhole.png"
Ah, I didn't think about looking for a prototype. Really should have searched for star first... At least this helps other people making big mods which add new star systems!