Skip to content

justkeepquiet/tera-launcher

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 

tera-launcher

Launcher for Tera Online that supports patch 92 and 100.
Based on the official version of the launcher that works with the Taiwanese localizer.

Preview

Note: this design is available when using our tera-api.

Usage in your project

In order to use this launcher in your private tera server project, you need to use our version of tera-api, and also modify the executable file using the Resource Hacker program.

The repository also includes a script for the Inno Setup installer, which allows you to create an installer with support for automatic updates.

Change URL address

To change the URL address of launcher API, you need to use the Rusource Hacker program. Open the program and change the address in two places (see screenshots). The address must correspond to the URL where the Portal server of tera-api is located (all static files are places in the public folder on tera-api).

Step 1

Step 2

Place launcher on your host

In order for the launcher to automatically update itself, you need to place the launcher_info.ini in the /patch/launcher_update directory on your server (you can use public folder of tera-api). This file specifies the version of the launcher, as well as the download address of the installer. After each update of the launcher, you need to change the version in the Inno Setup script, as well as edit the launcher executable file (change the version) using the Resource Hacker program.

Support automatic game update

This launcher supports all the functions of automatic game update and file integrity check. For these features to work, you need to use our tera-api. Solution for packing (patcher) Tera client files is available in the repository: https://github.com/justkeepquiet/tera-client-packer