Raised This Month: $32 Target: $400
 8% 

[NMRiH] Skins 1.0.1 [2021/01/30]


Post New Thread Reply   
 
Thread Tools Display Modes
Shazam
Junior Member
Join Date: Feb 2021
Old 02-16-2021 , 10:54   Re: [NMRiH] Skins 1.0.1 [2021/01/30]
Reply With Quote #91

Quote:
Originally Posted by Grey83 View Post
Shazam, user choice stores to data/nmrih_skins_playermodels.ini
But, is there a way when switching to a map "x" the skins of all the players are changed to the defaults?
Shazam is offline
Pinkie
New Member
Join Date: May 2020
Old 03-05-2021 , 09:10   Re: [NMRiH] Skins 1.0.1 [2021/01/30]
Reply With Quote #92

Hey,

So my console load the skins:
Code:
[NMRiH] Skins:
        Total: 2
        Forced: 0
even the menu pop up "Public models" or "Default models" but when i choose public models doesnt show up the public models and i got stuck in 3rd person.I tried to add custom skin if its work but still didnt.Even tried with the national guard models and got the same problem.
Pinkie is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 03-05-2021 , 13:09   Re: [NMRiH] Skins 1.0.1 [2021/01/30]
Reply With Quote #93

Pinkie, show your configs for the plugin.
__________________
Grey83 is offline
Pinkie
New Member
Join Date: May 2020
Old 03-05-2021 , 13:36   Re: [NMRiH] Skins 1.0.1 [2021/01/30]
Reply With Quote #94

Literally, just reinstalled as i mentioned and got the same prob.
but here is it :

skins_menu:
Code:
//Configure your menu here
"Models"
{
	"Public Models"
	{
		"Admin" "a"
		"List"
		{
			"National guard"
			{
				"path" "models/player/national_guard/national_guard.mdl"
			}
			"National guard in the mask"
			{
				"path" "models/player/national_guard/national_guard_mask.mdl"
			}
		}
	}

	"Default Models"
	{
		"Admin" ""
		"List"
		{
			"Badass"
			{
				"path" "models/player/p_badass.mdl"
			}
			"Bateman"
			{
				"path" "models/player/p_bateman.mdl"
			}
			"Butcher"
			{
				"path" "models/player/p_butcher.mdl"
			}
			"Hunter"
			{
				"path" "models/player/p_hunter.mdl"
			}
			"Jive"
			{
				"path" "models/player/p_jive.mdl"
			}
			"Molotov"
			{
				"path" "models/player/p_molotov.mdl"
			}
			"Roje"
			{
				"path" "models/player/p_roje.mdl"
			}
			"Wally"
			{
				"path" "models/player/p_wally.mdl"
			}
		}
	}
}
downloads_list:
Code:
//National guard

models/player/national_guard/national_guard.dx80.vtx
models/player/national_guard/national_guard.dx90.vtx
models/player/national_guard/national_guard.mdl
models/player/national_guard/national_guard.sw.vtx
models/player/national_guard/national_guard.vvd
models/player/national_guard/national_guard.xbox.vtx

//National guard mask

models/player/national_guard/national_guard_mask.dx80.vtx
models/player/national_guard/national_guard_mask.dx90.vtx
models/player/national_guard/national_guard_mask.mdl
models/player/national_guard/national_guard_mask.sw.vtx
models/player/national_guard/national_guard_mask.vvd
models/player/national_guard/national_guard_mask.xbox.vtx
((even checked the skin path is right.))
the menu pop up but when i press to public models gut stuck in 3rd person without any further option.
Pinkie is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 03-05-2021 , 14:17   Re: [NMRiH] Skins 1.0.1 [2021/01/30]
Reply With Quote #95

Pinkie, when you close the skins menu or open another menu, the camera should return to first-person view.
__________________
Grey83 is offline
Pinkie
New Member
Join Date: May 2020
Old 03-05-2021 , 14:27   Re: [NMRiH] Skins 1.0.1 [2021/01/30]
Reply With Quote #96

But there is no another menu cus nothing happen after i press public models and got stuck in 3rd person until i wrote !models again and select the option "None".

Last edited by Pinkie; 03-05-2021 at 14:27.
Pinkie is offline
PlayLife
Junior Member
Join Date: Mar 2021
Old 03-21-2021 , 01:01   Re: [NMRiH] Skins 1.0.1 [2021/01/30]
Reply With Quote #97

Problem, I tried to add the PedoBear skin but when I entered the server I did not download any files and when selecting the skin it was an ERROR.

This is the code in skins_menu.ini:

Code:
//Configure your menu here
"Models"
{
	"Public Models"
	{
		"Admin" ""
		"List"
		{
			"kuma-_pbear"
			{
				"path" "models\player\kuristaja\pbear\pbear.mdl"
			}
		}
	}
.........

This is the code in downloads_list.ini:

Code:
//kuma-_pbear

models\player\kuristaja\pbear\pbear.dx80.vtx
models\player\kuristaja\pbear\pbear.dx90.vtx
models\player\kuristaja\pbear\pbear.mdl
models\player\kuristaja\pbear\pbear.phy
models\player\kuristaja\pbear\pbear.sw.vtx
models\player\kuristaja\pbear\pbear.vvd
materials\models\player\kuristaja\pbear\bear.vtf
materials\models\player\kuristaja\pbear\bear_normal.vtf
materials\models\player\kuristaja\pbear\lightwarp2.vtf
materials\models\player\kuristaja\pbear\pbear.vmt

Last edited by PlayLife; 03-21-2021 at 01:03.
PlayLife is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 03-21-2021 , 10:25   Re: [NMRiH] Skins 1.0.1 [2021/01/30]
Reply With Quote #98

PlayLife, try use "/" instead "\".
__________________
Grey83 is offline
Origiwure
New Member
Join Date: Jun 2021
Old 06-25-2021 , 01:11   Re: [NMRiH] Skins 1.0.1 [2021/01/30]
Reply With Quote #99

I have a problem with the workshop skins, it happens that when I download them, the models folder has the files of the base characters, is there a solution for this?
Origiwure is offline
Shazam
Junior Member
Join Date: Feb 2021
Old 09-24-2021 , 16:53   Re: [NMRiH] Skins 1.0.1 [2021/01/30]
Reply With Quote #100

Hi Grey, there's a problem with the new 1.11.5 update.

1- When the map changes, players get back default skins and have to select them again.

2- Players that enter the game after practice time got default skins.
Shazam is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:46.


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