private players

This is used for general discussion that is not necessarily server-related.
Post Reply
wepainters
This is my homepage
This is my homepage
Posts: 81
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Sep 24, 2004 1:29 pm
Contact:

private players

Post by wepainters »

i would like to add this to our server

PrivatePlayers v0.50

http://djeyl.net/p2

this will force all players to use the same player name on our server

could someone help me set this up and install it on our troy 1 server
hello my name is wepainters and i approve this message
User avatar
bOoya
Former staff
Former staff
Posts: 886
Joined: Thu Jan 15, 2004 3:46 pm
Location: Corona, CA
Contact:

Post by bOoya »

download the file, and extract it to your computer.

This plugin allows for different modes. If you want to use the 'mySQL' mode you will need to make the following changes. If you want to use the 'file' mode, you will can skip this next part.

Find the file: addons/p2/p2.cfg and edit it.
Find this section:
  • // MySQL access
    p2_mysql_host "192.168.1.1" // Server IP address
    p2_mysql_user "djeyl" // User name
    p2_mysql_pass "djeylpass" // Password
    p2_mysql_db "mysite" // Data base
and change it to this:
  • // MySQL access
    p2_mysql_host "mysql.nuclearfallout.net" // Server IP address
    p2_mysql_user "troy1" // User name
    p2_mysql_pass "whatever your webspace FTP password is" // Password
    p2_mysql_db "troy1" // Data base
Then save that file and upload the entire addons/p2/ folder to your server via ftp

Then, go to your file manager and edit addons/metamod/plugins.ini.
add this line: win32 addons/p2/dlls/p2_mm.dll
save the file and restart the server.

This should get the plugin running (and connected to the mySQL server), after that you just need to customize.
Post Reply