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

Add option to preload entire PKR file to RAM #35

Open DCxDemo opened 1 year ago

DCxDemo commented 1 year ago

Original design polls hdd every time game needs new data. By design, there is a queue of only 10 ram file slots. Game works with the slot index under the hood.

These days it wouldnt hurt to just load entire pkr into ram and jump instantly jump to the required data.

Can try to hook file reading and just redirect to ram stream, or can entirely rewrite high level access. It should ensure loading from hdd as a fallback too.