Oolite: Android porting with winlator

Information, contacts and source code for ports to Linux, Windows, etc.

Moderators: winston, another_commander

Post Reply
TureModder
Competent
Competent
Posts: 34
Joined: Sat Sep 28, 2024 7:04 pm

Oolite: Android porting with winlator

Post by TureModder »

Hello everyone.
I open this topic just to share my recent discovery of Winlator and how it is possible to bring the game to android thanks to this emulator.

Winlator is an emulator designed for Android devices that allows you to play Windows games (but I think it also runs programs, I haven't tried it) you can find it here:
https://github.com/brunodev85/winlator/releases

I'm writing a little guide on how to do it.
This is not a guide on how to setup winlator. I will share my command settings but there are several videos on youtube on how to setup winlator
(It might depend on your device.)
the thing i did was:
- Download Oolite vanilla installer on your android device and install it on the emulator.

- try starting the game. if you notice that once outside the space station you notice flickering and huge white squares appearing in front of the
camera don't worry it's an issue that has been recently fixed here: viewtopic.php?t=21805

- move to your windows computer (where you supposedly have your version of Oolite already installed with the expansions).
If you have the problem of graphic glitches, just follow the instructions on the topic linked above. Once you have done the operations on your pc,
simply move the files to the Oolite installation path of your android device (usually I take the whole folder directly) and replace it

- start Oolite on the emulator and now everything should work and you can enjoy your handheld Oolite.

Here the command configuration for Retroid Pocket 4 Pro (The command configurations are quite personal but if you want you can use it)
simply create an empty text file and call it Olite.icp then copy this string into it

Code: Select all

{"id":2,"name":"Olite","cursorSpeed":1,"elements":[{"type":"BUTTON","shape":"RECT","bindings":["KEY_R","NONE","NONE","NONE"],"scale":1.15,"x":0.9411764740943909,"y":0.07017543911933899,"toggleSwitch":false,"text":"ID SYS","iconId":0},{"type":"BUTTON","shape":"CIRCLE","bindings":["KEY_5","NONE","NONE","NONE"],"scale":1,"x":0.03921568766236305,"y":0.19028340280056,"toggleSwitch":false,"text":"STAT","iconId":0},{"type":"BUTTON","shape":"CIRCLE","bindings":["KEY_6","NONE","NONE","NONE"],"scale":1,"x":0.03921568766236305,"y":0.07017543911933899,"toggleSwitch":false,"text":"MAP","iconId":0},{"type":"BUTTON","shape":"CIRCLE","bindings":["KEY_7","NONE","NONE","NONE"],"scale":1,"x":0.03921568766236305,"y":0.31443995237350464,"toggleSwitch":false,"text":"P DATA","iconId":0},{"type":"BUTTON","shape":"CIRCLE","bindings":["KEY_8","NONE","NONE","NONE"],"scale":1,"x":0.03921568766236305,"y":0.43724697828292847,"toggleSwitch":false,"text":"MARKET","iconId":0},{"type":"BUTTON","shape":"RECT","bindings":["KEY_SHIFT_L","KEY_L","NONE","NONE"],"scale":1.1,"x":0.12745098769664764,"y":0.1916329264640808,"toggleSwitch":false,"text":"DOCK REQ","iconId":0},{"type":"BUTTON","shape":"RECT","bindings":["KEY_E","NONE","NONE","NONE"],"scale":1.15,"x":0.9411764740943909,"y":0.19028340280056,"toggleSwitch":false,"text":"ECM","iconId":0},{"type":"BUTTON","shape":"RECT","bindings":["KEY_H","NONE","NONE","NONE"],"scale":1.1,"x":0.9411764740943909,"y":0.31443995237350464,"toggleSwitch":false,"text":"JUMP","iconId":0},{"type":"BUTTON","shape":"RECT","bindings":["KEY_1","NONE","NONE","NONE"],"scale":1.1,"x":0.12745098769664764,"y":0.07017543911933899,"toggleSwitch":false,"text":"LAUNCH","iconId":0},{"type":"BUTTON","shape":"CIRCLE","bindings":["KEY_2","NONE","NONE","NONE"],"scale":1,"x":0.03921568766236305,"y":0.5614035129547119,"toggleSwitch":false,"text":"MENU","iconId":0},{"type":"BUTTON","shape":"CIRCLE","bindings":["KEY_3","NONE","NONE","NONE"],"scale":1,"x":0.03921568766236305,"y":0.6842105388641357,"toggleSwitch":false,"text":"OUTFIT","iconId":0},{"type":"BUTTON","shape":"CIRCLE","bindings":["KEY_4","NONE","NONE","NONE"],"scale":1,"x":0.03921568766236305,"y":0.8070175647735596,"toggleSwitch":false,"text":"MISSION","iconId":0},{"type":"BUTTON","shape":"RECT","bindings":["KEY_T","NONE","NONE","NONE"],"scale":1.1,"x":0.9411764740943909,"y":0.6491228342056274,"toggleSwitch":false,"text":"MISSLE","iconId":0},{"type":"BUTTON","shape":"RECT","bindings":["KEY_U","NONE","NONE","NONE"],"scale":1.1,"x":0.9411764740943909,"y":0.7543859481811523,"toggleSwitch":false,"text":"SAFE","iconId":0},{"type":"BUTTON","shape":"RECT","bindings":["KEY_J","NONE","NONE","NONE"],"scale":1.1,"x":0.9411764740943909,"y":0.4385964870452881,"toggleSwitch":false,"text":"L SPEED","iconId":0}],"controllers":[{"id":"dc75afea56e3c3a269b97967aa26b8c93c0bd3fb","name":"Retroid Pocket Controller","controllerBindings":[{"keyCode":96,"binding":"KEY_A"},{"keyCode":97,"binding":"KEY_L"},{"keyCode":99,"binding":"KEY_I"},{"keyCode":100,"binding":"KEY_M"},{"keyCode":102,"binding":"KEY_MINUS"},{"keyCode":103,"binding":"KEY_KP_ADD"},{"keyCode":104,"binding":"KEY_S"},{"keyCode":105,"binding":"KEY_W"},{"keyCode":19,"binding":"KEY_UP"},{"keyCode":20,"binding":"KEY_DOWN"},{"keyCode":21,"binding":"KEY_LEFT"},{"keyCode":22,"binding":"KEY_RIGHT"},{"keyCode":-4,"binding":"MOUSE_MOVE_UP"},{"keyCode":-2,"binding":"MOUSE_MOVE_RIGHT"},{"keyCode":-3,"binding":"MOUSE_MOVE_DOWN"},{"keyCode":-1,"binding":"MOUSE_MOVE_LEFT"},{"keyCode":108,"binding":"KEY_ENTER"},{"keyCode":109,"binding":"KEY_SPACE"},{"keyCode":106,"binding":"KEY_7"},{"keyCode":-6,"binding":"KEY_PERIOD"},{"keyCode":107,"binding":"KEY_V"},{"keyCode":4,"binding":"KEY_P"},{"keyCode":-5,"binding":"KEY_COMMA"},{"keyCode":-8,"binding":"MOUSE_MOVE_UP"},{"keyCode":-7,"binding":"MOUSE_MOVE_DOWN"}]}]}
import the file into wilator to have the setup ready.

I hope this guide is helpful.

Greetings commanders, see you among the stars
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6778
Joined: Wed Feb 28, 2007 7:54 am

Re: Oolite: Android porting with winlator

Post by another_commander »

Very nice, thanks for that! I imagine the latest 1.91 flavor works too? It has an updated renderer compared to the latest 1.90 stable and it would be comforting to know that it runs on Winlator fine as well.
TureModder
Competent
Competent
Posts: 34
Joined: Sat Sep 28, 2024 7:04 pm

Re: Oolite: Android porting with winlator

Post by TureModder »

mh i don't know. at the moment I'm with the stable 1.90. but if it works without resorting to the testing version we'd be fine. I think that sooner or later the emulator will be able to render those particles. or it could be a problem related to my device and in others it works fine.
Post Reply