XProger / OpenLara

Classic Tomb Raider open-source engine
http://xproger.info/projects/OpenLara/
BSD 2-Clause "Simplified" License
4.64k stars 360 forks source link

how can i do save game at any time in android branch #417

Closed sunxuold closed 2 years ago

sunxuold commented 2 years ago

hi : i build the lastest code and put the game data (TR1 PC and PCX version )at correct path . but when i entry then level i can not do save game operation. can u tell me how to make it happen? i want save game at any time. thanks.

XProger commented 2 years ago

Did you get error message when trying to save? If yes - check the app access permissions, write to internal storage must be enabled. Use 5/9 keys on keyboard connected to android device, to test save/load ability. There is no binding for touch screen or passport so...

sunxuold commented 2 years ago

Did you get error message when trying to save? If yes - check the app access permissions, write to internal storage must be enabled. Use 5/9 keys on keyboard connected to android device, to test save/load ability. There is no binding for touch screen or passport so...

can we support use game menu to save game at any time? it will become same with orig game save way

XProger commented 2 years ago

yep, the new "fixed" version will have the og PC style save menu

sunxuold commented 2 years ago

yep, the new "fixed" version will have the og PC style save menu

Well done, can i use it in android version directly?

XProger commented 2 years ago

no, work in progress

sunxuold commented 2 years ago

OK, now i add one touch area on top middle screen for quick save.