View Single Post
Kal
New Member
Join Date: Nov 2019
Old 11-12-2019 , 15:32   Re: Stripper:Source Help
Reply With Quote #6

Quote:
Originally Posted by Rohanlogs View Post
No. That's not how you match.
Just copy and paste the properties from the dump file.
The matching part might work only with hammerid, but I personally like to use classname and origin as well.
Like this:
Code:
modify:
{
	match:
	{
		"classname" "trigger_gravity"
                "origin"  "0 -1536 6692" 
                "hammerid" "79693"
	}
However since I'm not an expert, I'm not sure if you can modify the gravity of entities with stripper.
Can you show me all the properties of this entity from the dump file?
What exactly are you trying to do and in which map?
Sorry if theres typos, using my phone.


Code:
modify:
{
	match:
	{
		"classname" "trigger_gravity"
                "origin" "0 -1536 6692"
                "hammerid" "79693"
	}
	replace:
	{
		"gravity" "-100"
	}
}
Im trying to edit the gravity to fix a bug where you get stuck in the ceiling on surf_cubic.

Code:
{
"model" "*300"
"StartDisabled" "0"
"spawnflags" "4097"
"origin" "0 -1536 6692"
"gravity" "-180"
"classname" "trigger_gravity"
"hammerid" "79693"
}
Kal is offline