8,484
edits
Paradox-01 (talk | contribs)  (typos)  | 
				Paradox-01 (talk | contribs)  m (print)  | 
				||
| Line 288: | Line 288: | ||
====Normal maps====  | ====Normal maps====  | ||
Can be created in Photoshop (3D) and Blender.  | Can be created in Photoshop (3D) and Blender.  | ||
====BSL equivalents====  | |||
=====print=====  | |||
Level Blueprint, right-click to search for  | |||
"Keyboard Event V", add that node, drag the "Pressed" slot to the backgound to create another node: "Print String". Compile. Close.  | |||
Play Level, hit "V". "Hello" appears on the screen.  | |||
Use you imagination: This could be used to toggle visibility of developer stuff.  | |||
In connection with a HUD you could create the equivalent of "chr_debug_characters = 1"  | |||
edits