I've combine patron & cheat mode with developer mode and make it more friendly to our android smartphones with the screen orientation set to landscape so the GUI do not zoom out on player with every change of scenery making the game barely readable on small screens. The reason is that the Dev mode with all it's glory is also showing us a really big list of vars on the bottom of whole interface. Personally I didn't want to lose my possibility to have a look at those vars by simply deleting piece of it's code from the script so in case I would need them back I've moved the whole var list frame to the top right above the pictures of locations, then I've shrink it so it wouldn't hurt my eye that much. The whole frame is scrollable in both directions so we do not lose anything from the list. I've also make an index.php file with redirection to real index so it's working like Autorun for the game. It is easier for any common player to make the whole thing working on Android without looking for game index every time he wanted to play a game or some changes to script was done and the refresh of whole thing straight to the start screen was needed, not only F5 button, I mean. Thanks to that we do not need to change any of KSWEB settings to be able to play the game on instant.
Okay, I've run the whole thing on Android 10 with the help of KSWEB app as I've said before, so the original game DATA in default should be at /mnt/sdcard/htdocs folder and my zip is intend to be extracted on top of the original files. Then after turning on APACHE server in KSWEB GUI we can access the game using any stock android browser by typing in it's address bar simple - "localhost:8000". Next set up the phone to landscape option of the screen rotation and play normally without zooming out on your phone with Patron and Dev mode turned ON.
It is probably not needed at all for anyone but I've actually make it for my own happiness with this game experience while extracted on my Android SD with all of DEV mode bonuses and ability to edit or mod every part of it so I'm sharing it with you in case someone else would like to play during a break in work or any other reason it would be handy for him/her, cheers.
View attachment 939592
View attachment 939600