Git Product home page Git Product logo

dubledpark / raiderz_public Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ktj007/raiderz_public

0.0 2.0 0.0 746.87 MB

FRaiderZ Source Code

C++ 47.73% C 5.42% PowerShell 0.03% Batchfile 0.06% HTML 31.59% CSS 0.10% C# 3.86% Python 0.34% Lua 1.52% XSLT 2.48% PLpgSQL 5.88% Objective-C 0.39% Perl 0.01% PHP 0.05% Shell 0.03% JavaScript 0.01% Assembly 0.01% NSIS 0.01% MAXScript 0.25% HLSL 0.21%

raiderz_public's Introduction

FRaiderZ_Public

FRaiderZ Source Code

You will need:

*VS2015 Update 3

*NA RaiderZ Client (http://forum.ragezone.com/f698/release-raiderz-updated-version-client-1106956/) specifically https://mega.nz/#!AJZFmRgY!qGwFKTsMQfwqnUFiE_tisNfkZcA2xyvBpPDWENEVThY

*Data files from Develop/Utils folder (this is needed for the NA client to work with all changes.)

*Postgres SQL Database (with ODBC connector)

*Notepad++ (for the insane amount of text editing and searching you will do during development)

*MAIET SDK (See NA RaiderZ Client link)

*A cup of coffee and a lot of spare time

Open All.sln, and compile every project within. Output directory is Develop/Game/runtime/runtime for all projects, runtime can be used as a staging folder for client/server operations. Configure server as if it were the NA files. Example GameServer file:

; GameServer server.ini

[SERVER_INFO]
NAME = "GameServer1"
SERVER_ID = 1
WORLD_ID = 1
ODBC = "PostgreSQL ODBC Driver(UNICODE)"
SOCKET_POOL_SIZE = 1000

[LOCALE]
LOCALE = "PWE"

[CONFIG]
PUBLIC_IP = "127.0.0.1"
PORT = 7201
STAND_ALONE = 0

[NET]
MASTER_SERVER_IP = "127.0.0.1"
MASTER_SERVER_PORT = 7500

[ACCOUNTDB]
SERVER = "127.0.0.1"
DATABASE = "rz_accountdb_test"
USERNAME = "postgres"
PASSWORD = "password"

[DB]
SERVER = "127.0.0.1"
DATABASE = "rz_gamedb_test"
USERNAME = "postgres"
PASSWORD = "password"

[LOGDB]
SERVER = "127.0.0.1"
DATABASE = "rz_logdb_test"
USERNAME = "postgres"
PASSWORD = "password"

[LOG]
LOG_PATH = "log"
LOG_LEVEL = 1
LOG_TAG = "1"

[DEBUG]
DUMP_ENABLE = 1
FULL_DUMP = 1
DB_TRACE_ALL = 1

You can start the servers in this order.

cd ./MasterServer
start MasterServer_r.exe
WAIT 5
cd ..
cd ./LoginServer
start LoginServer_r.exe
WAIT 5
cd ..
cd ./GameServer
start GameServer_r.exe
WAIT 5
cd ..
cd ./AppServer
start AppServer_r.exe
WAIT 5

To stop servers, only kill MasterServer_r.exe

taskkill /F /IM MasterServer_r.exe

Good luck and Happy Holidays! FRaiderZ Team

raiderz_public's People

Contributors

secretsothep avatar

Watchers

James Cloos avatar Hyung Bin Park 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.