Starting your first server: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
mNo edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{{VCMPLangs | {{VCMPLangs | ||
| title=Starting your first server | | title=Starting your first server | ||
| ro=Starting_your_first_server/ro | |||
| hu=Starting_your_first_server/hu | | hu=Starting_your_first_server/hu | ||
}} | }} | ||
Line 53: | Line 54: | ||
** For 64 bit: <pre> unzip VCMP04_server_v22_linux64.zip</pre> | ** For 64 bit: <pre> unzip VCMP04_server_v22_linux64.zip</pre> | ||
** For 32 bit: <pre> unzip VCMP04_server_v22_linux32.zip</pre> | ** For 32 bit: <pre> unzip VCMP04_server_v22_linux32.zip</pre> | ||
* | * 5. Make a new directory for the plugins using: <pre> mkdir plugins </pre> | ||
* | * 6. | ||
** (FOR 64-bit USERS) Download the plugins pack: <pre style="white-space:pre-wrap">wget http://files.thijn.ovh/download/e28b0ee6d2fe39afd019245258507290/vcmp_04rel004_lin64-plug_170220.zip</pre> | ** (FOR 64-bit USERS) Download the plugins pack: <pre style="white-space:pre-wrap">wget http://files.thijn.ovh/download/e28b0ee6d2fe39afd019245258507290/vcmp_04rel004_lin64-plug_170220.zip</pre> | ||
** (FOR 32-bit USERS) Download the plugins pack: <pre style="white-space:pre-wrap">wget http://files.thijn.ovh/download/504c5023ed34f9d655039d2003ca4fa2/vcmp_04rel004_lin32-plug_170220.zip</pre> | ** (FOR 32-bit USERS) Download the plugins pack: <pre style="white-space:pre-wrap">wget http://files.thijn.ovh/download/504c5023ed34f9d655039d2003ca4fa2/vcmp_04rel004_lin32-plug_170220.zip</pre> | ||
* | * 7. Extract the plugins: <pre style="white-space:pre-wrap">unzip vcmp_04rel004_lin64-plug_170220.zip OR unzip vcmp_04rel004_lin32-plug_170220.zip</pre> | ||
* | * 8. Now go back to the server directory using: <pre> cd /home/vcmpserver </pre> | ||
* | * 9. Open the ''server.cfg'' file and change the server name and the rest of the stuff using '''nano''' (Press CTRL+X than Y to save and close it when done): <pre> nano server.cfg</pre> | ||
* | * 10. Set permissions using | ||
** For 64 bit:<pre> chmod +x ./mpsvrrel64</pre> | ** For 64 bit:<pre> chmod +x ./mpsvrrel64</pre> | ||
** For 32 bit: <pre>chmod +x ./mpsvrrel32</pre> | ** For 32 bit: <pre>chmod +x ./mpsvrrel32</pre> | ||
* | * 12. Run the server using | ||
** For 64 bit: <pre>./mpsvrrel64</pre> | ** For 64 bit: <pre>./mpsvrrel64</pre> | ||
** For 32bit: <pre>./mpsvrrel32</pre> | ** For 32bit: <pre>./mpsvrrel32</pre> |
Latest revision as of 16:33, 11 March 2019
|