I like. But who's going to enforce it?richk67 wrote:Maybe we should have a board rule... if you resurrect a thread more than 1 year old, you have defacto volunteered to do the work.
Possibility for a system for diagonal roads
Moderator: OpenTTD Developers
To get a good answer, ask a Smart Question. Similarly, if you want a bug fixed, write a Useful Bug Report. No TTDPatch crashlog? Then follow directions.
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
Yes, might, but it isn't sure.iNVERTED wrote:*shrug* You never know, I might decide to make this particular feature.XeryusTC wrote:Because 9 out of 10 times that isn't the case.
Don't panic - My YouTube channel - Follow me on twitter (@XeryusTC) - Play Tribes: Ascend - Tired of Dropbox? Try SpiderOak (use this link and we both get 1GB extra space)

OpenTTD: manual #openttdcoop: blog | wiki | public server | NewGRF pack | DevZone

OpenTTD: manual #openttdcoop: blog | wiki | public server | NewGRF pack | DevZone







- athanasios
- Tycoon
- Posts: 3138
- Joined: 23 Jun 2005 00:09
- Contact:
Wait a minute. There are newcomers in the forum and sometimes it is good to refresh our memory. As time passes some things can be seen from a different perspective.DaleStan wrote:I like. But who's going to enforce it?richk67 wrote:Maybe we should have a board rule... if you resurrect a thread more than 1 year old, you have defacto volunteered to do the work.
http://members.fortunecity.com/gamesart
"If no one is a fool I am also a fool." -The TTD maniac.
I prefer to be contacted through PMs. Thanks.
"If no one is a fool I am also a fool." -The TTD maniac.
I prefer to be contacted through PMs. Thanks.
Re: Possibility for a system for diagonal roads
Hi all, I'm new to this forum!
For many years playing Transport Tycoon, and then in OpenTTD, diagonal theme dear to me very interesting, but unfortunately, I do not have the programming to such a degree to understand, it is possible or not to implement it. Drew an example of graphics in Photoshop, as it might look like.
If I turned out great!, If not everything is in order, ready to fix bugs (they are, of course). In any case, if the project will be adopted in the design, ready dorisovat all intersections and junctions of the sprites for all types of terrain.
For many years playing Transport Tycoon, and then in OpenTTD, diagonal theme dear to me very interesting, but unfortunately, I do not have the programming to such a degree to understand, it is possible or not to implement it. Drew an example of graphics in Photoshop, as it might look like.
If I turned out great!, If not everything is in order, ready to fix bugs (they are, of course). In any case, if the project will be adopted in the design, ready dorisovat all intersections and junctions of the sprites for all types of terrain.
Re: Possibility for a system for diagonal roads
New to the forums, been playing for a little over a year. I have been wanting this feature since I started playing. I don't know much coding, but I will try if some one would point me in the right direction as to where to start or look at in the source code. I see we also need graphics, which I may also be able to provide. Any one help me with this? I would love it to make this happen!
- Redirect Left
- Tycoon
- Posts: 7409
- Joined: 22 Jan 2005 19:31
- Location: Wakefield, West Yorkshire
Re: Possibility for a system for diagonal roads
The starting place is (I assume anyway) the development page here http://www.openttd.org/en/development can obtain the source code from there, as well as how to compile it. You'll also need to know the language, which from a quick glance seems to be C++ or plain C, i'd guess at the former though..maxtimbo wrote:New to the forums, been playing for a little over a year. I have been wanting this feature since I started playing. I don't know much coding, but I will try if some one would point me in the right direction as to where to start or look at in the source code. I see we also need graphics, which I may also be able to provide. Any one help me with this? I would love it to make this happen!
Re: Possibility for a system for diagonal roads
I have proposal: make a new map instance, "highways":
1. can be build diagonal
2. cannot cross normal road (only face2face connection possible) - it would decrease number of possible combination
3. always is one-way
4. pathfinder skip this road for slow vehicles (below 40 mph for example)
5. construction and maintenance costs are higher than normal road.
6. town authority is not using it for town growth.
1. can be build diagonal
2. cannot cross normal road (only face2face connection possible) - it would decrease number of possible combination
3. always is one-way
4. pathfinder skip this road for slow vehicles (below 40 mph for example)
5. construction and maintenance costs are higher than normal road.
6. town authority is not using it for town growth.
Re: Possibility for a system for diagonal roads
Before everybody goes hog wild for roads again, please take the time to research the following topics:
1) Diagonal roads
2) RoadTypes NewGRF proposal
3) Re-arranging bits on the map array to make all of the above happen.
Peter1138, Andythenorth and Leanden have worked on efforts towards this in the past, and all have stalled out. It might be a good idea to see what work has been done in the past before getting anyones hopes up again.
1) Diagonal roads
2) RoadTypes NewGRF proposal
3) Re-arranging bits on the map array to make all of the above happen.
Peter1138, Andythenorth and Leanden have worked on efforts towards this in the past, and all have stalled out. It might be a good idea to see what work has been done in the past before getting anyones hopes up again.
Do you like drones, quadcopters & flying toys? Check out Drone Strike Force!

Base Music Sets: OpenMSX | Scott Joplin Anthology | Traditional Winter Holiday Music | Modern Motion Music
Other Projects: 2CC Trams | Modern Waypoints | Sprite Sandbox & NewGRF Releases | Ideabox | Town Names | Isle of Sodor Scenario | Random Sprite Repository
Misc Topics: My Screenshots | Forgotten NewGRFs | Unfinished Graphics Sets | Stats Shack | GarryG's Auz Sets

Base Music Sets: OpenMSX | Scott Joplin Anthology | Traditional Winter Holiday Music | Modern Motion Music
Other Projects: 2CC Trams | Modern Waypoints | Sprite Sandbox & NewGRF Releases | Ideabox | Town Names | Isle of Sodor Scenario | Random Sprite Repository
Misc Topics: My Screenshots | Forgotten NewGRFs | Unfinished Graphics Sets | Stats Shack | GarryG's Auz Sets
Re: Possibility for a system for diagonal roads
Do you mean this document:kamnet wrote:
2) RoadTypes NewGRF proposal
3) Re-arranging bits on the map array to make all of the above happen.
http://pikka.users.tt-forums.net/wiki/i ... Definition ?
The issue mentioned here (side effects of upgrading road to expensive highway using crossings) can be overcome by, mentioned above, disabling of highway (or more generally, highest ranked road type) crossing with other road types (only head-to-head connection possible).
Re: Possibility for a system for diagonal roads
RoadType NewGRF Spec, see also:
- Andythenorth's 2008 discussion which lead to...
- Peter1138's 2008 proposal
- Leanden's 2011 discussion and 2011 proposal
- Pikkabird's 2012 proposal
- Kamnet's 2012 revival of Andy's discussion
- More discussion from 2014
- Eobet's 2004 discussion
- Some 2008-2010 discussion
Do you like drones, quadcopters & flying toys? Check out Drone Strike Force!

Base Music Sets: OpenMSX | Scott Joplin Anthology | Traditional Winter Holiday Music | Modern Motion Music
Other Projects: 2CC Trams | Modern Waypoints | Sprite Sandbox & NewGRF Releases | Ideabox | Town Names | Isle of Sodor Scenario | Random Sprite Repository
Misc Topics: My Screenshots | Forgotten NewGRFs | Unfinished Graphics Sets | Stats Shack | GarryG's Auz Sets

Base Music Sets: OpenMSX | Scott Joplin Anthology | Traditional Winter Holiday Music | Modern Motion Music
Other Projects: 2CC Trams | Modern Waypoints | Sprite Sandbox & NewGRF Releases | Ideabox | Town Names | Isle of Sodor Scenario | Random Sprite Repository
Misc Topics: My Screenshots | Forgotten NewGRFs | Unfinished Graphics Sets | Stats Shack | GarryG's Auz Sets
Re: Possibility for a system for diagonal roads
Thanks for handy briefing. Search tool return high amount of unrelated stuff.
11 years of discussion? I'm afraid I'm beginning to understand the problem
11 years of discussion? I'm afraid I'm beginning to understand the problem

Who is online
Users browsing this forum: No registered users and 5 guests