Raised This Month: $ Target: $400
 0% 

[ANY] Store by Zephyrus [1.1 - 03.01.2016]


Post New Thread Reply   
 
Thread Tools Display Modes
poel
Veteran Member
Join Date: Mar 2013
Old 01-23-2016 , 05:53   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #281

Code:
// Material to be used with tracers
// -
// Default: "materials/sprites/laserbeam.vmt"
sm_store_tracer_material "materials/laser_custom/smog.vmt":
I removed my materials/models folder, but I still see the default file : materials/sprites/laserbeam.vmt

But I want to change it to another one but I cant. This is so weird.

Someone already tried to change it ?
poel is offline
SOBgaming
Senior Member
Join Date: Jul 2015
Old 01-23-2016 , 12:37   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #282

I'm not able to recompile the plugin, I get some weird compiler errors (like tag mismatch), I used all the files provided on the github. Well I am able to compile it but it gets corrupt and wont let the server start if it's on it.
I believe it has to do with the way it was coded since I never had that type of problems before..

Edit: The errors I get do not typically prevent a plugin from compiling. I'm trying to compile with SM 1.7 Compiler in spedit.
Edit2: So I tried to compile the source code with the modifications and it has the same effect on my server. The warnings that are in bold are the one caused by the modifications and the others are the one that are present even in a normal compile. None of theses are actually errors, they are all warnings. There's definetly an error during runtime, server dosen't even startup.

Code:
store.sp
C:\Users\XXX\Favorites\Documents\Development\scripting\store.sp(881) : warning 213: tag mismatch
C:\Users\XXX\Favorites\Documents\Development\scripting\store.sp(881) : warning 229: index tag mismatch (symbol "g_eItems")
C:\Users\XXX\Favorites\Documents\Development\scripting\store.sp(886) : warning 213: tag mismatch
C:\Users\XXX\Favorites\Documents\Development\scripting\store.sp(886) : warning 229: index tag mismatch (symbol "g_eTypeHandlers")
C:\Users\XXX\Favorites\Documents\Development\scripting\store.sp(898) : warning 213: tag mismatch
C:\Users\XXX\Favorites\Documents\Development\scripting\store.sp(898) : warning 229: index tag mismatch (symbol "g_eClientItems")
C:\Users\XXX\Favorites\Documents\Development\scripting\store.sp(2077) : warning 237: coercing functions to and from primitives is unsupported and will be removed in the future
C:\Users\XXX\Favorites\Documents\Development\scripting\store.sp(2139) : warning 217: loose indentation
C:\Users\XXX\Favorites\Documents\Development\scripting\store.sp(2145) : warning 217: loose indentation
C:\Users\XXX\Favorites\Documents\Development\scripting\store.sp(2119) : warning 204: symbol is assigned a value that is never used: "size"
C:\Users\XXX\Favorites\Documents\Development\scripting\store.sp(2118) : warning 204: symbol is assigned a value that is never used: "flags"
C:\Users\XXX\Favorites\Documents\Development\scripting\store.sp(2849) : warning 204: symbol is assigned a value that is never used: "SilentChatTrigger"
Done

Copied: C:\Users\XXX\Favorites\Documents\Development\scripting\store.smx
Deleted: C:\Users\XXX\Favorites\Documents\Development\scripting\store.smx
Anyone sucessfully compiled it?
Thanks!
__________________

Last edited by SOBgaming; 01-23-2016 at 18:51.
SOBgaming is offline
JAA
Member
Join Date: Sep 2011
Old 01-23-2016 , 22:36   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #283

Attempted to create unknown entity type weapon_m4a1_silencer!
ERROR: Tried to SetParentAttachmentMaintainOffset for entity prop_dynamic (prop_dynamic), but it has no attachment named letthehungergamesbegin.
ERROR: Tried to SetParentAttachmentMaintainOffset for entity prop_dynamic (prop_dynamic), but it has no attachment named letthehungergamesbegin.
ERROR: Tried to SetParentAttachmentMaintainOffset for entity prop_dynamic (prop_dynamic), but it has no attachment named letthehungergamesbegin.
ERROR: Tried to SetParentAttachmentMaintainOffset for entity prop_dynamic (prop_dynamic), but it has no attachment named letthehungergamesbegin.
ERROR: Tried to SetParentAttachmentMaintainOffset for entity prop_dynamic (prop_dynamic), but it has no attachment named facemask.
ERROR: Tried to SetParentAttachmentMaintainOffset for entity prop_dynamic (prop_dynamic), but it has no attachment named facemask.
ERROR: Tried to SetParentAttachmentMaintainOffset for entity prop_dynamic (prop_dynamic), but it has no attachment named facemask.
ERROR: Tried to SetParentAttachmentMaintainOffset for entity prop_dynamic (prop_dynamic), but it has no attachment named facemask.

Server crashes after a while.

Last edited by JAA; 01-23-2016 at 22:38.
JAA is offline
mufin
BANNED
Join Date: Aug 2015
Old 01-24-2016 , 03:17   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #284

anyway to fix this problem?

i removed all trails bc the size limet on csgo servers.

but i added

Quote:
"Red"
{
"material" "materials/sprites/laserbeam.vmt"
"price" "800"
"color" "255 0 0 255"
"type" "trail"
}

"Green"
{
"material" "materials/sprites/laserbeam.vmt"
"price" "800"
"color" "0 255 0 255"
"type" "trail"
}

"Blue"
{
"material" "materials/sprites/laserbeam.vmt"
"price" "800"
"color" "0 0 255 255"
"type" "trail"
}

"Yellow"
{
"material" "materials/sprites/laserbeam.vmt"
"price" "800"
"color" "255 255 0 255"
"type" "trail"
}
"orange"
{
"material" "materials/sprites/laserbeam.vmt"
"price" "800"
"color" "255 128 0 255"
"type" "trail"
}

"Simple Light"
{
"material" "materials/sprites/laserbeam.vmt"
"price" "800"
"color" "0 210 255 255"
"type" "trail"
}

"cyan"
{
"material" "materials/sprites/laserbeam.vmt"
"price" "800"
"color" "0 255 255 255"
"type" "trail"
}

"gray"
{
"material" "materials/sprites/laserbeam.vmt"
"price" "800"
"color" "128 128 128 128"
"type" "trail"
}

"white"
{
"material" "materials/sprites/laserbeam.vmt"
"price" "800"
"color" "255 255 255 255"
"type" "trail"
}

"Purple"
{
"material" "materials/sprites/laserbeam.vmt"
"price" "800"
"color" "128 0 128 255"
"type" "trail"
}

"Pink"
{
"material" "materials/sprites/laserbeam.vmt"
"price" "800"
"color" "255 150 255 255"
"type" "trail"
}
witch work fine. but if i guy 1 on map change i get all and i can refund all to and double my credits.

am i doing something wrong?
mufin is offline
tumtum
Senior Member
Join Date: Aug 2012
Old 01-24-2016 , 11:57   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #285

This is unexpected and without notification to the buyers.

I like the release, but there are also parts where I paid for. Like the paints... (illegal now)
For now, I will understand your decission, but for private requests, hmm, not sure anymore.

Last edited by tumtum; 01-24-2016 at 11:58.
tumtum is offline
RaZzR
Junior Member
Join Date: Oct 2011
Old 01-24-2016 , 18:09   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #286

does someone have a itmes.txt with the right hat positions for cs go?
could you please share it if so?
RaZzR is offline
Spizor
New Member
Join Date: Jan 2016
Old 01-25-2016 , 02:24   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #287

I can't seem to get player arms working on the store, can anyone show me an example of one or tell me how to do it?

Last edited by Spizor; 01-25-2016 at 09:15.
Spizor is offline
hu3br
Senior Member
Join Date: Apr 2015
Old 01-25-2016 , 05:05   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #288

It is possible to put angles in hats for a certain model?

Like https://forums.alliedmods.net/showthread.php?t=208125
hu3br is offline
CaptainNervous
Senior Member
Join Date: Mar 2015
Location: World
Old 01-25-2016 , 15:53   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #289

Quote:
Originally Posted by Spizor View Post
I can't seem to get player arms working on the store, can anyone show me an example of one or tell me how to do it?
Example:
Code:
"Store"
{
	"Player Models"
	{
		"Terrorist"
		{
			"Ada Wong"
			{
				"model" "models/player/custom_player/kuristaja/re6/ada/adav5.mdl"
				"arms" "models/player/custom_player/kuristaja/re6/ada/ada_arms.mdl"
				"team" "2"
				"price" "1000"
				"type" "playerskin"
			}
		}
	
		"Counter-Terrorist"
		{
			"Duke Nukem"
			{
				"model" "models/player/custom_player/kuristaja/duke/dukev3.mdl"
				"arms" "models/player/custom_player/kuristaja/duke/duke_arms.mdl"
				"team" "3"
				"price" "1000"
				"type" "playerskin"
			}
		}
	}
}
__________________

Last edited by CaptainNervous; 01-25-2016 at 15:53.
CaptainNervous is offline
poel
Veteran Member
Join Date: Mar 2013
Old 01-25-2016 , 16:20   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #290

Quote:
Originally Posted by CaptainNervous View Post
Example:
Code:
"Store"
{
	"Player Models"
	{
		"Terrorist"
		{
			"Ada Wong"
			{
				"model" "models/player/custom_player/kuristaja/re6/ada/adav5.mdl"
				"arms" "models/player/custom_player/kuristaja/re6/ada/ada_arms.mdl"
				"team" "2"
				"price" "1000"
				"type" "playerskin"
			}
		}
	
		"Counter-Terrorist"
		{
			"Duke Nukem"
			{
				"model" "models/player/custom_player/kuristaja/duke/dukev3.mdl"
				"arms" "models/player/custom_player/kuristaja/duke/duke_arms.mdl"
				"team" "3"
				"price" "1000"
				"type" "playerskin"
			}
		}
	}
}
it works ? xD
poel 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 09:40.


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