I recommend installing the following newgrfs as well:
CZ Ground.
CZTR Road set.
CZTR tree set 2.01
For a better 32bpp experience!
Moderator: Graphics Moderators
Thanks man, i will fix for the next version.
I'm going to investigate how to add it as a parameter.
This looks really good! Amazing work!
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, It took a long time but I finally finished it. (Or at least this first version surely there are things to improve)
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.2TallTyler wrote: ↑06 Aug 2022 12:17 Looks great! I look forward to trying a game with these.![]()
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); }
Hey Pal! thanks a lot, this would not have been possible without your help too!
I'm working on some of that, it's going to take some time though.
Users browsing this forum: Google Adsense [Bot] and 3 guests