🟥3.6.0.0

A list of changes for this release are provided below.

◾ Overview

◾ File Changelog

CONFIGS

  • pirithous\cfg\sh_cfg.lua

  • pirithous\cfg\sh_cfg_bg.lua

  • pirithous\cfg\sh_cfg_keys.lua

  • pirithous\cfg\sh_cfg_nav.lua

GENERAL

  • pirithous\core\cl_fonts.lua

  • pirithous\core\cl_init.lua

  • pirithous\core\cl_rcc.lua 🇳​​​​​🇪​​​​​🇼

  • pirithous\core\sv_psay.lua 🇳​​​​​🇪​​​​​🇼

  • pirithous\diag\cl_ibws_notice.lua

  • pirithous\pnl\cl_pnl_bg.lua

  • pirithous\pnl\cl_pnl_header.lua

  • pirithous\pnl\cl_pnl_ibws.lua

  • pirithous\pnl\cl_pnl_rules.lua

  • pirithous\pnl\cl_pnl_rules_web.lua

  • pirithous\lang\en.lua

  • pirithous\lang\es.lua

  • pirithous\lang\pt.lua

  • pirithous\sh_env.lua

◾ Changes

◾ New Hook When Addon Initialized to Support Plugins

Can now use pirithous_cl_init to activate a hook when pirithous loads the interface.

◾ Gamemode SCPRP Added to Compatibility List

Script now recognizes SCPRP as an RP-based gamemode.

◾ Support for Materials as Wallpapers

Server owners can now specify materials for their interface background. By default, this script uses a DHTML panel to load wallpapers from external websites. The issue with this is that it can sometimes make the interface take a second or two longer to actually load.

By using materials; it can make load times significantly less; however, this requires the server owner to upload the desired materials to a Steam Workshop collection and call the image within the config:

◾ Added RGB Color Effect to Buttons

Buttons now have an option to enable "RGB" mode. (customer feature request)

Added 'undo' to detected actions

The 'undo' action (Z key by default) is now detectable by the interactive keyboard.

◾ Keys now detect F1 for darkrp (helpmenu)

Interactive keyboard now detects F1 for the DarkRP gamemode as help menu

◾ Updated functionality for F4 key in darkrp

Prior to this update, player's hovering the F4 key would be told that it is for the DarkRP F4 menu, however, was not clickable.

This update makes the key clickable; which closes Pirithous, and shows the F4 menu itself.

◾ Updated ServerGuard permissions

ServerGuard permissions are now more easily identifiable with new names.

◾ Optimizations

Several aspects have been updated for better load times.

◾ Dialogs Shadows

All dialog boxes now have a shadow behind them so that they appear more clear when in front of other similar interface colors.

◾ Updated PNL Registration System

Internal registered panels now use the new library system.

◾ Now Supports Multiple Chat/Console Commands to Activate

Addon now supports multiple commands being assigned. Can now be activated using the concommand pirithous OR binds

◾ Integrated Web Browser Disabled by Default (uses steam overlay)

Due to the outdated Garry's Mod library Awesonium which is developed by Facepunch; the integrated web browser is now disabled by default and must be enabled if you wish to use it. However, certain websites may appear blank which is out of our control.

◾ Rules Panel Now Larger

Made the rules panel larger to show more content.

◾ Updated Documentation

Several pages have been updated with better structuring so that steps are easier to follow. Also added more information related to certain steps.

Fixed hovering an unassigned key clears tip for previous assigned key

if player hovers an assigned key with a tip, the tip will be cleared if the player then hovers over an unassigned key.

◾ Fixed Compatibility with EProtect

Fixed a known issue with the addon eprotect which caused errors to appear if SetTitle function returned nil.

Last updated