Difference between revisions of "Mobile UO"
UO Evolution (talk | contribs) |
UO Evolution (talk | contribs) |
||
Line 4: | Line 4: | ||
A: We don't currently support the mobile UO, it does not work well and is hard to control. You might google it and follow the directions. | A: We don't currently support the mobile UO, it does not work well and is hard to control. You might google it and follow the directions. | ||
+ | |||
+ | MobileUO is in a very early phase, there are lots of issues to fix and features to implement. Therefore, you should not expect to be able to play UO on your mobile device as you do on your PC...yet! | ||
+ | |||
+ | ===Commands that Work=== | ||
+ | |||
+ | Here's a simple list of things that should work fine right now: | ||
+ | |||
+ | *Walk/Run | ||
+ | *Interact with Gumps (Paperdoll, backpack, etc.) | ||
+ | *Open bank | ||
+ | *Buy/Sell from vendors | ||
+ | *Simple PvE | ||
+ | *Chat | ||
+ | *Create on-screen macro buttons | ||
Host address is play.uoevolution.com<br> | Host address is play.uoevolution.com<br> | ||
Our port for UOE is 2593<br> | Our port for UOE is 2593<br> | ||
− | Players have suggested this solution | + | ===Players have suggested this solution=== |
You have to setup your own file/webserver on your machine or personal vps and point it on File Download Server Address/port | You have to setup your own file/webserver on your machine or personal vps and point it on File Download Server Address/port | ||
Line 19: | Line 33: | ||
https://www.wampserver.com/en/ | https://www.wampserver.com/en/ | ||
and setup a fileserver with it. You don't need PHP nor mysql for this. | and setup a fileserver with it. You don't need PHP nor mysql for this. | ||
+ | |||
+ | ===Mobil UO Development=== | ||
Here is the development link on Github | Here is the development link on Github | ||
https://github.com/VoxelBoy/MobileUO | https://github.com/VoxelBoy/MobileUO |
Revision as of 11:57, 20 January 2023
Contents
Mobile UO
Q: Does anyone know how to connect Mobile UO on an iPhone?
A: We don't currently support the mobile UO, it does not work well and is hard to control. You might google it and follow the directions.
MobileUO is in a very early phase, there are lots of issues to fix and features to implement. Therefore, you should not expect to be able to play UO on your mobile device as you do on your PC...yet!
Commands that Work
Here's a simple list of things that should work fine right now:
- Walk/Run
- Interact with Gumps (Paperdoll, backpack, etc.)
- Open bank
- Buy/Sell from vendors
- Simple PvE
- Chat
- Create on-screen macro buttons
Host address is play.uoevolution.com
Our port for UOE is 2593
Players have suggested this solution
You have to setup your own file/webserver on your machine or personal vps and point it on File Download Server Address/port
Then you place the uo evolution installation folder inside the file server root folder, and then the mobile client will download the client from your setup fileserver
You should be able to copy the files directly from the PC to mobile version via usb cable, but NO, the mobile server developer seems to not support this option at this time
if you want to insist on running the Mobil UO, you can try to install wamp server for Windows https://www.wampserver.com/en/ and setup a fileserver with it. You don't need PHP nor mysql for this.
Mobil UO Development
Here is the development link on Github https://github.com/VoxelBoy/MobileUO