FlightGear Multiplayer Server: Difference between revisions

Jump to navigation Jump to search
(Remove quotes)
Line 21: Line 21:


== Future Plans and Development ==
== Future Plans and Development ==
It should also be possible to join some of the multiplayer and replay code. The replay system could use the existing encoder of the multiplay manager to generate the data packets - but then record them locally instead of transmitting them via UDP. During replay, these packets could then also be decoded by existing multiplayer code. Might be worth a thought, if someone wanted to dig into this area.
It should also be possible to join some of the multiplayer and replay code. The replay system could use the existing encoder of the multiplay manager to generate the data packets - but then record them locally instead of transmitting them via UDP. During replay, these packets could then also be decoded by existing multiplayer code. Might be worth a thought, if someone wanted to dig into this area.  <ref> {{cite web |url=http://sourceforge.net/p/flightgear/mailman/message/27298821/
   <ref> {{cite web |url=http://sourceforge.net/p/flightgear/mailman/message/27298821/
     |title=<nowiki>Re: [Flightgear-devel] Replay system</nowiki>
     |title=<nowiki>Re: [Flightgear-devel] Replay system</nowiki>
     |author=<nowiki>ThorstenB</nowiki>
     |author=<nowiki>ThorstenB</nowiki>
Line 29: Line 28:


ThorstenB's above idea would have been to drop the classic replay functionality, and instead use the MP subsystem to record both incoming and outgoing data (some extra properties would still need to be recorded, though, such as weather stuff). This would allow replay of MP happenings properly.
ThorstenB's above idea would have been to drop the classic replay functionality, and instead use the MP subsystem to record both incoming and outgoing data (some extra properties would still need to be recorded, though, such as weather stuff). This would allow replay of MP happenings properly.
Eventually we could also have offline rendering with custom camera paths and such goodies.
Eventually we could also have offline rendering with custom camera paths and such goodies.<ref>{{cite web |url=http://sourceforge.net/p/flightgear/mailman/message/28062569/
<ref>{{cite web |url=http://sourceforge.net/p/flightgear/mailman/message/28062569/
     |title=<nowiki>Re: [Flightgear-devel] flight recorder / replay system</nowiki>
     |title=<nowiki>Re: [Flightgear-devel] flight recorder / replay system</nowiki>
     |author=<nowiki>Csaba Halász</nowiki>
     |author=<nowiki>Csaba Halász</nowiki>
Line 36: Line 34:
   }}
   }}
</ref>
</ref>
== Related articles ==
== Related articles ==
* [[Howto: Set up a multiplayer server]]
* [[Howto: Set up a multiplayer server]]

Navigation menu