DPRK Stations 1.4, Addon 1.2 (08-08-2019)

Find and discuss all the latest NewGRF releases for TTDPatch and OpenTTD here.

Moderator: Graphics Moderators

Post Reply
User avatar
Erato
Chief Executive
Chief Executive
Posts: 740
Joined: 25 May 2015 09:09
Location: The Netherlands

DPRK Stations 1.4, Addon 1.2 (08-08-2019)

Post by Erato »

DPRK Stations Set
This set contains a large variety of station platforms and station buildings based on stations from the DPRK.
Image

Download:
DPRK_Stations_1.4.grf
(215.16 KiB) Downloaded 283 times
Also available on BaNaNaS!

Changelog:
1.4 (08-08-2019):
Feature: Added new categories to make navigating easier
Changed: Level crossings now match the tracks in DPRK Tracks
1.3 (11-11-2018):
Fixed: buffers appearing behind platforms
Fixed: overpasses not showing properly
1.2 (27-09-2018):
Fixed: platforms glitching through each other when a train is at the station
1.1 (19-08-2018):
Fixed: Buffer stops having the wrong layout.
Fixed: Buffer stop platform missing.
1.0 (19-08-2018):
Added: Metal Overpass
Added: Concrete Overpass
Added: Pyongyang Building
Added: Roofed Platforms
Added: Buffer stops
Added: Full-tile Platforms
Changed: Roof of the Kwangok building is now somewhat darker.
0.2 (10-08-2018):
Added: Underpass
Fixed: Changed a name
0.1 (09-08-2018):
Initial Release

DPRK Stations Addon Set
Image
Download:
DPRK_Stations_Addon_1.2.grf
(153.05 KiB) Downloaded 220 times
Also available on BaNaNaS!

Changelog:
1.2 (08-08-2019):
Added: Metro Stations
Added: Station ends with station signs
Added: Pedestrian crossings with station signs
Feature: Added new categories to make navigating easier
Changed: Level crossings now match the tracks in DPRK Tracks
Changed: IDs are now in hexadecimal
1.1 (28-07-2019):
Fixed: Roofed platforms not appearing correctly when electrified rails used.
1.0 (07-12-2018):
Added: Sinuiju Station Building
Added: Gaeseong Station Building
Added: Generic Rural Station Building
Added: Kwangok Station Building (as a 1x2 tile)
Added: Signalbox Waypoints
0.1 (11-11-2018):
Initial Release

Credits:
Coding: Erato
Graphics: Erato

License:
CC BY-NC
This means you are free to use my material as you wish, as long as you:
1) Give credit
2) Don't make money off of it.
You are allowed to re-license the adaptive material as you wish.

Making stations:
[+] Spoiler
To make stations you can choose to code them in NFO and M4NFO. NFO is very hard though, so you might consider M4NFO.
The installation instructions for M4NFO on Windows aren't quite correct and complete, so here's how I did it:
1) Get a separate folder `path/`
2) Download grfcodec from https://www.openttd.org/en/download-grfcodec, unzip and put it in this folder
-- `path/grfcodec.exe` should now be the path for `grfcodec.exe`
3) Download the "Binaries" and "Dependencies" from http://gnuwin32.sourceforge.net/packages/m4.htm
-- You now have 2 .zip files, `m4-1.4.14-1-dep.zip` and `m4-1.4.14-1-bin.zip`
4) Put the contents of these files in `path/`
-- `path/bin/` should now contain `m4.exe` and `regex2.dll`
5) Download your module of choice from http://www.ttdpatch.de/grfspecs/m4nfoMa ... nload.html (let's do stations)
-- You now have a zip file called `m4nfo_stations`
6) Unzip and put the `.m4` files in `path/`
-- `path/` should now contain `count.m4 and m4nfo_stations.m4`
7) Make a `.bat` file that looks absolutely nothing like what the tutorial wants you to make:

Code: Select all

bin\m4.exe -R m4nfo_stations.m4 < src\YOURNEWGRF.nfx > src\YOURNEWGRF.nfo
copy count.m4 + src\YOURNEWGRF.nfo test.tt
bin\m4.exe test.tt > src\YOURNEWGRF.nfo
nforenum.exe src\YOURNEWGRF.nfo
grfcodec.exe -e YOURNEWGRF.grf src
where `YOURNEWGRF` is the filename of your NewGRF and `src` the folder in which your m4 source code, `YOURNEWGRF.nfx` is.

If you run this `.bat` file, it should produce the `.grf` file. If your run it in the command prompt, you'll see the log, should you want to, this way you can see if there are any errors.

Now lastly, make sure the very first line of `YOURNEWGRF.nfx` reads:
```setfeature(_STATION)``` or whatever feature you want to use.

Please do not comment with questions about m4nfo installation.
If you've installed M4NFO, please take a look at the official tutorials first.
If you want to see an example of m4nfo, this project, unlike other m4nfo projects, is completely open-source, so feel free to look into the code of this project.

Links to related works:
The North Korean Sets - These sets add a large variety of vehicles used in the DPRK - North Korea. This is also the development thread.
Attachments
Source_DPRK_Stations_Addon_1.2.rar
(102.4 KiB) Downloaded 181 times
Last edited by Erato on 07 Aug 2019 23:44, edited 13 times in total.
No pics no clicks. Seriously.
ImageImageImageImageImageImage
User avatar
Gwyd
Chief Executive
Chief Executive
Posts: 721
Joined: 17 Apr 2017 16:52
Location: Western Ile-de-France Region

Re: DRPK Stations 0.1 (09-08-2018)

Post by Gwyd »

Wow! Always nice to see a new station set, interesting it's in a different language. Great to see some accessible source code for it too!
ps watch this space
User avatar
Erato
Chief Executive
Chief Executive
Posts: 740
Joined: 25 May 2015 09:09
Location: The Netherlands

Re: DRPK Stations 0.1 (09-08-2018)

Post by Erato »

Small update! We now have underpasses.
0.2 - 10/08/2018
Changelog:
Added: Underpass
Fixed: Changed a name.
Attachments
DPRK_Stations_0.2.grf
(136.7 KiB) Downloaded 268 times
Source DPRK Stations 0.2.rar
(79.32 KiB) Downloaded 236 times
No pics no clicks. Seriously.
ImageImageImageImageImageImage
User avatar
STD
Tycoon
Tycoon
Posts: 1810
Joined: 02 Jul 2012 14:53
Location: Russia, Samara

Re: DRPK Stations 0.1 (09-08-2018)

Post by STD »

I am also very pleased to see the new set of railway stations. Excellent work :wink: .
[OpenTTD] STD screenshots
----------------------------------------------------------------------------------------------------------------------------------
[OpenTTD] STD saved games - My finished scenarios and saves from the game
My Youtube channel - OpenTTD | Wiki xUSSR set (RU) | Wiki xUSSR set (EN) | Download the latest version of the xUSSR set
TT Screenshot of the Month - the page editor | Screenshot Of The Month Contest Winner: August 2017
User avatar
Erato
Chief Executive
Chief Executive
Posts: 740
Joined: 25 May 2015 09:09
Location: The Netherlands

Re: DPRK Stations 0.2 (10-08-2018)

Post by Erato »

After encountering the same bug Gwyd has, and creating a bodge to get it to work, I managed to finish up the set with all new platforms and station buildings.
Image
1.0 - 19/08/2018
DPRK_Stations_1.0.grf
(215.13 KiB) Downloaded 295 times
Changelog:
Added: Metal Overpass
Added: Concrete Overpass
Added: Pyongyang Building
Added: Roofed Platforms
Added: Buffer stops
Added: Full-tile Platforms
Changed: Roof of the Kwangok building is now somewhat darker.
Attachments
Source DPRK Stations 1.0.rar
(103.85 KiB) Downloaded 199 times
No pics no clicks. Seriously.
ImageImageImageImageImageImage
User avatar
Erato
Chief Executive
Chief Executive
Posts: 740
Joined: 25 May 2015 09:09
Location: The Netherlands

Re: DPRK Stations 1.0 (19-08-2018)

Post by Erato »

Of course. There's a bug.
1.1 - 19/08/2018
DPRK_Stations_1.1.grf
(215.09 KiB) Downloaded 288 times
Changelog:
Fixed: Buffer stops having the wrong layout.
Fixed: Buffer stop platform missing.
Attachments
Source DPRK Stations 1.1.rar
(103.85 KiB) Downloaded 192 times
No pics no clicks. Seriously.
ImageImageImageImageImageImage
Colt_An2
Engineer
Engineer
Posts: 6
Joined: 28 Aug 2018 05:42

Re: DPRK Stations 1.1 (19-08-2018)

Post by Colt_An2 »

Now that's a cool project, are there more East/Socialist bloc themed mods for the game? I'd have some fun doing an East German or Yugoslav city.
User avatar
Erato
Chief Executive
Chief Executive
Posts: 740
Joined: 25 May 2015 09:09
Location: The Netherlands

Re: DPRK Stations 1.1 (19-08-2018)

Post by Erato »

Colt_An2 wrote:Now that's a cool project, are there more East/Socialist bloc themed mods for the game? I'd have some fun doing an East German or Yugoslav city.
Besides my DPRK sets, I only know xUSSR, which contains trains from the Soviets Union and Russia
No pics no clicks. Seriously.
ImageImageImageImageImageImage
FlippyReaper
Engineer
Engineer
Posts: 2
Joined: 23 Aug 2017 16:52
Location: Czech Republic

Re: DPRK Stations 1.1 (19-08-2018)

Post by FlippyReaper »

Colt_An2 wrote:Now that's a cool project, are there more East/Socialist bloc themed mods for the game? I'd have some fun doing an East German or Yugoslav city.
There are sets placed in Czechoslovakia, which was part of Eastern bloc - I'm/was using CSDSet and Czech Railway Set includes trains, CS Stations set includes train stations , is CS bus set/Long vehicles are some socialist buses and truck (Karosa etc.), Ikarus set for Ikarus buses, CS Salina set for Czechoslovakian Tatra a Škoda trams and Polish building set has very nice panel buildings.

There is also Polish Road Set/Polroad, PolTrams and Hungarian Truck Set which includes some vehicles from Soviet era, but I hadn't played with them yet


P.S.
This is really nice set, great job Erato! :wink:
User avatar
Erato
Chief Executive
Chief Executive
Posts: 740
Joined: 25 May 2015 09:09
Location: The Netherlands

Re: DPRK Stations 1.1 (19-08-2018)

Post by Erato »

Nothing new, but I fixed a rather major glitch.
1.2 - 27/09/2018
DPRK_Stations_1.2.grf
(215.09 KiB) Downloaded 289 times
Changelog:
Fixed: platforms glitching through each other when a train is at the station
Attachments
Source DPRK Stations 1.2.rar
(103.84 KiB) Downloaded 200 times
No pics no clicks. Seriously.
ImageImageImageImageImageImage
User avatar
Erato
Chief Executive
Chief Executive
Posts: 740
Joined: 25 May 2015 09:09
Location: The Netherlands

Re: DPRK Stations 1.1 (19-08-2018)

Post by Erato »

Some more bug fixes and also DPRK Stations Addon 0.1!
1.3 - 11/11/2018
DPRK_Stations_1.3.grf
(215.09 KiB) Downloaded 249 times
Changelog:
- Fixed buffers appearing behind platforms
- Fixed overpasses not showing properly

Addon 0.1 - 11/11/2018
Image
DPRK_Stations_Addon_0.1.grf
(38.4 KiB) Downloaded 256 times
Features:
- Blue roofs
- Pedestrian crossing at the end of platforms.
- Roofs with pedestrian crossings and buffer tiles.
- Platform end at the edge of the tile
- 5 new station signs
No pics no clicks. Seriously.
ImageImageImageImageImageImage
User avatar
Gwyd
Chief Executive
Chief Executive
Posts: 721
Joined: 17 Apr 2017 16:52
Location: Western Ile-de-France Region

Re: DPRK Stations 1.1 (19-08-2018)

Post by Gwyd »

Erato wrote:... also DPRK Stations Addon 0.1!...
Great to see this, thought I'd never be able to hear about DRPK stations again
User avatar
Erato
Chief Executive
Chief Executive
Posts: 740
Joined: 25 May 2015 09:09
Location: The Netherlands

Re: DPRK Stations 1.1 (19-08-2018)

Post by Erato »

I was in a buildingy mood after the screenshot competition, so I made some. I hope you like them.
Addon 1.0 - 07/12/2018
Image
DPRK_Stations_Addon_1.0.grf
(91.76 KiB) Downloaded 254 times
Changelog:
- Added Sinuiju Station
- Added Gaeseong Station
- Added Generic Rural Station
- Added Kwangok Station (as a 1x2 tile)
- Added Signalbox Waypoints
Attachments
Source_DPRK_Stations_Addon_1.0.rar
(64.47 KiB) Downloaded 177 times
No pics no clicks. Seriously.
ImageImageImageImageImageImage
User avatar
Erato
Chief Executive
Chief Executive
Posts: 740
Joined: 25 May 2015 09:09
Location: The Netherlands

Re: DPRK Stations 1.1 (19-08-2018)

Post by Erato »

Was playing on a server when I noticed I hadn't uploaded a fix to a bug I encountered a decade ago. Some more stuff might have been changed or fixed in the meantime. Enjoy!
Addon 1.1 - 28/07/2019
DPRK_Stations_Addon_1.1.grf
(91.76 KiB) Downloaded 186 times
Changelog:
- Fixed: Roofed platforms not appearing correctly when electrified rails used.
No pics no clicks. Seriously.
ImageImageImageImageImageImage
User avatar
Erato
Chief Executive
Chief Executive
Posts: 740
Joined: 25 May 2015 09:09
Location: The Netherlands

Re: DPRK Stations 1.3, Addon 1.1 (28-07-2019)

Post by Erato »

Thanks to amazing help of Gwyd, I was able to convert DPRK Stations Addon's IDs to hex, which was neccessary because of some oversights on the side of the compiler. Unlike what someone told me, this won't change anything, but at least it is a little kinder to work with than some stupid mixture of octal and decimal.

That's not what you're here for though. I added a bunch of stuff to allow further customisation of stations, as well as metro stations. Tracks for which will be released tomorrow, after I've ironed out all the problems with it.

DPRK Stations Addon 1.2 - 08/08/2019
Image
DPRK_Stations_Addon_1.2.grf
(153.05 KiB) Downloaded 181 times
Changelog:
Added: Metro Stations
Added: Station ends with station signs
Added: Pedestrian crossings with station signs
Feature: Added new categories to make navigating easier
Changed: Level crossings now match the tracks in DPRK Tracks
Changed: IDs are now in hexadecimal

DPRK Stations 1.4 - 08/08/2019
DPRK_Stations_1.4.grf
(215.16 KiB) Downloaded 177 times
Changelog:
Feature: Added new categories to make navigating easier
Changed: Level crossings now match the tracks in DPRK Tracks
Attachments
Source_DPRK_Stations_Addon_1.2.rar
(102.4 KiB) Downloaded 166 times
No pics no clicks. Seriously.
ImageImageImageImageImageImage
bassem.90
Engineer
Engineer
Posts: 90
Joined: 01 Jun 2015 07:03

Re: DPRK Stations 1.4, Addon 1.2 (08-08-2019)

Post by bassem.90 »

Hi is possible to add air koryo planes pack beside trains like Tu-154, Tu-134, Il-62 and An-24 ? Thank you:)
Post Reply

Return to “Graphics Releases”

Who is online

Users browsing this forum: No registered users and 7 guests