• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Level Design Customizing Popup Actor List

DrunkeN WolfeR

Grizzled Veteran
Aug 14, 2010
111
1
Tarragona (Spain)
This is for someone who want a quicker access to their most used actors without having to open and navigate inside the Actor Browser.

qal.jpg


Just open Unrealed.ini file inside system folder and search the [PopupActorList] section.

e.g. This is what I use.
Code:
[PopupActorList]
Item0=Path Node,PATHNODE
Item1=Player Start,PLAYERSTART
Item2=Trigger,TRIGGER
Item3=Scripted Trigger,SCRIPTEDTRIGGER
Item4=Dynamic Light,TRIGGERLIGHT
Item5=Use Trigger,USETRIGGER
Item6=Door Trigger,KFUSETRIGGER

Is easy to add your own:
ItemNumber = Displayed Name, Actor Name

Hope you find this helpful :)
 
Last edited: