AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   [CS:GO] Custom Weapons Menu (very easy to configure) now with sql support (https://forums.alliedmods.net/showthread.php?t=276779)

rogeraabbccdd 01-01-2016 14:16

Re: [CS:GO] Custom Weapons Menu (very easy to configure) v2.0
 
Quote:

Originally Posted by Gnoyek (Post 2378757)
Sure if im does not i will not be have working knifes,pokeball grenade etc.
i have only problem with ak47 and awp and i really dumb and i dont know what is going on

It works great in my server, I have no idea. :cry:

Quote:

Originally Posted by bebe9b (Post 2378769)
Franc pls add save weapon change maps.

Thx,

Same here. My server have more and more models. It will be good if the plugin can save players' choice

Quote:

Originally Posted by Franc1sco (Post 2378754)
Now I am in vacations so I am away from my PC and I cant open the .sp file in my mobile. Can you post the code or upload it to github? Also all people are welcome to make pull requests in the plugin repository for improve it :up:

I hope you can back asap.
I ported a "m4a4" models, and I found a bug in your plugin.
If i set "m4a1s" in weapon my slot, "weapon_m4a1" in plugin config, plugin can replace my m4a1s to m4a4 and have anime bug.
But if i set "m4a4" in my weapon slot, it works nice.
Maybe same problem will happen to deagle/revolver usp/p2000 and tec9/cz75

******EDIT*****
I will upload "M4 Beast" here after you fix this bug
Maybe this will be my last public release

rogeraabbccdd 01-01-2016 14:22

Re: [CS:GO] Custom Weapons Menu (very easy to configure) v2.0
 
1 Attachment(s)
Cokecola Molotov
Screenshot
Skin from here

PHP Code:

    "weapon_molotov"
    
{
        
"Cokecola"
        
{
            
"model" "models/weapons/v_cokmolotov.mdl"
        
}
    } 

PHP Code:

//Cokecola molotov
materials/models/weapons/v_models/cokmolotov/molotove_flame_illummask.vtf
materials
/models/weapons/v_models/cokmolotov/v_eq_molotov_bottle.vmt
materials
/models/weapons/v_models/cokmolotov/v_eq_molotov_bottle.vtf
materials
/models/weapons/v_models/cokmolotov/v_eq_molotov_bottle_normal.vtf
materials
/models/weapons/v_models/cokmolotov/v_eq_molotov_lighter.vmt
materials
/models/weapons/v_models/cokmolotov/v_eq_molotov_lighter.vtf
materials
/models/weapons/v_models/cokmolotov/v_eq_molotov_lighter_flame.vmt
materials
/models/weapons/v_models/cokmolotov/v_eq_molotov_lighter_flame.vtf
materials
/models/weapons/v_models/cokmolotov/v_eq_molotov_lighter_ref.vtf
materials
/models/weapons/v_models/cokmolotov/v_eq_molotov_rag.vmt
materials
/models/weapons/v_models/cokmolotov/v_eq_molotov_rag.vtf
materials
/models/weapons/v_models/cokmolotov/v_eq_molotov_rag_normal.vtf
models
/weapons/v_cokmolotov.dx90.vtx 
models
/weapons/v_cokmolotov.mdl 
models
/weapons/v_cokmolotov.vvd  
models
/weapons/v_cokmolotov.ani 


Hallucinogenic Troll 01-01-2016 14:24

Re: [CS:GO] Custom Weapons Menu (very easy to configure) v2.0
 
Quote:

Originally Posted by rogeraabbccdd (Post 2378791)
Cokecola Molotov
Screenshot
Skin from here

PHP Code:

    "weapon_molotov"
    
{
        
"Cokecola"
        
{
            
"model" "models/weapons/v_cokemolotov.mdl"
        
}
    } 

PHP Code:

//Cokecola molotov
materials/models/weapons/v_models/cokemolotov/molotove_flame_illummask.vtf
materials
/models/weapons/v_models/cokemolotov/v_eq_molotov_bottle.vmt
materials
/models/weapons/v_models/cokemolotov/v_eq_molotov_bottle.vtf
materials
/models/weapons/v_models/cokemolotov/v_eq_molotov_bottle_normal.vtf
materials
/models/weapons/v_models/cokemolotov/v_eq_molotov_lighter.vmt
materials
/models/weapons/v_models/cokemolotov/v_eq_molotov_lighter.vtf
materials
/models/weapons/v_models/cokemolotov/v_eq_molotov_lighter_flame.vmt
materials
/models/weapons/v_models/cokemolotov/v_eq_molotov_lighter_flame.vtf
materials
/models/weapons/v_models/cokemolotov/v_eq_molotov_lighter_ref.vtf
materials
/models/weapons/v_models/cokemolotov/v_eq_molotov_rag.vmt
materials
/models/weapons/v_models/cokemolotov/v_eq_molotov_rag.vtf
materials
/models/weapons/v_models/cokemolotov/v_eq_molotov_rag_normal.vtf
models
/weapons/v_cokemolotov.dx90.vtx 
models
/weapons/v_cokemolotov.mdl 
models
/weapons/v_cokemolotov.vvd 


Oh u actually did it? I tried, but it show only a black color o.O

nguyenbaodanh 01-02-2016 02:45

Re: [CS:GO] Custom Weapons Menu (very easy to configure) v2.0
 
Lightsaber for knife please !!!!!

rogeraabbccdd 01-02-2016 02:54

Re: [CS:GO] Custom Weapons Menu (very easy to configure) v2.0
 
1 Attachment(s)
Here is a simple tutorial of changing weapon skin

********************************************* **************************************

Tools
  • GCFScape - Get files from vpk
  • VTFEdit - Edit material files (.vmt and .vtf)
  • Hex Editor - Edit .mdl files
  • CSGO SDK - Preview model



Step1.
Find a skin you like here, or search on the internet.
For example, I want to make a model with this skin, so I download it and get these files.
http://i.imgur.com/Cu1n062.png




Step2.
Use GCFScape to open your pak01_dir.vpk, and extract weapon files in these folder
PHP Code:

materials/models/weapons
models/weapons 

http://i.imgur.com/NGl9Nmk.png




Step3.
For changing awp skin, we need these files.
So I copy them and create a new folder for them
PHP Code:

models/weapons/v_snip_awp.dx90.vtx
models
/weapons/v_snip_awp.mdl
models
/weapons/v_snip_awp.vvd
materials
/weapons/v_models/snip_awp/awp.vmt
materials
/weapons/v_models/snip_awp/awp.vtf
materials
/weapons/v_models/snip_awp/awp_exponent.vtf 




Step4.
Use Hex Editor to open v_snip_awp.mdl
Change these line in the picture (Edit > Overwrite string > Text String)

Model name

Before:
http://i.imgur.com/b5P7EQe.png

After:
http://i.imgur.com/FhVDZJ0.png


Material location

Before:
http://i.imgur.com/445gEU9.png

After:
http://i.imgur.com/9V0kc0V.png

And don't forget to rename your model files like this
http://i.imgur.com/snncXd4.png



Step5.
Go to your material files location, replace awp.vtf to your skin file
Then use VTFEdit open awp.vmt, change the location of textures.

Before:
http://i.imgur.com/DhP7z5e.png
After:
http://i.imgur.com/qVPnSxR.png





Step6.
Copy both material files and model files to your game folder.
Open Model Viewer in CSGO SDK, and load your model.
Looks great!
http://i.imgur.com/DzP6xvf.png

And also works in game
http://steamcommunity.com/sharedfile.../?id=590525256


********************************************* **************************************

PHP Code:

    "weapon_awp"
    
{
        
"Bounce"
        
{
            
"model" "models/weapons/v_bounceawp.mdl"
        
}
    } 

PHP Code:

materials/models/weapons/v_models/bounceawp/awp.vmt
materials
/models/weapons/v_models/bounceawp/awp.vtf
materials
/models/weapons/v_models/bounceawp/awp_exponent.vtf
models
/weapons/v_bounceawp.dx90.vtx
models
/weapons/v_bounceawp.mdl
models
/weapons/v_bounceawp.vvd 

:bacon!: :bacon!: :bacon!: :bacon!: :bacon!: :bacon!: :bacon!: :bacon!: :bacon!: :bacon!:

bebe9b 01-02-2016 03:47

Re: [CS:GO] Custom Weapons Menu (very easy to configure) v2.0
 
Pls tutorial creat skin weapon video man ,

Thx ,

cTmoNe 01-02-2016 03:59

Re: [CS:GO] Custom Weapons Menu (very easy to configure) v2.0
 
Quote:

Originally Posted by rogeraabbccdd (Post 2378988)
Here is a simple tutorial of changing weapon skin

********************************************* **************************************

Tools
  • GCFScape - Get files from vpk
  • VTFEdit - Edit material files (.vmt and .vtf)
  • Hex Editor - Edit .mdl files
  • CSGO SDK - Preview model



Step1.
Find a skin you like here, or search on the internet.
For example, I want to make a model with this skin, so I download it and get these files.





Step2.
Use GCFScape to open your pak01_dir.vpk, and extract weapon files in these folder
PHP Code:

materials/models/weapons
models/weapons 

http://i.imgur.com/NGl9Nmk.png




Step3.
For changing awp skin, we need these files.
So I copy them and create a new folder for them
PHP Code:

models/weapons/v_snip_awp.dx90.vtx
models
/weapons/v_snip_awp.mdl
models
/weapons/v_snip_awp.vvd
materials
/weapons/v_models/snip_awp/awp.vmt
materials
/weapons/v_models/snip_awp/awp.vtf
materials
/weapons/v_models/snip_awp/awp_exponent.vtf 




Step4.
Use Hex Editor to open v_snip_awp.mdl
Change these line in the picture (Edit > Overwrite string > Text String)

Model name

Before:
http://i.imgur.com/b5P7EQe.png

After:
http://i.imgur.com/FhVDZJ0.png


Material location

Before:
http://i.imgur.com/445gEU9.png

After:
http://i.imgur.com/9V0kc0V.png

And don't forget to rename your model files like this
http://i.imgur.com/snncXd4.png



Step5.
Go to your material files location, replace awp.vtf to your skin file
Then use VTFEdit open awp.vmt, change the location of textures.

Before:
http://i.imgur.com/DhP7z5e.png
After:
http://i.imgur.com/qVPnSxR.png





Step6.
Copy both material files and model files to your game folder.
Open Model Viewer in CSGO SDK, and load your model.
Looks great!
http://i.imgur.com/DzP6xvf.png

And also works in game
http://steamcommunity.com/sharedfile.../?id=590525256


********************************************* **************************************

PHP Code:

    "weapon_awp"
    
{
        
"Bounce"
        
{
            
"model" "models/weapons/v_bounceawp.mdl"
        
}
    } 

PHP Code:

materials/models/weapons/v_models/bounceawp/awp.vmt
materials
/models/weapons/v_models/bounceawp/awp.vtf
materials
/models/weapons/v_models/bounceawp/awp_exponent.vtf
models
/weapons/v_bounceawp.dx90.vtx
models
/weapons/v_bounceawp.mdl
models
/weapons/v_bounceawp.vvd 

:bacon!: :bacon!: :bacon!: :bacon!: :bacon!: :bacon!: :bacon!: :bacon!: :bacon!: :bacon!:

What tutorial is this, how to rename a model... Lol:shock:

rogeraabbccdd 01-02-2016 04:02

Re: [CS:GO] Custom Weapons Menu (very easy to configure) v2.0
 
Quote:

Originally Posted by ZombiMod.Com (Post 2379002)
What tutorial is this, how to rename a model... Lol:shock:

Many people add me and ask how to do that.
I'm too lazy to tell them one by one so I post here

rogeraabbccdd 01-02-2016 04:04

Re: [CS:GO] Custom Weapons Menu (very easy to configure) v2.0
 
Quote:

Originally Posted by bebe9b (Post 2378997)
Pls tutorial creat skin weapon video man ,

Thx ,

There's many video on YouTube teach people how to make skin

caleon1 01-02-2016 07:31

Re: [CS:GO] Custom Weapons Menu (very easy to configure) v2.0
 
1 Attachment(s)
Screwdriver knife

https://cmgportal.cz/caleon/images/sroubovak-small.png
PHP Code:

    "weapon_knife"
    
{
        
"Screwdriver knife"
        
{
            
"model" "models/weapons/caleon1/screwdriver/v_knife_screwdriver.mdl"
            "worldmodel" "models/weapons/caleon1/screwdriver/w_knife_screwdriver.mdl"
            
        
}
    } 

PHP Code:

Models *
models/weapons/caleon1/screwdriver/w_knife_screwdriver.dx90.vtx
models
/weapons/caleon1/screwdriver/w_knife_screwdriver.mdl
models
/weapons/caleon1/screwdriver/w_knife_screwdriver.vvd
models
/weapons/caleon1/screwdriver/v_knife_screwdriver.dx90.vtx
models
/weapons/caleon1/screwdriver/v_knife_screwdriver.mdl
models
/weapons/caleon1/screwdriver/v_knife_screwdriver.vvd


Textures *
materials/models/weapons/caleon1/screwdriver/yellow.vtf
materials
/models/weapons/caleon1/screwdriver/black.vmt
materials
/models/weapons/caleon1/screwdriver/black.vtf
materials
/models/weapons/caleon1/screwdriver/metal.vmt
materials
/models/weapons/caleon1/screwdriver/metal.vtf
materials
/models/weapons/caleon1/screwdriver/yellow.vmt 

Ingame screenshot: http://steamcommunity.com/id/caleon1...25594136583481


All times are GMT -4. The time now is 12:22.

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