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
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 12-30-2015 , 08:58   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #61

Quote:
Originally Posted by skinheadxtreme View Post
can someone help me with the recompile of the skins? would like to learn how to do that :/
Maybe is
1.Use this to get files from vpk
2.use crowbar to decompile mdl
3.edit qc file (rename model name and replace $CDMaterials)
4.use crowbar to compile

but I got errors everytime I compile the model
__________________

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 09:07.
rogeraabbccdd is offline
skinheadxtreme
AlliedModders Donor
Join Date: Jul 2013
Old 12-30-2015 , 09:17   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #62

Quote:
Originally Posted by rogeraabbccdd View Post
Maybe is
1.Use this to get files from vpk
2.use crowbar to decompile mdl
3.edit qc file (rename model name and replace $CDMaterials)
4.use crowbar to compile

but I got errors everytime I compile the model
Ii don't get any errors it simply compiles and doesnt make any file..
skinheadxtreme is offline
Hallucinogenic Troll
Senior Member
Join Date: Apr 2015
Old 12-30-2015 , 10:59   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #63

Can someone check the pokeball model on a zombie reloaded server? Since I removed from the configuration.txt, the crashes are completely gone.

I think its because of the model animation Franc1sco, since its very OLD (since the Arms Deal Update and I think the grenades viewmodel animations were changed back then).
Hallucinogenic Troll is offline
tonki2005rus
Member
Join Date: Sep 2015
Old 12-30-2015 , 12:33   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #64

Add clinetpref
tonki2005rus is offline
bebe9b
Veteran Member
Join Date: May 2009
Location: Romania
Old 12-30-2015 , 19:57   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #65

Pls Franc , save weapon change maps.

Thx,
__________________
respecta si vei fi respectat
bebe9b is offline
nguyenbaodanh
AlliedModders Donor
Join Date: Jun 2007
Location: HCMC, Vietnam
Old 12-31-2015 , 00:01   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #66

Oh shit ! I want that lightsaber
btw
I want a dildo model for knife too LOL ))
__________________

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

Quote:
Originally Posted by rogeraabbccdd View Post
Can you simply tell me how you compile the awp model?
I try to compile it but I got erroes like this

PHP Code:
ERRORunexpected EOFv_xxxx_anims\xxxx.smd 
Even I just simply decompile and compile without edit anything.
Yeah, the same happened to me for the awp anime so I used a hex editor instead:
Quote:
Originally Posted by Andersso View Post
* Rename all "model files" to something new, and use a hex editor to change the path inside the mdl file
__________________
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
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 12-31-2015 , 06:58   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #68

Happy New Year Guys!
Here's "AK47 Beast" For You!

PHP Code:
    "weapon_ak47"
    
{
        
"Beast"
        
{
            
"model" "models/weapons/v_ak47beast.mdl"
            "worldmodel" "models/weapons/w_ak47beast.mdl"
        
}
    } 
PHP Code:
//AK47 Beast
materials/models/weapons/v_models/ak47-beast/AK47-BEAST_N.vtf
materials
/models/weapons/v_models/ak47-beast/EYES.vmt
materials
/models/weapons/v_models/ak47-beast/EYES.vtf
materials
/models/weapons/v_models/ak47-beast/PV_AK47-BEAST.vmt
materials
/models/weapons/v_models/ak47-beast/PV_AK47-BEAST.vtf
materials
/models/weapons/v_models/ak47-beast/PV_AK47-BEAST_N.vtf
models
/weapons/v_ak47beast.dx90.vtx
models
/weapons/v_ak47beast.mdl
models
/weapons/v_ak47beast.vvd
models
/weapons/w_ak47beast.dx90.vtx
models
/weapons/w_ak47beast.mdl
models
/weapons/w_ak47beast.vvd 
Screenshot
Download

Model from here

******EDIT*****
World model also work, but not good
So i recommand you guys do not use w model
See Franc1so's screenshot in #69, and you will know why
__________________

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; 01-02-2016 at 11:57.
rogeraabbccdd is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 12-31-2015 , 07:25   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #69

Quote:
Originally Posted by rogeraabbccdd View Post
Happy New Year Guys!
Here's "AK47 Beast" For You!

PHP Code:
    "weapon_ak47"
    
{
        
"Beast"
        
{
            
"model" "models/weapons/v_ak47beast.mdl"
            "worldmodel" "models/weapons/w_ak47beast.mdl"
        
}
    } 
PHP Code:
//AK47 Beast
materials/models/weapons/v_models/ak47-beast/AK47-BEAST_N.vtf
materials
/models/weapons/v_models/ak47-beast/EYES.vmt
materials
/models/weapons/v_models/ak47-beast/EYES.vtf
materials
/models/weapons/v_models/ak47-beast/PV_AK47-BEAST.vmt
materials
/models/weapons/v_models/ak47-beast/PV_AK47-BEAST.vtf
materials
/models/weapons/v_models/ak47-beast/PV_AK47-BEAST_N.vtf
models
/weapons/v_ak47beast.dx90
models
/weapons/v_ak47beast.mdl
models
/weapons/v_ak47beast.vvd
models
/weapons/w_ak47beast.dx90.vtx
models
/weapons/w_ak47beast.mdl
models
/weapons/w_ak47beast.vvd 
Screenshot
Download

Model from here
Amazing! good job! Added here https://forums.alliedmods.net/showth...90#post2377190

Worldmodel working too
http://steamcommunity.com/sharedfile.../?id=588919446
http://steamcommunity.com/sharedfile.../?id=588919581
__________________
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.


Last edited by Franc1sco; 12-31-2015 at 07:26.
Franc1sco is offline
Send a message via MSN to Franc1sco
Fearts
ferts of daeth
Join Date: Oct 2008
Old 12-31-2015 , 07:35   Re: [ANY] Custom Weapons Menu (very easy to configure) v2.0
Reply With Quote #70

You didn't copy paste the code correctly for the AK in that post. Also still haven't heard back from you about that error. Am I the only one getting it?

https://forums.alliedmods.net/showpo...6&postcount=15
__________________
Fearts 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 04:43.


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