View Single Post
Author Message
DarkGL
Senior Member
Join Date: Aug 2010
Location: Warsaw, Poland
Old 04-03-2015 , 18:14   AMX Mod X 0.5.0 Dark Edition
Reply With Quote #1

│ Description

AMX Mod X 0.5.0 Dark Edition is the modification of the current version of AMX Mod X which is available on the official repository of the project ( http://hg.alliedmods.net/amxmodx-central )
created by me.
As indicated by the version number (0.5.0) it is not the final scene. It runs on the latest version of the updated binaries using SteamCMD by requiring a metamod
1.21-am( http://wiki.alliedmods.net/AMX_Mod_X..._Release_Notes ). It is currently only available for the Linux.

In this version I focused mainly on cleaning code with unnecessary things and adding some "goodies".

http://darkgl.pl/index.php/2013/10/1...-dark-edition/

│ Changelog
  • Change the plugins loading (no plugins.ini)
  • Change the modules loading (no modules.ini)
  • Remove of other mods SUPPORT
  • Remove of backward compatibility
  • Forwards Optimization
  • Remove alloc_amxmemory and free_amxmemory, never used
  • Notifications abot possibilities to optimize plugin through compilations of -d0 or -d1 if plugin contains information for debugging when loading in normal mode
  • Remove CreateMultiForwardEx
  • Remove of the built in menu WAR3FT support
  • Getting rid of nongpl_matches
  • Optimization class CPlugin
  • Orpheu added as a standard module
  • Standard plugins are compiled with the parameter -d1

│ Installing plugins

The first two subsections talk about getting rid of the files plugins.ini and modules.ini, installing plugins and modules is now easier.
Installing the plugin is based on copying the file to a plugins folder ;). Installing modules is similar to this just throw module to modules folder.
If you want to disable the plugin folder, move it to the disabled.
If you want to run the plugin in debug mode move it to a folder debug ;).




│ Download

Source code
https://github.com/DarkGL3/AMXModX-Dark-Edition
Attached Images
File Type: jpg post-6262-0-98864400-1381866321.jpg (90.7 KB, 1160 views)
File Type: jpg 1378377_600538776674736_226560838_n.jpg (64.3 KB, 1032 views)
Attached Files
File Type: zip amxmodxDark.zip (3.04 MB, 258 views)
__________________

Last edited by DarkGL; 04-08-2015 at 11:43.
DarkGL is offline