Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Tera Asura project sources 2021 - launcher, api, site

Initiate Mage
Joined
Sep 9, 2022
Messages
1
Reaction score
6
Tera Asura project sources leaked in 2021.
Launcher, patcher, API, tera-shop, website (php + node.js).

link

Code:
# tera_retail_site

TERA site and api for Russian TERA Launcher

## Features
- Registration in the game
- Server statistics
- Api for launcher
- 2 languages - Russian and English
- Automatic update of launcher and game
- Logging of processes in the launcher (authorization, start downloading the client, end downloading the client, entering the game and OS user ID
- Displaying the server list and the number of characters
- Displaying a client error message

## Requirement
- TERA 92.03 Retail server
- Russian Tera Launcher
- torrent tracker, i use Bitstorm 2

### Database setup
Open ```/core/config.php``` and set:

```
  'mysqlHost' => 'localhost',
  'mysqlUser' => 'tera',
  'mysqlPassword' => 'pass',
  'mysqlBase' => 'tera',
  'adminLogin' => 'Login of your registration on the server',
```
Login and open ```your_site.com/?do=admin``` and setup server settings.

### Launcher Configuration
Edit the ```launcher/launcher.ini``` and set patch to your site
```
[url]
start=http://your_site.com/?do=launcher   
```
 
Initiate Mage
Joined
Nov 7, 2022
Messages
2
Reaction score
0
Tera Asura project sources leaked in 2021.
Launcher, patcher, API, tera-shop, website (php + node.js).

link

Code:
# tera_retail_site

TERA site and api for Russian TERA Launcher

## Features
- Registration in the game
- Server statistics
- Api for launcher
- 2 languages - Russian and English
- Automatic update of launcher and game
- Logging of processes in the launcher (authorization, start downloading the client, end downloading the client, entering the game and OS user ID
- Displaying the server list and the number of characters
- Displaying a client error message

## Requirement
- TERA 92.03 Retail server
- Russian Tera Launcher
- torrent tracker, i use Bitstorm 2

### Database setup
Open ```/core/config.php``` and set:

```
  'mysqlHost' => 'localhost',
  'mysqlUser' => 'tera',
  'mysqlPassword' => 'pass',
  'mysqlBase' => 'tera',
  'adminLogin' => 'Login of your registration on the server',
```
Login and open ```your_site.com/?do=admin``` and setup server settings.

### Launcher Configuration
Edit the ```launcher/launcher.ini``` and set patch to your site
```
[url]
start=http://your_site.com/?do=launcher   
```

Is there detailed information on how to pull it on the server?
 
Back
Top