Jump to content

Exmirai

Members
  • Posts

    96
  • Joined

  • Last visited

Files posted by Exmirai

  1. 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.

    222 downloads

       (2 reviews)

    14 comments

    Updated

  2. ELib

    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

    75 downloads

       (1 review)

    0 comments

    Updated

×
×
  • Create New...