How do I change this image to something else, say a black hole (assuming I have the image stored in my mod's files):
It would also be fine if I could delete it (adding a black hole space location instead)
Is it possible? If not, why?[Space Age] "Star" image
- BraveCaperCat
- Filter Inserter
- Posts: 412
- Joined: Mon Jan 15, 2024 10:10 pm
- Contact:
[Space Age] "Star" image
Creator of multiple mods, including Quality Assurance - My most popular one.
Go check them out with the first and second links!
I'll probably be wanting or giving help with modding most of the time I spend here on the forum.
Go check them out with the first and second links!
I'll probably be wanting or giving help with modding most of the time I spend here on the forum.
Re: [Space Age] "Star" image
Code: Select all
data.raw['utility-sprites']['default'].starmap_star.filename = "__my-mod__/graphics/blackhole.png"
- BraveCaperCat
- Filter Inserter
- Posts: 412
- Joined: Mon Jan 15, 2024 10:10 pm
- Contact:
Re: [Space Age] "Star" image
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!DaveMcW wrote: Fri Nov 22, 2024 1:24 pmCode: Select all
data.raw['utility-sprites']['default'].starmap_star.filename = "__my-mod__/graphics/blackhole.png"
Creator of multiple mods, including Quality Assurance - My most popular one.
Go check them out with the first and second links!
I'll probably be wanting or giving help with modding most of the time I spend here on the forum.
Go check them out with the first and second links!
I'll probably be wanting or giving help with modding most of the time I spend here on the forum.