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

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
abysse
New Member
Join Date: Mar 2017
Old 03-01-2017 , 09:53   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1101

Hello, it is possible to convert my database on SM store 1.2 (users and credits) to zephyrus store ?
abysse is offline
MilkStick
Member
Join Date: Aug 2015
Old 03-02-2017 , 13:36   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1102

My custom player models are working. On my ckSurf server I set the replay bot skin to Rayman. It works. Skinchooser works 100% But not Zephyrus store.

I recently rented a new machine. Moving all of my data to that machine. (I did not click and drag I setup everything from scratch)

But one problem is that the playermodels doesn't work with Zephyrus store. I get no errors in my error logs. Both SQL and MySQL work. Everything else in the store is working 100%, Trails, Treceurrs, pets etc..

But when selecting a player skin the model doesn't change is just the default skin for T or CT.

I've tried everything from completely reinstalling Zephyrus Store

On my old servers it worked perfectly fine, And I did everything that I had done on them.


My config

Code:
	"Player Skins"
	{

		"Donald Trump"
		{
			"model" "models/player/custom_player/kuristaja/trump/trump.mdl"
			"team" "4"
			"price" "500"
			"type" "playerskin"
		}

		"Octodad (Black Suit)"
		{
			"model" "models/player/custom_player/kuristaja/octodad/octodad_black.mdl"
			"team" "4"
			"price" "500"
			"type" "playerskin"
		}


		"Octodad (Blue Suit)"
		{
			"model" "models/player/custom_player/kuristaja/octodad/octodad_blue.mdl"
			"team" "4"
			"price" "500"
			"type" "playerskin"
		}

		"Rayman"
		{
			"model" "models/player/custom_player/voikanaa/rayman.mdl"
			"team" "4"
			"price" "500"
			"type" "playerskin"
		}
	}
__________________

Last edited by MilkStick; 03-02-2017 at 13:36.
MilkStick is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 03-02-2017 , 22:30   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1103

Quote:
Originally Posted by MilkStick View Post
My custom player models are working. On my ckSurf server I set the replay bot skin to Rayman. It works. Skinchooser works 100% But not Zephyrus store.

I recently rented a new machine. Moving all of my data to that machine. (I did not click and drag I setup everything from scratch)

But one problem is that the playermodels doesn't work with Zephyrus store. I get no errors in my error logs. Both SQL and MySQL work. Everything else in the store is working 100%, Trails, Treceurrs, pets etc..

But when selecting a player skin the model doesn't change is just the default skin for T or CT.

I've tried everything from completely reinstalling Zephyrus Store

On my old servers it worked perfectly fine, And I did everything that I had done on them.


My config

Code:
	"Player Skins"
	{

		"Donald Trump"
		{
			"model" "models/player/custom_player/kuristaja/trump/trump.mdl"
			"team" "4"
			"price" "500"
			"type" "playerskin"
		}

		"Octodad (Black Suit)"
		{
			"model" "models/player/custom_player/kuristaja/octodad/octodad_black.mdl"
			"team" "4"
			"price" "500"
			"type" "playerskin"
		}


		"Octodad (Blue Suit)"
		{
			"model" "models/player/custom_player/kuristaja/octodad/octodad_blue.mdl"
			"team" "4"
			"price" "500"
			"type" "playerskin"
		}

		"Rayman"
		{
			"model" "models/player/custom_player/voikanaa/rayman.mdl"
			"team" "4"
			"price" "500"
			"type" "playerskin"
		}
	}
if you set it to team 4 it'll set the model on next spawn
it won't change right away
use team 2 or 3 instead with the cvar set to change instantly if you wan it to change right away
8guawong is offline
MilkStick
Member
Join Date: Aug 2015
Old 03-03-2017 , 12:43   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1104

Quote:
Originally Posted by 8guawong View Post
if you set it to team 4 it'll set the model on next spawn
it won't change right away
use team 2 or 3 instead with the cvar set to change instantly if you wan it to change right away
That's the ting. It doesn't change the skin at all. Team 4 = both teams. I don't want the players to pay for the same skin twice if I both set it to team 2 and 3.
__________________
MilkStick is offline
OtgTravis
Member
Join Date: Apr 2016
Old 03-09-2017 , 17:42   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1105

Hello nice people, iv got a little issue or rather dont know how to change it, people are recieving 1credit for playing on my server for amount of period kills mins etc.. can i change it to 5credits instead, how and where?
OtgTravis is offline
GnomeChompski
Senior Member
Join Date: Jul 2012
Old 03-09-2017 , 17:51   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1106

Any chance of new features being added? resize would be super nice.
__________________
GnomeChompski is offline
Marc0504
Junior Member
Join Date: Jul 2013
Location: Denmark
Old 03-09-2017 , 17:53   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1107

Quote:
Originally Posted by OtgTravis View Post
Hello nice people, iv got a little issue or rather dont know how to change it, people are recieving 1credit for playing on my server for amount of period kills mins etc.. can i change it to 5credits instead, how and where?
In:
YourServerIP/cfg/sourcemod/plugin.store.cfg

In there you will find a cvar named:
sm_store_credit_amount_active "1"
Which you can change, depending on how many credits you want to give, each X seconds.

You will also find:
sm_store_credit_interval "600"
Which is the time between a player will recieve credits.
Marc0504 is offline
OtgTravis
Member
Join Date: Apr 2016
Old 03-09-2017 , 18:06   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1108

Thanks for the fast reply!
OtgTravis is offline
OtgTravis
Member
Join Date: Apr 2016
Old 03-09-2017 , 18:06   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1109

Btw, iv got hats in the store they are working and everything.. but im the only one who cant see them even in thirdperson how come?
OtgTravis is offline
pcmaster
AlliedModders Donor
Join Date: Sep 2009
Old 03-10-2017 , 09:42   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1110

Anyone else having problems running this with Z:R in CS:GO?
Problem is that after infection/round restart (so respawn as a human), pets, hats and masks disappear entirely (but are still equipped).
You have to either reconnect or re-equip (so unequip & equip) for them to show up again.
__________________
Stopped hosting servers as of November 2018, no longer active around here.
pcmaster 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 03:02.


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