vonbeardy / hd2galaxy-issues

For any issues, requests, suggestions, etc for hd2galaxy.com
4 stars 0 forks source link

Finish adding all planet images #16

Open vonbeardy opened 3 months ago

josh-allison commented 3 months ago

This issue seems like it'll be a monumentally tedious PITA. I'll take care of it; I've got you covered.

Format

I see that the format of the planet images is the following: - 100x100 px - Planet is centered in image with ~9-10px space between planet's edge and boundary. - Filename = from active_details.json, activePlanets[i].index + ".png" - (The ordering seems to be arbitrary, but I can get the names of the planets programmatically.)

vonbeardy commented 3 months ago

You're absolutely right, it is very tedious hence why I haven't completed it yet.

Actual format:

I really appreciate the assistance!

josh-allison commented 3 months ago

@vonbeardy Sounds good. The planet ids match up with what I have so I'm glad I don't have to start over. I can switch over to 50px x 50px (luckily I haven't done that many planets yet). I would not mind access to any resources that you are using, like the rough map reference.

vonbeardy commented 3 months ago

@josh-allison sorry, forgot to attach my rough reference map. sector_map

Just curious if you have done anything with this one. If not I can get started on doing this. I was also thinking about turning this into a sprite sheet so it is only one download versus 261 downloads.

vonbeardy commented 3 months ago

I actually setup the sprite sheet tonight to cut down on bandwidth.