detail props dosen't work

  • If you're asking a question make sure to set the thread type to be a question!

pasta masta

L1: Registered
Nov 9, 2017
12
2
"0...1...2...3...4...5...6...7...8...9.Error! Too many detail props emitted on this map! (64K max!)n"

i think this mai error

1."Too many detail props emitted on this map! (64K max!)n" this alert mean

'you must have under 64000 detail props' right?

2."prop_detail" add on that count?
 
Last edited:

Crash

func_nerd
aa
Mar 1, 2010
3,315
5,499
You shouldn't ever manually place a prop_detail. Prop_static is what you want most of the time.

Prop_details are created on displacement surfaces using a material designed to emit them. This is usually the grass that comes up out of the ground. You probably have a very large surface with this material and there is a hard limit on how many it will generate.