This will not be a very good experience even using the "legacy" AES-256 CBC mode cpu load would be way too high to seamlessly play on an a1200. Reticulum seems nice didnt know it before.
Looking for LHA 1.71 likely the latest version which still works on Kickstart 1.3 AND can be patched with the Y2k Bugfix on Aminet.
Guess I need to install Redkit for Witcher 2 to get the ability ids (want more talent points for a dark mode playthrough but static +3 or +2 seem to be too much)
function SetLevelUp()
// Tiered talent point progression
if (level <= 10)
{
// Early game: Rapid skill rediscovery
SetTalentPoints(talents + 3);
// level 2 grant riposte and talents + 2
}
else if (level <= 20)
{
SetTalentPoints(talents + 2);
}
else
{
SetTalentPoints(talents + 1);
}
#witcher2