Skip to content

Commit 4ab233f

Browse files
committed
Move some documentation from repos to here
1 parent bad727c commit 4ab233f

File tree

7 files changed

+3313
-24
lines changed

7 files changed

+3313
-24
lines changed

source/index.rst

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
Welcome to DecompFrontier wiki
22
===================================
33

4-
This wiki aims to provide developer's documentation and insides of the architecture, protocol
5-
and formats of Brave Frontier (v2.19.6.0)
4+
This wiki contains developer's documentation and analysis of the architecture, protocol
5+
and formats of the Brave Frontier (v2.19.6.0) game.
66

7+
.. warning::
78

8-
.. note::
9-
10-
The project is under very slow development and it might not be finished!
9+
Keep in mind that the current project is currently under very slow development
10+
so you can expact bugs.
1111

1212
.. toctree::
13-
:name: root-toc-wiki
14-
:maxdepth: 1
15-
:caption: Contents
13+
:name: root-toc-wiki
14+
:maxdepth: 1
15+
:caption: Contents
1616

17-
pages/Architecture/index
18-
pages/Network/index
19-
pages/Tutorial/index
20-
pages/TODO/index
21-
17+
pages/Status/index
18+
pages/Architecture/index
19+
pages/Network/index
20+
pages/Tutorial/index

source/pages/Network/gme/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Game Server
22
===================
33

4+
The game server (gme) is the main server which all the actions of Brave Frontier are done.
5+
6+
The original server was written in PHP (according to a leak of one misconfigured file) as a REST api,
7+
each key of the JSON are not written in plaintext, rather they seems to be an hash of the field name,
8+
this is presumably done to complex the analysis of the packets.
9+
10+
11+
412
.. toctree::
513
:caption: Game Server
614
:name: toc-network-gme

0 commit comments

Comments
 (0)