Outerra forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Outerra Tech Demo download. Help with graphics driver issues

Author Topic: re-useable objects  (Read 4429 times)

bomber

  • Hero Member
  • *****
  • Posts: 523
  • newbie
re-useable objects
« on: July 28, 2014, 03:38:54 pm »

Bear with me on this....

I'd like be able to define a part, a simple example being a gauge that's used over and over again in various aircraft.. without the 3d modeller having to reproduce this part over and over again.. I simply want to have it 3d modelled, textured and animated once, all kept in it's own folder within the gauges file structure and be able to call it up, position and rotate it onto the dashboard of the aircraft..

That's a simple example, a more complex example would be a ball turret on a B17... this turret also is used on B24. The Fraser and Nash Fn5 is used on a Lancster and also a Wellington.

Is it therefore possible at present to write code that calls up and positions child objects within a parent file ?

Simon
Logged
"If anyone ever tells you anything about an aeroplane which is so bloody complicated you can't understand it, take it from me - it's all balls" - R J Mitchell

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
Re: re-useable objects
« Reply #1 on: July 29, 2014, 12:30:31 am »

While it's possible at the engine level, it's not easily accessible from the scripts yet. Anyway, I would do this kind of sharing at the modeller level (importing components), to avoid dependency and version hell with complex usage.
Logged

bomber

  • Hero Member
  • *****
  • Posts: 523
  • newbie
Re: re-useable objects
« Reply #2 on: July 29, 2014, 09:08:01 am »

Ok thanks for the reply...

So there's no  'include' <filename> to extend a js file.

Is there a separate internal and external animation file ?
Logged
"If anyone ever tells you anything about an aeroplane which is so bloody complicated you can't understand it, take it from me - it's all balls" - R J Mitchell

Levi

  • Hero Member
  • *****
  • Posts: 585
    • Outerra Mods Site!
Re: re-useable objects
« Reply #3 on: July 29, 2014, 09:48:08 am »

Is there a separate internal and external animation file ?
At this moment all the animations (at least for vehicles/aircraft/boats) are done by script, but they plan to extend that, so we can be able to import custom animations from our modelling software, if i'm not wrong. Although I personally like to animate via script :D
Logged

bomber

  • Hero Member
  • *****
  • Posts: 523
  • newbie
Re: re-useable objects
« Reply #4 on: July 29, 2014, 10:13:00 am »

Yes I too prefer to animate in script, I enjoy the flexibility.

It also allows me to reuse animation code, adding rotations, translation, texture swaps and particle effects and doesn't create a 'bottleneck' of production within the 3d modelling discipline.

I think there needs to be a revisit of thinking behind doing the animation at modeller level... It may give the impression and voiced as such by 3d modelers that it'll be quicker but from my experience at animating with Targetware, abd using scripting I'd say not.

If I had a suggestion it'd be to place the insertion and initial rotation 'pointer' for a reusable object on a separate layer within the modeler that calls up animation script for additional geometry, animation and particle effects.
Logged
"If anyone ever tells you anything about an aeroplane which is so bloody complicated you can't understand it, take it from me - it's all balls" - R J Mitchell

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
Re: re-useable objects
« Reply #5 on: July 29, 2014, 11:05:17 am »

So there's no  'include' <filename> to extend a js file.
Not yet, but we want to add support for it. Even if one would not be able to include scripts from outside of the package folder, it will be good for keeping the scripts clean.

Quote
Is there a separate internal and external animation file ?
Animations imported from FBX are stored in separate files, but API for applying them on models and controlling them from script is not yet ready. Right now you can only animate the bones in script.
Logged

Levi

  • Hero Member
  • *****
  • Posts: 585
    • Outerra Mods Site!
Re: re-useable objects
« Reply #6 on: July 29, 2014, 12:09:38 pm »

Not yet, but we want to add support for it. Even if one would not be able to include scripts from outside of the package folder, it will be good for keeping the scripts clean.
That would be so useful, since the script for my A380 will be so long and messed up...  ;D
Logged