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

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
TheRealToxic
Senior Member
Join Date: Jul 2015
Old 12-29-2015 , 07:11   Adding something to the new Store
Reply With Quote #71

my question in this post was:

how to get custom knives in the store.



thanks to e54385991

my other question is mentioned at page 9

Last edited by TheRealToxic; 12-29-2015 at 07:45.
TheRealToxic is offline
TheRealToxic
Senior Member
Join Date: Jul 2015
Old 12-29-2015 , 07:18   Re: [ANY] Store by Zephyrus
Reply With Quote #72

if anyone can help me to add some stuff to the store then ill pay some

https://steamcommunity.com/id/therealtoxic
TheRealToxic is offline
Derpanator
Junior Member
Join Date: Dec 2015
Location: Australia
Old 12-29-2015 , 07:33   Re: [ANY] Store by Zephyrus
Reply With Quote #73

I was wondering how I can make items VIP only. Thanks in advanced
Derpanator is offline
Zephyrus
Cool Pig B)
Join Date: Jun 2010
Location: Hungary
Old 12-29-2015 , 07:34   Re: [ANY] Store by Zephyrus
Reply With Quote #74

Quote:
Originally Posted by oaaron99 View Post
Sometimes when adding items to the store they show up as lowercase in the store menu in game.

Haven't been able to figure out why and it seems random.

Config:
http://pastebin.com/k0v9M61z

Shows up as:
http://i.imgur.com/rvRAbBL.png
Unfortunately it is the keyvalue in the engine, not much you can do about it
__________________
Taking private C++/PHP/SourcePawn requests, PM me.
Zephyrus is offline
parthi
Senior Member
Join Date: Mar 2015
Old 12-29-2015 , 07:34   Re: [ANY] Store by Zephyrus
Reply With Quote #75

where is the database ? i want reset all equipement of player.
parthi is offline
e54385991
AlliedModders Donor
Join Date: Aug 2013
Old 12-29-2015 , 07:35   Re: [ANY] Store by Zephyrus
Reply With Quote #76

CSGO Store Module: Store Custom Weapon Models v2.1

2.1
Added support for world models(KeyValue Option :worldmodel)
PHP Code:
    "anime awp"
    
{
        
"model"  "models/weapons/v_animeawp.mdl"
        "worldmodel"  "models/weapons/w_animeawp.mdl"
        "entity"  "weapon_awp"
        "price"        "50"
        "type"        "CustomModel"  
        "slot"   "1"
    

3.0 14/01/2016
Test Interface 3.0
Added support for dropped weapon models(keyvalue : "dropmodel").

For example
"Miku awp"
{
"model" "models/weapons/v_hmikuawp.mdl"
"worldmodel" "models/weapons/w_hmikuawp.mdl"
"dropmodel" "models/weapons/w_hmikuawp.mdl"
"entity" "weapon_awp"
"price" "300"
"type" "CustomModel"
"slot" "1"
}



1.Require Plugin: [ANY] First Person View Models Interface 2.0 or high https://forums.alliedmods.net/showthread.php?t=276697

2.Edit translations/store.phrases.txt

+
PHP Code:
    "CustomModel"
    
{
        
"en" "Custom Weapon Model:"
    

Put !!store_custom_model.smx to sourcemod/plugins

configs/store/items.txt
+


PHP Code:

"Store"
{
"Custom Knives"
    
{
        
"Tri-Dagger Black"
        
{
            
"model"  "models/weapons/v_knife_tridagger_v2.mdl"
            "entity"  "weapon_knife"
            "price"        "50"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"Tri-dagger Steel"
        
{
            
"model"  "models/weapons/v_knife_tridagger_steel.mdl"
            "entity"  "weapon_knife"
            "price"        "100"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"Black Dagger"
        
{
            
"model"  "models/weapons/v_knife_reaper.mdl"
            "entity"  "weapon_knife"
            "price"        "200"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"Kabar"
        
{
            
"model"  "models/weapons/v_knife_kabar_v2.mdl"
            "entity"  "weapon_knife"
            "price"        "300"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"CS 1.6 Knife"
        
{
            
"model"  "models/weapons/crashz.mdl"
            "entity"  "weapon_knife"
            "price"        "400"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"Ultimate Knife"
        
{
            
"model"  "models/weapons/v_knife_ultimate.mdl"
            "entity"  "weapon_knife"
            "price"        "500"
          "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"Gong fu"
        
{
            
"model"  "models/weapons/v_gongfu.mdl"
            "entity"  "weapon_knife"
            "price"        "600"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
        
"Caleon"
        
{
            
"model"       "models/weapons/caleon1/screwdriver/v_knife_screwdriver.mdl"
            "worldmodel"  "models/weapons/caleon1/screwdriver/w_knife_screwdriver.mdl"
            "entity"  "weapon_knife"
            "price"        "600"
            "type"        "CustomModel" 
            "slot"   "0"
        
}
    }
    
    
    
"Custom Weapons"
    
{
    
            
"Miku awp"
        
{
            
"model"  "models/weapons/v_hmikuawp.mdl"
            "worldmodel"  "models/weapons/w_hmikuawp.mdl"
            "entity"  "weapon_awp"
            "price"        "300"
            "type"        "CustomModel"  
            "slot"   "1"
        
}
        
"Anime awp"
        
{
            
"model"  "models/weapons/v_animeawp.mdl"
            "worldmodel"  "models/weapons/w_animeawp.mdl"
            "entity"  "weapon_awp"
            "price"        "50"
            "type"        "CustomModel"  
            "slot"   "1"
        
}
        
        
"Dual finity"
        
{
            
"model"  "models/weapons/v_pist_dualinfinity.mdl"
            "entity"  "weapon_elite"
            "price"        "150"
            "type"        "CustomModel" 
            "slot"   "2"
        
}
        
        
"HE-Grenade Pokeball"
        
{
            
"model"  "models/weapons/v_hegrenade_pokeball.mdl"
            "entity"  "weapon_hegrenade"
            "price"        "100"
            "type"        "CustomModel" 
            "slot"   "3"
        
}
    }

3.Restart Server



model download:
https://forums.alliedmods.net/showthread.php?t=276733

or :

https://onedrive.live.com/redir?resi...hint=folder%2c



Name:  1.jpg
Views: 20101
Size:  91.6 KB
Attachment 150825
Name:  22.jpg
Views: 20251
Size:  96.1 KB
Name:  7.jpg
Views: 20189
Size:  58.7 KB
Name:  44.jpg
Views: 20166
Size:  53.5 KB
Name:  23.jpg
Views: 19889
Size:  9.3 KB


[IMG]Name:  a3.jpg
Views: 19989
Size:  94.2 KB[/IMG]
Name:  a1.jpg
Views: 20214
Size:  81.1 KBName:  a2.jpg
Views: 20046
Size:  70.8 KB
Attached Files
File Type: zip Store_Custom_Weapon_Models_2.4.zip (253.7 KB, 1336 views)
File Type: zip Store_Custom_Weapon_Models_3.0.zip (261.3 KB, 5409 views)
__________________

Last edited by e54385991; 01-13-2016 at 15:10.
e54385991 is offline
Send a message via ICQ to e54385991
tommyzat
Junior Member
Join Date: Dec 2015
Old 12-29-2015 , 07:37   Re: Adding something to the new Store
Reply With Quote #77

I dont understand how this store works. Is it some donation system? there's no guide or anything whatsoever about what it does
tommyzat is offline
TheRealToxic
Senior Member
Join Date: Jul 2015
Old 12-29-2015 , 07:41   Re: [ANY] Store by Zephyrus
Reply With Quote #78

tommyzat add me in steam i can explain it to you

https://steamcommunity.com/id/therealtoxic

i just installed it yesterday

all i dont know is how to add new custom stuff.
TheRealToxic is offline
TheRealToxic
Senior Member
Join Date: Jul 2015
Old 12-29-2015 , 07:43   Re: [ANY] Store by Zephyrus
Reply With Quote #79

Quote:
Originally Posted by e54385991 View Post
Store Module: Store Custom Knive


1.Require Plugin: [ANY] First Person View Models Interface v1.3.1 https://forums.alliedmods.net/showthread.php?t=276697

2.Install:

translations/store.phrases.txt

+
PHP Code:
        "CustomKnive"
    
{
        
"en" "Custom Knive:"
    

Put store_custom_knive.smx to sourcemod/plugins

configs/store/store.txt
+


PHP Code:

"Custom Knives"
{
    
"test1"
    
{
        
"model"  "models/weapons/v_knife_ultimate.mdl"
        "price"        "1"
        "type"        "CustomKnive" 
    
}
    
    
"test2"
    
{
        
"model"  "models/weapons/v_knife_kabar_v2.mdl"
        "price"        "2"
        "type"        "CustomKnive" 
    
}

3.Restart Server


knive model download:
https://forums.alliedmods.net/showthread.php?t=276733
thank you so much for this mate, but is there any chance this is also possible for the normal !knifes ?

i know its not legal, if anybody still can help me out with that one, please contact me

https://steamcommunity.com/id/therealtoxic
TheRealToxic is offline
parthi
Senior Member
Join Date: Mar 2015
Old 12-29-2015 , 08:08   Re: [ANY] Store by Zephyrus
Reply With Quote #80

How to put flag "o" on some items ? in order to reseved to ppl have flag

Last edited by parthi; 12-29-2015 at 08:08.
parthi 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 16:49.


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