# 2.6.0.0

### <mark style="color:red;">◾ Overview</mark>

* `[ + ]` added support for non-rp gamemodes
* `[ + ]` added chat command for players to change their own name
* `[ + ]` added new notifications
* `[ + ]` added ability for servers to use one name instead of First/Last name combo
* `[ + ]` added auto scaling for various monitor resolutions
* `[ + ]` added system messages to language file for translation
* `[ + ]` added incremental animation to player profile connections
* `[ ^ ]` name change interface updated; more modern, bigger text fields, cost / price larger
* `[ ^ ]` updated code to support new theme system in next release ( v**2.7.0.0** )
* `[ ^ ]` updated filtering system to block out unwanted characters ( \* $ % @ ) etc.
* `[ ^ ]` script now notifies a player if they cannot afford a name change
* `[ ^ ]` better code for checking affordability
* `[ ^ ]` optimizations to code
* `[ ^ ]` currency values (darkrp money, pointshop points, etc) now translatable.
* `[ ^ ]` <mark style="color:red;">'Select a Gender'</mark> no longer appears in list of genders
* `[ ^ ]` now supports MySQLOO 9.7+
* `[ ^ ]` updated documentation
* `[ ^ ]` updated payout system for the cost of name changes (Pointshop, DarkRP Money, etc)
* `[ % ]` fixed notification bug
* `[ % ]` fixed avatar issue with clicking 'Use Steam Avatar'
* `[ % ]` fixed custom avatar element missing default image

####

### <mark style="color:red;">◾ Files Modified</mark>

### &#x20;   <mark style="color:red;">◾ Configs</mark>

* identix\cfg\sh\_cfg\_dev.lua
* identix\cfg\sh\_cfg\_ents.lua
* identix\cfg\sh\_cfg\_general.lua
* identix\cfg\sh\_cfg\_initialize.lua
* identix\cfg\sh\_cfg\_names.lua
* identix\cfg\sh\_cfg\_profiles.lua

### &#x20;   <mark style="color:red;">◾ General</mark>

* identix.env
* lua\entities\identix\_ent\init.lua
* lua\entities\identix\_npc\init.lua
* identix\core\cl\_change.lua
* identix\core\cl\_chat.lua
* identix\core\cl\_chat.lua
* identix\core\cl\_fonts.lua
* identix\core\cl\_init.lua
* identix\core\sh\_init.lua
* identix\core\sh\_meta.lua
* identix\core\sv\_init.lua
* identix\db\sv\_db.lua
* identix\elm\cl\_avatar.lua
* identix\lang\en.lua
* identix\pnl\cl\_admin\_req.lua
* identix\profiles\cl\_profiles.lua
* identix\say\sv\_admin.lua
* identix\say\sv\_user.lua
* identix\sh\_env.lua
* identix\themes\cl\_th\_legacy.lua
* identix\themes\cl\_th\_modern.lua
* sam\modules\rlib\_identix.lua
* ulx\modules\sh\rlib\_identix.lua
* xadmin\modules\identix\sh\_identix.lua

####

### <mark style="color:red;">◾ Notes</mark>

This release changes player gender IDs. If you notice a player's gender not matching what they should be; ask players to update their gender again.

In **v2.7.0.0** *(next major release)*; player profiles will get an overhaul. Which includes support for different monitor resolutions; as well as a more sleek look.

The above next major release will also complete the numerous optimizations being made increase addon's quality standards.

## <mark style="color:red;">◾ Changes</mark>

### ◾ Support for non-rp gamemodes

Customers have attempted to use this addon using non-rp gamemodes; which creates complications due to vital darkrp functions required for the name system to work.

This is now officially supported in non-rp gamemodes, allowing players to create names and not be known by their steam name.

This will also support names in chat, as well as scoreboard.

### ◾ Addon now doesn't require First & Last Name

Identix now has a new setting called "Simple Mode" for names. Enabling this removes the first and last name text fields and only requires a single name to be added.

To enable this setting; open

&#x20;      **`lua\modules\identix\cfg\sh_cfg_names.lua`**

Set **`bSimpleName`** tru&#x65;**:**

```
    cfg.names =
    {
        bSimpleName             = true,
    }
```

![bSimpleName = false](https://3687349274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdXIH0b1w0n50Fq6xFX%2Fuploads%2FcDyLo6yEYqNSa9GGKujW%2Fidentix_simplename_false.png?alt=media\&token=109ee3a0-dbf6-49e0-b770-50f524fb17b0) ![bSimpleName = true](https://3687349274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdXIH0b1w0n50Fq6xFX%2Fuploads%2FNWQzlOYEoXa7nMB0w17y%2Fidentix_simplename_true.png?alt=media\&token=6b94d12d-5279-41b2-9cb1-431e4902d61d)
