WIP Thread 8 - Anything New For RailWorks

Screenshots of Train Simulator in action.

Moderator: Moderators

Locked
User avatar
thetrainfan
Very Active Forum Member
Posts: 1919
Joined: Sat Mar 28, 2009 1:29 pm
Location: Lancashire
Contact:

Re: WIP Thread 8 - Anything New For RailWorks

Post by thetrainfan »

TOMMO79 wrote:How do you manage to get F.O.V like that? I've tried adding a line of text in the startup settings of the steam menu but it hasn't made a difference
You need to ensure that you type it in correctly.

"-SetFOV=30" for example (excluding quotation marks).
User avatar
Irishrailguy
Very Active Forum Member
Posts: 1338
Joined: Sun Mar 21, 2010 8:58 pm
Location: Dublin, Ireland

Re: WIP Thread 8 - Anything New For RailWorks

Post by Irishrailguy »

TOMMO79 wrote:How do you manage to get F.O.V like that? I've tried adding a line of text in the startup settings of the steam menu but it hasn't made a difference
Put '-SetFOV=15' in the launch options, make sure there's a space before the - if you have other settings in there already.

Kev
cvo2010
Well Established Forum Member
Posts: 820
Joined: Sun Aug 26, 2012 6:33 pm

Re: WIP Thread 8 - Anything New For RailWorks

Post by cvo2010 »

Irishrailguy wrote:
TOMMO79 wrote:How do you manage to get F.O.V like that? I've tried adding a line of text in the startup settings of the steam menu but it hasn't made a difference
Put '-SetFOV=15' in the launch options, make sure there's a space before the - if you have other settings in there already.

Kev
Or go to: ?:\Steam\SteamApps\common\RailWorks\dev\scripts and open the file engineScript, then change the FOV value in "setFov(XX)", default is 65.

-- setup lighting environment
--
-- fogParams ( enabled, start distance, end distance, r, g, b )
--
-- bloomEnable ( enabled )
--
-- setFov ( fovDeg )
--
-- setDof ( nearPlane, focalPoint, farPlane )
--------------------------
-- This function is automatically run if the game is a debug build
function autorunDEBUG()
setFov(XX)
setDof(0, 4000)
end

-- This function is automatically run if the game is a release build
function autorun()
setFov(XX)
setDof(0, 4000)
end

Regards Claus
User avatar
tomhas2
Very Active Forum Member
Posts: 1389
Joined: Thu Aug 17, 2006 9:17 pm
Location: Cleveleys, Blackpool
Contact:

Re: WIP Thread 8 - Anything New For RailWorks

Post by tomhas2 »

Northern Lines Update
Poulton-le-Fylde area has been started mainly the bridges which are more complex to get in place and lineside bits and bobs for tonight

Image

Image

Image

Cheers, Tom 8)
Harrogate Loop and Northern Lines available @ https://www.ontracksimulation.com/
Heritage Tram Driver for Blackpool Heritage Tram Tours
https://www.twitch.tv/trainsimtv_tom
winifred89
Well Established Forum Member
Posts: 685
Joined: Sun Feb 27, 2011 2:21 pm

Re: WIP Thread 8 - Anything New For RailWorks

Post by winifred89 »

tomhas2 wrote:Northern Lines Update
Poulton-le-Fylde area has been started mainly the bridges which are more complex to get in place and lineside bits and bobs for tonight

Image

Image

Image

Cheers, Tom 8)
I cannot wait for this route :D
styckx
Very Active Forum Member
Posts: 3989
Joined: Mon Jul 27, 2009 8:33 pm

Re: WIP Thread 8 - Anything New For RailWorks

Post by styckx »

This has been sitting on my PC for ages.. Decided to start applying dirt to it..

Going for a "There is a water shortage" look. :) Quite pleased with myself so far..

Image

Image

Image

Image
User avatar
sundog
Well Established Forum Member
Posts: 624
Joined: Sun Sep 28, 2003 10:12 pm
Location: Leicester, UK

Re: WIP Thread 8 - Anything New For RailWorks

Post by sundog »

River Counter Mode..........

Looks like there's a rivet missing on one of the panels on the last but one piccy :P

Seriously, nice work Bill. I love stuff that looks a bit tired and actually "used" as opposed to factory-fresh. I hope you upload it to the library!

Ken
Mostly Harmless
styckx
Very Active Forum Member
Posts: 3989
Joined: Mon Jul 27, 2009 8:33 pm

Re: WIP Thread 8 - Anything New For RailWorks

Post by styckx »

sundog wrote:River Counter Mode..........

Looks like there's a rivet missing on one of the panels on the last but one piccy :P

Seriously, nice work Bill. I love stuff that looks a bit tired and actually "used" as opposed to factory-fresh. I hope you upload it to the library!

Ken
No worries. I saw that rivet missing myself and said to myself "Oh god.. I'm becoming `that guy'" :lol:
User avatar
tango4262
Very Active Forum Member
Posts: 3262
Joined: Mon Feb 07, 2005 9:37 am
Location: Driving buses!

Re: WIP Thread 8 - Anything New For RailWorks

Post by tango4262 »

styckx wrote:
sundog wrote:River Counter Mode..........

Looks like there's a rivet missing on one of the panels on the last but one piccy :P

Seriously, nice work Bill. I love stuff that looks a bit tired and actually "used" as opposed to factory-fresh. I hope you upload it to the library!

Ken
No worries. I saw that rivet missing myself and said to myself "Oh god.. I'm becoming `that guy'" :lol:

:lol:


This pacer looks very realistic, Well done on the hard work broski :B-fly:
User avatar
sundog
Well Established Forum Member
Posts: 624
Joined: Sun Sep 28, 2003 10:12 pm
Location: Leicester, UK

Re: WIP Thread 8 - Anything New For RailWorks

Post by sundog »

It's happened to me in the past - so I thought... "why not?" Made myself cringe as well :evilbat:

Ken
Mostly Harmless
newbouy
Well Established Forum Member
Posts: 547
Joined: Mon Feb 23, 2004 12:55 pm

Re: WIP Thread 8 - Anything New For RailWorks

Post by newbouy »

A single shot from a demo scenario for my "UK Very Foggy" weather pattern soon to be released.Its called "Fog On The Maerdy 1962" and it will be bundled along with the weather pattern.

Image

Thanks Newbouy
User avatar
levisham
Well Established Forum Member
Posts: 771
Joined: Sat Feb 18, 2012 4:19 am
Location: Larnaca, Cyprus

Re: WIP Thread 8 - Anything New For RailWorks

Post by levisham »

That is excellent Newbouy. I imagine that there will be one or two screenshots posted using your "UK Very Foggy" weather pattern in the future? :lol:
cvo2010
Well Established Forum Member
Posts: 820
Joined: Sun Aug 26, 2012 6:33 pm

Re: WIP Thread 8 - Anything New For RailWorks

Post by cvo2010 »

levisham wrote:That is excellent Newbouy. I imagine that there will be one or two screenshots posted using your "UK Very Foggy" weather pattern in the future? :lol:
I have to agree, it looks very convincing 8) . I might post a screenshot or two with the weather pattern :).

Regards Claus
User avatar
briyeo1950
Very Active Forum Member
Posts: 1795
Joined: Mon Jul 20, 2009 8:33 pm
Location: Derbyshire

Re: WIP Thread 8 - Anything New For RailWorks

Post by briyeo1950 »

newbouy wrote:A single shot from a demo scenario for my "UK Very Foggy" weather pattern soon to be released.Its called "Fog On The Maerdy 1962" and it will be bundled along with the weather pattern.

Image

Thanks Newbouy
I'm sure I remember fog in the early 1960's and before, having a yellowish tint to it. :)

From Wikipedia
On 4 December 1952, an anticyclone settled over a windless London, causing a temperature inversion with cold, stagnant air trapped under a layer of warm air.The resultant fog, mixed with chimney smoke, particulates such as those from vehicle exhausts, and other pollutants such as sulphur dioxide, formed a persistent smog, which blanketed the capital the following day. The presence of tarry particles of soot gave the smog its yellow-black colour, hence the nickname "peasouper"

Even here in Derbyshire we had very thick fogs with the yellow tint to it, and a strong sooty smell. Bus conductors could be seen walking in front of the bus guiding the driver as to the location of the kerb. Happy days. :)
User avatar
sundog
Well Established Forum Member
Posts: 624
Joined: Sun Sep 28, 2003 10:12 pm
Location: Leicester, UK

Re: WIP Thread 8 - Anything New For RailWorks

Post by sundog »

Yes, I remember that sort of fog - and you could taste it too. Eeee youngsters nowadays don't know what they're missing!

Ken
Mostly Harmless
Locked

Return to “[TS] Screenshots”