AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] CS:GO Player Models and Arms 3.1 [Updated 05-May-2023] (https://forums.alliedmods.net/showthread.php?t=329477)

sazonische 12-26-2020 01:17

[CS:GO] CS:GO Player Models and Arms 3.1 [Updated 05-May-2023]
 
26 Attachment(s)
The plugin allows you to add player models to your server, which are selected through a pop-up menu when you enter one of the teams.
The menu for changing the model can be called with the command !models and !agents written in the chat.
There is a preview of the mod, which allows you to view the newly selected model from a third person for some time.


https://i.postimg.cc/ft1rYggd/15.pnghttps://i.postimg.cc/5QvkgqZR/40.pnghttps://i.postimg.cc/G84f81zr/48.png

https://i.postimg.cc/qNZXt6Fh/11.pnghttps://i.postimg.cc/JHc5t6wM/12.png


In the csgo_models_downloads folder, you need to create any file with the cfg extension, and specify the resources that will be downloaded to the player, for example.

The settings in the csgo_models folder are similar to csgo_models_downloads
  • flags " abz " / / as an example, we specify flags if we want to cut the model for players.
  • vip "1" / / VIP support from R1KO, you need to add the key "vip" "1" in the section of the model and give access to models in the VIP through the Vip Model.
  • model_player / / Path for the player model
  • arms / / Path for player gloves (Use only for third-party models)
  • vo_prefix / / Path to the sounds of radio commands (Do not use for standard models that do not have them, everything will work correctly for third-party ones)

The necessary data on operation models and standard cs go can be found here (vo_prefix and model_player)

Special thanks to Kailo for the model replacement module, as well as komashchenko for fixing gloves for non-standard models.

The names of non-standard models should not match the first item here.

Current Translations
  • en - English
  • tr - Turkish
  • ru - Russian

Required extensions
Modelch

Variables
  • sm_map_change_reload_cfg Allows you to prohibit reloading configs every map change.
  • sm_buyzone_only Allow the choice of the model only in the area of procurement.
  • sm_select_skin_time After how many seconds to disable model selection. '0 disable timer'

Commands
Commands in the chat for players:
!models, models, .models, !agents, agents, .agents Open models menu
Admin command:
sm_reloadmodels to reload the list of models.

Installation
Unpack the contents of the plugin to the server.
Unpack the contents of modelch to the server
Restart the server.
  • The plugin replaces the model at the stage of issuing it to the player.
  • Player model names must not match the standard model names in the game.

    Github csgo_models


Please use the latest versions of modelch

sazonische 12-26-2020 18:41

Re: [CS:GO] CS:GO Player Models and Arms
 
up to 1.5
Added to all models agents.
Added hiding the radar crosshair and money when selecting a model.

PANDA_TXX 12-27-2020 01:51

Re: [CS:GO] CS:GO Player Models and Arms [Updated 27-Dec-2020]
 
There are other pages for models download besides

https://gamebanana.com/

??


i have download this model https://gamebanana.com/skins/184312

But what do I have to insert where in which cfg?

sazonische 12-27-2020 02:49

Re: [CS:GO] CS:GO Player Models and Arms [Updated 27-Dec-2020]
 
Quote:

Originally Posted by PANDA_TXX (Post 2730252)
There are other pages for models download besides

https://gamebanana.com/

??


i have download this model https://gamebanana.com/skins/184312

But what do I have to insert where in which cfg?

Мove PaThS.txt to csgo_models_downloads folder
Create a .cfg file with any name in the csgo_models folder

HTML Code:

"model_players"
{
        "Terrorists" // Team
        {
                "Umbrellaforce" // Example custom player model. <only ARMS_FIX 1 define>
                {
                        "model_player"        "models\player\custom_player\ceylon\cs\zombieforce\umbrellaforce.mdl"
                        "arms"        "models/weapons/v_models/arms/glove_hardknuckle/v_glove_hardknuckle.mdl" // If there are no gloves, then you can put this path.
                        "vo_prefix" "fbihrt_epic" // If you want you can change the sounds
                }
        }
        "Counter-Terrorists"
        {       

        }
}

materials and models folders, transfer to the server and to the fast download server

manicogaming 12-28-2020 02:07

Re: [CS:GO] CS:GO Player Models and Arms [Updated 27-Dec-2020]
 
Is it gonna have Windows support in the future?

sazonische 12-28-2020 03:18

Re: [CS:GO] CS:GO Player Models and Arms [Updated 27-Dec-2020]
 
Quote:

Originally Posted by manicogaming (Post 2730400)
Is it gonna have Windows support in the future?

I'll update it within a week.

PANDA_TXX 12-28-2020 12:59

Re: [CS:GO] CS:GO Player Models and Arms [Updated 27-Dec-2020]
 
Flag supports dont works for me

"model_players"
{
"Terrorists" // Team
{
"Agent-Smith" // Example custom player model. <only ARMS_FIX 1 define>
{
"flags" "a"
"model_player" "models/player/custom_player/kuristaja/agent_smith/smith.mdl"
"arms" "models/weapons/v_models/arms/glove_hardknuckle/v_glove_hardknuckle.mdl" // If there are no gloves, then you can put this path.
"vo_prefix" "fbihrt_epic" // If you want you can change the sounds
}
}
"Counter-Terrorists"
{
"Agent-Smith" // Example custom player model. <only ARMS_FIX 1 define>
{
"flags" "a"
"model_player" "models/player/custom_player/kuristaja/agent_smith/smith.mdl"
"arms" "models/weapons/v_models/arms/glove_hardknuckle/v_glove_hardknuckle.mdl" // If there are no gloves, then you can put this path.
"vo_prefix" "fbihrt_epic" // If you want you can change the sounds
}
}
}

sazonische 12-28-2020 15:20

Re: [CS:GO] CS:GO Player Models and Arms [Updated 27-Dec-2020]
 
Quote:

Originally Posted by PANDA_TXX (Post 2730482)
Flag supports dont works for me

"model_players"
{
"Terrorists" // Team
{
"Agent-Smith" // Example custom player model. <only ARMS_FIX 1 define>
{
"flags" "a"
"model_player" "models/player/custom_player/kuristaja/agent_smith/smith.mdl"
"arms" "models/weapons/v_models/arms/glove_hardknuckle/v_glove_hardknuckle.mdl" // If there are no gloves, then you can put this path.
"vo_prefix" "fbihrt_epic" // If you want you can change the sounds
}
}
"Counter-Terrorists"
{
"Agent-Smith" // Example custom player model. <only ARMS_FIX 1 define>
{
"flags" "a"
"model_player" "models/player/custom_player/kuristaja/agent_smith/smith.mdl"
"arms" "models/weapons/v_models/arms/glove_hardknuckle/v_glove_hardknuckle.mdl" // If there are no gloves, then you can put this path.
"vo_prefix" "fbihrt_epic" // If you want you can change the sounds
}
}
}

add model files csgo_models_downloads

PANDA_TXX 12-28-2020 20:42

Re: [CS:GO] CS:GO Player Models and Arms [Updated 27-Dec-2020]
 
Quote:

Originally Posted by sazonische (Post 2730491)
add model files csgo_models_downloads


but the models work !!!
If I set flag a for the model everyone can use it


I would like to only be able to use the models for players with flag a

sazonische 12-29-2020 02:20

Re: [CS:GO] CS:GO Player Models and Arms [Updated 27-Dec-2020]
 
Quote:

Originally Posted by PANDA_TXX (Post 2730512)
but the models work !!!
If I set flag a for the model everyone can use it


I would like to only be able to use the models for players with flag a

everyone can view it but not use it


All times are GMT -4. The time now is 15:07.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.