IRC logs for #openttd on OFTC at 2015-03-15
            
00:02:33 <Wolf01> 'night
00:02:36 *** Wolf01 has quit IRC
00:12:38 *** Oddingar has quit IRC
00:12:55 *** Oddingar has joined #openttd
00:31:20 *** Cybertinus has quit IRC
00:33:01 *** Cybertinus has joined #openttd
00:49:20 <chillcore> hmm ... corrupt sprite again ... this time in ogfxi_logos
00:52:37 <chillcore> it is that mysterious moreheightlevels bug that I still can not trigger on demand
01:02:25 <chillcore> yay, with really extreme params I can trigger it and/or make game crash ... let's hope I still can in a debug build
01:18:11 *** Pikka has joined #openttd
02:02:37 *** oskari89 has quit IRC
02:09:08 *** Pereba_ has joined #openttd
02:12:26 *** HerzogDeXtEr1 has quit IRC
02:12:48 *** Pereba has quit IRC
02:20:20 *** Pereba_ has quit IRC
02:26:54 *** liq3 has joined #openttd
02:29:45 *** Pereba has joined #openttd
02:58:52 <supermop> yo
03:01:05 <Pikka> oy
03:01:30 <chillcore> ooy
03:02:54 *** liq4 has joined #openttd
03:02:54 *** liq3 is now known as Guest367
03:02:54 *** liq4 is now known as liq3
03:04:18 <supermop> hows it going?
03:06:31 *** liq4 has joined #openttd
03:06:32 *** liq3 is now known as Guest368
03:06:32 *** liq4 is now known as liq3
03:07:49 <chillcore> bugs everywhere ...
03:08:45 <chillcore> still the same ... for every thing I fix 2 things emerge :P
03:09:26 *** Guest367 has quit IRC
03:09:36 <chillcore> I dunno who is going to end up reviewing my code but I do know it is going to be fun fun
03:12:58 *** Guest368 has quit IRC
03:15:33 <chillcore> still got a lot of cleaning up to do but this patch queue is getting way bigger then anticipated
03:16:40 <supermop> what are you patching
03:16:59 <chillcore> at least I still feel like getting somewhere except for this one bug that is in trunk and is caused by MHLs vieport code (I think)
03:17:45 <chillcore> custom smoothness (and then tuning presets) so that trunk has some nicer terrain generation
03:19:20 <chillcore> it works but this gui stuffs ... interaction with other guis and sliders and values overflowing and so on and so on
03:19:32 <chillcore> its like the gift that keeps on giving :P
03:21:07 <chillcore> https://www.tt-forums.net/viewtopic.php?f=33&t=63595
03:22:05 <chillcore> you may want to check the later screenshots, currently adding magic boxes for the other values besides scale
03:23:02 <chillcore> how's your tramtracks and roads going?
03:23:35 <supermop> ok -
03:28:30 <supermop> http://www.tt-forums.net/viewtopic.php?p=1144780#p1144780
03:29:04 <chillcore> I was just checking them out ;)
03:29:20 <chillcore> looks pretty sweet
03:31:48 <chillcore> just them corners ... as mentioned before the lane-lines should follow the curbs a bit more
03:32:06 *** JGR_ has joined #openttd
03:32:16 <chillcore> lorry's can not make such turns, IRL that is
03:33:11 <chillcore> but the noise in the asphalt is amazing
03:33:23 <chillcore> did you use wally for that?
03:34:11 <supermop> no - just a built in procedures in rhino
03:34:27 <supermop> its essentially a granite process
03:35:06 *** JGR has quit IRC
03:35:06 *** JGR_ is now known as JGR
03:35:09 <supermop> you can make a material that has 'flecks' for a 2nd material interspersed in it
03:35:31 <supermop> and control the properties of the two separately
03:35:38 <chillcore> nice
03:36:02 <supermop> and further divide each of the base and spot materials again into another granite process
03:36:26 <supermop> the road paint is similar but a marble process
03:36:48 <supermop> the main material is a gritty bumpy white, and the vein material is transparent
03:37:00 <supermop> so the asphalt shows through in cracks
03:38:07 <supermop> the asphalt is like a black tar type material with three different kinds of rock in it
03:39:39 <chillcore> It definately shows you've put some effort into it
03:47:18 *** liq4 has joined #openttd
03:47:19 *** liq3 is now known as Guest370
03:47:19 *** liq4 is now known as liq3
03:49:11 *** Guest370 has quit IRC
03:49:53 <supermop> yeah the newer versions of the software can do even more
03:50:14 <supermop> but for these small scales you can get ok results with the old one
03:50:35 <supermop> the only thing is that its hard to add grime or dirt
03:52:44 <chillcore> I don't think you need that anymore with the level of noise you have now?
03:55:59 <supermop> not sure i think there should be slight gradient change in darkness of road surface from center to edge
03:56:46 <supermop> i would like to add storm drains too but i think they would get to repetitive to see a drain on every tile
03:58:42 <chillcore> as in rubber that is left behind, ye that could make them even look better
03:59:26 <chillcore> would be cool if you could randomize used tiles as eddi sugested
03:59:40 <chillcore> no idea how to code that though
04:00:17 <supermop> someone would need to write a patch for it
04:07:52 <chillcore> hmm there is code for decorations ... but I really sux at bit manipulation
04:11:54 <supermop> decorations?
04:14:30 <chillcore> trees and streetlights on pavement
04:15:10 <chillcore> there are eight roadside types in total
04:15:20 <chillcore> you've got a source checkout?
04:17:55 <chillcore> https://docs.openttd.org/road__map_8h_source.html line 447
04:19:26 <chillcore> not sure which sprites they are ... most lkely it is seperate trees and streetlights which get pasted in dependant on zone
04:20:20 <chillcore> emphasis on most likely ... NewGRF is not my strong point ;)
04:21:43 <supermop> yeah there are streetlights in base set
04:21:50 <supermop> but they are very basic
04:22:14 <supermop> i dont think they could be used to modify the sidewalk by overlays
04:22:45 <supermop> as if you drew a flat piece of sidewalk for the streetlamp sprite it would still be flat on a slope
04:23:50 <supermop> i think you would need a patch to along for a road new grf to specify additional possible sprites to use? i have no idea about how the actual game code works
04:24:22 <supermop> anyway
04:24:42 <supermop> do the little lane drivewways look best with cobblestones or asphalt?
04:26:51 <chillcore> cobble ;) just the tile on the right side, the bottom driveway is a tad too bright? or the white 'lines' seem to go in the wrong direction?
04:28:41 <chillcore> nitpicking details ^^^ my eyes are rather tired and might see it differntly tomorrow ;)
04:29:07 <chillcore> the gutters look great
04:29:32 <chillcore> also there will be vehicles wizzing around and peeps should be busy playing
04:29:58 *** liq4 has joined #openttd
04:29:59 *** liq3 is now known as Guest371
04:29:59 *** liq4 is now known as liq3
04:31:22 <supermop> the cobbles do run along the length of that that drive rather that the width
04:31:31 <supermop> your eyes do not lie
04:32:27 <supermop> here in the laneways, cobbles run in courses parallel to the lane for most of the length, but sometimes at a crossing or junction they then run perpendicular
04:32:53 <supermop> so once i noticed my texture mapping error, I could not decide how to resolve it
04:33:34 <supermop> as the driveways are crossing sidewalks, i think the cobbles should be perpendicular to the lane, parallel to the sidewalk, as in the big driveway
04:34:02 <supermop> however, showing them the otherway could hint at the normal lengthwise character
04:34:53 *** Guest371 has quit IRC
04:36:01 <supermop> now i just need to do the non-sidewalk road dead end
04:36:42 <chillcore> k ... here the cobble in the gutter and the driveways does not flow in one another, most of the times
04:37:03 <supermop> maybe i will have the road die into gravel
04:38:40 <chillcore> hmm I get what you mean but you can not predict what will be on the other side of the gravel, again
04:40:28 <supermop> hmm
04:40:34 <chillcore> could be anything really ... the side of a depot or station, grass, trees, monument, whatevs except for road as then it would connect
04:42:26 *** liq3 has quit IRC
04:42:43 <chillcore> correction ... two halftile roads facing eachother do not connect
04:43:23 *** liq3 has joined #openttd
04:45:25 <chillcore> as long as you do layered stuffs you can experiment as much as you want and maybe code options in your NewGRF later on even
04:50:10 <chillcore> but as a general rule ... don't worry too much about what could be there, usually if your newGRF is uniform in style (and complete) it comes out pretty good
04:50:25 *** liq4 has joined #openttd
04:50:26 *** liq3 is now known as Guest374
04:50:26 *** liq4 is now known as liq3
04:55:28 *** Guest374 has quit IRC
05:32:14 <chillcore> hmm ... nappy time. good night o/
05:32:26 *** chillcore has quit IRC
05:45:29 *** Pereba has quit IRC
05:56:01 *** Eddi|zuHause has quit IRC
05:56:15 *** Eddi|zuHause has joined #openttd
06:03:41 *** guru3 has quit IRC
06:09:15 *** guru3 has joined #openttd
06:41:49 *** liq4 has joined #openttd
06:41:49 *** liq3 is now known as Guest378
06:41:49 *** liq4 is now known as liq3
06:47:32 *** Guest378 has quit IRC
06:57:36 *** sla_ro|master has joined #openttd
07:02:49 *** Celestar has joined #openttd
07:10:52 *** Celestar has quit IRC
07:14:03 *** liq4 has joined #openttd
07:14:04 *** liq3 is now known as Guest380
07:14:04 *** liq4 is now known as liq3
07:18:52 *** Guest380 has quit IRC
07:21:48 *** DanMacK has joined #openttd
07:24:46 *** efess has quit IRC
07:30:49 *** roidal has joined #openttd
07:31:06 *** Pensacola has joined #openttd
07:45:20 *** DanMacK has quit IRC
07:57:53 *** flipFLOPS has quit IRC
08:00:55 *** Ketsuban_ is now known as Ketsuban
08:04:23 *** liq4 has joined #openttd
08:04:23 *** liq3 is now known as Guest381
08:04:23 *** liq4 is now known as liq3
08:10:45 *** Guest381 has quit IRC
08:20:57 *** andythenorth has joined #openttd
08:20:59 <andythenorth> o/
08:21:24 <Pikka> yikes
08:25:07 <supermop> yo
08:28:12 *** roidal_ has joined #openttd
08:28:59 * andythenorth plays OpenTTD
08:30:27 <supermop> whoa whoa whoa
08:30:34 <supermop> actually playing a game
08:31:17 <Pikka> you should a server, andythenorth
08:31:50 <supermop> andy should a server
08:32:03 <supermop> i'd play an all andy server
08:32:19 <andythenorth> I should
08:32:31 <andythenorth> but also lots of unreleased newgrfs in my games
08:32:38 <andythenorth> makes server tricky
08:32:44 <andythenorth> also much parenting to do
08:32:50 *** roidal has quit IRC
08:33:56 <Pikka> when are we getting the new hogs? ;)
08:34:02 *** Progman has joined #openttd
08:34:09 <andythenorth> working on it
08:34:09 <Pikka> when is supermop getting his new trams?
08:34:25 <supermop> getting them?
08:34:34 <supermop> am i getting a tram?
08:34:34 <Pikka> when am I coding them?
08:34:38 <supermop> ah
08:34:46 <Pikka> the ones you sent a while back... I should get on those. :)
08:35:09 <supermop> well i'm more focused on drawing and rendering this road set now
08:35:28 <supermop> i've self-imposed a design freeze now
08:35:54 <supermop> so no more modelling until after a first release
08:36:01 <supermop> now just render etc
08:36:06 <supermop> brb noodles
08:37:15 <Terkhen> good morning
08:37:23 <supermop> hi terken
08:37:30 <supermop> Terkhen:
08:37:33 <supermop> sorry
08:38:44 <andythenorth> ok can haz alpha-10 road hog now
08:38:46 <andythenorth> on bananas
08:38:48 <andythenorth> moar
08:39:00 <Pikka> danke
08:39:13 <andythenorth> especially moar translations
08:39:18 <andythenorth> rest is just a few sprites and stuff
08:43:22 <andythenorth> so eh 13k downloads of Squid, and no feedback / suggestions in forums
08:43:27 <andythenorth> this is a good thing, yes/no?
08:49:39 <andythenorth> also, is a translations release 2.1.0 or 2.0.1?
08:57:45 <supermop> no feedback is good feedback
08:58:29 <__ln__> http://www.buzzfeed.com/alanwhite/this-sage-of-a-broken-german-door-that-became-a-wall-of-meme#.icrNnyOnA
08:59:46 <andythenorth> can haz Squid 2.0.1
08:59:57 <andythenorth> of very little interest to you unless you’re Polish or Italian or German
09:02:20 *** smoke_fumus has joined #openttd
09:04:26 *** liq3 has quit IRC
09:06:00 *** liq3 has joined #openttd
09:06:47 <andythenorth> or your
09:07:02 * andythenorth too early for the comma rules
09:12:35 *** Progman has quit IRC
09:13:28 <supermop> i guess i need to draw a little concrete saw and hole for roadworks sprite
09:14:29 <supermop> bollard for do not enter?
09:17:40 <supermop> already violating design freeze
09:19:01 <supermop> should a zebra crossing have a stop line behind it, or no need to bother?
09:19:30 <supermop> i'm thinking to make a zebra crossing across the terminating road on a T junction
09:37:25 *** liq3 is now known as Guest386
09:37:28 *** liq3 has joined #openttd
09:41:38 *** Guest386 has quit IRC
09:44:51 *** HerzogDeXtEr has joined #openttd
10:00:28 *** DDR has quit IRC
10:02:16 *** gelignite has joined #openttd
10:05:43 *** liq3 has quit IRC
10:09:36 *** liq3 has joined #openttd
10:11:11 *** GriffinOneTwo has quit IRC
10:24:34 *** Wolf01 has joined #openttd
10:24:54 <Wolf01> hi hi
10:27:29 <supermop> hi
10:29:50 *** oskari89 has joined #openttd
11:02:49 *** Suicyder has joined #openttd
11:08:35 *** andythenorth has quit IRC
11:11:24 *** oskari89 has quit IRC
11:25:56 *** andythenorth has joined #openttd
11:27:54 *** andythenorth has quit IRC
11:41:45 *** _dp_ has quit IRC
11:47:00 *** JacobD88 has joined #openttd
11:49:34 *** frosch123 has joined #openttd
11:51:35 *** _dp_ has joined #openttd
11:53:47 *** supermop has quit IRC
12:01:19 *** efess has joined #openttd
12:10:29 *** GriffinOneTwo has joined #openttd
12:12:40 *** Alberth has joined #openttd
12:12:40 *** ChanServ sets mode: +o Alberth
12:13:21 <DorpsGek> Commit by frosch :: r27187 /trunk/src (3 files in 2 dirs) (2015-03-15 13:19:58 +0100 )
12:13:22 <DorpsGek> -Fix: Code style.
12:13:31 <Alberth> moin
12:13:37 <frosch123> hai :)
12:15:01 <Taede> morning
12:20:49 *** liq4 has joined #openttd
12:20:49 *** liq3 is now known as Guest394
12:20:49 *** liq4 is now known as liq3
12:22:22 *** Guest394 has quit IRC
12:24:47 *** Kurimus has quit IRC
12:28:52 *** Kurimus has joined #openttd
12:31:50 *** Supercheese is now known as Guest395
12:31:54 *** Supercheese has joined #openttd
12:36:37 *** Guest395 has quit IRC
12:43:07 *** shadowalkerAFK is now known as shadowalker
12:43:31 *** shadowalker is now known as shadowalkerAFK
13:00:56 *** Flippy has quit IRC
13:01:27 *** chillcore has joined #openttd
13:01:44 <chillcore> hello all
13:08:46 <Alberth> o/
13:38:31 *** andythenorth has joined #openttd
13:38:37 <Alberth> \o
13:39:03 <andythenorth> o/
13:40:38 <chillcore> |o
13:43:20 <chillcore> 193.4 kb of patches so far ... not done yet and still need to shorten code
13:45:09 * andythenorth needs some new BB goals
13:45:35 * andythenorth wonders about a ‘roll the dice’ button :P
13:50:35 * chillcore mentions a certain Aiai Caramba connects stuffs by road ... at random
13:51:54 *** Taede has quit IRC
13:53:36 *** Taede has joined #openttd
13:54:27 <Alberth> andy, as in, you don't want to wait for completion? :)
13:55:17 <andythenorth> as in, 5 out of 7 goals are currently unstarted
13:55:19 <andythenorth> with 2 years to run
13:55:26 <andythenorth> and not very interesting also
13:55:53 <andythenorth> hmm
13:55:58 <andythenorth> maybe I should have 10 goals
13:55:59 <Alberth> newer BBs allow finishing at an arbitrary rate, mostly
13:56:07 <andythenorth> this is latest from bananaramas
13:56:36 <andythenorth> so if I start a 2 year goal, I don’t have to complete within 2 years?
13:56:37 <Alberth> if you deliver something every 7 years, the goal will stick
13:57:07 <Alberth> 2 years from now, or it's expired :)
13:57:22 <Alberth> it's fine to deliver at a higher rate too :p
14:00:23 <andythenorth> make sense
14:00:27 <andythenorth> makes *
14:00:58 <Alberth> every time you deliver a non-zero amount, the timer starts again
14:09:42 *** tokai|noir has joined #openttd
14:09:42 *** ChanServ sets mode: +v tokai|noir
14:15:28 *** tokai|mdlx has quit IRC
14:31:52 *** JayMayer has joined #openttd
14:36:16 *** JayMayer has quit IRC
14:43:13 *** andythenorth has quit IRC
14:57:47 *** JacobD88 has quit IRC
15:08:15 *** chillcore has quit IRC
15:18:00 *** Progman has joined #openttd
15:33:01 *** Pikka has quit IRC
15:36:39 *** Pensacola has quit IRC
15:37:59 *** GriffinOneTwo has quit IRC
15:42:55 *** GriffinOneTwo has joined #openttd
16:10:31 *** andythenorth has joined #openttd
16:12:43 <andythenorth> Baldy’s Boss
16:14:33 <frosch123> are you baldy?
16:16:30 <andythenorth> wondering if I am
16:16:33 <andythenorth> or his Boss
16:17:58 <andythenorth> my alter ego
16:18:01 <andythenorth> like fight club
16:37:13 *** andythenorth has quit IRC
16:40:11 *** DanMacK has joined #openttd
16:40:28 <DanMacK> @seen Andythenorth
16:40:28 <DorpsGek> DanMacK: Andythenorth was last seen in #openttd 22 minutes and 26 seconds ago: <andythenorth> like fight club
16:40:38 <DanMacK> Doh... lol
16:40:45 <frosch123> 3 minutes :p
16:41:35 <DanMacK> of course, lol
16:45:08 *** gelignite has quit IRC
16:49:14 *** gelignite has joined #openttd
17:04:34 *** liq4 has joined #openttd
17:04:34 *** liq3 is now known as Guest410
17:04:34 *** liq4 is now known as liq3
17:09:45 *** Guest410 has quit IRC
17:31:35 *** blathijs has quit IRC
17:37:35 *** liq3 has quit IRC
17:39:07 *** blathijs has joined #openttd
17:45:21 <DorpsGek> Commit by michi_cc :: r27186 trunk/src/road_cmd.cpp (2015-03-14 15:27:07 +0100 )
17:45:22 <DorpsGek> -Codechange: Rename AlwaysDrawUnpavedRoads() to better reflect what it does.
17:46:51 <frosch123> what?
17:47:17 <frosch123> that's not the translator commit :p
17:47:27 <Alberth> :p
17:47:43 <frosch123> there was actually no translator commit
17:48:28 <Alberth> dorpsgek goes back in time :)
17:52:06 *** andythenorth has joined #openttd
17:52:13 <andythenorth> DanMacK: hi
17:52:23 <DanMacK> Hey!
17:52:39 <andythenorth> felt like a DanMacK time of day
18:01:49 *** Demolishor has joined #openttd
18:07:55 *** Demolishor has quit IRC
18:31:53 *** Celestar has joined #openttd
18:34:51 *** JacobD88 has joined #openttd
18:36:17 *** JacobD88 has quit IRC
18:39:55 *** Celestar has quit IRC
19:02:16 *** GriffinOneTwo has quit IRC
19:41:37 <juzza1> how can i edit issue description in devzone?
19:42:09 <juzza1> found it
19:42:12 <Alberth> k
19:47:59 <Eddi|zuHause> i always found these buttons extremely hidden
19:48:56 <Alberth> somewhat, although github is much better at hiding possibilities :)
19:57:56 *** DDR has joined #openttd
19:59:50 *** roidal_ has quit IRC
20:06:05 *** oskari89 has joined #openttd
20:10:09 <Terkhen> good night
20:11:26 <V453000> bai
20:20:24 <DorpsGek> Commit by translators :: r27188 trunk/src/lang/korean.txt (2015-03-15 21:20:16 +0100 )
20:20:25 <DorpsGek> -Update from WebTranslator v3.0:
20:20:26 <DorpsGek> korean - 2 changes by telk5093
20:24:56 *** Leander_ has quit IRC
20:29:04 *** Leander_ has joined #openttd
20:34:48 *** flipFLOPS has joined #openttd
20:36:40 *** DDR has quit IRC
20:37:01 *** DDR has joined #openttd
20:38:49 *** Geoff_AK has joined #openttd
20:41:53 *** Alberth has left #openttd
20:48:57 *** gelignite has quit IRC
20:56:35 *** andythenorth has left #openttd
21:01:00 *** HerzogDeXtEr1 has joined #openttd
21:05:54 *** DDR has quit IRC
21:06:25 *** HerzogDeXtEr has quit IRC
21:10:25 *** sla_ro|master has quit IRC
21:10:29 *** DDR has joined #openttd
21:15:44 *** DDR has quit IRC
21:16:05 *** DDR has joined #openttd
21:18:43 *** DDR has quit IRC
21:19:06 *** DDR has joined #openttd
21:21:44 *** DDR has quit IRC
21:22:05 *** DDR has joined #openttd
21:29:20 *** smoke_fumus has quit IRC
21:38:13 *** frosch123 has quit IRC
21:50:34 *** DDR has quit IRC
21:50:56 *** DDR has joined #openttd
22:03:45 *** DanMacK has quit IRC
22:11:42 *** quorzom has joined #openttd
22:14:19 *** DDR has quit IRC
22:14:40 *** DDR has joined #openttd
22:16:44 *** quorzom has quit IRC
22:25:02 *** Progman has quit IRC
22:51:52 *** oskari89 has quit IRC
23:08:38 *** FLHerne has joined #openttd
23:14:52 *** luaduck_zzz is now known as luaduck
23:21:03 *** OldManPopo has joined #openttd
23:21:34 <OldManPopo> Hello!
23:22:58 <OldManPopo> Quickie Question: Trains set to full load seem to cap out produced items around 70%, I thought (And I may have thought wrong) I remembered that if you get away from Full Load and just let them run free that production levels will increase? Is this true? It's been a while since I tried really hard at the mechanics. Wiki doesn't seem to have this information anywhere
23:23:46 *** HerzogDeXtEr1 has quit IRC
23:24:24 <ST2> maybe this helps: https://wiki.openttd.org/Game_mechanics#Station_rating
23:30:29 <Wolf01> 'night
23:30:36 *** Wolf01 has quit IRC
23:36:12 <OldManPopo> I'm guessing my brain isn't processing that correctly, it looks very confusing. I have Very Good and Excellent ratings from my station, but transported levels aren't going above 76%.. Perhaps I'm confusing some numbers somewhere?
23:37:04 <OldManPopo> There's virtually no delay on trains arriving at the station to take the goods away
23:37:05 *** Oddingar has quit IRC
23:37:37 *** Oddingar has joined #openttd
23:40:07 *** supermop has joined #openttd
23:42:46 <OldManPopo> So if I'm reading this right, on a standard 256x256 map, there's a 16.7% chance that any given industry will boost it's production.... If that 16.7% chance succeeds, my station, with it's Very Good and Excellent ratings, has a 67% chance to increase it's production levels, if it fails the 67% chance of increase, it will decrease production levels... Am I getting that right? :)
23:45:13 <OldManPopo> Ugh... hold on.. I'm using Smooth Economy... That changes the rules even further..
23:46:02 <_dp_> ye on smooth economy there is extra bonus for > 80% rating, but you got the idea
23:47:14 <OldManPopo> So since I can't seem to get my ratings above "Very Good" with Full Loads on (there's like a few months out of the year it seems to hold onto Excellent), the production holds steady around 70-75%
23:47:44 <_dp_> try building statue or renewing engines
23:48:00 <_dp_> advertising also helps if within range
23:49:08 <OldManPopo> Engines are the best Diesels available currently, so it's running as fast a train as I can for the now. I may have to try the statue thing, see if that helps. I'm making good money as it is, but I'm greedy and want more ;)
23:51:01 *** roadt_ has quit IRC
23:51:08 <OldManPopo> So the numbers I should be monitoring isn't the production percentage, but rather my rating from the station.... The Production level is the end result of my rating
23:52:05 <OldManPopo> And my rating is determined by how quickly in and out my trains take the items from the station
23:55:45 <_dp_> yeah, you got it
23:56:21 <_dp_> on that page you can also see full list of factors that determine rating
23:56:54 <_dp_> like not only speed, but an age of engine matters too. there is no easy way to renew same engine tho(
23:57:34 <_dp_> but statue is the easiest one, so definitely build it if you haven't done it yet
23:58:15 <OldManPopo> I know there's a setting in there somewhere for what time to renew it (I think it defaults to 6 months past due date, or something like that). I suppose that could be tweaked
23:58:25 <OldManPopo> AFK a few minutes