Dynamic Prefabs #15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sometime during the next year or two we really should prioritize dynamic prefabs, a fair amount of The Wastes development time has been spent on changing minute details across hundreds of similar entity setups.
Of course some there's some major challenges right?
How do you read and keep the old entity and brush/patchwork while selectively overriding certain fields?
How or what will change across levels when the source prefab gets modified?
How far should preview ability go? Of course we'd love it to be real time and perfect, but it may not work out that way.
Even HL has something similar nowadays with MESS, just further proof we should really get with the times.
Never knew about this since I was mapping before Portal 2, but since 2011 it seems Valve has been using func_instance with sister entities that handle I/O and fields. This seems like the most optimal solution.