1) After I edit the files that I want to edit and update client side, how do I update them on server side?
2) How do I make manual patches please?
Printable View
1) After I edit the files that I want to edit and update client side, how do I update them on server side?
2) How do I make manual patches please?
1) Download either WinSCP or an FTP client.
On your server run the following.
Then connect with WinSCP or an ftp client like filezilla and transfer your files across.Code:apt-get update
apt-get install openssh-server
OR
You can put your files into an *.iso and then mount the *.iso on your server and copy the files across.
2) Don't ask me as I don't use a patcher. Look at either sPatch (Patcher) or CPW.
The host is the IP of your server. The username and password is the same username and password you use to login to your server.
Make sure you either specify that the port is 22 or add sftp:// infront of your host otherwise you will be refused.
eg
host: sftp://192.168.1.100
user: root
password: *****
port: 22
Ok awesome thanks a lot.
1 more thing. Where would I put the updated files. For example if i edit the gshop file and update it client side, where would i go in the ftp client to update it server side?
Sorr for asking I just looked through most of the files on the ftp client on my server and have no idea where i would put it
Code:/PWServer/gamed/config/
And I just put whatever file I edit directly into config? or one of the other 48 directories inside of config?
Edit: Nevermind that was a stuid questions. Thanks very much for your help Drakaer.