pF.VoOdoO Posted May 4, 2002 Share Posted May 4, 2002 Having a little trouble with breakable grating. I've created the grates and given them func_breakable but in game they are only solid on one side and when they break there are red, green and blue "vertices" displayed for the broken grating peices. I'm also looking to use the gun/cannon model that you can sit in and use on the sp levels, tho I don't actually want it to be usable, just there for show. Can't seem to find it in the assets pk3's. Can anyone help with those 2 questions? Thanks for any help you can give Link to comment Share on other sites More sharing options...
pF.VoOdoO Posted May 4, 2002 Author Share Posted May 4, 2002 *Bump* (before it gets lost ) Link to comment Share on other sites More sharing options...
Darkest_Knight Posted May 4, 2002 Share Posted May 4, 2002 creat a brush, right click for the entity list and pick: emplaced>emplaced_gun then with the gun still selected press the n key and tick the inactive box, that should prevent anyone getting into and using the gun. As for the grating. I assume you created a brush, picked a texture then changed it to func_breakable with no edits to the entites command list. If this is correct then it should work... if not try adding one of the material commands to the entity like this. Select the func_breakable, press n and add the command: material 0 That should give you the default metal chunks upon destruction of the grate. Link to comment Share on other sites More sharing options...
pF.VoOdoO Posted May 4, 2002 Author Share Posted May 4, 2002 Magic, thanks for the reply, gonna go try it now Link to comment Share on other sites More sharing options...
pF.VoOdoO Posted May 4, 2002 Author Share Posted May 4, 2002 Magic, thanks for the reply, gonna go try it now Link to comment Share on other sites More sharing options...
pF.VoOdoO Posted May 5, 2002 Author Share Posted May 5, 2002 Doh! Nope that didnt work, still getting the same thing with the grating, multicolored bits. And as for the gun, during playing the map I get "failed allocmodel emplaced_gun" error. Any other ideas? Link to comment Share on other sites More sharing options...
B0MBER II Posted May 5, 2002 Share Posted May 5, 2002 Ok Well I know your trying this in MP because the blue, red and green thing happens to me too. Emplaced guns don't work in MP Link to comment Share on other sites More sharing options...
pF.VoOdoO Posted May 5, 2002 Author Share Posted May 5, 2002 Yeah, in mp. Guns don't work? gah, time to go look for a model or make one myself then Link to comment Share on other sites More sharing options...
PainGod Posted May 5, 2002 Share Posted May 5, 2002 The red, blue, green spires represent a modeled object, in this case the 'chunks', that is not present in the referring pak file - OR the pointer to them has a bad address. Happened alot in Quake 3 & Quake 2/Half-life with all the heavy modding and make-yer-own prefabs/models/etc. Try to find the name of the object and rebuild the pak file accordingly. That usually fixes the problem. When you see the spires, go to the console and read the text printed there. Should provide a clue. Also, look in the console upon map load, you may see it then as the engine alloc's all the data and discovers missing stuff. Hope that helps. Pg Link to comment Share on other sites More sharing options...
pF.VoOdoO Posted May 5, 2002 Author Share Posted May 5, 2002 Brilliant, thanks for the reply, I'll go see what I can find Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.