AMX Mod X

From AlliedModders Wiki
Revision as of 16:49, 13 January 2006 by BAILOPAN (talk | contribs)
Jump to: navigation, search
Comment
This project is owned by the Consortium that controls this wiki. Changes to this main page are allowed but patrolled.

Introduction

AMX Mod X is a Metamod plugin for Half-Life 1. It provides comprehensive scripting for the game engine and its mods. Scripts can intercept network messages, log events, commands, client commands, set cvars, modify entities, and more. AMX Mod X also has a system for extending native scripting through modules, leading to outside support for things like MySQL and Sockets. The AMX Mod X scripting language is called Pawn (formerly "Small"), and is officially maintained by ITB CompuPhase.

History

The original AMX Mod project started in 2002 authored by Aleksander "OLO" Naszko. While the same scripting language (Small) was used as its predecessor admin tool, Admin-Mod, the style itself is very different, most likely to correct various confusing or inadequate design decisions. For example:

  • Focus on modifying game, rather than providing admin tools
  • Easier native syntaxes
  • Easier string manipulation
  • Greater flexibility for hooking game events and commands
  • Greater flexibility for manipulating engine/game
  • Module support for developers to extend native language
  • Easier syntax in general (for example, dropping semicolon requirement)

AMX Mod was originally coupled with dJeyL's "MetaSmall", although this was eventually dropped and the two combined into one binary.

Around January of 2004, various high-ranking members of the AMX Mod community decided the project was in an inactive and dead state. Neither OLO nor dJeyL could be contacted, and Felix "SniperBeamer" Geyer decided to found a continuation project named AMX Mod X.

Milestones

For a full list of AMX Mod X and AMX Mod changes, see the AMX Mod X Changelog.

0.10-alpha

The first release of AMX Mod X presented the core new features and organization policies of the overall package, native library, and forums.

0.16-beta

This was the first and most widely used version of AMX Mod X considered to be stable. It contained cleaned up code, inter-plugin communication, a rewritten internal events system, and more.

1.00

Jumped from 0.20, AMX Mod X became a truly different product with a new, advanced module API and many code rewrites, as well as the first Metamod plugin with AMD64 support. AMX Mod X also became the project to port Small to AMD64. It also gained a very powerful subsystem and module for engine hacking called Fakemeta.

1.50

AMX Mod X followed the renaming of Small to Pawn by CompuPhase. It also added dynamic natives and featured a new debugger.