Page 1 of 1

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

Posted: 09 Aug 2018 18:26
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 286 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 222 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.

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

Posted: 10 Aug 2018 12:00
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

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

Posted: 10 Aug 2018 18:51
by Erato
Small update! We now have underpasses.
0.2 - 10/08/2018
Changelog:
Added: Underpass
Fixed: Changed a name.

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

Posted: 11 Aug 2018 06:38
by STD
I am also very pleased to see the new set of railway stations. Excellent work :wink: .

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

Posted: 19 Aug 2018 16:01
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 300 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.

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

Posted: 19 Aug 2018 18:17
by Erato
Of course. There's a bug.
1.1 - 19/08/2018
DPRK_Stations_1.1.grf
(215.09 KiB) Downloaded 293 times
Changelog:
Fixed: Buffer stops having the wrong layout.
Fixed: Buffer stop platform missing.

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

Posted: 29 Aug 2018 14:06
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.

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

Posted: 29 Aug 2018 14:24
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

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

Posted: 02 Sep 2018 09:38
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:

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

Posted: 27 Sep 2018 18:49
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 293 times
Changelog:
Fixed: platforms glitching through each other when a train is at the station

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

Posted: 11 Nov 2018 21:41
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 255 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 259 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

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

Posted: 11 Nov 2018 22:23
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

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

Posted: 06 Dec 2018 23:10
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 256 times
Changelog:
- Added Sinuiju Station
- Added Gaeseong Station
- Added Generic Rural Station
- Added Kwangok Station (as a 1x2 tile)
- Added Signalbox Waypoints

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

Posted: 28 Jul 2019 00:53
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 187 times
Changelog:
- Fixed: Roofed platforms not appearing correctly when electrified rails used.

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

Posted: 07 Aug 2019 23:40
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 184 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 181 times
Changelog:
Feature: Added new categories to make navigating easier
Changed: Level crossings now match the tracks in DPRK Tracks

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

Posted: 01 Jan 2020 17:01
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:)