[OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Discuss, get help with, or post new graphics for TTDPatch and OpenTTD, using the NewGRF system, here. Graphics for plain TTD also acceptable here.

Moderator: Graphics Moderators

temporal8
Route Supervisor
Route Supervisor
Posts: 429
Joined: 17 May 2019 14:15

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by temporal8 »

Real Industries and Real Houses Townset released! download via Ingame downloader at Bananas, enjoy!

I recommend installing the following newgrfs as well:

CZ Ground.
CZTR Road set.
CZTR tree set 2.01

For a better 32bpp experience!

Image

Image
Last edited by temporal8 on 06 Aug 2022 13:38, edited 1 time in total.
Real Projects 32bpp releases:

Real Semi Trucks 32bpp: viewtopic.php?t=90996
Real Houses Eyecandy Objects 32bp: viewtopic.php?t=90767
Real Ships 32bpp: viewtopic.php?t=90733
Real Industries 32bpp: viewtopic.php?t=90183
Real Houses Townset 32bp: viewtopic.php?p=1254605
Real Stations 32bpp: viewtopic.php?p=1255635
Real Cars 32bpp: viewtopic.php?p=1249244
Real Vehicles 32bpp: viewtopic.php?p=1253581
Real Bus 32bpp: viewtopic.php?p=1249245
Real Trucks 32bpp: viewtopic.php?p=1254468
Real Parks 32bpp: viewtopic.php?p=1250255
Argentina World Cup 2022 Champions Bus 32bpp viewtopic.php?p=1257026
User avatar
kraah
Engineer
Engineer
Posts: 3
Joined: 13 May 2021 13:04
Location: Czechia

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by kraah »

Incredible work! Thank you :)
User avatar
Firrel
Engineer
Engineer
Posts: 118
Joined: 13 Aug 2019 17:06

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by Firrel »

Hey, found a bank on a slope, so letting you know.

Also did you consider removing default vehicles when your vehicle set is added? I think it would be better, and those who want to also use the default vehicles can add them using OpenGFX+ newgrf.

What you did looks really good! Hoping to lure a friend back to this game with finally good looking extra zoom setup.

temporal8_bank.JPG
temporal8_bank.JPG (199.35 KiB) Viewed 3233 times
temporal8
Route Supervisor
Route Supervisor
Posts: 429
Joined: 17 May 2019 14:15

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by temporal8 »

Firrel wrote: 05 Aug 2022 16:47 Hey, found a bank on a slope, so letting you know.
Thanks man, i will fix for the next version.
Firrel wrote: 05 Aug 2022 16:47Also did you consider removing default vehicles when your vehicle set is added? I think it would be better, and those who want to also use the default vehicles can add them using OpenGFX+ newgrf.
I'm going to investigate how to add it as a parameter.
Real Projects 32bpp releases:

Real Semi Trucks 32bpp: viewtopic.php?t=90996
Real Houses Eyecandy Objects 32bp: viewtopic.php?t=90767
Real Ships 32bpp: viewtopic.php?t=90733
Real Industries 32bpp: viewtopic.php?t=90183
Real Houses Townset 32bp: viewtopic.php?p=1254605
Real Stations 32bpp: viewtopic.php?p=1255635
Real Cars 32bpp: viewtopic.php?p=1249244
Real Vehicles 32bpp: viewtopic.php?p=1253581
Real Bus 32bpp: viewtopic.php?p=1249245
Real Trucks 32bpp: viewtopic.php?p=1254468
Real Parks 32bpp: viewtopic.php?p=1250255
Argentina World Cup 2022 Champions Bus 32bpp viewtopic.php?p=1257026
User avatar
DemianWSE
Engineer
Engineer
Posts: 116
Joined: 21 Jul 2020 03:52
Location: Argentina

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by DemianWSE »

temporal8 wrote: 05 Aug 2022 01:06 Real Industries and Real Houses Townset released! download via Ingame downloader at Bananas, enjoy!
This looks really good! Amazing work!
DemianWSE
User avatar
2TallTyler
Route Supervisor
Route Supervisor
Posts: 495
Joined: 11 Aug 2019 18:15
Contact:

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by 2TallTyler »

Looks great! I look forward to trying a game with these. :)
temporal8 wrote: 05 Aug 2022 19:37 I'm going to investigate how to add it as a parameter.
After you add a parameter (in the example below, a bool called 'param_disable_roadvehs') in your header, to disable base game road vehicles should be:

Code: Select all

if (param_disable_roadvehs) {
	disable_item(FEAT_ROADVEHS);
}
temporal8
Route Supervisor
Route Supervisor
Posts: 429
Joined: 17 May 2019 14:15

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by temporal8 »

DemianWSE wrote: 05 Aug 2022 23:18 This looks really good! Amazing work!
Thanks Pal, It took a long time but I finally finished it. (Or at least this first version surely there are things to improve)
2TallTyler wrote: 06 Aug 2022 12:17 Looks great! I look forward to trying a game with these. :)
temporal8 wrote: 05 Aug 2022 19:37 I'm going to investigate how to add it as a parameter.
After you add a parameter (in the example below, a bool called 'param_disable_roadvehs') in your header, to disable base game road vehicles should be:

Code: Select all

if (param_disable_roadvehs) {
	disable_item(FEAT_ROADVEHS);
}
Thanks Pal! without you this would not have been possible, the same for all the others who teach me, had patience and helped me, I could not have done it alone not in a million years.

Thanks for the parameter code, i will add to the truck newgrf. :bow:
Real Projects 32bpp releases:

Real Semi Trucks 32bpp: viewtopic.php?t=90996
Real Houses Eyecandy Objects 32bp: viewtopic.php?t=90767
Real Ships 32bpp: viewtopic.php?t=90733
Real Industries 32bpp: viewtopic.php?t=90183
Real Houses Townset 32bp: viewtopic.php?p=1254605
Real Stations 32bpp: viewtopic.php?p=1255635
Real Cars 32bpp: viewtopic.php?p=1249244
Real Vehicles 32bpp: viewtopic.php?p=1253581
Real Bus 32bpp: viewtopic.php?p=1249245
Real Trucks 32bpp: viewtopic.php?p=1254468
Real Parks 32bpp: viewtopic.php?p=1250255
Argentina World Cup 2022 Champions Bus 32bpp viewtopic.php?p=1257026
User avatar
stefino_cz
Transport Coordinator
Transport Coordinator
Posts: 268
Joined: 02 Jul 2015 08:05
Location: Czech Republic
Contact:

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by stefino_cz »

Great job :)
Image
Jatin battan
Engineer
Engineer
Posts: 8
Joined: 01 May 2022 10:26

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by Jatin battan »

hey please develop real train station :idea:
temporal8
Route Supervisor
Route Supervisor
Posts: 429
Joined: 17 May 2019 14:15

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by temporal8 »

stefino_cz wrote: 07 Aug 2022 20:06 Great job :)
Hey Pal! thanks a lot, this would not have been possible without your help too!
Jatin battan wrote: 08 Aug 2022 07:18 hey please develop real train station :idea:
I'm working on some of that, it's going to take some time though.
Real Projects 32bpp releases:

Real Semi Trucks 32bpp: viewtopic.php?t=90996
Real Houses Eyecandy Objects 32bp: viewtopic.php?t=90767
Real Ships 32bpp: viewtopic.php?t=90733
Real Industries 32bpp: viewtopic.php?t=90183
Real Houses Townset 32bp: viewtopic.php?p=1254605
Real Stations 32bpp: viewtopic.php?p=1255635
Real Cars 32bpp: viewtopic.php?p=1249244
Real Vehicles 32bpp: viewtopic.php?p=1253581
Real Bus 32bpp: viewtopic.php?p=1249245
Real Trucks 32bpp: viewtopic.php?p=1254468
Real Parks 32bpp: viewtopic.php?p=1250255
Argentina World Cup 2022 Champions Bus 32bpp viewtopic.php?p=1257026
temporal8
Route Supervisor
Route Supervisor
Posts: 429
Joined: 17 May 2019 14:15

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by temporal8 »

3 screenshots from Real Stations (Work in progress)

Image

Image

Image
Attachments
Wrundhattan Transport, 9th Feb 2162.png
(3.6 MiB) Not downloaded yet
Wrundhattan Transport, 1st Aug 2162.png
(3.96 MiB) Not downloaded yet
Wrundhattan Transport, 19th Nov 2169#1.png
(4.27 MiB) Not downloaded yet
Real Projects 32bpp releases:

Real Semi Trucks 32bpp: viewtopic.php?t=90996
Real Houses Eyecandy Objects 32bp: viewtopic.php?t=90767
Real Ships 32bpp: viewtopic.php?t=90733
Real Industries 32bpp: viewtopic.php?t=90183
Real Houses Townset 32bp: viewtopic.php?p=1254605
Real Stations 32bpp: viewtopic.php?p=1255635
Real Cars 32bpp: viewtopic.php?p=1249244
Real Vehicles 32bpp: viewtopic.php?p=1253581
Real Bus 32bpp: viewtopic.php?p=1249245
Real Trucks 32bpp: viewtopic.php?p=1254468
Real Parks 32bpp: viewtopic.php?p=1250255
Argentina World Cup 2022 Champions Bus 32bpp viewtopic.php?p=1257026
temporal8
Route Supervisor
Route Supervisor
Posts: 429
Joined: 17 May 2019 14:15

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by temporal8 »

Image
Attachments
Wrundhattan Transport, 6th Apr 2170.png
(3.78 MiB) Not downloaded yet
Real Projects 32bpp releases:

Real Semi Trucks 32bpp: viewtopic.php?t=90996
Real Houses Eyecandy Objects 32bp: viewtopic.php?t=90767
Real Ships 32bpp: viewtopic.php?t=90733
Real Industries 32bpp: viewtopic.php?t=90183
Real Houses Townset 32bp: viewtopic.php?p=1254605
Real Stations 32bpp: viewtopic.php?p=1255635
Real Cars 32bpp: viewtopic.php?p=1249244
Real Vehicles 32bpp: viewtopic.php?p=1253581
Real Bus 32bpp: viewtopic.php?p=1249245
Real Trucks 32bpp: viewtopic.php?p=1254468
Real Parks 32bpp: viewtopic.php?p=1250255
Argentina World Cup 2022 Champions Bus 32bpp viewtopic.php?p=1257026
Toffo
Engineer
Engineer
Posts: 62
Joined: 04 Jun 2009 10:59
Location: NSW, Australia

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by Toffo »

Wow, this is simply phenomenal. One of the most important OpenTTD developments in a long time!
temporal8
Route Supervisor
Route Supervisor
Posts: 429
Joined: 17 May 2019 14:15

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by temporal8 »

Thanks A LOT for the comments guys! :bow:
Real Projects 32bpp releases:

Real Semi Trucks 32bpp: viewtopic.php?t=90996
Real Houses Eyecandy Objects 32bp: viewtopic.php?t=90767
Real Ships 32bpp: viewtopic.php?t=90733
Real Industries 32bpp: viewtopic.php?t=90183
Real Houses Townset 32bp: viewtopic.php?p=1254605
Real Stations 32bpp: viewtopic.php?p=1255635
Real Cars 32bpp: viewtopic.php?p=1249244
Real Vehicles 32bpp: viewtopic.php?p=1253581
Real Bus 32bpp: viewtopic.php?p=1249245
Real Trucks 32bpp: viewtopic.php?p=1254468
Real Parks 32bpp: viewtopic.php?p=1250255
Argentina World Cup 2022 Champions Bus 32bpp viewtopic.php?p=1257026
Knight8510
Engineer
Engineer
Posts: 13
Joined: 24 Feb 2019 03:16

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by Knight8510 »

After using this "GRF," I shared a screenshot to another user. I am also looking forward to the "Real Station GRF" you are developing.

https://cafe.naver.com/ottd/17240
https://youtu.be/gzBGpnNaX8A

Image
Attachments
Base Profile Screenshot 2022.08.27 - 14.16.39.14.png
(12.31 MiB) Not downloaded yet
Base Profile Screenshot 2022.08.27 - 14.17.01.16.png
(9.54 MiB) Not downloaded yet
Base Profile Screenshot 2022.08.27 - 14.17.36.19.png
(8.7 MiB) Not downloaded yet
temporal8
Route Supervisor
Route Supervisor
Posts: 429
Joined: 17 May 2019 14:15

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by temporal8 »

Knight8510 wrote: 27 Aug 2022 05:36 After using this "GRF," I shared a screenshot to another user. I am also looking forward to the "Real Station GRF" you are developing.

https://cafe.naver.com/ottd/17240
https://youtu.be/gzBGpnNaX8A

Image
Thanks for share your screenshots :bow:

I was watching your youtube video which you titled: OpenTTD CZTR - 27 Aug 2022 (Real Town Set)

My Reals Sets are not CZTR, I am not part of the CZTR team.

An appropriate title would be: OpenTTD CZTR + Temporal8´s Real sets - 27 Aug 2022.

Thanks!
Real Projects 32bpp releases:

Real Semi Trucks 32bpp: viewtopic.php?t=90996
Real Houses Eyecandy Objects 32bp: viewtopic.php?t=90767
Real Ships 32bpp: viewtopic.php?t=90733
Real Industries 32bpp: viewtopic.php?t=90183
Real Houses Townset 32bp: viewtopic.php?p=1254605
Real Stations 32bpp: viewtopic.php?p=1255635
Real Cars 32bpp: viewtopic.php?p=1249244
Real Vehicles 32bpp: viewtopic.php?p=1253581
Real Bus 32bpp: viewtopic.php?p=1249245
Real Trucks 32bpp: viewtopic.php?p=1254468
Real Parks 32bpp: viewtopic.php?p=1250255
Argentina World Cup 2022 Champions Bus 32bpp viewtopic.php?p=1257026
Knight8510
Engineer
Engineer
Posts: 13
Joined: 24 Feb 2019 03:16

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by Knight8510 »

Sorry. I changed the title of YouTube.
I want you to release 'Real Station GRF'.
temporal8
Route Supervisor
Route Supervisor
Posts: 429
Joined: 17 May 2019 14:15

Re: [OTTD] [Real Cars / 32bpp],[Real Houses / 32bpp] and [Real Fences / 32bpp] Development Thread (WIP)

Post by temporal8 »

Knight8510 wrote: 27 Aug 2022 17:54 Sorry. I changed the title of YouTube.
I want you to release 'Real Station GRF'.
Thanks, currently im working in Real Stations, It will include not only passenger stations but also different cargo and useful non-tracks as well, I don't have the release date yet, but it should be September / October.

Image
Attachments
RS-Screen.jpg
(281.09 KiB) Not downloaded yet
Real Projects 32bpp releases:

Real Semi Trucks 32bpp: viewtopic.php?t=90996
Real Houses Eyecandy Objects 32bp: viewtopic.php?t=90767
Real Ships 32bpp: viewtopic.php?t=90733
Real Industries 32bpp: viewtopic.php?t=90183
Real Houses Townset 32bp: viewtopic.php?p=1254605
Real Stations 32bpp: viewtopic.php?p=1255635
Real Cars 32bpp: viewtopic.php?p=1249244
Real Vehicles 32bpp: viewtopic.php?p=1253581
Real Bus 32bpp: viewtopic.php?p=1249245
Real Trucks 32bpp: viewtopic.php?p=1254468
Real Parks 32bpp: viewtopic.php?p=1250255
Argentina World Cup 2022 Champions Bus 32bpp viewtopic.php?p=1257026
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: No registered users and 18 guests