OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: alimag on 27 Feb 2010, 17:09:18

Title: subclassing in description.ext
Post by: alimag on 27 Feb 2010, 17:09:18
Hi,

Is it possible to modify/change a config value in description.ext of a mission instead of using a cpp in an addon?

For example, can we change an unit audible property by modifying its class or subclassing it in description.ext?

Thanks in advance

Cheers
Title: Re: subclassing in description.ext
Post by: Wolfrug on 28 Feb 2010, 10:34:19
AFAIK, no. It'd be pretty cool if it were possible though! But no, you need an addon to do addon stuff. If it's an important change for your mission, you could probably create a very tiny config addon that added a new class of units or somesuch with your desired changes, and then you'd bundle that with your mission :)

Wolfrug out.
Title: Re: subclassing in description.ext
Post by: alimag on 28 Feb 2010, 16:47:33
Hi,

I was afraid it was the case.

Thanks for answering

Cheers