[ Lektro ] ◾ v3 ◾ Escape Menu ◾ MOTD

(1)
(87)
You can always read the reviews or discuss this product
Stable
3.5.0.0


  • [added] ability to use materials as background / wallpaper
  • [added] new hook when addon initialized to help support plugins
  • [added] additional console commands: motd, rules
  • [added] disconnect confirmation dialog
  • [added] player console message on disconnect to favorite server
  • [added] external !rules chat command to display only rules ui in-game
  • [change] updates to motd mode
  • [change] better hovering animations
  • [change] updated pnl registration system
  • [change] integrated web browser now has color setting for overall interface
  • [change] integrated web browser now disabled by default in nav config
  • [change] updated fonts library
  • [change] optimized to open slightly quicker the first time
  • [change] language file now has console outputs
  • [change] updated documentation [ https://lektro.rlib.io/ ]
  • [change] updated permission names for ServerGuard admin mod
  • [bug] fixed compatibility issue with eprotect addon returning error on SetTitle
  • [bug] fixed issue with players being able to type in dialog boxes


Stable
3.4.0.0

This update modifies various aspects of this script; as well as updates rlib to v3.2.0.

rlib 3.2.0 is now "minified" to remove un-needed aspects. When updating rlib, ensure you remove the currently installed version completely before uploading the new copy. The library is nearing the end of needing to be updated so often as it gets cleaned up.

  • [added] docs/web folder which provides customer with template for hosting wallpapers locally
  • [added] integrated browser tip dialog for helping with blank pages
  • [change] updated code for compatibility with rlib 3.2.0
  • [change] server feature now has validation setting to allow for DNS addresses instead of just IP addresses
  • [change] updated steam workshop collection [ https://steamcommunity.com/sharedfiles/filedetails/?id=2313879797 ]
  • [change] revised permissions system to include dedicated ULX id
  • [bug] fixed SAM addon permissions
  • [remove] fonts; now provided by rlib
  • [remove] sounds; now provided by rlib


Stable
3.3.1

This patch updates various sections of code, better documentation in configs, and a rules length issue for people trying to set their rules to be astronomically long.

  • [change] modified rules interface to address issues where server owners are making abnormally large rules
  • [change] updated installation.pdf guide
  • [change] revised config files to have better documentation
  • [change] web, rules interfaces moved to separate files.


Stable
3.3.0

This update requires no update to rlib if you are running Epistle v3.2.0.

  • [added] new feature 'Welcome Text', displays a welcome message on server when each player connects ( motd aspect )
  • [added] new permission: 'epistle_motd_canignore' which allows staff to bypass MOTD ( if enabled ) when they join
  • [added] new config options to disable ULX rules and motd commands on server startup
  • [added] new player chat command '!motd' if motd mode enabled
  • [added] new player chat command '!rules' which allows players to view the server rules without loading Lektro
  • [added] new admin command for font refreshing ( for development purposes ). Included for xadmin, ulx, and sam admin mod
  • [change] config file broken up into categorized files located in modules\lektro\cfg\
  • sh_cfg_bg.lua
  • sh_cfg_binds.lua
  • sh_cfg_dev.lua
  • sh_cfg_general.lua
  • sh_cfg_nav.lua
  • sh_cfg_rules.lua
  • sh_cfg_servers.lua
  • sh_cfg_slider.lua
  • sh_cfg_ticker.lua
  • sh_cfg_welcome.lua
  • [change] config option cfg.initialize.onjoin_enabled renamed to cfg.initialize.motd_enabled ( for conformity )
  • [change] removed ghost rnet ticker call no longer needed as of v2.1.0


Stable
3.2.0

This update changes the overall structure of the addon. Original addon must be removed, however, config files can be saved.

  • [added] new font registration system
  • [added] developer command to reload fonts
  • [added] support for xAdmin mod
  • [change] structure of core addon changed for optimization purposes
  • [change] now using new pnl registration method
  • [change] pushed nav icons slightly to the left to center them
  • [change] supports rlib v3.1.7
  • [change] translation moved to /lang/ folder so that future edits will be instant without a restart needed
  • [change] changed ticker variables: sv_addr, sv_name, sv_pop_now, sv_pop_max
  • [bug] fixed minor glitch with rules text being editable in-game ( doesnt save, just visual )


Stable
3.1.1

  • [added] support for rlib v3.1.3
  • [change] optimized pnl code for server switching
Stable
3.1.0

This update removes numerous files that are no longer needed. Ensure that you REMOVE your existing rlib directory from your server ( if updating ), and upload the new version. Leaving old files behind can cause issues / errors.

  • [added] sam admin mod support for certain commands
  • [added] ulx admin mod support for certain commands
  • [added] rnet refresh concommand
  • [added] admin mod commands for server owners to force refresh interface so you can see changes immediately instead of needing a server restart / map change
  • [added] support for GM:OnScreenSizeChanged( ) (only avail in branch atm)
  • [change] updated selection of live wallpaper
  • [change] updated usrdef:setup( ) func to be more accurate
  • [change] dropped sh_init.lua; no longer needed
  • [change] cleared up localizations no longer needed in each file
  • [change] deprecated HandleTickerMsg( ); now using more optimized StructureMsg( ) for ticker string variables
  • [change] optimized ticker interface to now utilize uclass
  • [bug] modified screen scaling so that main menu supports resolutions as low as 800x600
  • [bug] fixed missing config settings reswarn_w, reswarn_h
Stable
3.0.3

  • [added] additional live wallpapers included
  • [added] sound effects to button hovering, clicking, etc.
  • [added] support for text-based rules via new interface
  • [change] updated steam workshop collection
  • [change] now using pnl/element structure
  • [change] deprecated old ui structure
  • [change] re-assigned all registered pnls in MODULE.resources.pnl
  • [change] implemented rcc module for all utilized commands
  • [bug] fixed server switch box going behind parent panel
Stable
3.0.2

  • [added] precache config option cfg.initialize.precache
  • [change] precaching now turned off if escape menu configured to open on player join as a MOTD type screen
  • [bug] possible precaching issue for a random amount of players causing issues (unconfirmed but adjustments made anyway)
Stable
3.0.1

This update contains re-written code; which means that any existing installed version must be removed completely and then this version installed. Merging old and new files may cause instability, errors, or other unexpected issues. Ensure that you read the included documentation.

  • [added] documentation for v3
  • [added] new icons for numerous buttons
  • [added] custom tooltip feature which displays info about a button immediately with NO delay on hover
  • [added] confirmation dialogs for server list switch action (can confirm or cancel switching to a new server)
  • [change] revised quick-install guide PDF
  • [change] updated script for rlib v3.0.0 compatibility
  • [change] script now utilizing rhook and rcc modules
  • [change] re-wrote script with new structure for basically everything
  • [change] optimized slider feature
  • [change] introduced slider 'host' param which allows people owning multiple scripts with the slider feature to control all settings from one script
  • [change] server list now has more customizations for coloring, as well as material support for icons
  • [change] config file now heavily documented for quick setup
  • [change] updated chat bind config to allow multiple commands ( Ex: !help, !escape )
  • [change] stored player values now have dedicated module object
  • [change] ticker feature now supports string variables in order to display server ip, name, player name, player steamid, etc.
  • [change] server listing now has description field which displays as tooltip
  • [change] minor cosmetic change to clock format; removes leading 0 for time ( Ex: 09:30 becomes 9:30 )
  • [change] slide selector button now disappears if only one slide is enabled in config
  • [change] library update for various functions
  • [change] adjustment to a few config options and their default settings
  • [change] steam workshop collection updated
  • [bug] ticker.enabled setting incorrectly named
  • [bug] ticker not showing properly
  • [bug] fixed slider going behind servers panel making slider unclickable
  • [bug] fixed slider displaying errors if only one slide enabled in config
  • [bug] ticker panel validation if disabled in config
Search products...