Transport Tycoon Forums

The place to talk about Transport Tycoon
It is currently Sat May 18, 2013 8:47 pm

All times are UTC




Post new topic Reply to topic  [ 272 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 14  Next
Author Message
PostPosted: Sat Nov 27, 2010 9:18 am 
Offline
OpenTTD Developer
OpenTTD Developer
User avatar

Joined: Wed Nov 07, 2007 10:44 pm
Posts: 6971
Location: Sol d
Automatical and manual adjustment of purchase and running costs now available :-)

NARS2, UKRS2, Tropical Refurbishment Set, 2ccTrainset, Japanese Trainset and Swedish Trains are automatically detected and costs adjusted, if the default automatic cost adjustment is not manually overridden by these settings. Users of OpenTTD's nightlies will be presented the nice parameter window as shown below, users of the stable version will still have to resort to number-only configuration like 0 0 x y where x and y are the values for the running costs:
Code:
/*
 * ********************************************
 * Parameter 3: Running Costs
 * 0: Automatic (default)
 * 1: 1/256
 * 2: 1/128
 * ...
 * 9: 1
 * ...
 * 18: 512x
 * ********************************************
 */

/*
 * ********************************************
 * Parameter 4: Purchase Costs
 * 0: Automatic (default)
 * 1: 1/256
 * 2: 1/128
 * ...
 * 9: 1
 * ...
 * 18: 512x
 * ********************************************
 */


NekoMaster wrote:
I think theres a grf out there that allows all locomotives in all climates but what about intergrating that feature (along with the original vehicle names\realistic stats)
I noticed that after 1986 standard gauage rail wagons\cars start disappering and when it gets to the 2000's only the passenger, mail, and armored boxcar are left. Bug?
Also, how about a Trailer on flatbed (aka TOFC) just for fun and to make truck to rail transfers of goods and food a little more realistic (I see TOFC's wizz by on the CP Rails once in awhile, usualy hauling goods TOFC's (tools, electronics, etc))

* Having a manual climate switch is one of the ideas, that's already noted: http://dev.openttdcoop.org/issues/1753
* The rail wagons disappearing that early is a bug, yes. Thanks for the notice, seems that copying the values out of OpenTTD's source either failed or is not that straight forward...
* Trailer of flatbed is a nice idea for representing goods transport with that wagon indeed.
Thanks for the wagon speed limits, I'll have a thorough look into that later.


Attachments:
File comment: Parameter adjustment in OpenTTD's nightlies
ogfx-trains-param3.png
ogfx-trains-param3.png [ 10.26 KiB | Viewed 1259 times ]

_________________
Image
OpenTTD: manual | online content | translations | Wanted contributions and patches
#openttdcoop: blog | wiki | public server | DevZone
DevZone - home of the free NewGRFs: OpenSFX | OpenMSX | OpenGFX | Swedish Rails | OpenGFX+ Trains|RV|Industries|Airports|Landscape | NML
Top
 Profile  
 
PostPosted: Sat Nov 27, 2010 7:38 pm 
Offline
Tycoon
Tycoon
User avatar

Joined: Sat Aug 16, 2008 10:26 pm
Posts: 2595
Location: Ontario, Canada
planetmaker wrote:
Automatical and manual adjustment of purchase and running costs now available :-)

NARS2, UKRS2, Tropical Refurbishment Set, 2ccTrainset, Japanese Trainset and Swedish Trains are automatically detected and costs adjusted, if the default automatic cost adjustment is not manually overridden by these settings. Users of OpenTTD's nightlies will be presented the nice parameter window as shown below, users of the stable version will still have to resort to number-only configuration like 0 0 x y where x and y are the values for the running costs:
Code:
/*
 * ********************************************
 * Parameter 3: Running Costs
 * 0: Automatic (default)
 * 1: 1/256
 * 2: 1/128
 * ...
 * 9: 1
 * ...
 * 18: 512x
 * ********************************************
 */

/*
 * ********************************************
 * Parameter 4: Purchase Costs
 * 0: Automatic (default)
 * 1: 1/256
 * 2: 1/128
 * ...
 * 9: 1
 * ...
 * 18: 512x
 * ********************************************
 */


NekoMaster wrote:
I think theres a grf out there that allows all locomotives in all climates but what about intergrating that feature (along with the original vehicle names\realistic stats)
I noticed that after 1986 standard gauage rail wagons\cars start disappering and when it gets to the 2000's only the passenger, mail, and armored boxcar are left. Bug?
Also, how about a Trailer on flatbed (aka TOFC) just for fun and to make truck to rail transfers of goods and food a little more realistic (I see TOFC's wizz by on the CP Rails once in awhile, usualy hauling goods TOFC's (tools, electronics, etc))

* Having a manual climate switch is one of the ideas, that's already noted: http://dev.openttdcoop.org/issues/1753
* The rail wagons disappearing that early is a bug, yes. Thanks for the notice, seems that copying the values out of OpenTTD's source either failed or is not that straight forward...
* Trailer of flatbed is a nice idea for representing goods transport with that wagon indeed.
Thanks for the wagon speed limits, I'll have a thorough look into that later.


If you feel like tweaking the speed limits a bit go ahead, if you want limits for the passenger , mail, and armored cars then lemme know.

_________________
Nekomasters Projects...
# Utah Lake > v 1.00
# Generic Australian Rail Set (GARS) R&D


Top
 Profile  
 
PostPosted: Mon Nov 29, 2010 12:01 am 
Offline
Tycoon
Tycoon
User avatar

Joined: Wed May 16, 2007 4:59 pm
Posts: 2624
And some steel flatbed graphics, including 2 loading stages, 2 colour schemes, 6 variants and two cargo "loading methods" (download the zip to see what I mean!).


Attachments:
Steel Flatbed.zip [59.43 KiB]
Downloaded 61 times

_________________
GRVTS/eGRVTS --- Generic Tram Set --- UK Town Set --- zBase ---RichardWheeler.net
Top
 Profile  
 
PostPosted: Mon Nov 29, 2010 7:45 am 
Offline
OpenTTD Developer
OpenTTD Developer
User avatar

Joined: Wed Nov 07, 2007 10:44 pm
Posts: 6971
Location: Sol d
Nice again :-) I'd call it lying and standing positions for the rolls of steel. I wonder does it make sense to mix it arbitrarily within a train? Or only among different trains?

Update from the last evening: livery override for all MU trains for the valuables wagon (the turbotrain uses the same graphics currently for mail and valuables) and the possibility to manually select the climate which is used for the engine choice (independent of the actual climate). The crazy ones can also select all engines in all climates (makes it also for me easy to test changes without the need to check each climate ;-) ).

colossal404 wrote:
Shouldn't the locomotives and the train cars be positioned down tot he dark grey line in the buy-menu?

Thanks, that's partially dealt with now (for all wagons and MU trains). I'll need to provide sprites for all other engines as well in order to solve it entirely. That'll be done in time, too, though.

EDIT: done now ;-)


Attachments:
File comment: parameter window with climate selection
ogfx-trains-climateselcection.png
ogfx-trains-climateselcection.png [ 11.6 KiB | Viewed 1141 times ]
File comment: MUs with valuables, mail and passenger wagon
ogfx-trains-mus2.png
ogfx-trains-mus2.png [ 15.87 KiB | Viewed 1141 times ]

_________________
Image
OpenTTD: manual | online content | translations | Wanted contributions and patches
#openttdcoop: blog | wiki | public server | DevZone
DevZone - home of the free NewGRFs: OpenSFX | OpenMSX | OpenGFX | Swedish Rails | OpenGFX+ Trains|RV|Industries|Airports|Landscape | NML


Last edited by planetmaker on Mon Nov 29, 2010 1:07 pm, edited 1 time in total.
Top
 Profile  
 
PostPosted: Mon Nov 29, 2010 8:05 am 
Offline
Tycoon
Tycoon

Joined: Wed Aug 26, 2009 6:33 am
Posts: 2219
Location: Poland
In train 7 loco is lower than wagons and it would be nice to do sth with yellow, like in 4.

_________________
Correct me If I am wrong - PM me if my English is bad
AIAI - AI for OpenTTD


Top
 Profile  
 
PostPosted: Mon Nov 29, 2010 8:12 am 
Offline
OpenTTD Developer
OpenTTD Developer
User avatar

Joined: Wed Nov 07, 2007 10:44 pm
Posts: 6971
Location: Sol d
Kogut wrote:
In train 7 loco is lower than wagons and it would be nice to do sth with yellow, like in 4.

He, yes. I made the screenshot before I applied the offset correction for depots :-)

_________________
Image
OpenTTD: manual | online content | translations | Wanted contributions and patches
#openttdcoop: blog | wiki | public server | DevZone
DevZone - home of the free NewGRFs: OpenSFX | OpenMSX | OpenGFX | Swedish Rails | OpenGFX+ Trains|RV|Industries|Airports|Landscape | NML


Top
 Profile  
 
PostPosted: Mon Nov 29, 2010 8:23 am 
Offline
Tycoon
Tycoon
User avatar

Joined: Wed May 16, 2007 4:59 pm
Posts: 2624
I would say randomise the standing/lying graphics within a train... If it was randomised on a per train basis it would look like two different cargoes.

_________________
GRVTS/eGRVTS --- Generic Tram Set --- UK Town Set --- zBase ---RichardWheeler.net


Top
 Profile  
 
PostPosted: Mon Nov 29, 2010 9:28 am 
Offline
OpenTTD Developer
OpenTTD Developer
User avatar

Joined: Wed Nov 07, 2007 10:44 pm
Posts: 6971
Location: Sol d
Right. Here we go in r183:

Btw, you should still adjust your colour palette ;-)


Attachments:
File comment: steel on flatbed wagon
ogfx-trains-steel.png
ogfx-trains-steel.png [ 48.37 KiB | Viewed 1122 times ]

_________________
Image
OpenTTD: manual | online content | translations | Wanted contributions and patches
#openttdcoop: blog | wiki | public server | DevZone
DevZone - home of the free NewGRFs: OpenSFX | OpenMSX | OpenGFX | Swedish Rails | OpenGFX+ Trains|RV|Industries|Airports|Landscape | NML
Top
 Profile  
 
PostPosted: Mon Nov 29, 2010 3:15 pm 
Offline
OpenTTD Developer
OpenTTD Developer
User avatar

Joined: Wed Nov 07, 2007 10:44 pm
Posts: 6971
Location: Sol d
Now, I think there have been sufficient changes to warrant a release in order to make the recent additions available to a big larger public. Translators may want to update the enclosed texts and parameter descriptions so that the updates can become part of the next release(s). The English language file is attached below. Please provide translations UTF-8 encoded.

Also I got already the first request for new graphics:
"the dual head engines (those that take cargo and can be refitted) shouldn't look like passenger wagons when e.g. mail is transported" :-) - that affects the Dash, Manley-Morel and SH125 engines.


Attachments:
File comment: English language file
default.lng [4.75 KiB]
Downloaded 42 times

_________________
Image
OpenTTD: manual | online content | translations | Wanted contributions and patches
#openttdcoop: blog | wiki | public server | DevZone
DevZone - home of the free NewGRFs: OpenSFX | OpenMSX | OpenGFX | Swedish Rails | OpenGFX+ Trains|RV|Industries|Airports|Landscape | NML
Top
 Profile  
 
PostPosted: Mon Nov 29, 2010 5:00 pm 
Offline
Tycoon
Tycoon
User avatar

Joined: Wed May 16, 2007 4:59 pm
Posts: 2624
planetmaker wrote:
"the dual head engines (those that take cargo and can be refitted) shouldn't look like passenger wagons when e.g. mail is transported" :-) - that affects the Dash, Manley-Morel and SH125 engines.
Hmmm, nice idea, I'll have a look at that :) It is just those three trains right?

_________________
GRVTS/eGRVTS --- Generic Tram Set --- UK Town Set --- zBase ---RichardWheeler.net


Top
 Profile  
 
PostPosted: Mon Nov 29, 2010 5:02 pm 
Offline
Director
Director
User avatar

Joined: Sat Mar 07, 2009 12:48 pm
Posts: 553
Location: Szeged, Hungary
Zephyris wrote:
planetmaker wrote:
"the dual head engines (those that take cargo and can be refitted) shouldn't look like passenger wagons when e.g. mail is transported" :-) - that affects the Dash, Manley-Morel and SH125 engines.
Hmmm, nice idea, I'll have a look at that :) It is just those three trains right?

And (I think) the Turner Turbo and the X2001 monorail.


Top
 Profile  
 
PostPosted: Mon Nov 29, 2010 7:42 pm 
Offline
Tycoon
Tycoon
User avatar

Joined: Wed May 16, 2007 4:59 pm
Posts: 2624
Like these?


Attachments:
Manley-MoreyEngineOverride.png
Manley-MoreyEngineOverride.png [ 2.96 KiB | Viewed 958 times ]
DashEngineOverride.png
DashEngineOverride.png [ 2.88 KiB | Viewed 958 times ]
SH125EngineOverride.png
SH125EngineOverride.png [ 3.06 KiB | Viewed 958 times ]

_________________
GRVTS/eGRVTS --- Generic Tram Set --- UK Town Set --- zBase ---RichardWheeler.net
Top
 Profile  
 
PostPosted: Mon Nov 29, 2010 9:47 pm 
Offline
Tycoon
Tycoon
User avatar

Joined: Sat Aug 16, 2008 10:26 pm
Posts: 2595
Location: Ontario, Canada
If I find the specs for the Locomotives in the Arctic and Tropical climates would you guys include "Realistic Locomotive Specs" for a parameter?

_________________
Nekomasters Projects...
# Utah Lake > v 1.00
# Generic Australian Rail Set (GARS) R&D


Top
 Profile  
 
PostPosted: Mon Nov 29, 2010 9:58 pm 
Offline
Tycoon
Tycoon
User avatar

Joined: Wed May 16, 2007 4:59 pm
Posts: 2624
Btw. the sprite sizes and offsets will be the same as the existing opengfx engine sprites, and the palette issue should be fixed...

*edit* And car flatbed sprites... CC and 2CC cars as cargo (is this ok for random recolouring?), standard flatbed offsets and correct palette


Attachments:
CarsFlatbeds.zip [49.52 KiB]
Downloaded 46 times
CarsFlatbeds1b2.png
CarsFlatbeds1b2.png [ 4.11 KiB | Viewed 907 times ]

_________________
GRVTS/eGRVTS --- Generic Tram Set --- UK Town Set --- zBase ---RichardWheeler.net
Top
 Profile  
 
PostPosted: Tue Nov 30, 2010 12:08 am 
Offline
Tycoon
Tycoon
User avatar

Joined: Wed May 16, 2007 4:59 pm
Posts: 2624
And some lumber style flatbeds...


Attachments:
LumberFlatbeds.zip [65.43 KiB]
Downloaded 35 times
LumberFlatbeds1a2.png
LumberFlatbeds1a2.png [ 4.46 KiB | Viewed 907 times ]

_________________
GRVTS/eGRVTS --- Generic Tram Set --- UK Town Set --- zBase ---RichardWheeler.net
Top
 Profile  
 
PostPosted: Tue Nov 30, 2010 12:22 am 
Offline
Tycoon
Tycoon
User avatar

Joined: Wed May 16, 2007 4:59 pm
Posts: 2624
And some processed metal flatbed sprites, could be aluminium/sheet metal/large processed ingots...


Attachments:
MetalFlatbeds.zip [44.7 KiB]
Downloaded 37 times
MetalFlatbeds1b.png
MetalFlatbeds1b.png [ 3.04 KiB | Viewed 903 times ]

_________________
GRVTS/eGRVTS --- Generic Tram Set --- UK Town Set --- zBase ---RichardWheeler.net
Top
 Profile  
 
PostPosted: Tue Nov 30, 2010 12:39 am 
Offline
Tycoon
Tycoon
User avatar

Joined: Wed May 16, 2007 4:59 pm
Posts: 2624
And a second kind of containier-like wagons, this time fixed boxes rather than removable intermodal-like containers on flatbeds...


Attachments:
GenericBoxCar.png
GenericBoxCar.png [ 2.61 KiB | Viewed 900 times ]
GenericBoxCar.zip [21.44 KiB]
Downloaded 36 times

_________________
GRVTS/eGRVTS --- Generic Tram Set --- UK Town Set --- zBase ---RichardWheeler.net
Top
 Profile  
 
PostPosted: Tue Nov 30, 2010 12:44 am 
Offline
OpenTTD Developer
OpenTTD Developer
User avatar

Joined: Wed Nov 07, 2007 10:44 pm
Posts: 6971
Location: Sol d
Very nice :-) - that'll keep me busy already for a bit, especially as an an otherwise also busy rest of the week is ahead and also have some nice sprites from DanMacK waiting for integration as well (a caboose, a few updated and some new engines for the arctic climate) ;-) Could you check the sprites for the half loaded lumber and metal? I fear the cargo might be jumping when the wagons drive around a corner.

_________________
Image
OpenTTD: manual | online content | translations | Wanted contributions and patches
#openttdcoop: blog | wiki | public server | DevZone
DevZone - home of the free NewGRFs: OpenSFX | OpenMSX | OpenGFX | Swedish Rails | OpenGFX+ Trains|RV|Industries|Airports|Landscape | NML


Top
 Profile  
 
PostPosted: Tue Nov 30, 2010 12:50 am 
Offline
Tycoon
Tycoon
User avatar

Joined: Sat Aug 16, 2008 10:26 pm
Posts: 2595
Location: Ontario, Canada
Zephyris wrote:
And some processed metal flatbed sprites, could be aluminium/sheet metal/large processed ingots...


THis kinda looks like closed Coil Cars. Perhaps you could include a open sprite for when its loading

What about a Auto rack and a inter model container car (like the ones usually seen in North America)

_________________
Nekomasters Projects...
# Utah Lake > v 1.00
# Generic Australian Rail Set (GARS) R&D


Top
 Profile  
 
PostPosted: Tue Nov 30, 2010 1:17 am 
Offline
Tycoon
Tycoon
User avatar

Joined: Wed May 16, 2007 4:59 pm
Posts: 2624
Good spot, the 4th and 8th orientations of the metal flatebed are swapped and the 5th of the lumber flatbeds is an identical copy of the 1st... I'll try and fix them at some point tomorrow, within the same offsets so you can just slot the new images into place :)

_________________
GRVTS/eGRVTS --- Generic Tram Set --- UK Town Set --- zBase ---RichardWheeler.net


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 272 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8 ... 14  Next

All times are UTC


Who is online

Users browsing this forum: psbot [Picsearch], Yoshi and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Powered by phpBB © 2000-2013 phpBB Group

Copyright © Owen Rudge/The Transport Tycoon Forums 2001-2013.
Hosted by Zernebok Hosting.