Forum

> > CS2D > General > Any map trigger tutorial?
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch Any map trigger tutorial?

13 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: Any map trigger tutorial?

SRAN
User Off Offline

Zitieren
lol what you mean trigger tutorial you just put use enity and you select proprietes then you name the other enety you want should be the same name then when you press use the thing you made can apper or disapear

alt Re: Any map trigger tutorial?

champinj0n
User Off Offline

Zitieren
7agarrr hat geschrieben
lol what you mean trigger tutorial you just put use enity and you select proprietes then you name the other enety you want should be the same name then when you press use the thing you made can apper or disapear


Lol, I fail even if I use all the triggers HHAHAH

alt Re: Any map trigger tutorial?

davidavid
User Off Offline

Zitieren
made in Finland hat geschrieben
i recommend studying an existing map in the map editor. look how the triggers are set.


yea, that's how I learned, and it's the best way to learn how to make maps.

alt Re: Any map trigger tutorial?

champinj0n
User Off Offline

Zitieren
-DarknesS- hat geschrieben
made in Finland hat geschrieben
i recommend studying an existing map in the map editor. look how the triggers are set.


yea, that's how I learned, and it's the best way to learn how to make maps.


Lol, just set "trigger use" then fix the name on DynWall. am I supposed to set name on trigger : under Name or, maybe on trigger use? I dont get this.

alt Re: Any map trigger tutorial?

champinj0n
User Off Offline

Zitieren
Cena hat geschrieben
i can teach you im pro at triggers


Oh! Help me too.. If u didnt mean me at first Well, my problem is that my door doest close. I can only open it. that the problmen with all my triggers... I can only use them once.

alt Re: Any map trigger tutorial?

Unknown_Soldier
User Off Offline

Zitieren
Using the entities is easy, you just need understand something:

Name = the name of that entity

trigger = the entities that the entity triggers (only for trigger_ entities)

•Here an example

Trigger_use (button)
Name = "" (no name)
Trigger = "example"

and

Func_Dnywall
Name= "example"
trigger = "" (nothing)

Here, when you press the button, the dnywall will open/close unlimited times

•Another example is

Trigger_use:
Name = "example"
Trigger = "example"

Func_Dnywall
Name = "example"
Trigger= "" (nothing, it's useless anyway)

In this example, you only will open the door once, because the button triggers the dnywall AND itself, and you can't use a triggered button.

Remember, most of the entitys (not all) has two states, ON and OFF, Open and closed, working and not working, the triggers just switch that state.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht