Blade and Soul OpenSource

Page 1 of 3 123 LastLast
Results 1 to 15 of 35
  1. #1
    Apprentice Eugene is offline
    MemberRank
    Jun 2013 Join Date
    Ukraine, KyivLocation
    7Posts

    thumbs up Blade and Soul OpenSource

    Hi all!

    Sorry for my English.

    I'm Java Developer from Ukraine.

    I started making Blade and Soul open source emulator!

    I'm looking for nice java developers and reverse engineer for development.

    You can find me on Github: https://github.com/OpenBNS

    If you want join to team - please contact me at playmmo.su@gmail.com

    Thanks.


  2. #2
    Cypher WireShark is offline
    MemberRank
    Jun 2009 Join Date
    Planet Earth xDLocation
    950Posts

    Re: Blade and Soul OpenSource

    Good to know there is someone making an open source project well goodluck. If you will know there are people developing an emulator for Closed Source. like atomixro team.


    TS can you tell more about your development status here...
    Last edited by WireShark; 26-01-14 at 11:26 PM. Reason: addin something

  3. #3
    Apprentice Eugene is offline
    MemberRank
    Jun 2013 Join Date
    Ukraine, KyivLocation
    7Posts

    Re: Blade and Soul OpenSource

    Quote Originally Posted by madkilah28 View Post
    Good to know there is someone making an open source project well goodluck. If you will know there are people developing an emulator for Closed Source. like atomixro team.


    TS can you tell more about your development status here...
    I removed Themida from korean client, kill GameGuard.
    I written LoginServer (very small part) (STS protocol) and now I investigate encrypt from between LoginServer and Client

    https://github.com/OpenBNS/server/bl...erHandler.java

    Also written client launcher.
    Last edited by Eugene; 28-01-14 at 01:03 PM.

  4. #4
    Herp Derp Twisted Fate is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    479Posts

    Re: Blade and Soul OpenSource

    Could you please expand your thread some more? Such as planned features, screenshots, etc.

  5. #5
    Apprentice Eugene is offline
    MemberRank
    Jun 2013 Join Date
    Ukraine, KyivLocation
    7Posts

    Re: Blade and Soul OpenSource

    Quote Originally Posted by Wessel View Post
    Could you please expand your thread some more? Such as planned features, screen shots, etc.
    About emulator:

    Blade and soul use by default many servers: Login Server, Chat Server, Friends Server, Mail Server, Lobby Server and Game Server.
    Login Server use like http protocol, named as STS.

    I was implement base architecture of STS protocol, which based on netty http://netty.io/wiki/user-guide-for-4.x.html

    All server-side will written on next technologies stack:

    Language: Java 7 (8, after release)
    DB: MariaDB (it is fork of MySQL)
    Cache (redis or EHCache)

    More details:
    DBCP - Apache DBCP
    Logging - Log4J + Apache Commons Logging
    XML Message parser - XStream (in STS protocol)
    Network core - netty
    IO Operations - non blocking


    Planned features - no any features planned. Only base implementation of game.

    p.s. sorry for my English

    - - - Updated - - -

    Quote Originally Posted by Wessel View Post
    Could you please expand your thread some more? Such as planned features, screenshots, etc.
    Sorry, What do you mean about ScreenShot? Screenshot from game (on official server) or from game on emulator?

  6. #6
    Herp Derp Twisted Fate is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    479Posts

    Re: Blade and Soul OpenSource

    Quote Originally Posted by Eugene View Post
    About emulator:

    Blade and soul use by default many servers: Login Server, Chat Server, Friends Server, Mail Server, Lobby Server and Game Server.
    Login Server use like http protocol, named as STS.

    I was implement base architecture of STS protocol, which based on netty http://netty.io/wiki/user-guide-for-4.x.html

    All server-side will written on next technologies stack:

    Language: Java 7 (8, after release)
    DB: MariaDB (it is fork of MySQL)
    Cache (redis or EHCache)

    More details:
    DBCP - Apache DBCP
    Logging - Log4J + Apache Commons Logging
    XML Message parser - XStream (in STS protocol)
    Network core - netty
    IO Operations - non blocking


    Planned features - no any features planned. Only base implementation of game.

    p.s. sorry for my English

    - - - Updated - - -



    Sorry, What do you mean about ScreenShot? Screenshot from game (on official server) or from game on emulator?
    Some screenshots to show the development is active, as required by the Section Rules. This can either be snippets or screenshots.
    Last edited by Twisted Fate; 02-02-14 at 01:45 PM.

  7. #7
    Apprentice Eugene is offline
    MemberRank
    Jun 2013 Join Date
    Ukraine, KyivLocation
    7Posts

    Re: Blade and Soul OpenSource

    Quote Originally Posted by Wessel View Post
    Some screenshots to show the development is active, as required by the Section Rules. This can either be snippets or screenshots.
    Unfortunately, I have not any screen shot, because Game Server is not available now.... I'm developing only login server (for now).
    Login server is really in development, as you can see by my commits: https://github.com/OpenBNS/server/commits/master

    Please, do not close topic, I think that screen-shot will be available at about 2-3 weeks.
    p.s. Sorry for my English...

    Last edited by Eugene; 03-02-14 at 08:58 AM.

  8. #8
    Apprentice Naik is offline
    MemberRank
    Feb 2011 Join Date
    20Posts

    Re: Blade and Soul OpenSource

    Какой клиент используете? ЗБТ или ОБТ?


    What client using? CBT or OBT?

  9. #9
    Thailand Games Developer jenose is offline
    MemberRank
    Jul 2006 Join Date
    UnknownDogLocation
    361Posts

    Re: Blade and Soul OpenSource

    Quote Originally Posted by Naik View Post
    Какой клиент используете? ЗБТ или ОБТ?


    What client using? CBT or OBT?
    Korean client
    [Version]
    ProductVersion = 2.2.0.1429

  10. #10
    Xenocide aka al3css marelegg is offline
    MemberRank
    Jul 2008 Join Date
    389Posts

    Re: Blade and Soul OpenSource

    hope soon the gameserver will be available i like your work

  11. #11
    www.m.me/ExcelsiorSoftLLC master_unknown is offline
    MemberRank
    Oct 2004 Join Date
    HellLocation
    1,242Posts

    wink Re: Blade and Soul OpenSource

    Hey, I suggest that you start creating a Development forum dedicated to BnS Emulation project.
    If you remember Aion Lightning. ;)

    Also suggest to you that you'll use IPB as it has the hooks necessary for developers (kinda reminds me of how Aion Lightning updates realtime with their commits).

    Best of luck!

  12. #12
    Apprentice expini is offline
    MemberRank
    Jul 2005 Join Date
    ThailandLocation
    21Posts

    Re: Blade and Soul OpenSource

    how to join you please

  13. #13
    Apprentice fileforyou is offline
    MemberRank
    May 2013 Join Date
    7Posts

    Re: Blade and Soul OpenSource

    good work man !

  14. #14
    Apprentice Eugene is offline
    MemberRank
    Jun 2013 Join Date
    Ukraine, KyivLocation
    7Posts

    Re: Blade and Soul OpenSource

    Sorry, I need stop my work, because an Russian man open free pirate server with 100% game implementation http://playbns.com/
    I hate Russian's pirate...
    Seems that the http://playbns.com/ has official server-side of BnS....
    It's bad(

  15. #15
    Account Upgraded | Title Enabled! versacebg is offline
    MemberRank
    Sep 2006 Join Date
    BulgariaLocation
    513Posts

    Re: Blade and Soul OpenSource

    Bad news



Page 1 of 3 123 LastLast

Advertisement