dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Playstation Games : Monitor Saves and Display Downloads in Chart #112

Closed dyreschlock closed 4 months ago

dyreschlock commented 4 months ago

I have received a Memcard Pro2, and the Memcard will store all of my saves for each card in a unique virtual memory card. All of these saves have been uploaded to dyreschlock/ps2-opl-loadout. I want to do two things:

1) Read the contents of ps2-opl-loadout and mark a boolean in the database whether or not a game has a save file.

2) When drawing the Playstation game chart (and also the Video Game Collection chart), add a link to ps2-opl-loadout for the game's save file.

dyreschlock commented 4 months ago

There's an action on Regeneration that will update the database on whether or not Saves exist.
Also, they are currently being displayed on the PS game chart as a ■ after the game name. I'd rather use a little save icon for clarity.

Displaying this stuff in the Video Game Collection chart is going to take some more work. Gotta think of the best way to connect those entries. Maybe that should be a separate case as displaying links to blog posts would be a good addition to the PS chart. The same could also be done with the Pocket game chart.

dyreschlock commented 4 months ago

Rather than using a ■ for the Save icon, I made an icon from something on the web.

dyreschlock commented 4 months ago

This is complete! And new cases were made for the other details.