Jump to content

hi i need MTA for CPGS


Recommended Posts

Anderl, he already explains it in English. CPGS is the control panel by the famous webhosting panel creator CPanel. However, this panel isn really well known and hasn't any option for lesser known games like MTA.

Sumri, the cpgs files are plain .tar.gz files with some info about the game in the meta. I currently don't know how to make them, but searching Google might help you.

Kind regards,

GameServers4You

Link to comment

To help you a bit more I did some Googling and found this:

###################################################################

Creating a custom game package

###################################################################

The steps to making a package are as follows..

In this example we have a working server in /home/user/cod14/ .

Use the following commands to package it, inject the meta data and move it to

the right place:

>> change into the directory the server is in:

# cd /home/user/cod14/

>> create a gzipped tarball of the contents from the current directory to

somewhere outside the current directory:

# tar czvf ../cod14.cpgs ./

>> go into the directory where the newly created package file is:

# cd ../

>> inject the metadata into the newly created file so cPGS can handle it.

The arguments are the new server package file, -p means we are going to pack a

new file, "cod" is the internal name for CoD servers (cod2 for CoD2,

cod4 for CoD4, etc), 1.4 is the version, and the last bit is just a short

description of the package:

# /var/cpanel/cpgs/cpgs_pkg cod14.cpgs -p "cod" "1.4" "Custom package"

>> This will take some time as the cpgs_pkg script searches through the

file and appends the meta data. After it is done, move it into the directory

with the rest of your packages:

# mv cod14.cpgs /home/gameservers/

After that you should be able to select the cod14.cpgs in WHM for the

user/game/install to use when installing.

This guide is found at http://forums.cpanel.net/f41/recreation ... 02093.html and http://cpgs.cpanel.net//GameServerAddon/readme.txt.

Link to comment
Anderl, he already explains it in English. CPGS is the control panel by the famous webhosting panel creator CPanel. However, this panel isn really well known and hasn't any option for lesser known games like MTA.

Sumri, the cpgs files are plain .tar.gz files with some info about the game in the meta. I currently don't know how to make them, but searching Google might help you.

Kind regards,

GameServers4You

No, I meant explain in a proper english :P

Link to comment

hi i dont understand this

>> inject the metadata into the newly created file so cPGS can handle it.

The arguments are the new server package file, -p means we are going to pack a

new file, "cod" is the internal name for CoD servers (cod2 for CoD2,

cod4 for CoD4, etc), 1.4 is the version, and the last bit is just a short

description of the package:

# /var/cpanel/cpgs/cpgs_pkg cod14.cpgs -p "cod" "1.4" "Custom package"

the youser is

game

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...