THVFD Posted March 7, 2014 Report Share Posted March 7, 2014 i am trying to put a quint in my private mod and every time i go to spawn it on map my game crashes dose anyone know what would be causing the game to crash Quote Link to comment Share on other sites More sharing options...
Miercolini Posted March 7, 2014 Report Share Posted March 7, 2014 i am trying to put a quint in my private mod and every time i go to spawn it on map my game crashes dose anyone know what would be causing the game to crashSup, so first just to point out, that this should be posted modding related support. On to your question, your gonna need to provide more information. Are you using a vehicle you made? Are you trying to make a actual quint, or just a ladder.Any scripts you used to attempt to make it work? Since this is your private mod no one else knows what you got going on, so try to give some details, pictures, errors from the log file etc. As far as I know, an actual working quint has not been implemented, though last I know Stillwater was attempting it. Quote Link to comment Share on other sites More sharing options...
THVFD Posted March 7, 2014 Author Report Share Posted March 7, 2014 Sup, so first just to point out, that this should be posted modding related support. On to your question, your gonna need to provide more information. Are you using a vehicle you made? Are you trying to make a actual quint, or just a ladder.Any scripts you used to attempt to make it work? Since this is your private mod no one else knows what you got going on, so try to give some details, pictures, errors from the log file etc. As far as I know, an actual working quint has not been implemented, though last I know Stillwater was attempting it.as of right now it wont be working i put it in as a ladder and sorry about the wrong posting area still new here and its the quint from helljumpers model pack and all i can tell you is i've put all the children together and when ever i go into a misson to spawn it my game crashes as i click on the unit icon Quote Link to comment Share on other sites More sharing options...
Ghost Graphic Designs Posted March 7, 2014 Report Share Posted March 7, 2014 Check the traits, you probably have the unit type wrong. If that doesn't work try to change the superstructures names. Quote Link to comment Share on other sites More sharing options...
Dyson Posted March 12, 2014 Report Share Posted March 12, 2014 Quints wont work without a script set up because you're combining both the TLF (Ladder function) and the GTF (General Pumper) unit types into one unit type. The game becomes confused when you try to do this or if certain childs are mislabeled or missing as these childs are essential to the unit type functioning correctly (e.g. all ladders must have a ladder bucket) so the game just crashes. Hope this info helps. Quote Link to comment Share on other sites More sharing options...