• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

How to: Run a Pokemon3D Server on Ubuntu Server 14.04 LTS

How to: Run a Pokemon3D Server on Ubuntu Server 14.04 LTS

Prerequisites
- Some basic command line knowledge
- wine
- vncserver
- screen

Setup
Create a directory for the server to live. Place Pokemon3DServer.exe in this folder.
Code:
mkdir pokemon3d
Then enter the directory and create a start script. I use vim, you can use whatever you want.
Code:
cd pokemon3d/
vim start.sh
Add this to the script and then save.
Code:
wine Pokemon3DServer.exe
Make the script executable.
Code:
chmod +x start.sh
Download and install .NET 4.0 and XNA 4.0 via winetricks.
Code:
winetricks dotnet40
winetricks xna40
Now just use VNCviewer (if you use something different, that's fine) to view the "desktop" of your server. Open a terminal and navigate to the pokemon3d directory.
Code:
cd pokemon3d/
Then start the server.
Code:
screen -S "Pokemon" ./start.sh
You should now have a functioning Pokemon3D server running on Ubuntu!
Author
odb
Views
896
First release
Last update
Rating
0.00 star(s) 0 ratings
Top