mergatroid Posted March 27, 2004 Share Posted March 27, 2004 OK, I've checked the forum and didn't find the answer so here it is: Is it possible to make a misc_model into a func_breakable and be triggered??? THX in advance! Link to comment Share on other sites More sharing options...
wedge2211 Posted March 27, 2004 Share Posted March 27, 2004 You can attach a misc_model to any sort of func_ entity (func_train, _door, _plat, _rotating, _usable, _breakable, _glass, etc) by placing the model in relation to the func_ and then targeting the model at the entity (select misc_model, select func_ ent, hit CTRL+K). Then, the model will follow the func_ entity wherever it goes. Not that if your model is halfway across the map in relation to the func ent, it will stay halfway across the map, but will just move however the func ent is moving. I'm not sure what you mean by "be triggered." If you mean can you have the func_breakable be destroyed by a trigger and have the model go with it, then yeah. I'm pretty sure that when you target a misc_model at an entity that it effectively becomes part of that entity and will blow up if you destroy the func_breakable. There are some other options that I KNOW will work. First, try using a misc_model_breakable ( ). Second, create your func_breakable out of invisible brushes, say clip brushes, and then in the entity properties for the func_breakable, add the key/value model2 / path_to_model.md3 - there's more info on that in the ent help description. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.