mirror of
https://github.com/edubart/otclient.git
synced 2025-04-29 17:19:20 +02:00

Lots of chagnes to add multi protocol flexibility, not really completed yet, still have to rework text messages opcodes and other stuff, so this still a working in progress feature * Rework dat reader, the dat reader can now * dinamically detect dat version * Split game into gamelib and game_interface * Lots of other minor changes
26 lines
483 B
Plaintext
26 lines
483 B
Plaintext
Module
|
|
name: client
|
|
description: Initialize the client and setups its main window
|
|
author: edubart
|
|
website: www.otclient.info
|
|
reloadable: false
|
|
|
|
load-later:
|
|
- client_skins
|
|
- client_locales
|
|
//- client_particles
|
|
- client_topmenu
|
|
- client_background
|
|
//- client_about
|
|
- client_options
|
|
- client_terminal
|
|
- client_modulemanager
|
|
- client_entergame
|
|
|
|
@onLoad: |
|
|
dofile 'client'
|
|
Client.init()
|
|
|
|
@onUnload: |
|
|
Client.terminate()
|