PDA

View Full Version : The way to alter objects detonatibility (If that's even a word!)?


katy perry
28th Jul 2011, 03:48 PM
Ive noticed that some objects in game can't be detonated, for example the oil drums and tyre stacks in the scrapyard, and I feel you should be able to blow 'em to smitherenes and get scrap just like anything else The tyres and oild drums are hidden objects that can be placed on any lot using the 'buydebug' cheat . I feel comfortable working with s3pe and s3oc, I'm sure there must be some entry somewhere that goes something like:

object.is.detonatable: true/false

Buzzler
28th Jul 2011, 09:03 PM
Have a look at the Inventing XML. Putting an object in there, won't make absolutely certain that it can be detonated afterwards, but in most cases it should work.

Hint: You may want to use twallan's DebugEnabler to find out the class names of the objects you want to blow up.