Dig Gil
LearninProgram,Slackin DigTech
- Joined
- Aug 2, 2008
- Messages
- 463
- Reaction score
- 0
- Points
- 0
- Location
- Between Azores and New Zealand
- Website
- dig-orbiter.blogspot.com
I'll start to model a Range Rover for this!
so i hear it's tuesday in a coupe of hours![]()
What ? at my Spacetech's desk my clock show sunday 25 may 2058 !![]()

I just forgot to transfert DGIV crew to Arrow and when we opened the sas 3 years later all crews were mummyfied. "Oops" said the commander.
I just forgot to transfert DGIV crew to Arrow and when we opened the sas 3 years later all crews were mummyfied. "Oops" said the commander.
Dan
I don't even want to think about how many default DGIV crews I've smashed, drowned, suffocated, blown up...
I have already started a rescue project for the 5-6 Black Dart pilots, that disappeared in the subspace fabric until I found out what makes me fail the transfer.
With the cargo add-on, I might maybe be able to transfer food and medication to them...
Let me guess: they are in Cardiff.
Man that looks awesome.After a base deployement on Ganymed I'm continuing my trip to Saturn.
Playing is an essential step as said, it allowed me to tune several things about time acceleration, ATC radio, ergonomy and kill somes bugs.
Now I'm around Iapetus, didn't forget to put the DGIV in safe mode and before landing I'll start to modify the DGIV to use the new cargo SDK and a new light class that look the same but doesn't use thruster, (Orbiter doesn't like those fake thruster)
Once done DGIV will be more stable with lights on (strobe etc) and will be able to carry four UCGO payload as well as old style payload (that will remain "inert", backward compatility have limit if you want thoses addons for one Tuesday)
Around Iapetus with beautiful Rolf's Lvl 8, heading for lower Orbit:
![]()
Dan
Biggest understatement in history!Man that looks awesome.
Around Iapetus with beautiful Rolf's Lvl 8, heading for lower Orbit:
![]()
Dan
Does that say "magnet items only? Nice touch, but it would be more correct if it was "magnetic objects only", or, better yet, "magnetized objects only".
BTW NEW:
-Right display allow now user to have four page of custom text like check list, reminder etc. You just need to edit four *.txt file and you can keep your own help handy. (CHCK new button to display/cycle the page)
-New button for ATC chatter: ON/Off , Volume, Channel
Atc chatter play random radio sound just for ambiance, delay of playing depend of altitude (more frequent near ground)
You can switch beetween 3 channel that contain each 10 wav.
By defaut you'll have 30 real aviation ATC sound but of course you can replace the 30 sound by your own.
DGIV updated with new light system, working now on Cargo. The DGIV as well as the Arrow use the C++ SDK that author will have also. This ensure that the class is tested and working.
Dan
Is the Arrow going to require any changes to Orbiter Sound?
[COLOR=DarkGreen]// just put those below in correct Orbiter callback:[/COLOR]
hUcgo.LoadCargoFromScenario();
hUcgo.SaveCargoToScenario();
hUcgo.SetUcgoVisual();
[COLOR=DarkGreen]// init[/COLOR]
hUcgo.Init()
hUcgo.DeclareCargoSlot()
hUcgo.SetMaxCargoMassAcceptable()
hUcgo.SetGrappleDistance()
hUcgo.SetReleaseSpeedInSpace()
[COLOR=DarkGreen]// runtime:[/COLOR]
hUcgo.WarnUserUCGONotInstalled("DGIV-2");
hUcgo.GrappleOneCargo();
hUcgo.ReleaseOneCargo();
hUcgo.GetNbrCargoLoaded();
hUcgo.EatCloserCargoByType();