Not instantly, but it will be quicker and use smaller animation steps.Originally Posted by [b
I figure he can find the ideal speed setting himself, once he gets a chance to see both extremes.
Not instantly, but it will be quicker and use smaller animation steps.Originally Posted by [b
I figure he can find the ideal speed setting himself, once he gets a chance to see both extremes.
Well in BIS config is set to 1, but don't know the value of animperiod in model.cfg though... And it probably depends on agnle of open door.Originally Posted by (UNN @ Jan. 02 2008,11:17)
"Man is condemned to be free; because once thrown into the world, he is responsible for everything he does."
-Jean-Paul Sartre
In MI24 from RXC animation of doors of a passenger compartment normal, can be they in a rate
Probably somebody from BIS knows in what business
BIS, help!!![]()
Who knows where it is possible to get an example with correctly working animation on a class house (р3d not binarezed end config)&![]()
it was a quick example dude, play around with door axis, get it away from door itself. the prob by the example is that the axis is inside the door.
you can also try change animationtype "rotation" to animationtype "direct", but im quite sure that it is placement of the axis.
and pls use your own naming, or delete at least the sc9.
sic semper tyrannis
Scars09, can you make a simple example of the house with working animation?
I had the same problem with one of my animations, the only was i fixed it was making my object inherit from 'StaticWeapon', the use the nameas to make it appear as something else.
I think creating the animation in oxygen will fix this problem but remains untested.
so try this:
class CfgVehicles
{
class staticweapon;
class SmallGateW : staticweapon
{
There's brilliant and then there's me
Dingmatt this It not the output will cease to work light and ladders
I already gave you a working model.cfg example, but now I realise that there is two ways you can be wanting to use your model.
If you just want to use it from the editor it should work with a properly written config and the model.cfg when binarizing.
If it is also meant to be embedded in a .wrp file the class name must be the same as the modelname and MUST begin with 'Land_'.
For example your model is called noddyshouse.p3d, then the classname in the config must be "Land_noddyshouse".
If not then animations will not work in .wrp files, but may still work in the editor.
Planck