[ Linx ] ◾ v2 ◾ Escape Menu ◾ MOTD

(23)
(90)
You can always read the reviews or discuss this product
Stable
2.4.0.0

  • [added] disconnect button confirmation dialog
  • [added] player console message on disconnect to favorite server
  • [added] external !rules chat command to display only rules ui in-game
  • [added] new hook when addon initialized to help support plugins
  • [change] dialogs now have shadows
  • [change] multiple dialog panels renamed / moved
  • [change] updated pnl registration system
  • [change] multiple chat / console commands can now activate interface
  • [change] integrated browser now has color setting for background
  • [change] integrated browser disabled by default in configs
  • [bug] fixed minor pnl call issues
  • [bug] fixed compatibility issue with eprotect addon returning error on SetTitle
  • [bug] fixed glitch with static text being editable
Stable
2.3.1.0

  • [added] support for materials to be used as wallpapers
  • [change] optimizations to code
  • [change] renamed env panel names to patch library syntax
  • [change] language file updated to include console errors
  • [change] updated documentation: https://linx.rlib.io/
  • [change] updated font library
  • [change] updated ServerGuard permissions for better readability
  • [bug] fixed bug with slider and announcement panel not detecting each other
  • [bug] repositioned announcement panel which was stuck at the top
  • [remove] sh_init.lua (no longer needed)
Stable
2.3.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] linx.env
  • [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=2315070701 ]
  • [change] revised permissions system to include dedicated ULX id
  • [bug] fixed SAM addon permissions
  • [bug] fixed issue related to rules text that is extremely long being cut off
  • [bug] fixed issue with hitting ESCAPE key when using AtlasChat, and escape menu opening instead of closing chat interface
  • [remove] fonts; now provided by rlib
  • [remove] sounds; now provided by rlib


Stable
2.2.3

  • [change] additional support for different monitor resolutions
  • [change] optimizations to cache certain items
  • [bug] issue with hitting ESCAPE key when using AtlasChat, and escape menu opening instead of closing chat interface
Stable
2.2.2

  • [change] adjusted numerous sections to be compatible with higher resolutions (2k)
  • [change] header now auto adjusts based on monitor resolution instead of a hard-coded value
Stable
2.2.1

This update requires no update to rlib if you are running Linx v2.2.0. Minor adjustments, cleanup, and tweaks.

  • [added] new config file 'sh_cfg_welcome.lua'
  • [added] new feature 'Welcome Text', displays a welcome message on server when each player connects ( motd aspect )
  • [added] new permission: 'linx_motd_canignore' which allows staff to bypass MOTD ( if enabled ) when they join
  • [added] new player chat command '!motd' if motd mode enabled
  • [change] enabling motd mode now automatically disables the ULX motd on server startup
  • [change] minor adjustment to how MOTD aspect triggers (some servers may experience issues without update)
  • [change] config option initialize.onjoin_enabled renamed to initialize.motd_enabled( for conformity )
  • [change] removed ghost rnet ticker call no longer needed as of v2.2.0
  • [change] removed fonts table ( no longer managed by the addon )


Stable
2.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] english translation no longer found in sh_env.lua file, now inside /lang/ folder.
  • [change] structure of core addon changed for optimization purposes
  • [change] auto-scaling added so that nav menu / panels support resolutions as low as 640x480
  • [change] supports rlib v3.1.7
  • [change] rules interface have updated scrollbar
  • [change] ticker re-developed to no longer utilize server net call
  • [bug] fixed issue with player count / online box not being the proper width
  • [bug] fixed autoscaling with smaller monitor resolutions


Stable
2.1.1

  • [change] updated files to utilize new library call functions
  • [change] updated pnl library
  • [change] re-assigned servers panel
  • [change] ibws ( integrated web browser ) updated to latest version
  • [change] updated ticker feature, also now supports string variables that can display
  • server name, ip, population now, population max
  • player name, steamid 32, steamid 64
  • [change] deprecated ui:hide( ) / ui:show( ) => now utilizing stage methods
  • [change] deprecated ui:valid( ) => ui:ok( ) now validates rlib and glua pnls
  • [change] updated remainder of old docking with new method
  • [change] added new params for demo mode to sh_cfg_dev.lua
  • [change] replaced cfg setting hover_anim with 'anim_enabled'
  • [change] removed steamid from player info at bottom left of footer.
  • replaced with player's usergroup with coloring options available
  • settings found in lua\modules\linx\cfg\sh_groups.lua
  • [change] updated ulx module to utilize latest library
  • [change] single sh_config.lua spliced up into configs based on feature
  • lua\modules\linx\cfg\sh_cfg.lua
  • lua\modules\linx\cfg\sh_cfg_ads.lua
  • lua\modules\linx\cfg\sh_cfg_announcements.lua
  • lua\modules\linx\cfg\sh_cfg_bg.lua
  • lua\modules\linx\cfg\sh_cfg_binds.lua
  • lua\modules\linx\cfg\sh_cfg_dev.lua
  • lua\modules\linx\cfg\sh_cfg_footer.lua
  • lua\modules\linx\cfg\sh_cfg_groups.lua
  • lua\modules\linx\cfg\sh_cfg_header.lua
  • lua\modules\linx\cfg\sh_cfg_nav.lua
  • lua\modules\linx\cfg\sh_cfg_rules.lua
  • lua\modules\linx\cfg\sh_cfg_servers.lua
  • lua\modules\linx\cfg\sh_cfg_slider.lua
  • lua\modules\linx\cfg\sh_cfg_ticker.lua
  • [bug] clicking a browser link button and clicking rules button after, would cause footer to not reappear
  • [bug] staging and unstaging process fixed; opening web browser will cause footer / slider / nav to disappear until closed
  • [bug] rules / integrated browser now have zpos priority and cannot get stuck behind main interface
Stable
2.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 several 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] translation entries for monitor resolution error
  • [added] support for GM:OnScreenSizeChanged( ) (only avail in branch atm)
  • [change] deprecated HandleTickerMsg( ); now using more optimized StructureMsg( ) for ticker string variables
  • [change] updated usrdef:setup( ) func to be more accurate
  • [change] updated selection of live wallpaper
  • [bug] fixed missing config settings reswarn_w, reswarn_h
  • [bug] fixed smaller resolutions not being able to click console button due to conflict warning interface


Stable
2.0.0

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] re-write now supports rlib and requires it to function
  • [added] documentation for v3.0.x
  • [added] new icons for numerous buttons
  • [added] slider feature
  • [added] custom tooltip feature which displays info about a button immediately with NO delay on hover
  • [added] bokeh animations to background
  • [added] animations to numerous objects such as server list, ticker, nav buttons
  • [added] server connect buttons now have confirmation dialogs to avoid accidental clicking / leaving the server
  • [added] show on join feature ( such as MOTD scripts do )
  • [added] interface precaching feature
  • [added] menu sound effects on hover / select
  • [added] close button to top right as an alternative method to closing
  • [added] config conflict detection for certain features to assist with properly setting it up
  • [change] re-wrote script with new structure for basically everything
  • [change] config file now heavily documented for quick setup
  • [change] updated ui to match the look of all other scripts in 'collection' ( motd, etc )
  • [change] new header for interface
  • [change] header now contains seperate icons for rules, console activation
  • [change] server listing and player info ( name, avatar, steamid ) now combined into one panel to clean up space
  • [change] revised background / live wallpaper interface which supports filter colors, blur, etc.
  • [change] original news ticker completely revised; now supports string variables in order to display server ip, name, player name, player steamid, etc.
  • [change] revised announcements interface
  • [change] updated steam workshop collection
Search products...