This wiki is using an old backup from 2020
Some information may be old/missing
Learn how to start a Windows server following these simple steps.
|
Learn how to start a Linux server following these simple steps.
|
|
(FOR 32-bit USERS) Download the x86 server by pasting this in the terminal wget http://v04.maxorator.com/server/VCMP04_server_v15_linux32.zip
- 4. Unzip the server by typing (If this doesn't work install unzip using: sudo apt-get install unzip):
unzip VCMP04_server_v15_linux64.zip For 32 bit: unzip VCMP04_server_v15_linux32.zip
- 4. Make a new directory for the plugins using:
mkdir plugins
- 5. (FOR 64-bit USERS) Download the plugins pack:
wget http://v04.maxorator.com/files/plugins/mp04rc2_plugins64_linux.zip
(FOR 32-bit USERS) Download the plugins pack: wget http://v04.maxorator.com/files/plugins/mp04rc2_plugins32_linux.zip
To keep the server running after closing the terminal we'll use screen: screen ./mpsvrrel64 For 32-bit: screen ./mpsvrrel32
To view the server console after you've closed the terminal once use: screen -r
To close the server press while viewing the console: CTRL+C
(IN CASE YOU'RE USING THE ROOT USER MAKE A NEW DIRECTORY FOR THE SERVER USING: mkdir vcmpserver)
|
|