Skip to content

Commit

Permalink
changes for initial release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrook1445 committed Jun 30, 2020
1 parent 8565464 commit a2da2ae
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
NewGRF for OpenTTD - Passenger, courier, and goods trams including articulated vehicles. Fork of Zephyris' Generic Tram Set v0.4

1. About
Passenger, courier, and goods trams including articulated vehicles. Fork of Zephyris' Generic Tram Set v0.4. I wanted to update this set with some new stats and also ensure it could refit to new cargos. Also an opportunity to work with some nfo. :thinking:

Passenger, courier, and goods trams including articulated vehicles. Fork of Zephyris' Generic Tram Set v0.4. I wanted to update this set with some new stats and also ensure it could refit to more new cargos. Useful for transporting pax/tourists and town cargos; not suitable for raw materials transport. Also an opportunity to work with nfo. :thinking:

1. Compatibility

Compatibility with any newgrf is not guaranteed. No warranties are expressed or implied. Not tested with OpenTTD versions < 1.7.2.

Not valid for Toyland.
Expand All @@ -24,7 +24,7 @@ NewGRF for OpenTTD - Passenger, courier, and goods trams including articulated v

A single nfo file (plus a png and a wav), compiled with grfcodec. I built this newgrf on Linux Mint 19.3 using grfcodec version 6.0.6 r991.

1. Licence
1. License

CC-BY-NC-SA v3.0

Expand Down
6 changes: 5 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ then
tar cvf wannaroo-city-trams.tar wannaroo-city-trams
cp -i wannaroo-city-trams.tar $HOME/.openttd/newgrf
# cp -i wannaroo-city-trams.grf $HOME/.openttd/newgrf
echo -e "\e[92m*** build successful ***"
else
echo "could not build newgrf"
echo -e "\e[91m*** grfcodec could not build newgrf ***"
fi
echo "grfcodec info:"
echo "---------------"
grfcodec -v

6 changes: 3 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Wannaroo City Trams

1.0 - 2020-05-xx
1.0.0 - 2020-06-30
-----------------------------------------------------------
Initial release

Fork of Zephyris' Generic Tram Set v0.4:

1. Modified grfid.
2. Added readme, license, changelog to tar file.
3. Updated grf version from 06 to 08 so we can use rv property 24.
2. Add readme, license, changelog to tar file.
3. Update grf version from 06 to 08 so we can use rv property 24.
4. Passenger trams refit to tourists.
5. Courier trams refit to mail + armoured cargo.
6. Goods trams refit to express cargo + water.
Expand Down
Binary file added generic-trams-license-20200630.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions sprites/wannaroo-city-trams.nfo
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// Escapes: D= = DR D+ = DF D- = DC Du* = DM D* = DnF Du<< = DnC D<< = DO D& D| Du/ D/ Du% D%
// Format: spritenum imagefile depth xpos ypos xsize ysize xrel yrel zoom flags
0 * 4 35 01 00 00
1 * 19 14 "CINFOBVRSN" \w4 \d10 00 00
2 * 19 14 "CINFOBMINV" \w4 \d10 00 00
1 * 19 14 "CINFOBVRSN" \w4 \d1000 00 00
2 * 19 14 "CINFOBMINV" \w4 \d1000 00 00
3 * 63 14 "CINFOTURL_" 00 "https://github.com/jrook1445/wannaroo-city-trams" 00 00 00
4 * 16 14 "CINFOBPALS" \w1 "W" 00 00
5 * 268 08 08 "jdr" 89 "Wannaroo City Trams" 00 "\nPassenger, "
5 * 268 08 08 "jdr" 0B "Wannaroo City Trams" 00 "\nPassenger, "
"courier, and goods trams including articulated vehicles.\n\n"
"Fork of Zephyris' Generic Tram Set v0.4\n\n"
"Grateful credit for the original to Richard Wheeler (Zephyris). "
Expand Down

0 comments on commit a2da2ae

Please sign in to comment.