AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Off-Topic (https://forums.alliedmods.net/forumdisplay.php?f=15)
-   -   CS 1.6 map making trigger_grenade (https://forums.alliedmods.net/showthread.php?t=336505)

Natsheh 02-24-2022 11:11

CS 1.6 map making trigger_grenade
 
I am trying to make a door opens when a player throws a grenade into the target pot, its works good with func_grencatch but the problem is it can only be used once.

DJEarthQuake 05-25-2022 09:32

Re: CS 1.6 map making trigger_grenade
 
Quote:

Originally Posted by Natsheh (Post 2772327)
I am trying to make a door opens when a player throws a grenade into the target pot, its works good with func_grencatch but the problem is it can only be used once.

This is how on Hammer, RAW from BSP.
Button_target is repeatable with any damage whether bullet or grenade. It opens the door.
Code:

{
"model" "*81"
"angles" "-90 0 0"
"targetname" "sec1"
"wait" "1"
"speed" "100"
"rendercolor" "0 0 0"
"classname" "func_door"
}
{
"model" "*82"
"angles" "0 0 0"
"target" "sec1"
"rendercolor" "0 0 0"
"spawnflags" "1"
"classname" "button_target"
}


bigdaddy424 05-30-2022 16:09

Re: CS 1.6 map making trigger_grenade
 
Quote:

Originally Posted by DJEarthQuake (Post 2780135)
This is how on Hammer, RAW from BSP.
Button_target is repeatable with any damage whether bullet or grenade. It opens the door.
Code:

{
"model" "*81"
"angles" "-90 0 0"
"targetname" "sec1"
"wait" "1"
"speed" "100"
"rendercolor" "0 0 0"
"classname" "func_door"
}
{
"model" "*82"
"angles" "0 0 0"
"target" "sec1"
"rendercolor" "0 0 0"
"spawnflags" "1"
"classname" "button_target"
}


Have you ever made any maps or released any on public? You seem to have a lot of knowledge about HL, Hammer and amxx. props

DJEarthQuake 06-01-2022 08:05

Re: CS 1.6 map making trigger_grenade
 
I've made a few GoldSRC maps. Beach_head is on gamebanana. The only CS one I made was the first one not long ago spite and spanning my 8-bit era sprite code beginnings. It works on multiple mods as it is a vote_map lobby map. It is vote_map_orange with rare escape map objective.

Natsheh 06-01-2022 08:57

Re: CS 1.6 map making trigger_grenade
 
Its not worthy to create maps for the goldsrc no more because of the limitations of the Goldsrc engine provide and the major bugs.

bigdaddy424 06-05-2022 19:57

Re: CS 1.6 map making trigger_grenade
 
Quote:

Originally Posted by Natsheh (Post 2780686)
Its not worthy to create maps for the goldsrc no more because of the limitations of the Goldsrc engine provide and the major bugs.

Thats one way to ruin motivation.

DJEarthQuake 06-10-2022 10:25

Re: CS 1.6 map making trigger_grenade
 
Quote:

Originally Posted by Natsheh (Post 2780686)
Its not worthy to create maps for the goldsrc no more because of the limitations of the Goldsrc engine provide and the major bugs.

Have you ever given Sven a chance? It has higher value limits!


All times are GMT -4. The time now is 02:15.

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