Multiplayer Finally being created

Rtyh-12

Member
Joined
Sep 12, 2010
Messages
918
Reaction score
0
Points
16
Location
Kraken Mare
I'm beginning to think that you avoid answering how you solve all problems on purpose. You say that you will start coding immediately but you don't seem to have any idea how to solve this mountain of obstacles.

I'm not against the idea, I'm just saying that you seem to think that this project will take a few hours or so. I totally support this project, and if you do it as fast as you think you can do it, then well done, you have an IQ of 250, go and become a professional coder for a company! If you don't...well then I'm wasting my time writing this.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,655
Reaction score
2,376
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
instead of taking the 2006 code, i will be doing everything from the 2010 sdk. There will also be no LaunchPad UI for server connections. Instead i am putting it all in a MFD.

:facepalm::facepalm:

When one just isn't enough.

Don't use MFDs for non-flight data. It is just extremely stupid and a popular idiocy. Its like allowing using your speed indicator in a car for displaying your local newspaper while you drive. You can technically do that, but it brings no benefits - except purging the gene pool quickly of stupid people, but it likely also does so with intelligent people on a much higher rate.

Global plugin settings (which are not changed on a per vessel base) are perfect inside a launch pad extension. What depends on the current vessel can be done as custom dialog for accessing data from inside the simulation.

How much did you already study the API of Orbiter about the possibilities and interfaces? It sounds like you missed a big point of it. Also, you remind me that I wanted to try OpenBVE...maybe a way to take a look at what you did...
 

martins

Orbiter Founder
Orbiter Founder
Joined
Mar 31, 2008
Messages
2,448
Reaction score
462
Points
83
Website
orbit.medphys.ucl.ac.uk
There will also be no LaunchPad UI for server connections. Instead i am putting it all in a MFD.

This I strongly have to disagree with. MFDs are meant to represent flight instrumentation, they are no cheap excuse for a general user interface of simulation parameters. If you really need users to define their multiplayer parameters in-game (although I can't really see a good reason for that), you should do it via a dialog box. Abusing the MFD system just breaks the immersion. (Why would a space shuttle MFD instrument have a page for 'multiplayer options'?)

Edit: Ninja'd by urwumpe - I had a round of table-football before sending this ...
 

Bonanza123d

Time Lord from Gallifrey
Joined
Jun 18, 2010
Messages
269
Reaction score
0
Points
0
:facepalm::facepalm:

When one just isn't enough.

Don't use MFDs for non-flight data. It is just extremely stupid and a popular idiocy. Its like allowing using your speed indicator in a car for displaying your local newspaper while you drive. You can technically do that, but it brings no benefits - except purging the gene pool quickly of stupid people, but it likely also does so with intelligent people on a much higher rate.

Global plugin settings (which are not changed on a per vessel base) are perfect inside a launch pad extension. What depends on the current vessel can be done as custom dialog for accessing data from inside the simulation.

How much did you already study the API of Orbiter about the possibilities and interfaces? It sounds like you missed a big point of it. Also, you remind me that I wanted to try OpenBVE...maybe a way to take a look at what you did...

Good point. BTW The original guy that made the original MP for openBVE made a updated version. Just go to the outdated version 1.0.
 

Bonanza123d

Time Lord from Gallifrey
Joined
Jun 18, 2010
Messages
269
Reaction score
0
Points
0
Ok, Ok. I get it, bad for a mfd. Although i make it into a chat MFD and put a launchpad UI. :eek:hthedrama:
 

Mandella

Space Cultist
Donator
Joined
Apr 5, 2008
Messages
368
Reaction score
0
Points
0
I suppose I am one of the dreamers, having little coding skills, but as an end user might I make a suggestion?

I think developers are focusing too much on a "massive" multiplayer, like WOW in Spaaaace!!! Instead, I would be very happy with a limited multiplayer hosting no more than four simmers. (Like Left 4 Dead in Spaaace!!!, but with less zombies. Okay no zombies. But you see where I'm going here...)

I'd like to be able to jump into a prepared scenario with just a couple of other space enthusiasts and play for a while. Time acceleration, if needed, would be handled by a dialog box that everyone has to agree on, and anybody can halt.

I can even see this as having application to solo play, as I could run two ships simultaneously without having to tab back and forth between, or run a remote control.

I never tried it, but it sounds like the Orbiter Racing League was working on something like this? Or am I misunderstanding the direction that was going?
 

Face

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 18, 2008
Messages
4,403
Reaction score
581
Points
153
Location
Vienna
I never tried it, but it sounds like the Orbiter Racing League was working on something like this? Or am I misunderstanding the direction that was going?

ORL-online used OMP as multiplayer framework. You can get it from here.
 
Last edited:

Bonanza123d

Time Lord from Gallifrey
Joined
Jun 18, 2010
Messages
269
Reaction score
0
Points
0
I suppose I am one of the dreamers, having little coding skills, but as an end user might I make a suggestion?

I think developers are focusing too much on a "massive" multiplayer, like WOW in Spaaaace!!! Instead, I would be very happy with a limited multiplayer hosting no more than four simmers. (Like Left 4 Dead in Spaaace!!!, but with less zombies. Okay no zombies. But you see where I'm going here...)

I'd like to be able to jump into a prepared scenario with just a couple of other space enthusiasts and play for a while. Time acceleration, if needed, would be handled by a dialog box that everyone has to agree on, and anybody can halt.

I can even see this as having application to solo play, as I could run two ships simultaneously without having to tab back and forth between, or run a remote control.

I never tried it, but it sounds like the Orbiter Racing League was working on something like this? Or am I misunderstanding the direction that was going?

I am trying to get there. But now i have a new problem. I am unable to compile my stuff. All the stuff and code i have seen is for VS2005. I have '10.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,655
Reaction score
2,376
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
I am trying to get there. But now i have a new problem. I am unable to compile my stuff. All the stuff and code i have seen is for VS2005. I have '10.

And your problem is what?

If you already fail setting up a build environment for this, I look at the black side.
 

garyw

O-F Administrator
Administrator
Moderator
Addon Developer
Tutorial Publisher
Joined
May 14, 2008
Messages
10,485
Reaction score
209
Points
138
Location
Kent
Website
blog.gdwnet.com
I am trying to get there. But now i have a new problem. I am unable to compile my stuff. All the stuff and code i have seen is for VS2005. I have '10.

I have to agree with Urwumpe. Getting the dev environment setup should be the easy bit! Migrating from 2005 to 2010 should also be easy. You are saying that you are an expert programmer so I'm surprised this is an issue.

If using 2010 is such an issue why not just install the 2005 version? You did keep a backup didn't you?
 

Hielor

Defender of Truth
Donator
Beta Tester
Joined
May 30, 2008
Messages
5,580
Reaction score
2
Points
0
I am trying to get there. But now i have a new problem. I am unable to compile my stuff. All the stuff and code i have seen is for VS2005. I have '10.
That's promising.
 

hribek

Member
Joined
Jun 8, 2009
Messages
217
Reaction score
0
Points
16
Don't use MFDs for non-flight data. It is just extremely stupid and a popular idiocy. Its like allowing using your speed indicator in a car for displaying your local newspaper while you drive. You can technically do that, but it brings no benefits - except purging the gene pool quickly of stupid people, but it likely also does so with intelligent people on a much higher rate.

Global plugin settings (which are not changed on a per vessel base) are perfect inside a launch pad extension. What depends on the current vessel can be done as custom dialog for accessing data from inside the simulation.

That means Orbiter Radio MFD and the Sound Config MFD are a bad idea?
 

fort

Active member
Joined
Mar 19, 2008
Messages
1,018
Reaction score
20
Points
38
And orbiterminibar a bad idea ? :)
 

Hielor

Defender of Truth
Donator
Beta Tester
Joined
May 30, 2008
Messages
5,580
Reaction score
2
Points
0
That means Orbiter Radio MFD and the Sound Config MFD are a bad idea?
Radio, no (because listening to the radio is a perfectly reasonable thing to do in the cockpit).

Sound Config, yes. This should be an external configuration dialog.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,655
Reaction score
2,376
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
That means Orbiter Radio MFD and the Sound Config MFD are a bad idea?

Radio MFD is at the edge since it does a lot of settings stuff, but most of it fits into the role. Sound Config MFD is a bad idea.

And orbiterminibar a bad idea ? :)

Yes. Should be a custom function.

---------- Post added at 08:18 PM ---------- Previous post was at 08:12 PM ----------

of course, it should be mentioned, that the two MFDs of OrbiterSound are relicts of a time, when orbiter had only MFDs for such duties, not even vessel dialogs had been supported back then.
 

Izack

Non sequitur
Addon Developer
Joined
Feb 4, 2010
Messages
6,665
Reaction score
13
Points
113
Location
The Wilderness, N.B.
Sound Config MFD is a bad idea.
Is it? I quite like being able to change the mp3 track with a few keyboard shortcuts instead of opening the custom dialog menu, finding the sound config and selecting a new track.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,655
Reaction score
2,376
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
Is it? I quite like being able to change the mp3 track with a few keyboard shortcuts instead of opening the custom dialog menu, finding the sound config and selecting a new track.

Make a small dialog with a few buttons like a cassette player and use it instead. could fit easily into the corner of the display, without disturbing you too much...
 

Wishbone

Clueless developer
Addon Developer
Joined
Sep 12, 2010
Messages
2,421
Reaction score
1
Points
0
Location
Moscow
Orbiter minibar? I suppose we are running a dry ship, aren't we?
 
Top