This article relates to the game "Left 4 Dead 2". Click here for more information.

Entity Placement Tool: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
== Interface ==
== Interface ==
[[File:EntityPlacementToolscreenshot.jpg|800px|[[Entity Placement Tool]].]]
[[File:EntityPlacementToolscreenshot.jpg|800px|[[Entity Placement Tool]].]]
{| class="standard-table" style="max-width:800px; width:100%"
|-
! '''File'''
! '''Edit'''
! '''EntPlacement'''
! '''View'''
|-
| [[File:Fileentityplacementtool.png]]
| [[File:EditEPT.png]]
| [[File:Entplacementwindoww.png]]
| [[File:ViewEntityplacementtoolwindow.png]]
|}


on the left is the entity report with buttons for creating saving and deleting nodes
on the left is the entity report with buttons for creating saving and deleting nodes
Line 18: Line 31:
{{todo|Explain}}
{{todo|Explain}}


[[File:Entityreportwindow.png|thumb|Entityplacementtoolscreenshot |left]]
<gallery widths="229px">
[[File:Entitypropertieswindow.png|thumb|Entityplacementtoolscreenshot |left]]
File:Entityreportwindow.png|Entity Report Window
[[File:Templatepropertieswindow.png|thumb|Entityplacementtoolscreenshot |left]]
File:Entitypropertieswindow.png|Entity Properties Window
 
File:Templatepropertieswindow.png|Template Properties Window
<table class="wikitable">
</gallery>
  <tr>
      <th>'''File'''</th>
      <th>'''Edit'''</th>
      <th>'''EntPlacement'''</th>
      <th>'''View'''</th>
  </tr>
  <tr>
      <th>[[File:Fileentityplacementtool.png|thumb|Entityplacementtoolscreenshot]]</th>
      <th>[[File:EditEPT.png|thumb|Entityplacementtoolscreenshot]]</th>
      <th>[[File:Entplacementwindoww.png|thumb|Entityplacementtoolscreenshot]]</th>
      <th>[[File:ViewEntityplacementtoolwindow.png|thumb|Entityplacementtoolscreenshot]]</th>
  </tr>
<tr>


{{clr}}
{{clr}}


== See Also ==
== See Also ==
* [[L4D2 EMS/Creating a Simple Mutation PlayerSpawns]]
* [[Left 4 Dead 2/Scripting/Expanded Mutation System/Creating a Simple Mutation PlayerSpawns|Creating a Simple Mutation PlayerSpawns]]

Revision as of 10:01, 15 January 2025

The Entity Placement Tool is an engine tool available in Left 4 Dead 2 Left 4 Dead 2.

Usage

Launch SDK launcher and select left 4 dead 2 tool mode and select load tool from the tools menu then find the entity placement tool.

L4d2 tools launcher.jpg

Interface

Entity Placement Tool.

File Edit EntPlacement View
Fileentityplacementtool.png EditEPT.png Entplacementwindoww.png ViewEntityplacementtoolwindow.png

on the left is the entity report with buttons for creating saving and deleting nodes when create is pressed the windows in the bottom right show up and you can input information into.

Todo: Explain

See Also