DCxDemo / THPS2-Cumulative-Patch

Cumulative Patch for Tony Hawk's Pro Skater 2 PC
https://discord.gg/vTWucHS
GNU General Public License v3.0
37 stars 1 forks source link

Check for custom content presence #62

Open DCxDemo opened 6 months ago

DCxDemo commented 6 months ago

Since the patch allows to run without content, gotta make sure it doesn't try to load anything missing. Basically gotta add a safeguard somewhere that will prevent content patching functions from running in case the content is missing.

Maybe also pack everything in an additional PKR file somehow, so can only distribute one file instead of a zip. wont require user to unpack it as well.

Alternatively, or until implemented, can let launcher validate it, and also let it unpack the zip, so user can just drop it into the root folder.