Raised This Month: $51 Target: $400
 12% 

[CS:GO] Custom Weapons Menu (very easy to configure) now with sql support


Post New Thread Reply   
 
Thread Tools Display Modes
nguyenbaodanh
AlliedModders Donor
Join Date: Jun 2007
Location: HCMC, Vietnam
Old 12-30-2015 , 00:34   Re: [ANY] Custom Weapons Menu (very easy to configure) v1.2
Reply With Quote #41

Here it is
PHP Code:
"Elucidator"
{
"model" "models/weapons/v_knife_default_t_elucidator.mdl"

and
PHP Code:
//Elucidator
materials/models/weapons/v_models/Elucidator_Rafael/elucidator.vmt
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator.vtf
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator_exp.vtf
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator_hilt.vmt
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator_hilt.vtf
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator_hilt_exp.vtf
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator_hilt_normal.vtf
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator_normal.vtf
models
/weapons/v_knife_default_t_elucidator.dx90.vtx
models
/weapons/v_knife_default_t_elucidator.mdl
models
/weapons/v_knife_default_t_elucidator 
__________________
nguyenbaodanh is offline
Cipop
Member
Join Date: Sep 2014
Old 12-30-2015 , 00:44   Re: [ANY] Custom Weapons Menu (very easy to configure) v1.2
Reply With Quote #42

Quote:
Originally Posted by nguyenbaodanh View Post
Here it is
PHP Code:
"Elucidator"
{
"model" "models/weapons/v_knife_default_t_elucidator.mdl"

and
PHP Code:
//Elucidator
materials/models/weapons/v_models/Elucidator_Rafael/elucidator.vmt
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator.vtf
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator_exp.vtf
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator_hilt.vmt
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator_hilt.vtf
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator_hilt_exp.vtf
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator_hilt_normal.vtf
materials
/models/weapons/v_models/Elucidator_Rafael/elucidator_normal.vtf
models
/weapons/v_knife_default_t_elucidator.dx90.vtx
models
/weapons/v_knife_default_t_elucidator.mdl
models
/weapons/v_knife_default_t_elucidator 
The last file is a .vvd right ? I dunno this is wrong, but is in weapon_knife section?(Of curse you did but...) Did you added to your local files too?

Here is mine:
Code:
		"CustomModels"
{
	"weapon_knife"
	{

		"Elucidator SAO"
		{
			"model" "models/weapons/v_knife_default_t_elucidator.mdl"
			"flag" "a"
		}

	}

}
Tested here and it is working fine. :c
__________________



Last edited by Cipop; 12-30-2015 at 00:46.
Cipop is offline
nguyenbaodanh
AlliedModders Donor
Join Date: Jun 2007
Location: HCMC, Vietnam
Old 12-30-2015 , 00:47   Re: [ANY] Custom Weapons Menu (very easy to configure) v1.2
Reply With Quote #43

Oh shit.... I miss the .vvd ... sorry
__________________

Last edited by nguyenbaodanh; 12-30-2015 at 00:48.
nguyenbaodanh is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 12-30-2015 , 02:49   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #44

New version 2.0

-Added world models support
-Updated for use the version 2.0 of the FPVMI

Example configuration including worldmodel:
Code:
"CustomModels"
{
	"weapon_awp" // weapon to replace
	{
		"AWP anime" // the name that will appear in the menu for this model
		{
			"model" "models/weapons/v_animeawp.mdl" // the view model route
			"worldmodel" "models/weapons/w_animeawp.mdl" // the world model route
			
		}
	}
}
Screenshots of a world model:
http://steamcommunity.com/sharedfile.../?id=587829197
http://steamcommunity.com/sharedfile.../?id=587828846


Note: I added the awp anime view and worldmodels to the plugin by default -> https://github.com/Franc1sco/Franug-...ive/master.zip
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
nguyenbaodanh
AlliedModders Donor
Join Date: Jun 2007
Location: HCMC, Vietnam
Old 12-30-2015 , 02:59   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #45

http://steamcommunity.com/sharedfile.../?id=413276979
Francccccccccccccccccc
I need this knife
Some one save the world please
__________________
nguyenbaodanh is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 12-30-2015 , 03:36   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #46

Quote:
Originally Posted by nguyenbaodanh View Post
http://steamcommunity.com/sharedfile.../?id=413276979
Francccccccccccccccccc
I need this knife
Some one save the world please
No idea how to get skin files from the workshop. I know that with the maps you can subscribe for download it but not happen the same with the skins.


Try to contact with the author of the skin for download his skin model.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
LeetDonkey
Member
Join Date: Dec 2014
Old 12-30-2015 , 04:33   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #47

Some grenades has a model for when it is thrown and is flying through the air, like this flashbang:
http://csgo.gamebanana.com/skins/129938
Would it be possible to implement support for this as well?

Great plugin by the way!
LeetDonkey is offline
MrPriime
Junior Member
Join Date: Oct 2015
Old 12-30-2015 , 05:25   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #48

Quote:
Originally Posted by Franc1sco View Post
No idea how to get skin files from the workshop. I know that with the maps you can subscribe for download it but not happen the same with the skins.


Try to contact with the author of the skin for download his skin model.

If you subscribe to it, it will show on your local csgo files. Models / Materials.
__________________
MrPriime is offline
Send a message via Skype™ to MrPriime
boomix
Senior Member
Join Date: May 2015
Location: Latvia
Old 12-30-2015 , 05:57   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #49

Quote:
Originally Posted by MrPriime View Post
If you subscribe to it, it will show on your local csgo files. Models / Materials.
How can you subscribe to skin?

________

Nice!

Viewmodel is working fine, but the worldmodel doesn't have any texture http://prntscr.com/9k7tvx . Didn't saw the world model texture in the downloads.txt ( http://prntscr.com/9k7t3d ), or is it using the same viewmodel texture? If it is, then it's weird, cause worldmodel texture need to be smaller.

Any other way plugin is working great ;)
http://steamcommunity.com/sharedfile.../?id=587923589
http://steamcommunity.com/sharedfile.../?id=587923534
__________________
boomix is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 12-30-2015 , 06:03   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #50

Guys, MP5 backs to CSGO!

PHP Code:
    "weapon_mp7"
    
{
        
"MP5"
        
{
            
"model" "models/weapons/v_smg_mp5.mdl"
            "worldmodel" "models/weapons/w_smg_mp5.mdl"
        
}
    } 
PHP Code:
//MP5
materials/models/weapons/v_models/arby26/mp5/mp5arby26.vmt
materials
/models/weapons/v_models/arby26/mp5/mp5sling.vmt
materials
/models/weapons/v_models/arby26/mp5/mp5sling_d.vtf
materials
/models/weapons/v_models/arby26/mp5/mp5sling_ns.vtf
materials
/models/weapons/v_models/arby26/mp5/poux_mp5_d.vtf
materials
/models/weapons/v_models/arby26/mp5/poux_mp5_g.vtf
materials
/models/weapons/v_models/arby26/mp5/poux_mp5_n.vtf
models
/weapons/v_smg_mp5.dx90.vtx
models
/weapons/v_smg_mp5.mdl
models
/weapons/v_smg_mp5.vvd
models
/weapons/w_smg_mp5.dx90.vtx
models
/weapons/w_smg_mp5.mdl
models
/weapons/w_smg_mp5.vvd 
Download
Screenshot

***EDIT***
Model from here
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 12-30-2015 at 06:30.
rogeraabbccdd is offline
Reply



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 22:27.


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