Talk:Env entity maker: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 10: Line 10:
= Limits on classname =
= Limits on classname =
This entity requires templates. I was hoping to skip some extra entities, but [[point_template]] is required. Unfortunately ''AddOutput targetname Template02 ENTITYNAME'' won't work either. --[[User:Ninjaofsauce|Ninjaofsauce]] ([[User talk:Ninjaofsauce|talk]]) 02:29, 21 January 2021 (PST)
This entity requires templates. I was hoping to skip some extra entities, but [[point_template]] is required. Unfortunately ''AddOutput targetname Template02 ENTITYNAME'' won't work either. --[[User:Ninjaofsauce|Ninjaofsauce]] ([[User talk:Ninjaofsauce|talk]]) 02:29, 21 January 2021 (PST)
:You can use {{ent|point_template}} directly without using an {{ent|env_entity_maker}} if you want to save on entities. — [[User:Dr._Orange|<span style="color: #ffaa00">Dr. Orange</span>]] <sup>[[User_talk:Dr._Orange|talk]] · [[Special:Contributions/Dr._Orange|contributions]]</sup> 05:09, 21 January 2021 (PST)

Revision as of 06:10, 21 January 2021

how can i get it to spawn objects such as dispensers or breakable floor in the same position as it is in hammer?

I've tried a few things that have all failed

I think that for that you wouldn't use an entity maker at all. Just a template and its ForceSpawn input. --Bailinbone15 20:11, 3 July 2011 (PDT)

Does anyone know if these work in instances? It is spawning the entity correctly, but the entity is being created at the instance's local func_instance_origin instead of the position of the entity maker. --Bailinbone15 20:11, 3 July 2011 (PDT)


Limits on classname

This entity requires templates. I was hoping to skip some extra entities, but point_template is required. Unfortunately AddOutput targetname Template02 ENTITYNAME won't work either. --Ninjaofsauce (talk) 02:29, 21 January 2021 (PST)

You can use point_template directly without using an env_entity_maker if you want to save on entities. — Dr. Orange talk · contributions 05:09, 21 January 2021 (PST)