#openttdcoop NewGrf Package 7-beta1

#openttdcoop NewGrf Package 7-beat1 (554,3KB)


After two month without any progress and some weeks with a lot of discussions, decisions and of course work, we finally release the first beta version of the #openttdcoop NewGrf Package Version 7. This is another big step, because we decided to change the way we administrate NewGrf files. To cut a long story short, we control the files now with Subversion, a versioning system. A lot of you might know this system, because it is used buy our all beloved OpenTTD game as well and those revision numbers are generated by svn.
It is definitely worth too look into svn and add the package to your OpenTTD data/ folder with this method, it saves you a lot of time and traffic. Methods, how to do this, are shown below.
Of course we will provide the normal packages (*.zip, *.rar, *.7z, etc.) as well, to reach all users.

A major and great update is the inclusion of the OpenGFX – 8bpp Graphics Replacement Project. Of course there are many more updates, check the Package History.

Download

Legacy Pack

The Legacy Pack is introduced to ensure compatibility to servers using an older version of our package. Updating a NewGrf file in our package is replacing the old file with a newer version. If a server uses the old version of this file, you are not able to join anymore. Keeping every version of this file in the NewGrf Package would make it incredibly big after a few new versions. Keep in mind that some files are bigger than 1MB. That would be absolutely uneconomical.
In a few words: if you want to get rid of Version 6, but want to keep OpenTTD compatible to Version 6 Servers with Version 7, download this package.
Download

MD5 Sums

Full Packages:
c8ba7db917556055aa5203a78d3acdee ottdc_grfpack_7-beta1.7z
f7518fd6c716ab70a05bf9aec8265a39 ottdc_grfpack_7-beta1.exe
34cbfbb3ac1a670f59136907f17fadcf ottdc_grfpack_7-beta1.rar
5e0adf9829abe9d871601bf0842fa228 ottdc_grfpack_7-beta1.tar.gz
ed303a69f709923f2094231989f13c82 ottdc_grfpack_7-beta1.zip

Update Packages:
99d900050996ae5a8ff0bd608955b960 ottdc_grfpack_7-beta1_up6.7z
99d0a5bd30890dc5732dde846d6b643c ottdc_grfpack_7-beta1_up6.exe
039b3150a73c373e07f7a043263907b5 ottdc_grfpack_7-beta1_up6.rar
4cdd9d65d22aa6e6a315963763367458 ottdc_grfpack_7-beta1_up6.tar.gz
a6de13642f026f9099ef91d16ce12c62 ottdc_grfpack_7-beta1_up6.zip

Legacy Packages:
d28d66babad64b3498416a4c7aad2278 ottdc_grfpack_7-beta1_legacy6.7z
b6b4d34a7b5c1959d1645b6d3930c966 ottdc_grfpack_7-beta1_legacy6.exe
07001e9d4ff148cc9c6badfedc3c2a8d ottdc_grfpack_7-beta1_legacy6.rar
8d0865809a060af003e00d09910a9ca7 ottdc_grfpack_7-beta1_legacy6.tar.gz
c1b4aa8d3212e1516115da67144cd5c3 ottdc_grfpack_7-beta1_legacy6.zip

Subversion

Even easier and more handy is using subversion to update your copy of the NewGrf Package. You can use a secure connection with SSL if you replace http with https.
Installing a new working copy:
$ svn co -r 60 http://svn.openttdcoop.org/grfpack/trunk ottdc_grfpack
If you already have a working copy, you have to update it:
$ cd ottdc_grfpack
$ svn up -r 60 .

Installing a new tag:
$ mkdir ottdc_grfpack
$ cd ottdc_grfpack
$ svn co http://svn.openttdcoop.org/grfpack/tags/7-beta1 .

If you export a revision, you won’t retrieve .svn files. Instead it is just the same data as in the package:
$ svn export http://svn.openttdcoop.org/grfpack/tags/7-beta1 ottdc_grfpack

What can you do?

  • If you are familiar with svn and interested in helping to develop this package, contact us.
  • A NewGrf file in our package is updated, report it at our suggestion page
  • Report problems, bugs and other issues at our IRC-Channel

7 comments so far

  1. Mucht February 29, 2008 13:46

    Just: WOW

  2. Sedontane February 29, 2008 18:27

    whats the svn link? My Tortoise svn doesnt like those

    oh and YaY!

  3. Osai February 29, 2008 21:27

    Phew…
    Sed I just rechecked the svn links and they work. It is not necessary to have a login or auth. IIRC reading the repository is possible anonymously.

  4. dih February 29, 2008 23:20

    i think https is still requireing authentication… i shall add the option to checkout anon. via https tomorrow 🙂

  5. Sedontane February 29, 2008 23:52
  6. Sedontane February 29, 2008 23:53

    Ahhh

    ok found it

  7. Ammler March 8, 2008 23:41

    anonymously accessing svn is only recommend to tags. But you can browse nightly trunk here: http://www.openttdcoop.org/newgrfs/trunk/ and watch changes here: http://www.openttdcoop.org/newgrfs/grfpack_svn.log

    Howto for svn work with tags:
    #checkout:
    svn checkout http://svn.openttdcoop.org/grfpack/tags/6 ottdc_grfpack
    #update:
    cd ottdc_grfpack
    svn switch http://svn.openttdcoop.org/grfpack/tags/7-beta1
    #list:
    svn list http://svn.openttdcoop.org/grfpack/tags/

Leave a comment

Please be polite and on topic. Your email-address will never be published.