Table of Contents

Roadmap

This is a list of features I hope or plan to add to Odin.

At my current rate of progress, I may have at least a private (maybe even public) beta in January.

Plugins

Plugin dependencies

Plugin metadata

Multiple bot instances

Done. Just needs more thorough testing.

Attributes abstraction layer with automatic data type detection and virtual attributes

Done except for v4 data types.

Advanced events and callbacks management

Mostly done. Only missing setSynchronous method.

Timing API module

Done, except for persistence support.

Coordinates API module

Done! After only about a week and a half of brainstorming and two nights of programming. ;-)

<?php 
$coords->x = 1000; 
$coords->z = 1000; 
?>

Object actions API module

Will be left to the plugin architecture.

Configuration file management API module

Advanced permissions system

Citizen information API module

Will be left to the plugin architecture.

Userlist API module

HUD management API module

Will be left to the plugin architecture.

Bots::get(0)->huds->get("demo_hud")->text = "Click Me!";  // Sets AW_HUD_ELEMENT_TEXT 
Bots::get(0)->huds->get("demo_hud")->send(0);             // Sends HUD element to all sessions (sets AW_HUD_ELEMENT_SESSION to 0 and calls aw_hud_create)

Native in-world speech and interface internationalization capabilities with language set definition support

Will be left to the plugin architecture.

HTTP-based remote file read API module

Automatic update manager

Application interface server

Will be left to the plugin architecture.

Centralized server to handle multiple instances of Odin

OClAF JS

OCliP

Downloads