¤ The Complete PW Package ¤

sry to ask im newbie here where i can get the file pw v136 .....bcs the link mega.nz i cannot find any file for the client ....huhu sry for trouble and thx for help!!!


edited
found something magnet text huhu
 
Last edited:
Does anyone have Cleint for server 151 available? Mega link is dead
Thank you
 
 
  • Like
Reactions: K89
Thanks king 🙏
 
Got a couple of issues with accessing the server files with WINSCP.

I followed the guide/video using vmware and the ubuntu 12.04 iso included in the torrent. Server is running, pwAdmin working, can log in and play etc.
Unfortunately in the ubuntu setup it does not appear to have SSH installed, like at all. I setup a second VM just to see if maybe I missed a step in OS setup, but the SSH option never came up. It went through the entire setup process without asking any questions other than to set user and pwd.
343 - ¤ The Complete PW Package ¤ - RaGEZONE Forums

Screenshot from tutorial video. Never got this screen.

So anyway my setup doesn't appear to have a functioning SSH thing which means I can't access the server files with WINSCP. Any attepmt to connect results in "Network error: connection refused" Kinda stumped here as this is the only way I know of accessing those files. apt get openssh doesn't work.

Ideas? Admittedly I did install this on vmware 17 (as thats what I had available at the time), could this be causing the initial ubuntu setup issue where it's skipping options? Did I miss something obvious?
Thanks in advance
 
Ideas? Admittedly I did install this on vmware 17 (as thats what I had available at the time), could this be causing the initial ubuntu setup issue where it's skipping options? Did I miss something obvious?
Thanks in advance
apt-get install openssh-server
systemctl enable sshd
vi /etc/ssh/sshd_config (find a line and edit it: PermitRootLogin yes)
systemctl restart ssh
ufw allow 22
 
apt-get install openssh-server
systemctl enable sshd
vi /etc/ssh/sshd_config (find a line and edit it: PermitRootLogin yes)
systemctl restart ssh
ufw allow 22
Thanks for the reply Talolan.
343 - ¤ The Complete PW Package ¤ - RaGEZONE Forums
Any idea how those dependencies can be resolved? Still can't connect WINSCP.

The systemctl command doesn't work, says it's not found. I tried installing it via apt-get install systemd, but the terminal returns "Unable to locate package systemd". Working with outdated stuff is hard :(

EDIT:
SSH is definitely installed. Port 22 is open, I tried disabling ufw jus to test it as well.
343 - ¤ The Complete PW Package ¤ - RaGEZONE Forums
 
Last edited:
apt-get update
apt-get upgrade
apt-get install -f
dpkg --configure -a
apt-get install -f
apt-get install --reinstall liblvm2app2.2
apt-get install --reinstall openssh-client openssh-server
apt-get install aptitude
aptitude install ssh
/etc/init.d/ssh restart

What is your version of Ubuntu?
You may be using an old version of the distribution - in older versions, something might have changed in the repository and some packages were deleted or renamed. This rarely happens with LTS versions, but it may well happen with regular releases.;

You have an outdated package installed that does not allow you to update some dependencies - it happens when there is already an old package in the system that requires an old version of the library, and the new program that you are going to install already wants a newer version and does not allow it to be updated.
 
Last edited:
What is your version of Ubuntu?
You may be using an old version of the distribution - in older versions, something might have changed in the repository and some packages were deleted or renamed. This rarely happens with LTS versions, but it may well happen with regular releases.;

You have an outdated package installed that does not allow you to update some dependencies - it happens when there is already an old package in the system that requires an old version of the library, and the new program that you are going to install already wants a newer version and does not allow it to be updated.
Ran those commands you listed. They certainly did... something? Still no working ssh though. :/
343 - ¤ The Complete PW Package ¤ - RaGEZONE Forums

343 - ¤ The Complete PW Package ¤ - RaGEZONE Forums

I'm using 12.04 LTS which is what 343 included in his package. Reading some of his replies, it's possible to make this same package work on supported versions of ubuntu with some modifications. I'm a linux noob, so I doubt I'd fit into that category of users. I can follow instructions; not make them haha

What version are you running tal? May have to mark this package as a write off and try something else tbh.
 
Bros how do I disable "Enjoy the server" default message? I can't find it in aipolicy :/ Is it a pwadmin script?
 
can play but about cubi shop how to access it at client 1.3.6 ....and i cant find a way to add debug console for this client idk where to put console:1 and game:cpw because elementclient 1.3.6 dont have elementclient.bat file......just discovered ptemplete.conf for console but still cannot use in game using shift + ~.

Thanks for the pointer :)


This did not end up being in cron tasks. Does anyone know how to fix this?
same hahahah i also trying to find a way to edit this

Ran those commands you listed. They certainly did... something? Still no working ssh though. :/
343 - ¤ The Complete PW Package ¤ - RaGEZONE Forums

343 - ¤ The Complete PW Package ¤ - RaGEZONE Forums

I'm using 12.04 LTS which is what 343 included in his package. Reading some of his replies, it's possible to make this same package work on supported versions of ubuntu with some modifications. I'm a linux noob, so I doubt I'd fit into that category of users. I can follow instructions; not make them haha

What version are you running tal? May have to mark this package as a write off and try something else

did you put correct ip address to connect with server using winscp?
 
Last edited:
This did not end up being in cron tasks. Does anyone know how to fix this?
Yes it is. Its not like its obviously marked with something that says ./PW/136/enjoytheserver or something :P Its a GET request to a JSP called aa.jsp or something like that. If you go find that JSP and look at its contents it makes sense.
 
Hello! I have my server running, 1.5.5. I was able to open the command console within the game, but there are many that it doesn't let me use, for example: d_c2scmd 2000 (or d_2000) or something like that. but others such as: d_getservertime
if they work. any solution to this? Thanks and sorry for my bad English!
 
Hello! I have my server running, 1.5.5. I was able to open the command console within the game, but there are many that it doesn't let me use, for example: d_c2scmd 2000 (or d_2000) or something like that. but others such as: d_getservertime
if they work. any solution to this? Thanks and sorry for my bad English!
cd /PWServer/155/gamed
vi ptemplate.conf

you see a line that says "debug_command_mode = active" but its commented out with a ; so remove the ;
 
Hello! I have my server running, 1.5.5. I was able to open the command console within the game, but there are many that it doesn't let me use, for example: d_c2scmd 2000 (or d_2000) or something like that. but others such as: d_getservertime
if they work. any solution to this? Thanks and sorry for my bad English!
did you adding file elementclient.bat to get able open the command console? mybe i should update my version to 1.5.5 to able open command console mybe

EDIT
already found how to enable it huhu finally.
 
Last edited:
Back