otclient/modules/client/client.otmod
Eduardo Bart eb24d6776e Multi-protocol
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
2012-07-17 20:53:19 -03:00

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()