Identix
Browse AddonsDownload RLIB
  • Introduction
  • Showcase
  • Changelog
    • 🟧2.6.0.0
    • 🟧2.5.2.0
    • 🟧2.5.1.0
    • 🟧2.5.0.0
  • FAQ
    • ◾Addon Won't Show
    • ◾Change Currencies
    • ◾Change Themes
    • ◾Disabling Names
    • ◾Incompatible Addons
    • ◾Modified Script
    • ◾Refunds
    • ◾Script Errors
    • ◾When Are Updates?
  • ❱ Setup
    • ◾Install
    • ◾Verify
    • ◾Workshop
  • ❱ Configuration
    • ◾Env
    • ◾Fonts
    • ◾Languages
    • ◾Database
    • ◾Settings
      • ◾Non-RP Gamemodes
  • ❱ First Use
    • ◾Binds
    • ◾Permissions
      • SAM
      • ServerGuard
      • ULX
      • xAdmin
  • ❱ Developers
    • ◾Hooks
      • 🔗identix_fonts_register
      • 🔗identix_pl_authenticate
      • 🔗identix_pl_name_set
      • 🔗identix_pl_name_set_post
      • 🔗identix_pl_name_rs
      • 🔗identix_pl_name_rs_post
      • 🔗identix_pl_profile_rate
      • 🔗identix_rnet_register
Powered by GitBook
On this page
  • ◾ Disabling Name Functionality
  • ◾ Theme System Core Implemented
  • ◾ Added Support for Pointshop 1 & 2
  • ◾ Migrated profile files to subfolder
  • ◾ Migrated language entries to new location
  • ◾ Skins folder renamed Themes
  • ◾ Added Developer Hooks
  • ◾ Updated ServerGuard Permission Names
  1. Changelog

2.5.0.0

This is a detailed changelog for the specified release above.

◾ Disabling Name Functionality

If you wish to use Identix for only the Biography, Gender, and Avatar features; you can disable the scripts' ability to not save a user's in-game name.

To disable the name system; open lua\modules\identix\cfg\sh_cfg_names.luaand edit the following code:

cfg.names =
{
    enabled                 = false,  <-----------------
    bSimpleName             = true,
    force_onjoin            = true,
    unique_enabled          = true,
    cost_enabled            = true,
    cost_type               = 'rp',
    cost                    = 200,
    length_min              = 3,
    length_max              = 30,
    bBroadcast              = true,
    bWelcome                = true,
    disallow_numbers        = true,
}

◾ Theme System Core Implemented

Shortly in the future; Identix will be receiving a new theme that server owners can pick from. The code added in this update migrates the original theme over to the new theme system in preparation of the new theme being added. Themes are not yet ready to use, but should be in the near future.

◾ Added Support for Pointshop 1 & 2

Servers can now charge various types of currencies that players must pay in order to change their name. The list includes the following:

Value

Desc

rp

DarkRP money

ps1

Pointshop 1

ps2

Pointshop 2 | Regular points

ps2prem

Pointshop 2 | Premium points

◾ Migrated profile files to subfolder

To enhance the profile system; sv_profiles.lua and cl_profiles.lua have been moved to lua\modules\identix\profiles

◾ Migrated language entries to new location

◾ Skins folder renamed Themes

Simple change to keep conformity. If you overwrite files when updating; you'll need to manually delete the skins folder. However, if you do a wipe and clean installation, nothing additional is needed.

◾ Added Developer Hooks

◾ Updated ServerGuard Permission Names

ServerGuard names for permissions have been updated for better readability.

Previous2.5.1.0NextFAQ

Last updated 3 years ago

For more information about this feature; please review .

All language entries originally located in lua\modules\identix\sh_env.lua have been moved to lua\modules\identix\lang. Now supports multiple language entries if added by server owner. Review the page for creating your own.

Server owners or developers who wish to hook into Identix can now do so with the provided hooks available on the page.

🟧
FAQ > Change Currencies
Configuration -> Languages
Developers -> Hooks