All Projects → sebastian-heinz → Arrowgene.DragonsDogmaOnline

sebastian-heinz / Arrowgene.DragonsDogmaOnline

Licence: AGPL-3.0 license
Server for Dragons Dogma Online

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Arrowgene.DragonsDogmaOnline

Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (+36.78%)
Mutual labels:  online
Online Neural Doodle
Feedforward neural doodle
Stars: ✭ 183 (+110.34%)
Mutual labels:  online
Cedardeploy
cedardeploy:发布系统基于python,flask,mysql,git,ssh-key,supervisor.支持多类型,上线,回滚,监控,报警
Stars: ✭ 248 (+185.06%)
Mutual labels:  online
Sock.lua
A Lua networking library for LÖVE games.
Stars: ✭ 121 (+39.08%)
Mutual labels:  online
Imaginary Teleprompter
Professional grade, free software, teleprompter app.
Stars: ✭ 157 (+80.46%)
Mutual labels:  online
Wopihost
office online preview and editor
Stars: ✭ 222 (+155.17%)
Mutual labels:  online
Online place recognition
Graph-based image sequences matching for the visual place recognition in changing environments.
Stars: ✭ 100 (+14.94%)
Mutual labels:  online
Online-Shop-eCommerce-App-Angular-6-Firebase
Online eCommerce Store app in Angular 11.0 & Firebase
Stars: ✭ 96 (+10.34%)
Mutual labels:  online
Ranalyticshhe
Repository for Online Classes
Stars: ✭ 183 (+110.34%)
Mutual labels:  online
Z S Overview Pack
Overview Pack for EVE Online
Stars: ✭ 247 (+183.91%)
Mutual labels:  online
Despot
The DESPOT online POMDP solver
Stars: ✭ 124 (+42.53%)
Mutual labels:  online
Jnoj
Jiangnan Online Judge
Stars: ✭ 151 (+73.56%)
Mutual labels:  online
Pythonbuddy
Online Python Editor With Live Syntax Checking and Execution
Stars: ✭ 223 (+156.32%)
Mutual labels:  online
Angularspree
angular e-commerce framework for online store
Stars: ✭ 1,576 (+1711.49%)
Mutual labels:  online
Is Reachable
Check if servers are reachable
Stars: ✭ 249 (+186.21%)
Mutual labels:  online
Awesome New
A list of `.new` domains to perform online actions in one quick action.
Stars: ✭ 112 (+28.74%)
Mutual labels:  online
Flaskmovie
【正在改版开发中,请勿使用!】Flask电影网站前台+后台管理。
Stars: ✭ 221 (+154.02%)
Mutual labels:  online
exactonline-api-ruby-client
A wrapper for the Exact Online API
Stars: ✭ 20 (-77.01%)
Mutual labels:  online
password-generator
Simple js password generator
Stars: ✭ 16 (-81.61%)
Mutual labels:  online
Kkutu
글자로 놀자! 끄투 온라인
Stars: ✭ 230 (+164.37%)
Mutual labels:  online

Dragons Dogma Online - Server

Server Emulator for the Game Dragons Dogma Online.

Table of contents

Disclaimer

The project is intended for educational purpose only.

Setup

1) Clone the repository

git clone https://github.com/sebastian-heinz/ddo-server.git

2) Install .Net 6.0 SDK or later

https://dotnet.microsoft.com/download

3) Use your IDE of choice:

3.1) Visual Studio

Notice:

Minimum version of "Visual Studio 2022" or later.

Open Project:

Open the DragonsDogmaOnline.sln-file

3.2) VS Code

Download IDE: https://code.visualstudio.com/download
C# Plugin: https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp

Open Project:

Open the Project Folder:
\Arrowgene.DragonsDogmaOnline

3.3) IntelliJ Rider

https://www.jetbrains.com/rider/

Notice:

Minimum version of "IntelliJ Rider 2021.3" or later.

Open Project:

Open the DragonsDogmaOnline.sln-file

4) Debug the Project

Run the Ddon.Cli-Project

Server

With default configuration the server will listen on following ports:

52099 - http/download
52000 - tcp/gameserver
52100 - tcp/loginserver

ensure that no other local services listen on these ports.

Client

Launch the client with the following args: "DDO.exe" "addr=localhost port=52100 token=00000000000000000000 DL=http://127.0.0.1:52099/win/ LVer=03.04.003.20181115.0 RVer=3040008"

Progress

Login Server

  • Account
  • Character Creation

Game Server

Party Management (Party List)

  • Party Members
    • View Arisen Profile
    • Send Tell
    • Send Friend Request
    • View Status and Equipment
    • Promote to Party Leader
    • Kick from Party
    • Invite to Group Chat
    • Disband Party
    • Invite to Entryboard
    • Follow with Autorun
    • Cancel Party Invite
    • Decline Party Invite
    • View Party List
    • Leave
    • Invite Directly to Clan
  • Main Pawns
    • View Pawn Profile
    • Invite to Party
    • Kick from Party
    • View Status and Equipment
  • Support Pawns
  • Party Search
    • Search
    • Simple Request
  • Player Search
    • View Arisen Profile
    • Invite to Party
    • Send Tell
    • Send Friend Request
    • Invite to Group Chat
    • Invite to Entryboard
    • Search

Guidelines

Git

Workflow

The work on this project should happen via feature-branches

Feature branches (or sometimes called topic branches) are used to develop new features for the upcoming or a distant future release. When starting development of a feature, the target release in which this feature will be incorporated may well be unknown at that point. The essence of a feature branch is that it exists as long as the feature is in development, but will eventually be merged back into develop (to definitely add the new feature to the upcoming release) or discarded (in case of a disappointing experiment).

  1. Create a new feature/feature-name or fix/bug-fix-name branch from master
  2. Push all your changes to that branch
  3. Create a Pull Request to merge that branch into master

Best Practise

C# Coding Standards and Naming Conventions

Object Name Notation Char Mask Underscores
Class name PascalCase [A-z][0-9] No
Constructor name PascalCase [A-z][0-9] No
Method name PascalCase [A-z][0-9] No
Method arguments camelCase [A-z][0-9] No
Local variables camelCase [A-z][0-9] No
Constants name PascalCase [A-z][0-9] No
Field name _camelCase [A-z][0-9] Yes
Properties name PascalCase [A-z][0-9] No
Delegate name PascalCase [A-z] No
Enum type name PascalCase [A-z] No

Attribution

Contributors / Making It Happening

Let me preface with that this work could not exist without the excellent work of various individuals

  • Ando - Reverse Engineering & Tooling (Session Splitter, Camellia Key Cracker)
  • David - Reverse Engineering (unpacking PC Executable, defeating Anti Debug and CRC checks)
  • The White Dragon Temple
  • Nothilvien @sebastian-heinz - Reverse Engineering & Server Code

(if you have been forgotten please reach out)

3rd Parties and Libraries

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].