Custom Map #3733: particle. By: BILLY

Started by AutoPost, July 01, 2016, 11:08:36 PM

Previous topic - Next topic

AutoPost

This topic is for discussion of map #3733: particle


Author: BILLY
Size: 128x84

Desc:
Leave any comments on the forums on my map if you don't want those weird black boxes with text in it that block the view (not entirely blocked) and how to fix that problem would be nice so i can make more of these particle maps that are harder because of black boxes on the particles.

Nicant

To get rid of the black debug boxes, you have to go into the code and remove the line of code that says "showtracelog" in the particle emitter and particle scripts. When you do that the black debug boxes will go away!
CW4 hype!!

GoodMorning

If you are writing your own scripts, you can use:


IsEditMode if
  ShowTraceLog
endif


This will prevent the trace from showing after finalising.
A narrative is a lightly-marked path to another reality.

Peter R