Source SDK

Source SDK

Jimmy Lander Jun 29, 2017 @ 10:23am
Using a prop_dynamic as a prop_static? (really quick question)
Some props are only supported as "dynamic" but I'd like to use them as static ones. Are there any cons to this?
< >
Showing 1-5 of 5 comments
Peter Brev Jun 29, 2017 @ 10:30am 
They count as an edict entity. Other than that, nothing substantial. You will never have as many prop_dyanmic entities as prop_static entities, so you don't have to worry about it.

Just remember that if the model has dynamic and static ticked in the model viewer and you have no intention of making it animate or name it to execute commands via outputs use the static version.

However, some models are only dynamic, in that case, obviously, use prop_dynamic.
Misuune Jun 29, 2017 @ 11:35am 
Theres no cons besides them being uselful in some places
Jimmy Lander Jun 29, 2017 @ 5:19pm 
alrighty!
Destiny Jun 30, 2017 @ 2:53am 
You could make them dynamic and add hitboxes if they dont have them,tricky way tho but works for me :csgoglobe:
Peter Brev Jun 30, 2017 @ 4:26am 
Clipping a static prop uses less resources than using a dynamic entity with hitboxes, especially if the dynamic entity isn't set up to do anything.
Last edited by Peter Brev; Jun 30, 2017 @ 2:35pm
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: Jun 29, 2017 @ 10:23am
Posts: 5