Go to file
Aaron Suen b94cae0d4a Work around MT #12180 (black wield hand) 2022-04-22 01:33:09 -04:00
.cdb-screenshot.jpg Setup CDB metadata 2021-08-11 23:09:21 -04:00
.cdbrelease.lua CDB dev_state 2021-12-26 14:10:08 -05:00
.gitattributes Setup CDB metadata 2021-08-11 23:09:21 -04:00
.luacheckrc Initial skins mod based on NCC server mod 2021-07-27 07:01:18 -04:00
.lualocals Initial skins mod based on NCC server mod 2021-07-27 07:01:18 -04:00
README.md Fix settingtypes, improve docs 2021-08-11 23:27:14 -04:00
TODO Add todo items 2021-11-30 09:29:49 -05:00
api_priv.lua Initial skins mod based on NCC server mod 2021-07-27 07:01:18 -04:00
api_rescale.lua Initial skins mod based on NCC server mod 2021-07-27 07:01:18 -04:00
api_skindb.lua Setup CDB metadata 2021-08-11 23:09:21 -04:00
init.lua Missing include 2021-08-18 08:26:26 -04:00
mod.conf Fix short desc 2021-08-11 23:13:15 -04:00
screenshot.png Fix screenshot aspect ratio 2022-01-28 11:05:12 -05:00
settingtypes.txt Fix settingtypes, improve docs 2021-08-11 23:27:14 -04:00
skin_model.lua Initial skins mod based on NCC server mod 2021-07-27 07:01:18 -04:00
skin_wieldhand.lua Work around MT #12180 (black wield hand) 2022-04-22 01:33:09 -04:00

README.md

Installing skins

The custom skin for each player needs to be installed into the textures folder within this mod (create it if it does not exist). Files need to be named nc_skins_player_playername.png, where playername is the exact name of the player.

N.B. after installing or changing skins, the server needs to be restarted for the changes to take effect

Enabling skins

Players' skins will only display if:

  • The skin was present at the time the server was started, and
  • The player either has the nc_skins priv, or the nc_skins_nopriv setting is enabled

Configuration

See settingtypes.txt for more configuration options.