nuqqetde

Setup a Mohaa Server on Open Game Panel

Feb 5th, 2020
1,015
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. Checkout my Youtube Channel for the Video to the Tutorial:
  2. http://bit.ly/375MqSt
  3.  
  4. Install Open Game Panel:
  5. https://pastebin.com/f9KAUh3X
  6.  
  7. Maybe you have Login as root with sudo -i
  8. -------------------
  9. **---Add Gameserver MoH:AA---**
  10. -------------------
  11. Administration -> Game Servers
  12. Select a Remote Server
  13. Choose Gametype Medal of Honor Allied Assault Linux
  14. Allow FTP -> YES
  15. Allow Game Updates -> YES
  16. Allow Parameter Usage -> YES
  17. Allow Extra parametrs -> YES
  18. Allow Custom Fields -> YES
  19. Allow File Management -> YES
  20. Add game server
  21.  
  22. IPs and Ports Enter your Port (Standard 12203) and press Set IP
  23.  
  24. Available mods -> Objective CHOOSE EVERYTIME OBJECTIVE! YOU PLAY FFA? CHOOSE OBJECTIVE! -> Add MOD
  25. Now you disable CPU Affinity Disable the Check on CPU0, CPU1,... and press Set Server Affinity
  26.  
  27.  
  28. Gamemonitor -> Medal of Honor Allied Assault
  29. now we have to upload our Mohaa Linux Server go back in PuTTY
  30.  
  31. mkdir /home/serverfiles
  32.  
  33. cd /home/serverfiles
  34.  
  35. wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1swkGIgEdWLjEe7LihnW4GwIxGEm-4obC' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1swkGIgEdWLjEe7LihnW4GwIxGEm-4obC" -O mohaa_server.zip && rm -rf /tmp/cookies.txt
  36.  
  37. unzip mohaa_server.zip
  38.  
  39. mv /home/serverfiles/mohaa_server/* /home/ogp_agent/OGP_User_Files/1
  40.  
  41. chmod 777 /home/ogp_agent/OGP_User_Files/1/mohaa_lnxded
  42.  
  43. nano /var/www/html/modules/config_games/server_configs/mohaa.xml
  44.  
  45. Now you see <cli_template> Delete the content inside <cli_template>DELETE THAT INSIDE HERE</cli_template>
  46. and replace it with
  47. <cli_template>+set net_IP localhost %PORT% +exec server.cfg</cli_template>
  48. Strg + X -> Y -> Enter
  49.  
  50. Open your Open Game Panel Gamemonitor -> Medal of Honor
  51. Now you can Start the Server
  52. --
  53. The Mohaa Server is with Realmod CKR1.1, Mapfix 2.4 and the Mappack from GermanZ (Thanks to Winchester)
  54. and he use the Reborn 1.12 Patch (Thanks to x-null.net)
  55. If you want to add other Mods / remove you can do it in the Main Folder.
  56.  
  57. If you have no Server checkout https://noez.de/aff.php?aff=220 (affiliate Link)
  58. The Server in the Video is from noez sponsored! Big Thanks!
Add Comment
Please, Sign In to add comment