Ru/Teleporters: Difference between revisions

From Valve Developer Community
< Ru
Jump to navigation Jump to search
 
No edit summary
Line 1: Line 1:
== One-way teleporter ==
== Телепорт в одну строну ==
<!-- I think this image does not properly exemplify the "brushwork" considered in this tutorial. Consider replacing it with a more explicit image? -->
[[image:Rustiznotch_teleportation.jpg|thumb|right|200px|Пример комнаты с телепортом]]
[[image:Rustiznotch_teleportation.jpg|thumb|right|200px|An example teleportation room.]]
Создайте браш [[trigger_teleport]] с текстурой trigger.Это место куда будет вставать игрок и перемещается на выход.
Создайте браш [[trigger_teleport]] с текстурой trigger.Это место куда будет вставать игрок и перемещается на выход.
:* Изменить 'Remote Destination' на ('''destination1''', например).
:* Изменить 'Remote Destination' на ('''destination1''', например).
Line 12: Line 11:


<!-- Suggestion to write a section on two-way teleporters, perhaps? (in a way that the player doesn't get infinitely teleported back and forth...like adding a "delay" before allowing to teleport back again) -->
<!-- Suggestion to write a section on two-way teleporters, perhaps? (in a way that the player doesn't get infinitely teleported back and forth...like adding a "delay" before allowing to teleport back again) -->
{{otherlang:ru}} {{otherlang:ru:en|Teleporters}}


[[Category:Level Design Tutorials]]
[[Category:Level Design Tutorials]]

Revision as of 08:03, 28 September 2008

Телепорт в одну строну

File:Rustiznotch teleportation.jpg
Пример комнаты с телепортом

Создайте браш trigger_teleport с текстурой trigger.Это место куда будет вставать игрок и перемещается на выход.

  • Изменить 'Remote Destination' на (destination1, например).
  • В 'Flags' окно и поставьте галку на 'Clients' flag.


Дальше,создайте entity info_teleport_destination это будет выход. Заходя на зону он будет телепортировать на эту энтити.

  • Изменить 'Name' на имя которое вы ставили в Remote Destination. (destination1).


Template:Otherlang:ru Template:Otherlang:ru:en