Coder Social home page Coder Social logo

silkroadproject's Introduction

SilkroadProject

Silkroad Online Emulator for Open Beta Client

Requirements

  • Visual Studio 2015
  • Microsoft SQL Server 2008 or above
  • Asio 1.10.6 for SCore (our AsyncTimer uses asio)

How To Setup Server

  • Restore database dumps
  • Edit _ServerConfig table in SR_Global
  • Extract your data.pk2 to data/ folder
  • Edit GatewayServer/Data/Globals.cs and SR_GameServer/Data/Globals.cs for connection strings
  • Compile project with visual studio and run

How To Setup Client

  • Open Media.pk2 with pk2 extractor and export GATEIP.txt
  • Open GATEIP.txt with a hex editor and edit ip address (fill with zeroes remaining)
  • Open client with IP Input change ip address again (aka change DIVISIONINFO.txt)

How To Contribute Project

  • You can make pull requests to contribute project.
    1. Your code must match projects design.
    2. Prevent deadlocks when interacting another client.
    3. Use Interlocked operations when accessing volatile variables
    4. Use async Task for heavy operations
    5. Test your code carefully.

Links for projects

Description Link
Database Dumps https://mega.nz/#!UAIRWJTK!66r4XsTFAbfazIP5CvrYqQYHGyuXpLWyaH36cNWVRRc
Client https://mega.nz/#!sRBiBaLY!RQnCfHfr8HfBIRxRJctf0-5_MVC8W8OXd51pH558mm8
Client Dll (Aqua.dll) source https://mega.nz/#!MAZQUZpY!4frt9k4PDnDVFvrV02KBbx4K0xCcnZ2aUZ5W4uSfeTo

silkroadproject's People

Contributors

tanisman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.