[Release]Warrock server optimized for linux/mono

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Member steel97 is offline
    MemberRank
    Jan 2011 Join Date
    Belarus/MinskLocation
    56Posts

    big grin [Release]Warrock server optimized for linux/mono

    Hi all,here are small release.
    Now you can run server from linux/mono
    i deleted all native functions from code,add some try/catch

    Tested with Centos 6 and mono 3.0.1
    How to install mono:
    Code:
    $yum install bison gettext glib2 freetype fontconfig libpng libpng-devel libX11 libX11-devel glib2-devel libgdi* libexif glibc-devel urw-fonts java unzip gcc gcc-c++ automake autoconf libtool make bzip2 wget
    
    $cd /usr/local/src 
    $wget http://download.mono-project.com/sources/mono/mono-3.0.1.tar.bz2
    
    $tar jxf mono-3.0.1.tar.bz2
    $cd mono-3.0.1
    
    $./configure --prefix=/opt/mono
    $make && make install
    
    export PATH=/opt/mono/bin:$PATH
    Then need to install and configure odbc:
    Code:
    yum install mysql-connector-odbc
    Archive contain my /etc/odbc.ini and /etc/odbcinst.ini
    Download:
    https://mega.co.nz/#!wxk01CyS!AXgwGS...vYetk3YleXo-IA

    P.S sorry for bad english


  2. #2
    Enthusiast P00w is offline
    MemberRank
    Sep 2011 Join Date
    AustriaLocation
    39Posts

    Re: [Release]Warrock server optimized for linux/mono

    wow nice!

  3. #3
    Member warzie006 is offline
    MemberRank
    Feb 2009 Join Date
    77Posts

    Re: [Release]Warrock server optimized for linux/mono

    Installed everything. How about the database and such? And how do you start it?

  4. #4
    Member steel97 is offline
    MemberRank
    Jan 2011 Join Date
    Belarus/MinskLocation
    56Posts

    Re: [Release]Warrock server optimized for linux/mono

    I recommend to use this database http://forum.ragezone.com/f827/clean...tabase-949588/
    Tutorial you can find in first post
    why not to google about setuping database at linux?!why people so lazy?
    CentOS:
    Code:
    yum install mysql-server
    yum install apache2
    yum install php5
    yum install php5-mysql
    yum install phpmyadmin
    Debian,Ubuntu:
    Code:
    apt-get install mysql-server
    apt-get install apache2
    apt-get install php5
    apt-get install php5-mysql
    apt-get install phpmyadmin
    But I strongly recommend to use Navicat Lite or Navicat for MySQL instead of PhpMyAdmin

  5. #5
    Apprentice cwaniaky is offline
    MemberRank
    Sep 2013 Join Date
    9Posts

    Re: [Release]Warrock server optimized for linux/mono

    How i can run server?

  6. #6
    Member steel97 is offline
    MemberRank
    Jan 2011 Join Date
    Belarus/MinskLocation
    56Posts

    Re: [Release]Warrock server optimized for linux/mono

    after install select directory with server and enter command:mono LoginServer.exe
    or if u run gameserver write mono GameServer.exe

  7. #7
    Apprentice stewfeed is offline
    MemberRank
    Aug 2013 Join Date
    5Posts

    Re: [Release]Warrock server optimized for linux/mono

    Hows the memory? I have VPS and I want to run it there

  8. #8
    ◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜ Taiga is offline
    DeveloperRank
    May 2007 Join Date
    InternetLocation
    2,464Posts

    Re: [Release]Warrock server optimized for linux/mono

    Nice job! But still you should write it in C++; Java or Python to have optimized Linux support.

  9. #9
    Member steel97 is offline
    MemberRank
    Jan 2011 Join Date
    Belarus/MinskLocation
    56Posts

    Re: [Release]Warrock server optimized for linux/mono

    Quote Originally Posted by CodeDragon View Post
    Nice job! But still you should write it in C++; Java or Python to have optimized Linux support.
    Sure,but mono isn't so slow :) mono is just .Net runtime in Linux,so i don't think that you lost many perfomance with mono

  10. #10
    Apprentice stewfeed is offline
    MemberRank
    Aug 2013 Join Date
    5Posts

    Re: [Release]Warrock server optimized for linux/mono

    @steel97 Hows the memory? I have limited memory thats why I ask.

  11. #11
    Member steel97 is offline
    MemberRank
    Jan 2011 Join Date
    Belarus/MinskLocation
    56Posts

    Re: [Release]Warrock server optimized for linux/mono

    Quote Originally Posted by stewfeed View Post
    @steel97 Hows the memory? I have limited memory thats why I ask.
    Sorry i don't know about memory...but i successfully run login and game server at my vps with only 512MB ram

    but i strongly reccomned to use 1-2GB for server

  12. #12
    Apprentice stewfeed is offline
    MemberRank
    Aug 2013 Join Date
    5Posts

    Re: [Release]Warrock server optimized for linux/mono

    Thanks mate. Will test mine once soon. Will let you know

  13. #13
    Apprentice robinlancee is offline
    MemberRank
    May 2010 Join Date
    10Posts

    Re: [Release]Warrock server optimized for linux/mono

    how i can install mono on linux? is there any command?

  14. #14
    Member steel97 is offline
    MemberRank
    Jan 2011 Join Date
    Belarus/MinskLocation
    56Posts

    Re: [Release]Warrock server optimized for linux/mono

    Quote Originally Posted by robinlancee View Post
    how i can install mono on linux? is there any command?
    sure,in debian 6.0+ u can use apt-get install mono-runtime
    if it's don't work you can build mono from sources
    also in first post u can see how to build mono on CentOS

  15. #15
    Apprentice robinlancee is offline
    MemberRank
    May 2010 Join Date
    10Posts

    Re: [Release]Warrock server optimized for linux/mono

    yes i now, but its not working ? im using centos 6 linux



Page 1 of 2 12 LastLast

Advertisement