English Any map trigger tutorial?

13 replies
Goto Page
To the start Previous 1 Next To the start
17.12.10 10:00:48 pm
Up
macymagiska112
User
Offline Off
any map trigger tutorial? Can't find one in english -_-. or can any of you explain here?
17.12.10 10:14:08 pm
Up
SRAN
User
Offline Off
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
17.12.10 10:17:16 pm
Up
Crazyx
User
Offline Off
There is a mapping tutorial written by DC that you can find here: http://cs2d.com/help_mapping.php .
There is a trigger section, which unfortunately isn't finished yet (for a long time...).
edited 1×, last 17.12.10 10:58:09 pm
17.12.10 10:22:15 pm
Up
macymagiska112
User
Offline Off
how do i remove thread
17.12.10 10:24:01 pm
Up
SRAN
User
Offline Off
there is no way to detelte thread
17.12.10 10:56:56 pm
Up
made in Finland
User
Offline Off
i recommend studying an existing map in the map editor. look how the triggers are set.
user Yates has written:
user Jawohl has written:
ps great now i sound like one of them fantasy wizards...
They make sense, you talk bullshit.
18.12.10 12:43:11 am
Up
champinj0n
User
Offline Off
7agarrr has written:
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
18.12.10 01:23:29 am
Up
davidavid
User
Offline Off
made in Finland has written:
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.
21.12.10 03:43:23 pm
Up
champinj0n
User
Offline Off
-DarknesS- has written:
made in Finland has written:
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.
21.12.10 05:02:46 pm
Up
Vetle
BANNED
Offline Off
i can teach you im pro at triggers
There will always be someone better than you.
21.12.10 09:43:15 pm
Up
champinj0n
User
Offline Off
Cena has written:
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.
21.12.10 10:35:24 pm
Up
made in Finland
User
Offline Off
name: gives your object a name (trigger/sprite/sound/dynwall whatever)

Trigger: tells you which objects this trigger/item will trigger
user Yates has written:
user Jawohl has written:
ps great now i sound like one of them fantasy wizards...
They make sense, you talk bullshit.
21.12.10 10:48:39 pm
Up
Unknown_Soldier
User
Offline Off
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.
Should I come back and make one last map for CS2D?
22.12.10 07:24:28 am
Up
Vetle
BANNED
Offline Off
i should create trigger tutorial on youtube
There will always be someone better than you.
To the start Previous 1 Next To the start