Forsaken World War of Shadows Install Tutorial for linux

Page 1 of 4 1234 LastLast
Results 1 to 15 of 52
  1. #1
    Would You Kindly? Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,758Posts

    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
    Would You Kindly? Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,758Posts

    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
    Would You Kindly? Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,758Posts

    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
    68Posts

    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
    Would You Kindly? Bola is offline
    DeveloperRank
    Dec 2011 Join Date
    BrazilLocation
    1,758Posts

    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
    68Posts

    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
    68Posts

    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



Page 1 of 4 1234 LastLast

Advertisement