-
Posts
98 -
Joined
-
Last visited
Content Type
Profiles
News Articles
Tutorials
Forums
Downloads
Files posted by Exmirai
-
JAFont
JAFont is a tool that converts .ttf fonts to a usable font format in JA. It was created by JAfont by Wudan, OJP et al, built with help from Bejitt and Fracman.
usage: JAfont <command> <fontfile> <size> <JAfontname>
example: jafont -create verdana.ttf 16 anewhope
Resulting .fontdat and .png images will be placed in the executeable's directory. In the example above, anewhope.fontdat and anewhope.png would be created.
When packaging the fonts it is important that you do NOT alter the original PK3 files, and place your new fonts in a new PK3 file, this is pretty much standard procedure for "replacing" game assets.
223 downloads
-
ELib
By Exmirai in Server-Side
Plugin for ja++ that add: accounts system, admin system, simply economic, ban system and statistics.
Commands:
/lua_register (login) (pass) (pass) - Registering a new account, also you can create a new accounts by a lua function: Accounts.AddUser('user', 'pass', 'login message')
/lua_login (login) (pass)
/lua_logout
/lua_stats -- Statistics
----Admin Commands...
To assign player as admin, you should use lua function: SetAdmin('login', 'privileges'). If you want to change account's privileges, you should use lua function: UpdatePrivs('login', privs)
commands:
/lua_god (id)
/lua_armor (value for selfhealing/ id for healing somebody) (value)
/lua_health -- same as lua_armor
/lua_notarget
/lua_kill (id)
/lua_ban (id)
/lua_addip (ip)
/lua_cmds -- List of available cmds
-----Admin cmds bitvalues:
GOD = 0x0001
NOTARGET = 0x0002
HEALTH = 0x0004
ARMOR = 0x0008
KILL = 0x0010
SETFLAG = 0x0020
SETFLAG2 = 0x0040
BAN = 0x0080
Installation:
Unpack archieve into /lua/sv/ directory
76 downloads
0 comments
Updated