Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
So, if tomorrow I fly to asteroid belt, mine 5,000kg of uranium and then bring it back to Earth (e.g. it all took 2 yeras simtime) and sell, I'll have to wait till real November 2011 to buy something from another player, remaining in realtime?
Unfortunately, I can't create one. I've PMed the contents.
---------- Post added at 17:26 ---------- Previous post was at 17:18 ----------
Maybe I just miss the point... Where would be the interaction in Face's scheme? Every player would detach to his own universe everytime he heads to Moon...
Well, it's not always possible to have a station in reach; imagine mining or reconaissance mission requiring 2 or more days or just a realtime Earth-moon trip.
That's a fair point and worth futher discussion.
What is "long distance"? Io-Callisto trip is quite a flight in real time ;) "Real"...
That's quite a good idea, solving the problem with logoff; to not lose your craft you must ensure you are docked at the station, in the stable orbit, or have your autopilot programmed well. Though this may raise performance problems, namely with too many "unpiloted" crafts.
Well, I don't think...
It's gonna be either a distributed addon set requiring separate install, either addon control system, assuring that client has every addon enabled on server. The exact variant will be chosen when other design parts are complete.
Well, are we finised with donuts discussion?..
I've created a repository for the project: http://bitbucket.org/darkwanderer/mmorbiter/
Please sign in for access.
As for the main topic:
My vision of "realistic" sci-fi (Orbiter is already sci-fi) is a resource-based economy with additional...
I didn't say I don't want to do. I said I won't manage to lead.
Well, if noone objects - I'm in too.
I'd say that in addition to forum, distributed development would require an SVN repository. However, free hostings expose the source code to public, so the question is: can it be made public...
Well, DDR problem usually results in bluescreens, not in short freezes.
Does the problem appear with other games/apps? If not - guess n72.75 is right. Orbiter isn't quite friendly to integrated video.
The conversation was not killed, we just took our time to digest your wisdom ;)
Well, that's why we're talking about actual multiplayer. Take any other multiplayer game: what happens if player A and player B try to pick up the same item? The item goes to whoever picks it first (from the server...
Is your hard drive LED flashing during such freezes?
Try next steps:
1.Update your antivirus definitions and do a full scan. If you use a free "antivirus" like Avast/Avira, download and install a trial version of a real antivirus (Kaspersky or NOD32, these are the best choice for home use)...
Around 25 plus many various just to download files restricted to members.
3-5 everyday, around 10 more from time to time.
A discussion interesting to join.
Moderators using their rights to control compliance to them, not to the rules.
When I worked in a system integration company, I've often needed to discuss sensitive technical matters via e-mail. As there were some large client companies (e.g. air carriers or banks) - disclosure of details of thier IT-infrastructure could be quite damaging, so encryption was essential. So...
The problem is simplier: the rest temperature of the flow depends only on initial temperature and mach number. Whatever is the trajectory you choose - you will experience similar temperature conditions. And heat dissipation both due to emission and due to ablation would only be significant...
The fork may be in right position, but the mesh drawed with "MESHVIS_COCKPIT" IIRC is drawed above everything. So, just leave only one forks model with "MESHVIS_ALWAYS" attribute.
eveningsky339:
The problem is definitely with the constructor declaration, you have something like
class RaytheonCEV : public VESSEL2
{
int RaytheonCEV (OBJHANDLE hObj, int fmodel);
}
instead of
class RaytheonCEV : public VESSEL2
{
RaytheonCEV (OBJHANDLE hObj, int fmodel);
}
in your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.