News ORBITER ADDON COMPETITION DEVELOPMENT THREAD

Nickmick95

New member
Joined
Jul 28, 2008
Messages
159
Reaction score
0
Points
0
Hello, everyone, I would just like to start a new thread that would have all the people who entered in the ORBITER ADDON COMPETITION post their developments on the addons they are working on. Note: Anyone who as entered and has questions about how to develop your addon or your just plain stuck, post it on here.:)
 

MajorTom

Ker-splash!
Addon Developer
Donator
Joined
Mar 28, 2008
Messages
354
Reaction score
1
Points
0
Location
Puget Sound
ok, in this case, can someone tell me how to make working pod engines like on the shuttle-a?:(

I'm pretty sure you'll need to write your own DLL (module) but fortunately the Shuttle-A code is included in the Orbiter SDK.
 

Istochnikov

Costa Rica Space Systems' CEO
Addon Developer
Joined
Mar 30, 2008
Messages
250
Reaction score
1
Points
16
Location
Heredia↔Sn Pedro↔Nicoya
I have one question:
How can i alternate engines in sequential order? (left right, left right, both) in sequential order?
 

Istochnikov

Costa Rica Space Systems' CEO
Addon Developer
Joined
Mar 30, 2008
Messages
250
Reaction score
1
Points
16
Location
Heredia↔Sn Pedro↔Nicoya

If you has a "WTF power squared"-face yet, the thing i ask is simple...

I want that in the even-number engine starts the left engine turns on... :) :p

eeonedl2.jpg


... in the odd-number engine starts, the right engine turns on... :p :)

eetwohb4.jpg


... and finally, after a definite number of engine starts, both engines turn on simultaneously... :p :p

eebothzr9.bmp


and the thrust generated by them affecte the ship :p:p:p

Clear now?

Ah!!! And other 2 questions...

How can i had sun pointing solar panels and/or earth-facing antennae? The explanation i see in the old forum is a little un-understeable for a hard-headed guy like me :p

And finally...

How can put info in a HUD? :p
 
Last edited:

Mission_CDR

New member
Joined
Mar 28, 2008
Messages
164
Reaction score
0
Points
0
I need to modify some DDS files, how do I open them?
 

Istochnikov

Costa Rica Space Systems' CEO
Addon Developer
Joined
Mar 30, 2008
Messages
250
Reaction score
1
Points
16
Location
Heredia↔Sn Pedro↔Nicoya
http://developer.nvidia.com/object/photoshop_dds_plugins.html

A kit from Nvidia for Adobe Photoshop

This installer contains two plug-ins. The first creates normal maps from height maps for per pixel rendering. The other is a DXTC texture compression plugin for Adobe Photoshop that allows you to open and save .dds files in RGB format. It reads and writes .dds files compressed or uncompressed.
 

NukeET

Gen 1:1
Addon Developer
Donator
Joined
Oct 16, 2007
Messages
1,035
Reaction score
93
Points
63
Location
UT_SLC
Website
sites.google.com
Window mesh a little too transparent

While working on my entry for the Orbiter Add-On competition, I ran across this problem:

When the window mesh is present, it allows you to see through the entire building. When it isn't, you can see the inside of the building.

For the sake of realism, I'd like to have the window present and just see the inside of the building. Any suggestions?

Screen shots:

no_window.jpg


Without window mesh present.

with_window.jpg


With window present.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,924
Reaction score
232
Points
138
Location
Cape
I depends on which order in the mesh it falls. If the window is after it, you will see it. This is true for the order in the scenario also.
 

NukeET

Gen 1:1
Addon Developer
Donator
Joined
Oct 16, 2007
Messages
1,035
Reaction score
93
Points
63
Location
UT_SLC
Website
sites.google.com
I depends on which order in the mesh it falls. If the window is after it, you will see it. This is true for the order in the scenario also.

Do you mean the group that defines the window and where it resides within the mesh file?

I have seen in scenario and config files where a certain order is preferred over another.
 

Mission_CDR

New member
Joined
Mar 28, 2008
Messages
164
Reaction score
0
Points
0
I submit KIAH as my finished product, what do we gain if we win?
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,924
Reaction score
232
Points
138
Location
Cape

Talon1

Semi-Intermediate Add-on Dev.
Addon Developer
Joined
Aug 16, 2008
Messages
282
Reaction score
0
Points
0
Location
Secret Underground Moon Base? XD
A Note to all contestants: I just got word that Nickmick95 has been banned for good so if anyone else wants to take over for him, then tell us on this thread; otherwise, i'll take over:)
 

Hielor

Defender of Truth
Donator
Beta Tester
Joined
May 30, 2008
Messages
5,580
Reaction score
2
Points
0
Do you mean the group that defines the window and where it resides within the mesh file?

I have seen in scenario and config files where a certain order is preferred over another.

Don't know if you solved this problem already or got an answer elsewhere, but:

The entire scene behind a transparent object needs to be constructed before the transparent object, or else you won't see it. It's a z-buffer thing.

Solution: put transparent groups as the last groups in your .msh file.
 

unussapiens

Addon Developer
Addon Developer
Joined
Oct 31, 2007
Messages
350
Reaction score
13
Points
18
Location
Melbourne, Australia
Website
nickgrant.id.au
--Official Resignation--

I was planning on entering my Unity, but have since become involved with ISSU, which has encompassed Unity and delayed it in favour of other modules. Therefore I am pulling out of the competition.
 
Top