On Fri, 8 Jun 2012, Ronny Standtke wrote:
> seems to be http://www.openbve.org/.

There are few different people offering continuity forks; I'm tempted
to hold off doing any more newer Debian releases until things have
regrouped and stabilised and instead do a cherry-picked backport for
the 'packages.dat' location that Openbve tries to fetch.

> The site openbve tries to connect to (http://trainsimframework.org/)

Attached is the cherry-picked diff for updating the URLs; that should
fix this bug #676665, should be minimal enough to be Ubuntu SRU-able:

  Update in-game 'packages.dat' fetch locations

  This changes from a single 'trainsimframework.org' location to two
  sites hosted by Anthony Bowden and Odakyufan respectively.

  This was cherry-picked from the Odakyufan Openbve 1.4.1.2a tarball at:

    http://odakyufan.zxq.net/openbve/
    http://www.mediafire.com/download.php?xa6n5vp9euna0eu
    md5sum *
      1771e60bb900e9b9711949803748ce85 openbve1412a.7z

Ronny: are you in a position to test in this fix works for you; if so
we can package and upload it.

        -Paul
Update in-game 'packages.dat' fetch locations

This changes from a single 'trainsimframework.org' location to two
sites hosted by Anthony Bowden and Odakyufan respectively.

This was cherry-picked from the Odakyufan Openbve 1.4.1.2a tarball at:

  http://odakyufan.zxq.net/openbve/
  http://www.mediafire.com/download.php?xa6n5vp9euna0eu
  md5sum *
    1771e60bb900e9b9711949803748ce85 openbve1412a.7z

diff --git a/openBVE/OpenBve/OldCode/formMain.GetAddOns.cs 
b/Source/openBVE/OpenBve/OldCode/formMain.GetAddOns.cs
index 56bf6fa..3d5958b 100644
--- a/openBVE/OpenBve/OldCode/formMain.GetAddOns.cs
+++ b/Source/openBVE/OpenBve/OldCode/formMain.GetAddOns.cs
@@ -76,7 +76,9 @@
                private void ConnectToServer() {

                        string[] urls = new string[] {

-                               
"http://trainsimframework.org/common/packages.dat";

+                               "http://www.railsimroutes.net/packages.dat";,

+                               "http://odakyufan.zxq.net/packages.dat";

                        };

                        string[] names = new string[] {

-                               "trainsimframework.org"

+                               "railsimroutes.net",

+                               "odakyufan.zxq.net"

                        };

Reply via email to