• ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.

Search results

  1. gattispilot

    Discussion Mesh making with Blender

    Yes they are. 2 zip one is just the saucer and windows section with textures. https://u.pcloud.link/publink/show?code=XZL41r5Zf0i3IUmUTShqc8Ynkt4tDyr8lavX and this one has all of the textures,....... https://u.pcloud.link/publink/show?code=XZiL1r5ZcuGmDcPaDxhDq6QFLKUY6bVbu9qX
  2. gattispilot

    Project Starship version3

    Redid starship and tower. Not sure what changes need to be made for Flight 13?
  3. gattispilot

    Project Starship version3

    Better. Need to adjust attachment. But she caught the booster. So really the only issue the frost code. I think it is due to the fuel tank being deleted with the booster seps? Something odd? is when I exit it ctds.
  4. gattispilot

    Project Starship version3

    redid the tower and pad. She caught the booster. on the tower maybe add more concrete to the area? Just need to figure out why the CTD when the booster separates. It has something to do with the fuel? And I guess for the starship the frost should be based off the fuel tank.
  5. gattispilot

    Discussion Mesh making with Blender

    I thought others were working on those.
  6. gattispilot

    Discussion Mesh making with Blender

    Here I cut the saucer top into 4 parts. but the front edge is a mess. I am afraid the only way to make this look good is to fix all the cuts,..... which is going to take a lot of time. I might work on another project. If some one wants to clean up the files. I can send them.
  7. gattispilot

    Project Starship version3

    @BrianJ thanks. for that code. Something is wrong the scaling works on the pad but once launch is is wrong. I can adjust the fuel in Vessel builder and it works. But then I started to get a CTD when it separates? If I set the animation at .5 it works no ctd. CONFUSED void...
  8. gattispilot

    Discussion Mesh making with Blender

    So the saucer of this is huge. All the windows are are mess. So I need to fix that. It needs to be a couple of mesh groups
  9. gattispilot

    Project Starship version3

    Thanks. @BrianJ Any ideas? anim_FROST = CreateAnimation(0); static UINT frostGrp[1] = { 0 };//21,27,39,41,42,48,62,122,132,131 static MGROUP_SCALE FROST(2, frostGrp, 1, _V(0, 0, 11.84), _V(1, 1, 1500)); AddAnimationComponent(anim_FROST, 0, 1, &FROST); static UINT frost1Grp[1]...
  10. gattispilot

    Discussion Mesh making with Blender

    I basically have it done except for the main saucer top and bottom. They are huge and need to be reduced. But they are killing my anim8or.
  11. gattispilot

    Discussion Mesh making with Blender

    Better. I am making each part an.obj and then exporting from Blender. One thing I am having to do manually is some textures do not get added at the end of the mesh?
  12. gattispilot

    Discussion Mesh making with Blender

    Yes and a BIG NO It is HUGH. But I can't get her to a mesh. IN anim8or it can't make to a mesh. I took a portion of it and loaded into blender. But no success yet.
  13. gattispilot

    Project Starship version3

    @BrianJ Any idea on this. double fuelmass1 = GetFuelMass(); FUELMASS = GetPropellantMass(hProp1);// main fuel fuel_percent1 = int(100 * (fuelmass1) / (FUELMASS));//difference of ful tank versus current fuel SetAnimation(anim_FROST, fuel_percent1);//animate frost level based off of...
  14. gattispilot

    Discussion Mesh making with Blender

    Any thoughts on the colors. mainly the front dish.
  15. gattispilot

    Project Starship version3

    Not sure why the frost doesn't animate. It should scale based on the fuel level. I can remove all fuel and it goes away and add fuel but no animation until full? FUELMASS=GetPropellantMass(hProp1); fuel_percent1 = int(100 * (GetFuelMass()) / (FUELMASS)); SetAnimation(anim_FROST...
  16. gattispilot

    Discussion Mesh making with Blender

    Maybe but Have no idea what the difference would be?
  17. gattispilot

    Discussion Mesh making with Blender

    So started on the Nebula. LOTS of texturing and mesh fixes. But very rough. Not sure about the colors of the front,.... It look they may be made is Poser which I don't have? It might be nice to see it in that then could rotate the view,......
  18. gattispilot

    New to Orbiter! Any suggestions for what Addons are a MUST in your opinion?

    Welcome. As far as addons. I would say. It depends on what you want to do
  19. gattispilot

    Project Starship version3

    Thanks. that worked. Now I need to look at the tower. And may the star ship. It looks like the arm that fuels the star ship moves up and down? Shorter catch arms. And the stand is different. On the starship I am not seeing the fueling ports on my mesh. And on the booster I need to figure...
  20. gattispilot

    Project Starship version3

    Thanks. Yes I disabled attachment manager. And she gets close. But still NO attachment As I understand the code. As the booster gets near the tower should attach the booster, right? Starship:starshipvers3 STATUS Orbiting Earth RPOS 5638094.689 3175182.224 -1143795.851 RVEL 3566.1219...
Back
Top