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

css stripper


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ZR skipper
Junior Member
Join Date: Jul 2017
Location: Australia
Old 10-20-2018 , 04:16   css stripper
Reply With Quote #1

trying to use stripper so i can change the round time on a zombie escape map
dumped the map found the round time trigger made a .cfg file
filter:
{
"OnTrigger" "cmd,Command,mp_roundtime 9,0,-1"
}

still not working that should filter out the map implementing the command PLEASE HELP!
ZR skipper is offline
lce
Junior Member
Join Date: Feb 2019
Old 02-22-2019 , 13:39   Re: css stripper
Reply With Quote #2

You want to use "modify" to remove commands like this. First find the targetname/hammer id of the entity that does the command and put it in a "match" block, then use "delete" after the match to remove the command.
Here is an example of removing the command on ze_roof_adventure_v8 that runs a script to set the total time of the map:
Code:
modify:
{
	match:
	{	
	"targetname" "relay_level1"
	"classname" "logic_relay"
	"hammerid" "254768"
	}
	delete:
	{
	"OnTrigger" "scriptRunScriptCodeinitRound()0-1"
	}
}
Here is Bailopan's documentation on this if you are still confused: http://bailopan.net/stripper/#newconf
If you need to find the info about the entity you are modifying, you can view it all in the Entity Lump Editor in VIDE.

Last edited by lce; 02-22-2019 at 13:42.
lce is offline
Reply


Thread Tools
Display Modes

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 04:09.


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