Road Stops & Waypoints 4 (OUT NOW)

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

Moderator: Graphics Moderators

User avatar
OzTrans
Tycoon
Tycoon
Posts: 1680
Joined: 04 Mar 2005 01:07

Re: Road Stops & Waypoints 3 (Extension for JGRPP)

Post by OzTrans »

Quast65 wrote: 04 Apr 2023 08:59 So, if you have this one:

Code: Select all

04 0F FF 01 FF D0 98 "This is D0FF" 00
You can just continue with:

Code: Select all

04 0F FF 01 00 D1 98 "This is D100" 00
Not quite ...

Code: Select all

04 48 FF 01 00 D1 98 "..." 00
The feature code is 0x48 [text strings] , not 0x0F [objects].

Otherwise, you are right. You can keep going until 0xD3FF. 0xD400 would be an error, whether NML would complain, I cannot say, the game [or NfoRenum] certainly will.

Code: Select all

//!!Error (161): Offset 4: Text ID 00 D4 is not a valid text ID.
BTW, 0xD400 - 0xD7FF are used to insert other D0xx strings into D0xx strings, using string codes 0x80/0x81; i.e.

Code: Select all

80 Print substring (text ID from stack)
81 Print substring (text ID in next 2 bytes of string)

e.g.

04 48 FF 01 00 D1 98 "some text " 81 55 D4 " some more text " 00

This will insert 0xD055 into your text string 0xD100
User avatar
Quast65
Tycoon
Tycoon
Posts: 2661
Joined: 09 Oct 2011 13:51
Location: The Netherlands

Re: Road Stops & Waypoints 3 (Extension for JGRPP)

Post by Quast65 »

Cheers, I stand corrected and have altered my first post about this.
Projects: http://www.tt-forums.net/viewtopic.php?f=26&t=57266
Screenshots: http://www.tt-forums.net/viewtopic.php?f=47&t=56959
Scenario of The Netherlands: viewtopic.php?f=60&t=87604

Winner of the following screenshot competitions:
sep 2012, jan 2013, apr 2013, aug 2013, mar 2014, mar 2016, oct 2020
All my work is released under GPL-license (either V2 or V3), if not clearly stated otherwise.
User avatar
fridaemon
Director
Director
Posts: 631
Joined: 27 Oct 2019 21:06
Location: Czech Republic

Re: Road Stops & Waypoints 3 (Extension for JGRPP)

Post by fridaemon »

Argus wrote: 04 Apr 2023 15:59 A minor error crept in
At the second stop, facing east - west, this error will not appear.
Thanks for report. Solved. I did wrong graphics for that :shock:

flogeza draw perfect modular castles :bow: :twisted: And he draw waypoints for them too. Here it is!

castewayp.png
castewayp.png (95.04 KiB) Viewed 16751 times
Attachments
roadstopsandwaypoints.grf
VERSION 3.1
(8.1 MiB) Downloaded 141 times
ImageImageImageImageImage
Beach Objects * Shopping Centres * Skyscrapers * Garage Entrances
Modular Warehouses * Trucks & Buses Parking Lots * Bus Depots * Bus Terminals
Road Waypoints * Road Stops * Eyecandy Objects * Building Set

Winner of the Screenshot of 09/20, 11/20, 02/21, 06/21, 07/21, 05/22 and 06/22.:twisted:
ebla71
Transport Coordinator
Transport Coordinator
Posts: 346
Joined: 14 Apr 2021 21:48
Location: Earth

Re: Road Stops & Waypoints 3 (Extension for JGRPP)

Post by ebla71 »

fridaemon wrote: 05 Apr 2023 18:42 flogeza draw perfect modular castles. And he draw waypoints for them too. Here it is!
Very nice. Unfortuntely, my drawing skills are not even enough to draw a single straight line with the computer :D but this one here would look exceptionally nice and has the tramway running through, in case you didn't spot the tracks and catenary:

Martinstor, Freiburg im Breisgau, Germany
martinstor.png
martinstor.png (1.13 MiB) Viewed 16719 times
Argus
Tycoon
Tycoon
Posts: 1204
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: Road Stops & Waypoints 3 (Extension for JGRPP)

Post by Argus »

fridaemon wrote: 05 Apr 2023 18:42
Argus wrote: 04 Apr 2023 15:59 A minor error crept in
At the second stop, facing east - west, this error will not appear.
Thanks for report. Solved. I did wrong graphics for that :shock:
No jo, znáš to, i mistr tesař se někdy utne...
Translated: As they say in our country, even a master carpenter gets cut sometimes.
I was afraid that Google would screw up the saying and it would probably be international. :D
Argus
Tycoon
Tycoon
Posts: 1204
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by Argus »

:oops: Sorry for the bad word but that's what Google did…. :D
User avatar
fridaemon
Director
Director
Posts: 631
Joined: 27 Oct 2019 21:06
Location: Czech Republic

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by fridaemon »

ebla71 wrote: 05 Apr 2023 20:00 but this one here would look exceptionally nice and has the tramway running through, in case you didn't spot the tracks and catenary:
I can add these pieces as waypoints, but you can still use them as overlapping objects ;)
xx.png
xx.png (60.96 KiB) Viewed 16630 times
Argus wrote: 05 Apr 2023 20:50
When I don't know, and I use a translator, I always prefer to translate it both ways, if it translated correctly 8)
ImageImageImageImageImage
Beach Objects * Shopping Centres * Skyscrapers * Garage Entrances
Modular Warehouses * Trucks & Buses Parking Lots * Bus Depots * Bus Terminals
Road Waypoints * Road Stops * Eyecandy Objects * Building Set

Winner of the Screenshot of 09/20, 11/20, 02/21, 06/21, 07/21, 05/22 and 06/22.:twisted:
Argus
Tycoon
Tycoon
Posts: 1204
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by Argus »

Me too, but sometimes I forget about it, such as in the evening when I'm already tired :)
cestkris
Engineer
Engineer
Posts: 33
Joined: 30 May 2019 12:44

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by cestkris »

Hi! Thanks for these amazing stuffs!
Why I can't use all of them?
Image
Argus
Tycoon
Tycoon
Posts: 1204
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by Argus »

Your image is not showing. It works for me, are you using JGR Patchpack?
cestkris
Engineer
Engineer
Posts: 33
Joined: 30 May 2019 12:44

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by cestkris »

Image

Yes, I have it
Argus
Tycoon
Tycoon
Posts: 1204
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by Argus »

I don't understand how you think you can't use everything. Could you be more specific? I personally don't have a problem.
uginbgood
Engineer
Engineer
Posts: 12
Joined: 09 Oct 2018 18:10

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by uginbgood »

I think Japan modular style stops should be available not only as passenger, but also as freight (e.g. mail)
Attachments
остановки.jpg
остановки.jpg (147.93 KiB) Viewed 16333 times
uginbgood
Engineer
Engineer
Posts: 12
Joined: 09 Oct 2018 18:10

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by uginbgood »

Also, you can use airport facilities from Auz Industry Objects.I guess GarryG wouldn't mind using them?
Attachments
остановки 2.jpg
остановки 2.jpg (79.74 KiB) Viewed 16330 times
User avatar
Aegir
Tycoon
Tycoon
Posts: 2884
Joined: 09 Feb 2004 10:02
Contact:

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by Aegir »

uginbgood wrote: 09 Apr 2023 21:32 I think Japan modular style stops should be available not only as passenger, but also as freight (e.g. mail)
I concur, I understand some players feel they had their 'immersion' shattered by seeing what they deemed passenger stops in their lorry menu, but it's made it harder to make aesthetically pleasing passenger/mail hubs alongside rail routes.
Currently working under the name 'reldred' on Github, and Discord.
NFO/NML coder, part-time patch writer for JGRPP, and all round belligerent.

14:40 <orudge> I can't say I discriminate against any particular user
14:41 <Aegir> orudge: I can!
Argus
Tycoon
Tycoon
Posts: 1204
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by Argus »

The roofed stops and warehouses are apparently very luxuriously heated, the snow does not stick to the roofs :)
However, even the basic stops do not have a snowy version, is it even technically possible to do this?
Attachments
MacDonald & Co., 1. úno 1969.png
(291.28 KiB) Not downloaded yet
Auge
Director
Director
Posts: 636
Joined: 23 Oct 2006 02:07
Location: Berlin

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by Auge »

Hello
Argus wrote: 12 Apr 2023 14:09 The roofed stops and warehouses are apparently very luxuriously heated, the snow does not stick to the roofs :)
However, even the basic stops do not have a snowy version, is it even technically possible to do this?
The according sprites have to be drawn.

Tschö, Auge
User avatar
fridaemon
Director
Director
Posts: 631
Joined: 27 Oct 2019 21:06
Location: Czech Republic

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by fridaemon »

HI to all,
uginbgood wrote: 09 Apr 2023 21:43 Also, you can use airport facilities from Auz Industry Objects.I guess GarryG wouldn't mind using them?
It can be possible ...
uginbgood wrote: 09 Apr 2023 21:32 I think Japan modular style stops should be available not only as passenger, but also as freight (e.g. mail)
I saw on few screenshots that you're right. Many players (including me) used them as freight stops. Mail stations are missing... Have to think how to do it. For now I think about two options:
  • add them to the same set with new category, for example Universal Stations or Passenger road stops, or something. It will take much more IDs, but with JGR's version It's not problem. But it will be much more work for me.
  • create (new) duplicate set with another ID which can be with actual set in one game. It will be one lorry category where will be these stations. Not sure If I want to have 2 different sets.
Argus wrote: 12 Apr 2023 14:09 The roofed stops and warehouses are apparently very luxuriously heated, the snow does not stick to the roofs :)
However, even the basic stops do not have a snowy version, is it even technically possible to do this?
Yes, it's possible ... One BIG problem is that all templates I used didn't count with snow variants and I knew that one day it will catch up with me. I didn't try to create snow tempalte, but as I saw OzTrans stations work. And as Aegir mentioned mostly there are no snow spirits. GarryG's AuzStations and my warehouses have them and few others too. I'll try to bring them to you under Christmas Tree.
ImageImageImageImageImage
Beach Objects * Shopping Centres * Skyscrapers * Garage Entrances
Modular Warehouses * Trucks & Buses Parking Lots * Bus Depots * Bus Terminals
Road Waypoints * Road Stops * Eyecandy Objects * Building Set

Winner of the Screenshot of 09/20, 11/20, 02/21, 06/21, 07/21, 05/22 and 06/22.:twisted:
Argus
Tycoon
Tycoon
Posts: 1204
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by Argus »

When I create a large bus station or a large warehouse stop, it's already eye-popping :)
User avatar
fridaemon
Director
Director
Posts: 631
Joined: 27 Oct 2019 21:06
Location: Czech Republic

Re: Road Stops & Waypoints 3.1 (Extension for JGRPP)

Post by fridaemon »

An Update
Road Stops & Waypoints 3.2
  1. added parameter which let you choose, if you want passengers road stops in lorry station menu or not. It will be your choice.
    menu2.png
    menu2.png (18.43 KiB) Viewed 15979 times
    This setting won't break your saved games.
  2. uginbgood wrote: 09 Apr 2023 21:43 Also, you can use airport facilities from Auz Industry Objects.I guess GarryG wouldn't mind using them?
    added GarryG's airport pieces too.
    airport.png
    airport.png (28.39 KiB) Viewed 15988 times
  3. fixed some bugs
Attachments
roadstopsandwaypoints.grf
(8.19 MiB) Downloaded 392 times
ImageImageImageImageImage
Beach Objects * Shopping Centres * Skyscrapers * Garage Entrances
Modular Warehouses * Trucks & Buses Parking Lots * Bus Depots * Bus Terminals
Road Waypoints * Road Stops * Eyecandy Objects * Building Set

Winner of the Screenshot of 09/20, 11/20, 02/21, 06/21, 07/21, 05/22 and 06/22.:twisted:
Post Reply

Return to “Graphics Releases”

Who is online

Users browsing this forum: No registered users and 12 guests