chrisrsantiago / chiplibrary

A comprehensive index of battle chips from the Mega Man Battle Network series.
http://chiplibrary.net/
MIT License
4 stars 0 forks source link

chip icons #13

Open TheMaverickProgrammer opened 4 years ago

TheMaverickProgrammer commented 4 years ago

Would it be possible to add chip icons to the API? I'm writing an open source net-battle engine that could replicate MMBN6. I release game demos every so often and since it's gaining popularity, I'm currently trying to avoid Capcom's IP infringement. Right now the engine downloads chip card images and icons. This way I don't ship the game with any copyrighted material and I can change the image by changing the URL on my web server that hosts the game content. Later it will also swap out the rest of the in-game battle art.

see video. notice the chip icon is an error icon 'X'. That's because my game doesn't point to any single icons (I can't find individual icons, only large sheets online).

I think your chip library is perfect for my use case, I could point all images to your API images. However I need icon images too (the ones you see in the chip selection screen). Is this something you can add?

chrisrsantiago commented 4 years ago

Agreed. Not sure why this was not already present. I. can go ahead and add them in the next commit, but can you refresh my memory on the following:

Are there any non navi chips that reuse icons?

TheMaverickProgrammer commented 4 years ago

No. Every non-navi chip has its own unique icon. Chips of the same name but different tiers, like Reflct1 vs Reflct 2 vs Reflct 3, will all have minor differences to them.

chrisrsantiago commented 4 years ago

Gotcha. Thanks!

TheMaverickProgrammer commented 4 years ago

Any update on this? I'm going public today but not quite ready to distribute downloads yet.