Forsaken World War of Shadows Install Tutorial for linux

Page 1 of 3 123 LastLast
Results 1 to 25 of 52
  1. #1
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,768Posts

    Forsaken World War of Shadows Install Tutorial for linux

    1. Basic Requirements

    COMMAND~: apt-get update
    COMMAND~: apt-get install unrar
    COMMAND~: apt-get install openssh-server ( if you use Vbox )

    1.1 Basic Tools

    •Putty
    •Winscp

    2. Install FW-Server Repack Bola
    •Change root directory
    COMMAND~: cd /


    •Download servers files repacked and upload on your linux, on / folder
    Link of Repacked files :FWServer.rar

    •Unpack
    COMMAND~: cd /
    COMMAND~: unrar x FWServer.rar

    •Remove the old unpacked files
    COMMAND~: rm -f FWServer.rar

    •Set Permissions on servers files
    COMMAND~: chmod -R 0777 /FWServer

    3. Install Libraries

    •Install Java Runtime Environment
    COMMAND~: apt-get install openjdk-6-jre

    •For Linux 64 Bits

    COMMAND~: apt-get install ia32-libs

    • after this will exec a setup file to send libraries on respective folders on
    COMMAND~: cd /FWServer
    COMMAND~: ./setup.sh

    •Don't worry if the putty print some error about copy or ld files directory


    4. Install Mysql

    • First install MySQL, during installation you'll be asked for a root password, remember it!

    COMMAND~: apt-get install mysql-server

    •After installation you can import the base table scheme.
    Replace the PASSWORD in the following command with your mysql password

    COMMAND~: mysql -uroot -pPASSWORD -h localhost </FWServer/.setup/pwdb.sql

    •after this, needs change password on table.xml

    COMMAND~: sed s/password=\"root\"/password=\"PASSWORD\"/g /etc/table.xml > /etc/table.xml.new

    COMMAND~: mv -f /etc/table.xml.new /etc/table.xml

    5. Install Apache Webserver

    COMMAND~: apt-get install apache2
    COMMAND~: apt-get install php5 php5-gd php5-mysql php5-pgsql php5-imap php-pear php-auth php5-ming
    COMMAND~: apt-get install php5-xmlrpc php5-xsl php5-curl php5-mcrypt libapache2-mod-php5 php5-mcrypt php5-mysql

    6. Install Register
    •with Winscp go to directory /FWServer/.setup/register/
    •Find the file and open config.php
    •where says "passwd" you put your mysql password
    •save
    •move this folder to /var/www/
    •now you can register your account in the link http://YOURIP/register/register.php

    7. Start Server

    COMMAND~: cd /FWServer
    COMMAND~: ./start.sh

    •Wait to final startup script

    8. Update Ranking
    COMMAND~: cd /FWServer
    COMMAND~: ./rankupdate.sh

    8. Client to connect
    Link : FW_EN_Installer_0.331.0.rar

    •Install the client go to folder /Forsaken World/update/
    •copy and replace actual file with this: server.lua
    •edit the ip 192.168.1.101 with IP of your linux server FW
    •run game.exe and connect

    9. Obs
    • This server pack no requires Glinkd modification
    • Questions in this same topic
    • This tutorial as made in Ubuntu OS linux 11.04

    10. Credits

    •Ronny1982
    •Bola




    Last edited by Bola; 10-12-13 at 12:52 AM.


  2. #2
    Apprentice Lados is offline
    MemberRank
    Dec 2013 Join Date
    ThailandLocation
    6Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    I don't know why... But client out-of-date...
    Last edited by Lados; 06-12-13 at 08:11 AM.

  3. #3
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,768Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    check the folder logs, if you can, upload here the folder,
    also upload the folder logs of client too for me analyse

  4. #4
    Novice nicoliky10 is offline
    MemberRank
    Oct 2012 Join Date
    3Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    Hi I have the same problem, I tried with another server and connects well but this gives that error.

    You know you can be.

    regards

  5. #5
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,768Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    put the server online, try make's login with the server file, if fails, close client and server
    upload the logs folder of /Forsaken world/elements/logs and /FWServer/logs
    i will solve the problem and launch a fix

  6. #6
    Member bluebyte is offline
    MemberRank
    Nov 2007 Join Date
    GermanyLocation
    69Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    Dear community,
    the unrar-package must be installed from the repository "non-free".
    The people who have errors with "unrar", check your "sources.list" in "/etc/apt"
    and add the repository "non-free" at the end of the lines.
    The package "unrar-free" doesn't work (skipping some files).

    People, who are using debian wheezy and who have problems to install the "ia32-libs".
    Debian -- Details of package ia32-libs in wheezy

    After each changes make an "apt-get update"

    The command "./updaterank.sh" isn't available.
    But the command "./rankupdate.sh"

    Same problem with Client, but the best guide on ragezone till today,
    to setup a clean server.

    Thank you very much!

    Last edited by bluebyte; 09-12-13 at 12:29 PM.

  7. #7
    MightyOne martinle is offline
    MemberRank
    Jul 2012 Join Date
    My DesktopLocation
    245Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    There were many 331 files had been released. Is there anything special in this repack. Just out of curiosity.

  8. #8
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,768Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    i fix ranking and another basic things, to make easy the life of peoples

  9. #9
    Novice xenion88 is offline
    MemberRank
    Dec 2013 Join Date
    3Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    Quote Originally Posted by Bola View Post
    1. Basic Requirements

    COMMAND~: apt-get update
    COMMAND~: apt-get install unrar
    COMMAND~: apt-get install openssh-server ( if you use Vbox )

    1.1 Basic Tools

    •Putty
    •Winscp

    2. Install FW-Server Repack Bola
    •Change root directory
    COMMAND~: cd /


    •Download servers files repacked and upload on your linux, on / folder
    Link of Repacked files :FWServer.rar

    •Unpack
    COMMAND~: cd /
    COMMAND~: unrar x FWServer.rar

    •Remove the old unpacked files
    COMMAND~: rm -f FWServer.rar

    •Set Permissions on servers files
    COMMAND~: chmod -R 0777 /FWServer

    3. Install Libraries

    •Install Java Runtime Environment
    COMMAND~: apt-get install openjdk-6-jre

    •For Linux 64 Bits

    COMMAND~: apt-get install ia32-libs

    • after this will exec a setup file to send libraries on respective folders on
    COMMAND~: cd /FWServer
    COMMAND~: ./setup.sh

    •Don't worry if the putty print some error about copy or ld files directory


    4. Install Mysql

    • First install MySQL, during installation you'll be asked for a root password, remember it!

    COMMAND~: apt-get install mysql-server

    •After installation you can import the base table scheme.
    Replace the PASSWORD in the following command with your mysql password

    COMMAND~: mysql -uroot -pPASSWORD -h localhost </FWServer/.setup/pwdb.sql

    •after this, needs change password on table.xml

    COMMAND~: sed s/password=\"root\"/password=\"PASSWORD\"/g /etc/table.xml > /etc/table.xml.new

    COMMAND~: mv -f /etc/table.xml.new /etc/table.xml

    5. Install Apache Webserver

    COMMAND~: apt-get install apache2
    COMMAND~: apt-get install php5 php5-gd php5-mysql php5-pgsql php5-imap php-pear php-auth php5-ming
    COMMAND~: apt-get install php5-xmlrpc php5-xsl php5-curl php5-mcrypt libapache2-mod-php5 php5-mcrypt php5-mysql

    6. Install Register
    •with Winscp go to directory /FWServer/.setup/register/
    •Find the file and open config.php
    •where says "passwd" you put your mysql password
    •save
    •move this folder to /var/www/
    •now you can register your account in the link http://YOURIP/register/register.php

    7. Start Server

    COMMAND~: cd /FWServer
    COMMAND~: ./start.sh

    •Wait to final startup script

    8. Update Ranking
    COMMAND~: cd /FWServer
    COMMAND~: ./rankupdate.sh

    8. Client to connect
    Link : FW_EN_Installer_0.331.0.rar

    •Install the client go to folder /Forsaken World/update/
    •copy and replace actual file with this: server.lua
    •edit the ip 192.168.1.101 with IP of your linux server FW
    •run game.exe and connect

    9. Obs
    • This server pack no requires Glinkd modification
    • Questions in this same topic
    • This tutorial as made in Ubuntu OS linux 11.04

    10. Credits

    •Ronny1982
    •Bola




    how to upload the server file on linux?sorry if i ask because i dont know

  10. #10
    Member bluebyte is offline
    MemberRank
    Nov 2007 Join Date
    GermanyLocation
    69Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    Simply use WinSCP
    WinSCP :: Free SFTP and FTP client for Windows
    I installed a graphical desktop environment and and some other usefull programms on my Server. So i don't need any Windows-Clients.
    I know, Servers are no Desktop-Computers. But for my Nonpublic-Server it was the right way, I think.

  11. #11
    Member xHunt3r is offline
    MemberRank
    Nov 2012 Join Date
    Under your bed!Location
    51Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    How do you add leafs? I can't seem to figure it out :o

  12. #12
    Member bluebyte is offline
    MemberRank
    Nov 2007 Join Date
    GermanyLocation
    69Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    You can do it with sql-command in phpmyadmin or navicat.
    In phpmyadmin look for database "FW" in the pulldownmenu on the left side. Select it.
    Then you will see the database of "FW". Select users.
    On the table you will see the registered users with their ID, names, encrypted passwords, etc.
    You can also see the account you have made of your own. Look at your account-name and write the ID a sheet of paper.
    Then click on "SQL" in the menu on the top. A new window will appear. Delete the entry by keyboard. Now you have a clean window.
    Now you can enter your SQL-command.

    ID means the number you have written on your sheet of paper.

    call usecash (ID , 1, 0, 19, 0, 1000000, 1, @ERROR)

    Put this command in the window with Copy and Paste.

    When your ID is 1136 then change ID with the number like this

    call usecash (1136, 1, 0, 19, 0, 1000000, 1, @ERROR)

    Click "OK"

    When you see a popup window on the top with a green market the everything is okay.

    On this way you can also make a GM-acount like this

    call addGM (ID , 1)

    I hope you understand it.

    Greetings from Bluebyte

  13. #13
    Member xHunt3r is offline
    MemberRank
    Nov 2012 Join Date
    Under your bed!Location
    51Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    Thanks blue, and i was doing the exact thing, but i did more research and i found out that i have to put ; at the end which i wasn't doing :p

    Thanks or the help tho

  14. #14
    Novice xenion88 is offline
    MemberRank
    Dec 2013 Join Date
    3Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    i already copy the file into server then stuck at the 2. Install FW-Server Repack Bola
    •Change root directory
    COMMAND~: cd /

  15. #15
    Apprentice xEviLDeaDx is offline
    MemberRank
    Aug 2013 Join Date
    19Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    Quote Originally Posted by xenion88 View Post
    i already copy the file into server then stuck at the 2. Install FW-Server Repack Bola
    •Change root directory
    COMMAND~: cd /
    Hey, what is your issue exactly? What is it that you are stuck at and what is it doing?
    ~x_EviLDeaD_X
    Head Dev/GM of Dead Legion FW

  16. #16
    Member bluebyte is offline
    MemberRank
    Nov 2007 Join Date
    GermanyLocation
    69Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    If you stucked to unrar the archive then take a look at my posting on the top.

    I you don't know in which directory you are then type pwd. When you see only a slash
    then you are in the root-directory.

    The Root-Directory is not the Directory Of The Root

    The directory of the root in LINUX is calling /root
    The rootdirectory in linux is /

    The LINUX-group root is the same as the Windows-group Administrators

    I think that some peoples must make a Linux-training before they are able to install a gameserver.

    I learned the linux-system in 1995 on an i386-machine. I still remember October 1996 when KDE
    was born and DLD-Distribution (Deutsche Linux Distribution).

    I recommed all new users to install the midnight-commander. It's very helpfull.
    It has an included editor that firstly must be configured in the menu on the top.
    You can also handle archieves like folders when the needed programms
    are installed on the machine.

    apt-get install mc

    Run it with mc
    Last edited by bluebyte; 25-12-13 at 05:45 PM.

  17. #17
    Novice nicoliky10 is offline
    MemberRank
    Oct 2012 Join Date
    3Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    Hello, how do activate double exp event?

    regards

  18. #18
    Apprentice pompatr is offline
    MemberRank
    Apr 2011 Join Date
    15Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    Hi!
    First to say thx for the guide its indeed the best so far for setting up a clean 0.331 server.

    Now to the problem with the client being outdated when trying to connect to gameserver. I have the same problem and after looking at logs and compairing files, here is what I found:

    server syslog:

    Code:
    GQUERYD ===
    info : TcpManager OnAddSession
    === DONE! ===
    GDELIVERYD ===
    Cannot load common data automation crontab. check file commondataauto.txt.
    info : TcpManager OnAddSession
    TRACE : gdeliveryd::Max player allowed is 15000
    info : GameDBServer::OnAddSession, sid=8.
    TRACE : unamed::OnAddSession: sid=7
    info : OnAddSession
    TRACE : gdelivery::connect to gauthd successfully.
    err : gdelivery:: connect QueryServer failed
    info : logclient: OnAddSession
    TRACE : ganticheatclient:: connect
    it would seem that gdeliveryd cant connect to gqueryd for some reason.
    on the other hand the gqueryd log is empty.
    I also cant find anywhere the file commondataauto.txt

    I'm sorry to say but I really don't know how to handle the redhat4 VM in http://forum.ragezone.com/f783/forsa...ows-vm-950729/ otherwise I would have done more extensive compare of the two servers maybe I could find out a solution to the problem, but that redhat there doesn't have any software installation capabilities or at least mc to brouse files and my Linux knowledge is not that old style to be able to do it with shell commands.

    Hope this info can help fix the server
    Last edited by pompatr; 01-01-14 at 07:43 AM.

  19. #19
    Member xHunt3r is offline
    MemberRank
    Nov 2012 Join Date
    Under your bed!Location
    51Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    @Bola, hey, i saw someone earlier say that they can't connect to server, says version is out of date.

    I'm getting same error, if you need the logs, let me know, hope you can fix it :)

  20. #20
    Apprentice DrakeArth is offline
    MemberRank
    Sep 2013 Join Date
    5Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    i think that problem its caused by the gshop files .... the server and client need to be the same file...

  21. #21
    I Might Piss Somebody Off Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,768Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    just upload your gshop.data of data folder of client forsaken world to server folder /FWServer/gamed/config/ and problem will solve

  22. #22
    Member xHunt3r is offline
    MemberRank
    Nov 2012 Join Date
    Under your bed!Location
    51Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    Quote Originally Posted by Bola View Post
    just upload your gshop.data of data folder of client forsaken world to server folder /FWServer/gamed/config/ and problem will solve
    I tried that, even tried changing the elements.data, but still gives me client version out of date.
    @Bola, also, do you think i need to add port to firewall so that people can connect?

    Edit: now i'm getting unable to connect the server xD
    Last edited by xHunt3r; 08-01-14 at 08:27 PM.

  23. #23
    Novice Mereng is offline
    MemberRank
    May 2013 Join Date
    4Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    Guys, is there elemets editor for this version?

  24. #24
    Apprentice nicklove is offline
    MemberRank
    Aug 2011 Join Date
    5Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    Bola,por favor pode colocar download VMWare Image 32 Bits ou não existe serve em 32-bits ?


    Please can you put download VMWare Image 32 Bits serves or does not exist in 32-bit?

  25. #25
    Novice Marcus Myles is offline
    MemberRank
    Oct 2013 Join Date
    FloridaLocation
    2Posts

    Re: Forsaken World War of Shadows Install Tutorial for linux

    I am still having a problem with the client saying client is out of date. and then when i do the ./rankupdate I get an error at the end



Page 1 of 3 123 LastLast

Advertisement