-
Re: ¤ The Complete PW Package ¤
[QUOTE=343;6233347]Here is my ¤ complete PW package ¤. It contains the server, client, development tools, and documentation.
Please note - that this release is intended as an entire package. That is, this server is NOT meant to be used with other clients, and this client is NOT intended for use with other servers etcetera... If you do attempt to use other clients with this server, or other servers with this client you WILL run into PROBLEMS!
Server:
server_root.7z
Client:
PW_136_Client.7z.001
PW_136_Client.7z.002
PW_136_Client.7z.003
its possible to upload client and server files to https://www.dropbox.com/ ? cause when i download it and want to upload the client from pc to root need more than 30 hours .
Ill hope u can help me Thanks
-
Re: ¤ The Complete PW Package ¤
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
dolkeboy
ill try but all files offline -.- so dosnt work
-
Re: ¤ The Complete PW Package ¤
@dolkeboy - Pretty sure any 'mirrors' from that page are going to be [way] out of date as my newest 'official' update was 18 / March / 2012 (with a few silent updates as new as 24/4/2012)...
@Lego861 I will be sure to let you know if I personally add any more mirrors. Although right now I am way too busy to even consider doing so (maybe someone else who has the newest version can ?)
-
Re: ¤ The Complete PW Package ¤
First of all, I'd just like to say thanks for the release, and making the guide easy to follow.
Next, sorry for asking for help - it's probably an idiotic question I have - but I've searched, but have found no solution to my problem.
I've followed your guide down to the last detail, but, for some reason, I can't connect to certain parts of the site. I have tried to connect through localhost, 127.0.0.1 and my server IP, all connect to the registration, rank, change password and support pages. My problem is, when I try to connect to the other parts of the site, including the admin page, it seems I can't connect.
I have forwarded the ports from my router, and made sure that my firewall allows access to these ports, but still no avail. I have also noticed that the other pages are different to that of yours on the YouTube video, I'm not sure if it's just that you have changed it, or there's something wrong with my settings.
My client-side OS, just for checking the site is Ubuntu 10.10, fully updated. I'm not a total beginner to Ubuntu, but this has me stumped, any help would be much appreciated. If theres any info I've left out, I'm sorry, and I'll add it to this thread if you need it.
Edit: I also forgot to say I installed Gnome onto the server, since I'm much more used to having a GUI, hence me trying to connect to localhost and 127.0.0.1
-
Re: ¤ The Complete PW Package ¤
Quote from 343 :
Other:
checksums.txt
ubuntu-10.04.3-server-amd64.iso
ubuntu-10.04.3-server-i386.iso
Make sure to 'configure' your servers IP in the following files:
/opt/lampp/htdocs/config.php
/opt/apache-tomcat-5.5.28/2/webapps/pwAdmin/WEB-INF/.userconfig.jsp
also can you tried the ping?
you dont need to forward your ports to acces the sites since you are hosting it.
for example you have eth0 192.168.1.3
http://192.168.1.3:8443/pwAdmin
and
http://192.168.1.3/register
also try:
ufw allow 3306
ufw allow 80
ufw allow 8080
ufw allow 29000
ufw allow 8443
and last ufw enable
reboot then ./start.sh and try to see if it works (it should if you get a ping (ex ping google.com) ).
also someone might say that if you open the port of pwAdmin is dangerous but you can simply rename the pwAdmin folder to like 53453onlyforme5432 and acces it instead of http://192.168.1.3:8443/pwAdmin to http://192.168.1.3:8443/53453onlyforme5432
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Jacknife
Quote from 343 :
Make sure to 'configure' your servers IP in the following files:
/opt/lampp/htdocs/config.php
/opt/apache-tomcat-5.5.28/2/webapps/pwAdmin/WEB-INF/.userconfig.jsp
I have done all of this, configured to my servers IP.
Quote:
Originally Posted by
Jacknife
also can you tried the ping?
The server can access the internet perfectly fine, I don't think there's anything wrong with the connection itself, in my opinion.
you dont need to forward your ports to acces the sites since you are hosting it.
for example you have eth0 192.168.1.3
http://192.168.1.3:8443/pwAdmin
and
http://192.168.1.3/register
also try:
ufw allow 3306
ufw allow 80
ufw allow 8080
ufw allow 29000
ufw allow 8443
and last ufw enable
reboot then ./start.sh and try to see if it works (it should if you get a ping (ex ping google.com) ).
also someone might say that if you open the port of pwAdmin is dangerous but you can simply rename the pwAdmin folder to like 53453onlyforme5432 and acces it instead of http://192.168.1.3:8443/pwAdmin to http://192.168.1.3:8443/53453onlyforme5432[/QUOTE]
I have also enabled the default firewall, and forwarded all necessary ports.
It's none of the problems you have said, sadly. Thanks for trying to help, in any case!
Sorry if I come across as rude, I feel as if I sound I am, but it's not intentional.
Quote:
Originally Posted by
Jacknife
Quote from 343 :
Make sure to 'configure' your servers IP in the following files:
/opt/lampp/htdocs/config.php
/opt/apache-tomcat-5.5.28/2/webapps/pwAdmin/WEB-INF/.userconfig.jsp
I have done all of this, configured to my servers IP.
Quote:
Originally Posted by
Jacknife
also can you tried the ping?
The server can access the internet perfectly fine, I don't think there's anything wrong with the connection itself, in my opinion.
you dont need to forward your ports to acces the sites since you are hosting it.
for example you have eth0 192.168.1.3
http://192.168.1.3:8443/pwAdmin
and
http://192.168.1.3/register
also try:
ufw allow 3306
ufw allow 80
ufw allow 8080
ufw allow 29000
ufw allow 8443
and last ufw enable
reboot then ./start.sh and try to see if it works (it should if you get a ping (ex ping google.com) ).
also someone might say that if you open the port of pwAdmin is dangerous but you can simply rename the pwAdmin folder to like 53453onlyforme5432 and acces it instead of http://192.168.1.3:8443/pwAdmin to http://192.168.1.3:8443/53453onlyforme5432[/QUOTE]
I have also enabled the default firewall, and forwarded all necessary ports.
It's none of the problems you have said, sadly. Thanks for trying to help, in any case!
Sorry if I come across as rude, I feel as if I sound I am, but it's not intentional.
-
Re: ¤ The Complete PW Package ¤
Edit: Sorry, double post. My bad. Would have deleted, but I don't see any delete button.
-
Re: ¤ The Complete PW Package ¤
well i couldn't succeed with the linux server of PW :( i can't mount the server no matter what really need someone to help me via team viewr...... If you guys can help it would be great... and i was wondering if there is a PW emulator?
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Kronos123
well i couldn't succeed with the linux server of PW :( i can't mount the server no matter what really need someone to help me via team viewr...... If you guys can help it would be great... and i was wondering if there is a PW emulator?
if u go few pages back ul fiind some useful posts from me and 343 ;)
-
Re: ¤ The Complete PW Package ¤
Sorry to bug you guys.... but i couldn't find the emulator for PW....... guess i will do it wid Vmware then.... :)
And for that moutning CDrom..... the thing is i can't really find which line describes my CDROM drive ..... Anyone got skype so that i can add him and maybe help me using teamviewer? Please? that's the most i ask for guys :)
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
343
Basically, it is newer than what I originally released (hence 'update') however, it is not an 'update' like your traditional update. You do not need the previous version(s) to 'update'.
It is indeed a stand-alone package (download everything from the first post and you'll be 'set') :wink: :thumbup1:
this release is workin good for me using vbox :w00t: thanks 343 :thumbup:, by the way, do you have the plan to update this server again to better version, let say the server that already hav tideborn class or etc, thanks for the explain.. :D:
...still waiting for your perfect update 343 :rolleyes:
-
Re: ¤ The Complete PW Package ¤
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
fgru
:w00t: reading n trying to download.... first ya first, and hope it works :ott1: thanks fgru :thumbup1:
-
Re: ¤ The Complete PW Package ¤
I personally never intend to release 144. I have put so much effort into my 136 release, and continue to work on IT. I have DL'd and tested all of the 144 releases here to assure they comply with the board rules (that they work, and do not contain any 'malicious' software), but other than that I've taken a real fancy to 136...
-
1 Attachment(s)
Re: ¤ The Complete PW Package ¤
Attachment 104842
This is what i get after typing Dmesg... now which line to link as CDrom? Please help :)
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Kronos123
Attachment 104842
This is what i get after typing Dmesg... now which line to link as CDrom? Please help :)
From what it looks like to me it would be sr0
but don't hold me to it (for sure, mainly because I can't see all of whatever scrolled before your screenie)... Try:
"dmesg | grep dvd"
that should really help narrow it down
-
Re: ¤ The Complete PW Package ¤
Quote:
From what it looks like to me it would be sr0
but don't hold me to it (for sure, mainly because I can't see all of whatever scrolled before your screenie)... Try:
"dmesg | grep dvd"
that should really help narrow it down
i tried the command but nothing happened :( no lines came...?
-
Re: ¤ The Complete PW Package ¤
-
Re: ¤ The Complete PW Package ¤
i will be better if you look into it personally... i mean to say can you take a look at my PC via teamviewer?
-
Re: ¤ The Complete PW Package ¤
And i tried making symbolic link wid sr0 but it failed QQ
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Kronos123
i will be better if you look into it personally... i mean to say can you take a look at my PC via teamviewer?
http://i.chzbgr.com/completestore/12...bWas5XETA2.jpg
this : Please --do NOT ask for help on Visitor Wall's or in PM's--
If you cannot follow this SIMPLE etiquette --I will never help you again--
--End of Line-- + this : i will be better if you look into it personally... i mean to say can you take a look at my PC via teamviewer? = a pretty big mistake wich leads to the question http://t2.gstatic.com/images?q=tbn:A...ezsJ2_cy9o3nYg
-
1 Attachment(s)
Re: ¤ The Complete PW Package ¤
ok i have narrowed it down.... Now can you say which to make a symbolic link of? Please and i am sorry for my behaviour
Attachment 105251
-
Re: ¤ The Complete PW Package ¤
...again, sr0 is where your 'drive' is.
-
Re: ¤ The Complete PW Package ¤
Can das7002 or someone please re-up the file 343_pw_client.7z.017 in here? Free Cloud Storage - MediaFire . It is the only file that I could not download.
Thank you very much!
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
blueskynet
Can das7002 or someone please re-up the file 343_pw_client.7z.017 in here?
Free Cloud Storage - MediaFire . It is the only file that I could not download.
Thank you very much!
why would you download that when 343 reuploaded a brand new client and server files with great stuff
-
Re: ¤ The Complete PW Package ¤
I did not know about that since this thread is sooo looong :) I just read the first couple pages and started from there. Thank you for letting me know. Does anyone still have that file? Thanks!
p/s: Are the client and server on the first page the most updated?
-
Re: ¤ The Complete PW Package ¤
I doubt anyone still has it as it is now out-dated. This release has been updated more recently than that mirror. The DL links for the newest will always be in the first post of this thread, but if you want to know for sure the date of my last release / update just look at my visitor messages wall. That and or the last time the first post was updated. :wink:
IE: the 'official' last update was:
Quote:
Newest Release Date:
18 / March / 2012
as posted on my visitor wall.
Although if you look at the first post and the last time it was updated you will notice the first post was updated last night. That is usually how you will be able to find out if I have done any "silent" updates.
-
Re: ¤ The Complete PW Package ¤
Thanks 343! I got it now :)
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
343
I doubt anyone still has it as it is now out-dated. This release has been updated more recently than that mirror. The DL links for the newest will always be in the first post of this thread, but if you want to know for sure the date of my last release / update just look at my visitor messages wall. That and or the last time the first post was updated. :wink:
IE: the 'official' last update was:
as posted on my visitor wall.
Although if you look at the first post and the last time it was updated you will notice the first post was updated last night. That is usually how you will be able to find out if I have done any "silent" updates.
Could you please add this sEledit in next update to PW_Dev.Iso , i forgot where i downloaded it from so im not sure to who the credits go (sorry) but this sEledit is great , it has all fields from all rows complete and is easyer for the new people to learn to edit by know what each row edits.
Thanks
-
Re: ¤ The Complete PW Package ¤
I'll DL that and check it out whenever I will be back in front of my 'dev PC' :):
-
Re: ¤ The Complete PW Package ¤
But whenever i am trying to make a symbolic link to sr0 it is failing.... and if i try to mount it directly... it's also not working :(
-
Re: ¤ The Complete PW Package ¤
Make sure you have it set to "connected" in VMware settings...
-
Re: ¤ The Complete PW Package ¤
Yes i have it..... The command to make symbolic link is the same you gave in the other post right? the ln -s/dev/sr0/...
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Kronos123
Yes i have it..... The command to make symbolic link is the same you gave in the other post right? the ln -s/dev/sr0/...
you need a space between s and /:
use
ln -sf /dev/sr0 /dev/cdrom
-
Re: ¤ The Complete PW Package ¤
I wrote that line... and i guess it's supposed to show some Lines after it... but nothng WAH!!!!! :( my problem sucks >.<
-
Re: ¤ The Complete PW Package ¤
No, actually it's not
after you create that symbolic link you will then need to mount it. Use something like:
mount /dev/cdrom /mnt
then
ls /mnt
then you should see the contents of the ISO/Disc you've mounted...
-
Re: ¤ The Complete PW Package ¤
ok lemme try..... I am now running a fresh installation of linux 10.04
Ah it's working Thanks Dude!!!!!!!!!!!!!! :D
-
Re: ¤ The Complete PW Package ¤
Ok, now...
...
...
HIT THE LIKE BUTTON
:):
-
1 Attachment(s)
Re: ¤ The Complete PW Package ¤
ok so now i can see the contents of the files... i need to install the ia32-libs for 64bit... but this is what it shows.... Attachment 105319
-
Re: ¤ The Complete PW Package ¤
You've jumped the gun my excited little one :):
First you need to copy the contents of the disc to the system root (you skipped cp -R * / [while being IN /mnt])
From here on out now you'll be able to follow the instructions again, but MAKE SURE you are IN mnt when you use cp -R * /
-
Re: ¤ The Complete PW Package ¤
ah.. lol me... xD okies.. Ty again :P
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
343
You've jumped the gun my excited little one :):
First you need to copy the contents of the disc to the system root (you skipped cp -R * / [while being IN /mnt])
From here on out now you'll be able to follow the instructions again, but MAKE SURE you are IN mnt when you use cp -R * /
also dont forget
cd /root/notes
./setup.sh
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Jacknife
also dont forget
cd /root/notes
./setup.sh
"From here on out now you'll be able to follow the instructions again" :wink:
-
Re: ¤ The Complete PW Package ¤
yah thanks guys.... Hope i don't run into any problems.... :ott1: and atm the contents are being copied...... Taking time... (Impatient)
Lol... it's taking time.. and There's not status bar to see how much it have been copied :(
-
Re: ¤ The Complete PW Package ¤
No, sorry, no "status bar" but trust me when I say it will work MUCH faster doing it that way (where you don't see 'evidence' that it's working)... If you REALLY wanted to "see that it's working" you could have used cp -Rv * / (for future reference ['v' being the switch for verbose]) BUT that takes MUCH longer since not only is it "working" it also now has to "show you 'what it is doing'" :wink:
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Kronos123
yah thanks guys.... Hope i don't run into any problems.... :ott1: and atm the contents are being copied...... Taking time... (Impatient)
Lol... it's taking time.. and There's not status bar to see how much it have been copied :(
just wait
-
Re: ¤ The Complete PW Package ¤
I am hoping that you're also learning out of this *taps finger on desk* :lol:
If you're just doing "copy paste" of every command I say maybe you could read this while you wait for everything to copy / in between steps, then you'll be a pro on unix/linux cp and all of its 'switches' :):
-
1 Attachment(s)
Re: ¤ The Complete PW Package ¤
now i got some errors.... Attachment 105328
-
Re: ¤ The Complete PW Package ¤
And Guys..... i learned Linux more here than reading a fking book... Thanks to you GUys :D :laugh:
-
Re: ¤ The Complete PW Package ¤
uh oh
How much ram do you have? Actually answer that twice for me, how my physical ram does your HOST machine have, and how much have you allotted to the VM ?
-
Re: ¤ The Complete PW Package ¤
i have 8Gb physical ram and i alloted 2772mb for Vmware.... My server is running... but i can't go to the ip to see the registration page....
-
Re: ¤ The Complete PW Package ¤
Well provided all the I/O errors you got you're probably missing a ton of stuff, and or have a ton of 'corrupted' stuff. Try allotting 4~6 GB of ram for VM, and make sure not to be doing anything else CPU/RAM intensive on your HOST machine while copying or performing other 'sensitive' tasks like that...
-
Re: ¤ The Complete PW Package ¤
-
Re: ¤ The Complete PW Package ¤
-
Re: ¤ The Complete PW Package ¤
Okay... Recopying the files... :)
Samre errors... :(
-
Re: ¤ The Complete PW Package ¤
bad DL maybe... check your checksums/hash values...
-
Re: ¤ The Complete PW Package ¤
Ahg! i need to download again? :'( i said..... my luck sucks............. @_@ off to sleep..... too frustrated..... will work on it tomrw... Thanks again Guys... \m/
Btw the ip for registration page will be this one right?
http://192.168.1.51
and
http://192.168.1.51/admin (or http://192.168.1.51:8443/pwAdmin)
-
Re: ¤ The Complete PW Package ¤
Well make sure you don't re-download for no reason, verify the checksums/hash values before you do. If your files don't match what I have on record then you obviously have a bad DL and then will need to re-DL at that time =\
Only you will know for sure in regard to your servers IP. During the installation of Linux hopefully you set a static IP (did not allow it to pull a dynamic IP from DHCP) If not you can always change it so that it's static by following directions here:
Howto: Ubuntu Linux convert DHCP network configuration to static IP configuration
or
Linux Static IP Address Configuration
-
Re: ¤ The Complete PW Package ¤
registration page could be a number of diff IP's. Should look like IP/register (assuming port 80) however if your ISP (like cox) blocks port 80 you will need to change the httpd.conf file in opt/lampp/etc and change the listen port to whatever you want (8080 for ex) and than forward port 8080 to your machine ip and than it will be IP:8080/register and that will take care of that. as for your pwAdmin page, if your using 343 base (regardless of psy's files or not) you will access pwadmin at IP:8443/pwAdmin. Remember to NOT forward port 8443 ever for any reason under any circumstance.
+1 to 343 on the static setup for ubuntu, +rep given
-
Re: ¤ The Complete PW Package ¤
How to ckh check/hash values? o.O
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Kronos123
How to ckh check/hash values? o.O
Use hashcheck or hashtab (I've even included them on PW_DEV.iso) :wink:
-
Re: ¤ The Complete PW Package ¤
o.O i didn't download PW_DEV.iso :P will download it now.
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Kronos123
How to ckh check/hash values? o.O
Let me google that for you
-
Re: ¤ The Complete PW Package ¤
I re downloaded the Files and started a new and fresh installation... But getting the same errors when copying :*:
-
Re: ¤ The Complete PW Package ¤
Have you verified the hash/checksum values? How much ram do you have allotted for the 'server' VM ?
-
Re: ¤ The Complete PW Package ¤
ye i have check the hash values..... it's fine.. and i've alloted 6 GB of ram for Vmware..
-
Re: ¤ The Complete PW Package ¤
-
Re: ¤ The Complete PW Package ¤
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Kronos123
o.O Hmm?
give me a PM with your skype and il help you , today i might have a little bit of free time so hurry and add me
-
Re: ¤ The Complete PW Package ¤
-
Re: ¤ The Complete PW Package ¤
okies.. i will pm right away.... :D
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Kronos123
okies.. i will pm right away.... :D
i got your Pm i just got at home from work il have a shower and eat something and we start.
-
Re: ¤ The Complete PW Package ¤
Alternatively you could..
Copy the server_root.iso to the root of your linux os
cd /
mkdir server_root
mount -o loop server_root.iso /server_root
chmod -R 755 /server_root
cd /server_root
cp -R * /
-
Re: ¤ The Complete PW Package ¤
...or, could just follow the directions in post #2 of this thread !!!
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
343
...or, could just follow the directions in post #2 of this thread !!!
i had issues on setting up the server on a dedicated host but this didnt made me ask on ragezone , google gave me over 20 ways to mount the iso and i did it without asking anyone:P.
http://profile.ak.fbcdn.net/hprofile..._2468263_n.jpg
-
Re: ¤ The Complete PW Package ¤
Yea, I find it funny how, at least for me & at one point in time, RZ was actually decently "hard to find" in and of itself. Now-a-days it seems everyone must know about this place, and to them it's more than just MMORPG Development! To them it's apparently MMORPG Development, How to install / run / and maintain Linux, How to install / run / and maintain Windows, Basic/Intermediate/and Advanced Networking, Virtual Computing/Virtual Machines/Virtual Machine Software support, Web page/site "programming" or creation and maintenance, Help with wiping after taking a poo.
-
Re: ¤ The Complete PW Package ¤
I got some issues with my Network card,... had to change it..... LOL
-
Re: ¤ The Complete PW Package ¤
i have downloaded the 3 parts of the client how to merge them? or how to install it?
-
Re: ¤ The Complete PW Package ¤
-
Re: ¤ The Complete PW Package ¤
well using 7.zip i just extract them? and done?
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Kronos123
well using 7.zip i just extract them? and done?
yeps...
-
Re: ¤ The Complete PW Package ¤
Wow can't believe someone had to ask how to extract a 7z file, I'd recommend googling first, then asking later, you'll get faster results that way.
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Herion
Wow can't believe someone had to ask how to extract a 7z file, I'd recommend googling first, then asking later, you'll get faster results that way.
i know they are just lazy to do this there are even videos there , why the hell some ppl are so lazy
this is the main reason that i stop helping ppl that i have on skype , they dont even bother to search they say ok ok then in few miutes they ask me again
-
Re: ¤ The Complete PW Package ¤
and BTW jacknife the problem u tried solving in my PC and "Failed" i solved it.... no thanks to google :D
-
Re: ¤ The Complete PW Package ¤
I want to say thank you for this and all the info. While downloading and all of last week I read through this whole thread three times. Hopefully I can have a fairly headache free install and get to playing. Again I thank you for all of your work.
-
Re: ¤ The Complete PW Package ¤
PW_136_Client.7z.001
PW_136_Client.7z.002
PW_136_Client.7z.003
Download is error
the page cann't find
Help me~~~~
-
Re: ¤ The Complete PW Package ¤
They're all still there and in-tact. Try again...
-
Re: ¤ The Complete PW Package ¤
Alright guys, I setup the server and it worked perfectly (although i had no pint displayed on the log in screen) but i was unable to use WinSCP, so a friend of mine tried to install something on the linux server and now i cant log in. I mean i can go to the char screen but then it disconnects me and after time in the pwAdmin it says MapService down,Please help me to fix that.
-
Re: ¤ The Complete PW Package ¤
Hey guys i have little problem my server is online but the client cant find the server and says:Unable to connect.
http://imageshack.us/f/703/73051414.jpg/ http://imageshack.us/f/442/20120622193843.png/ http://imageshack.us/f/521/20120622193851.png/ can u take a look and give some help :glare::)
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
343
They're all still there and in-tact. Try again...
out-topics but related to this session..
http://forum.ragezone.com/f694/visad...upload-639383/ (all visad's links) are dead, but does the files in the client below already fixed according to visad's files? including the Hell FB109...
PW_136_Client.7z.001
PW_136_Client.7z.002
PW_136_Client.7z.003
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
MarHazK
out-topics but related to this session..
http://forum.ragezone.com/f694/visad...upload-639383/ (all visad's links) are dead, but does the files in the client below already fixed according to visad's files? including the Hell FB109...
PW_136_Client.7z.001
PW_136_Client.7z.002
PW_136_Client.7z.003
I'm not too sure what you're trying to say or ask here, but this release is fully functional. It is the most complete and up to date release there is, and if even includes TONS of extras (namely custom maps I've made such as JAIL)... There is WAY too much 'about' this release to even think of attempting to list, so the best way to find anything out about it would be to simply try it :wink:
Quote:
Originally Posted by
PWI
I'll start really really basic; did you set the connection info for the client in serverlist.txt ???
-
Re: ¤ The Complete PW Package ¤
This thread is starting to amaze me. every single question has been answered already, or is easily found in Google search, or on this forum if they just use the search button. There are some things that can go wrong that may require an experts help on, but most of you should be on the right track before you even think about asking these questions. Its pretty sad that in everyone's day to day lives that most people should already know how to do basic networking, wiping and installing OS's, and so forth. If not everyone needs to seriously do some reading and basic research on the software you are using.
The last time I seen this type of stupidity was back when I was a Lineage 2 def with official files, and the setups for that is a lot more complicated let alone knowing or learning how to use "machine" code / programming. But once people starting asking the same simple questions getting asked here, the source and leaks quickly became closed source which means if you did n ot pay a certain subscription or provide some type of knowledge that you knew what you were doing the section was made invisible to you, or people went off to make their own communities. If you don't want this happening to this PWI server section than I highly recommend you guys read up on the basics first and ask later. Otherwise these guys 343, jackknife, etc, are gonna get tired of answering questions, and helping, for what you should already know. Its a developers job IMHO otherwise you are gonna be another copy paste server with no original ideas ever. either that or your gonna be the type of people who rely on everyone else to do your work and eventually have to close your server because you were too lazy to learn.
Sorry for the rant, but it needed to be said.
-
Re: ¤ The Complete PW Package ¤
MAN, I wish I could hit the like button more than once for that one *chuckles*...
Yea, one of the whole reasons I made this release, exactly the 'way' I made it, was for people to learn... Anyone who knows these basics will be able to get this running NO problems within the 12 minutes (INCLUDING installing the OS) as I demonstrate in my video (in post #2 of this thread)... Even people that know NOTHING can use it to learn, and get it running (eventually) with relative 'ease' =\
-
Re: ¤ The Complete PW Package ¤
Could anyone explain me how to mount server_root on vbox:)
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
PWI
Could anyone explain me how to mount server_root on vbox:)
Use PowerISO to mount it to vbox.
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
80085
Use PowerISO to mount it to vbox.
Why would you need to use any external software like PowerISO when both vbox and vmware can load the ISO's themselves directly? It makes no sense to mount on a virtual drive then have vbox/vmware read from the virtual drive.
-
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
Drakaer
Why would you need to use any external software like PowerISO when both vbox and vmware can load the ISO's themselves directly? It makes no sense to mount on a virtual drive then have vbox/vmware read from the virtual drive.
For me it don't want to mount directly from my vBox so im using PowerISO.
-
Re: ¤ The Complete PW Package ¤
Is it possible to play with my friends (via hamachi for example) in a server made by me,but i have dynamic IP.I installed hamachi and connected my 2 PC's but it didn't work and i am pretty sure the problem is in me. Any ideas?
-
Re: ¤ The Complete PW Package ¤
First of all DITCH Hamachi...
Worst thing you could do is allow your "friends" (even if they are your "REAL LIFE" friends) to VPN into your network...
Secondly Hamachi will help you learn absolutely nothing... Your ultimate goal (even before "playing PW" or 'running a server') should be learning basic networking so that you can do all of this and more in the future :wink:
My recommendation, personally, start here ~ then advance to asking my buddy: GOOGLE :wink:
http://forum.ragezone.com/f695/absol...6/#post6038760