mirror of
https://github.com/LibertyForce-Gmod/Enhanced-PlayerModel-Selector.git
synced 2025-03-04 03:03:08 -05:00

Initial release. Based upon:
1a2c317eee/garrysmod/gamemodes/sandbox/gamemode/editor_player.lua
The following changes are made to the original menu:
Added server-side code to the otherwise client-side only menu.
Added server - client communication.
Added server-side convars to restrict functions.
Menu is now standalone and no longer parented to the context menu.
The former sandbox-only cvars cl_playerskin and cl_playerbodygroups are
now created in every gamemode.
Added spawn hook to enforce playermodel in every gamemode.
Added top panel with instant apply button and client-side force setting.
Added Admin Settings tab to change server-side convars.
Added function to detect and execute Gmod Legs 3.
Added small easter egg to the model preview screen.
16 lines
286 B
JSON
16 lines
286 B
JSON
{
|
|
"description": "Description",
|
|
"ignore": [
|
|
"*.psd",
|
|
"*.vcproj",
|
|
"*.svn*",
|
|
"*.git*"
|
|
],
|
|
"tags": [
|
|
"roleplay",
|
|
"scenic"
|
|
],
|
|
"title": "Enhanced PlayerModel Selector",
|
|
"type": "tool",
|
|
"workshopid": 504945881.0
|
|
} |