odb
Trainer
odb submitted a new resource:
How to: Run a Pokemon3D Server on Ubuntu Server 14.04 LTS - Run a Pokemon3D server on Linux.
How to: Run a Pokemon3D Server on Ubuntu Server 14.04 LTS - Run a Pokemon3D server on Linux.
Read more about this resource...Prerequisites
- Some basic command line knowledge
- wine
- vncserver
- screen
Setup
Create a directory for the server to live. Place Pokemon3DServer.exe in this folder.
Then enter the directory and create a start script. I use vim, you can use whatever you want.Code:mkdir pokemon3d
Add this to the script and then save.Code:cd pokemon3d/ vim start.sh
Make the script executable.Code:wine Pokemon3DServer.exe
Download and...Code:chmod +x start.sh