IRC logs for #openttd on OFTC at 2016-09-28
            
00:19:28 *** Biolunar has quit IRC
00:29:40 *** gelignite has quit IRC
00:31:59 <Wolf01> Uhm, I'm trying to host a server, but it's not accessible, firewall and nat are ok
00:33:05 <supermop> tree server?
00:33:26 <Wolf01> Standard server
00:33:42 <Wolf01> Just want to play with a friend
00:33:56 <Wolf01> Neither IP nor serverlist (it's advertised)
00:34:06 <Wolf01> Both have the same problem
00:34:11 <supermop> hmm
00:42:23 <glx> stupid ISP doing nasty stuff with UDP ?
00:43:09 <Wolf01> I don't think so
00:43:17 <Wolf01> Never had any problem
00:44:32 <glx> maybe wrong private IP in NAT (I think you checked that already but can happen)
00:44:42 <Wolf01> Nah, it's right
00:44:52 <Wolf01> I just changed it
00:57:05 <Wolf01> It could be that I have some virtual machines?
00:57:17 <Wolf01> Maybe OTTD listen on the wrong interface
01:06:08 <glx> it should listen on all interfaces
01:06:35 <Wolf01> I have no clues
01:09:50 *** Snail has joined #openttd
01:10:05 <Wolf01> https://paste.openttdcoop.org/pxqgkxsvl this is my network section in the config
01:19:37 <glx> anything in [server_bind_addresses] section ?
01:25:20 <Wolf01> I don't have that
01:26:38 <Wolf01> Oh yes, I have that, empty
01:27:51 <glx> ok so it really listen on all interfaces
01:28:40 <glx> I don't know what's wrong
01:30:02 *** smoke_fumus has quit IRC
01:31:45 *** tokai has joined #openttd
01:31:45 *** ChanServ sets mode: +v tokai
01:34:56 <Wolf01> Uh, I didn't think you could estimate a cost to change a config setting O_o
01:38:41 *** tokai|noir has quit IRC
01:40:01 *** funkyL has quit IRC
01:46:16 *** efess has joined #openttd
01:58:55 <Wolf01> 'night
01:59:02 *** Wolf01 has quit IRC
02:00:51 *** Samu has quit IRC
02:16:13 *** FLHerne has quit IRC
02:26:25 *** Gja has quit IRC
02:42:51 *** tokai|noir has joined #openttd
02:42:51 *** ChanServ sets mode: +v tokai|noir
02:46:06 *** JezK_ has joined #openttd
02:46:56 *** tokai has quit IRC
03:12:30 *** glx has quit IRC
04:18:41 *** supermop_ has joined #openttd
04:55:07 *** supermop_ has quit IRC
05:46:13 *** Snail has quit IRC
06:03:44 *** Ethereal_Shiver has quit IRC
06:17:34 *** strohalm has left #openttd
06:34:29 *** funkyL has joined #openttd
07:10:26 *** Lejving has quit IRC
07:31:01 *** keoz has joined #openttd
08:00:46 *** Biolunar has joined #openttd
08:25:55 *** Smedles has quit IRC
08:46:29 *** sla_ro|master has joined #openttd
08:48:42 *** Lejving has joined #openttd
09:07:41 *** tycoondemon has joined #openttd
09:26:01 *** keoz has quit IRC
09:26:21 *** Lejving has quit IRC
09:56:55 *** keoz has joined #openttd
10:20:10 *** JezK_ has quit IRC
10:35:52 *** Wolf01 has joined #openttd
10:37:20 <Wolf01> Moin
11:42:06 <Wolf01> Uhm, I think there's something wrong with hosting a server, if I run it in dedicated mode I can see it on master-server and lan, if I try to host it from client I can't see it anywhere but I can access it adding the lan ip
11:45:31 <Wolf01> Uhm, no, I can't see it on master-server, it shows with the stupid ip class 169.254
11:46:43 <Wolf01> Also, after the first succesful connection with master-server it now shows me the message to open the ports.. which are already forwarded in nat
11:48:59 <Wolf01> Also it closes the connection as soon as I try to connect with the client
12:31:18 <Wolf01> Btw, I also recreated the openttd.cfg, nothing changed
12:42:36 <peter1138> fix your system if it has a 169 ip
12:43:35 <Wolf01> But I have the right ip on lan
12:43:47 <Wolf01> 10.0.0.5
12:44:20 <Wolf01> I think is the windows phone emulator, I have 8 network interfaces and that is the only one always active without dhcp
12:45:29 <Wolf01> Yes, disabling that now works
12:45:53 *** Snail has joined #openttd
12:50:17 *** sla_ro|master has quit IRC
13:05:27 *** Flygon_ has joined #openttd
13:12:47 *** Flygon has quit IRC
13:17:50 *** Snail has quit IRC
13:47:35 *** Samu_ has joined #openttd
13:47:37 <Samu_> hi
13:48:07 <Samu_> STR_CONFIG_SETTING_DYNAMITE_RIVER :Allow removal of rivers: {STRING2} STR_CONFIG_SETTING_DYNAMITE_RIVER_HELPTEXT :If disabled, rivers are indestructible and a permanent part of the landscape
13:48:11 <Samu_> good english?
13:48:36 <Samu_> does it need a better helptext description?
13:50:59 <planetmaker> looks fine to me
13:55:21 <Samu_> ty
14:00:04 <Samu_> and become a permanent part
14:00:07 <Samu_> think it's better
14:06:26 <Samu_> if (_game_mode == GM_NORMAL && !_settings_game.construction.dynamite_river && !_cheats.magic_bulldozer.value) {
14:06:35 <Samu_> darn scenario editor
14:14:47 <Samu_> i assume in the scenario editor, ppl still want rivers to be removed when bulldozing them, right?
14:15:37 <planetmaker> they should
14:16:14 <Samu_> ok, then it stays like this
14:17:54 <Samu_> Money base_cost = IsCanal(tile) ? _price[PR_CLEAR_CANAL] : IsRiver(tile) && _game_mode == GM_NORMAL && !_settings_game.construction.dynamite_river && !_cheats.magic_bulldozer.value ? 0 : _price[PR_CLEAR_WATER];
14:18:17 <Samu_> that '0' there...
14:18:19 <Samu_> oh well
14:20:52 <Samu_> alright, i'm creating the patch
14:29:11 <Wolf01> Why does OTTD need to scan grfs every 3 runs?
14:30:30 <Samu_> https://www.tt-forums.net/viewtopic.php?f=33&t=72691&p=1177085#p1177085
14:30:51 <Samu_> hopefully it's bug free, i'm running out of time today, going on a voyage :(
14:31:15 <Eddi|zuHause> because it checks every run, but after the 3rd it flushed them out of your disk cache?
14:31:59 <Wolf01> Could be
14:37:41 *** luaduck has quit IRC
14:39:22 *** luaduck has joined #openttd
15:20:28 *** Samu_ has quit IRC
15:45:03 *** sim-al2 has quit IRC
15:47:32 *** Myhorta has joined #openttd
16:26:04 *** Myhorta has quit IRC
16:35:15 *** Gja has joined #openttd
16:40:30 *** Alberth has joined #openttd
16:40:30 *** ChanServ sets mode: +o Alberth
16:47:09 *** Lejving has joined #openttd
17:00:13 <Wolf01> o/
17:23:20 <Fujk> how much cheaper are advertised vehicles vs buying them later?
17:31:06 *** CompuDesktop has joined #openttd
17:33:15 *** Compu has quit IRC
17:35:04 <Alberth> not, but you get them earlier, (and keep them longer iirc)
17:47:15 <supermop> yoi
17:51:20 <Alberth> moi
18:04:56 *** TheMask96 has quit IRC
18:10:19 *** TheMask96 has joined #openttd
18:22:12 *** sla_ro|master has joined #openttd
18:50:49 <Fujk> anyone have a good alpine map with big mountains where you need to make tracks between them?
18:54:36 *** Lejving has quit IRC
18:57:04 <Alberth> generate an arctice map with high variation?
18:57:13 <Alberth> *arctic
19:05:29 *** glx has joined #openttd
19:05:29 *** ChanServ sets mode: +v glx
19:07:59 *** keoz has quit IRC
19:39:58 *** Arveen has joined #openttd
19:41:27 *** Biolunar has quit IRC
19:56:35 *** Stimrol has quit IRC
19:57:53 *** Stimrol has joined #openttd
20:05:07 *** Wormnest has joined #openttd
20:17:07 *** andythenorth has joined #openttd
20:18:23 <andythenorth> o/
20:18:28 <andythenorth> supermop go again?
20:18:36 <andythenorth> anyone for MP goals game?
20:18:55 <supermop> i'm down if it can be less fast paced than yesterday
20:19:01 <andythenorth> ha ha
20:19:11 <andythenorth> that’s how NCG goes :)
20:19:11 <supermop> have a few work things to juggle and need to grab coffee
20:19:21 <andythenorth> if we played over 2 nights that would be better
20:19:36 * andythenorth went to bed too late and is paying for it today
20:19:38 <supermop> i think V453000 is running some yeti game on the pro server so we need another
20:19:41 <andythenorth> oh :P
20:19:45 <andythenorth> or we play yeti
20:20:20 <supermop> also, that Tassie height map probably would've worked better at a different scale
20:20:32 <V453000> nobody is playing there so it is absolutely no issue to load a game there guys
20:20:36 <V453000> or we can load it on stable
20:20:40 <V453000> just say if you like
20:22:02 <andythenorth> ta )
20:22:12 <andythenorth> Alberth: MP game? o_O
20:22:23 <andythenorth> supermop: happy to play same map, but needs much higher industry density
20:22:26 <Alberth> sure
20:22:34 <V453000> if we feel like it is a problem, we will just revive .nightly
20:22:37 <supermop> andythenorth: same
20:22:42 <andythenorth> and if you want slower pace, we need to plan to play over 2 nights, for about 10-12 years, not 7
20:22:42 <V453000> no worries :) that's what the servers are for
20:22:51 <supermop> i just hit add random industries once
20:23:01 <supermop> let me alter the scenario
20:23:07 <supermop> 512 still good?
20:23:10 <andythenorth> yes fine
20:23:11 <Alberth> where, and what version?
20:23:12 <andythenorth> nice size
20:23:19 <V453000> andythenorth: our pro zone
20:23:24 <V453000> join #openttdcoop.pro
20:23:33 <supermop> im going to save it as 1.6.1 tho
20:23:42 <andythenorth> should be fine, backwards compatible
20:23:42 <supermop> will post in 5 min approx
20:23:43 <V453000> that's not an issue supermop
20:23:50 <V453000> we can use stable version if you want
20:23:53 <V453000> it's not an issue either
20:23:57 <V453000> at .stable
20:23:57 <andythenorth> supermop: also if the goals are mail or pax, we need more 50% towns
20:24:02 <andythenorth> and a few larger ones
20:24:14 <andythenorth> and AV9
20:24:23 <andythenorth> 1965 was a nice start year
20:24:28 <V453000> you might get other people playing on stable too, or we could just set password / company limit :)
20:24:39 <andythenorth> more is more fun
20:24:58 <andythenorth> supermop: also if you want a relaxing game, and there’s more of us, set £500k loan, not £300k
20:25:00 <V453000> in that case it's not an issue to load a map to the welcome server
20:25:09 <andythenorth> otherwise first 30 mins are people waiting to spend money
20:25:21 <V453000> hehe
20:25:32 *** aard has joined #openttd
20:25:46 <andythenorth> we got completely owned yesterday
20:25:56 <andythenorth> oh remember that NCG has an obiwan in the year also :P
20:25:57 <supermop> any other newgrf wanted?
20:26:07 <andythenorth> I was fine except for adding AV9
20:26:07 <supermop> obiwan?
20:26:18 <andythenorth> goal window said ‘end of 1972'
20:26:30 <andythenorth> but game stopped at end of 1971
20:26:41 <andythenorth> it’s a known issue, there might be a newer NCG that fixes it
20:26:55 <supermop> thats newest on nanas
20:27:04 <andythenorth> ok, well we just need to remember
20:27:06 <supermop> reduce av9 cost?
20:27:09 <andythenorth> maybe
20:27:11 <supermop> param
20:27:20 <andythenorth> I think we might have at least won food if it wasn’t for that date bug :P
20:27:31 <Alberth> oh, it runs trunk
20:28:29 <V453000> Alberth: I guess we use .stable
20:28:43 <V453000> right guys?
20:28:52 <supermop> k
20:28:59 <Alberth> k
20:29:11 <andythenorth> #openttdcoop.stable ?
20:29:16 <V453000> yarr
20:29:44 <supermop> cdist on for all cargoes?
20:29:50 <andythenorth> I wouldn’t bother
20:29:53 <andythenorth> it was quite nice not to
20:30:06 <andythenorth> cdist buys very little, except pax transfers tbh
20:30:33 <supermop> town growth speed normal?
20:30:48 <andythenorth> yair
20:30:52 <andythenorth> or high
20:30:53 <andythenorth> don’t mind
20:31:51 <andythenorth> Alberth: what time is bed time for you? I am one hour behind, and want to stop playing at 22.00 my local time :)
20:31:57 <andythenorth> that is maybe a bit late for you?
20:32:02 <Alberth> it is
20:32:05 <supermop> plane speed 1/4?
20:32:18 <andythenorth> supermop: any is fine
20:32:25 <andythenorth> whatever AV9 recommends
20:32:30 <Alberth> I tend to go to bed at 10.00 local time too, ie one hour before you
20:32:56 <andythenorth> supermop: what TZ are you in?
20:33:21 <supermop> nyc
20:33:29 <supermop> 10 years, 10,000 cargo?
20:33:37 <andythenorth> supermop: 14.33 where you are?
20:33:43 <supermop> yeah
20:33:48 <andythenorth> 13 years, 50k cargo :)
20:33:50 <andythenorth> there are 3 of us
20:33:58 <andythenorth> that’s 12 years of playing, due to the bug :P
20:34:48 <Alberth> ncg bug?
20:35:06 <andythenorth> it reports the game will last 1 year longer than it does
20:35:23 <Alberth> silly :)
20:37:01 <andythenorth> supermop: same FIRS economy?
20:37:06 <andythenorth> or IAHC?
20:37:57 <Alberth> ha, new acronyms :p
20:38:37 <andythenorth> In A Hot Country :)
20:38:46 <Alberth> yeah :)
20:39:00 <Alberth> BAM is nicer :p
20:39:10 <Alberth> Basic Arctic Map :p
20:43:59 <supermop> https://www.tt-forums.net/viewtopic.php?p=1177179#p1177179
20:44:33 <supermop> gah should have added american roads
20:44:42 <supermop> anyway have at it lads
20:44:45 <andythenorth> let’s go
20:44:53 <supermop> im gonna get coffee be on in a sec
20:45:02 <supermop> rail blue again?
20:46:10 <andythenorth> any
20:50:22 <supermop> ok
20:51:08 *** FLHerne has joined #openttd
20:59:18 *** Progman has joined #openttd
21:04:42 <Wolf01> So... TL;DR, what happened today?
21:10:57 <V453000> shit exploded
21:13:23 <andythenorth> Wolf01: play coop game?
21:13:28 <andythenorth> #openttdcoop.pro
21:29:34 *** HerzogDeXtEr has joined #openttd
21:34:24 *** Lejving has joined #openttd
21:36:25 *** Arveen has quit IRC
21:41:30 *** frosch123 has joined #openttd
21:41:47 <Wolf01> Quak
21:42:52 <frosch123> moi
21:43:45 <frosch123> ah, xkcd features andy again
21:44:12 <Wolf01> XD
21:46:37 *** LongyanG has quit IRC
21:59:33 *** FLHerne has quit IRC
22:10:36 *** gelignite has joined #openttd
22:10:57 *** LongyanG has joined #openttd
22:11:58 *** gelignite has quit IRC
22:14:35 *** gelignite has joined #openttd
22:16:52 *** sim-al2 has joined #openttd
22:23:02 <andythenorth> frosch123: we’re in #openttdcoop.pro btw
22:23:04 <andythenorth> game
22:23:24 <frosch123> how unusual :)
22:23:58 *** Myhorta has joined #openttd
22:29:11 *** aard has quit IRC
22:44:30 *** frosch123 has quit IRC
22:46:01 *** FLHerne has joined #openttd
22:47:30 *** andythenorth has left #openttd
22:47:34 *** Alberth has left #openttd
22:53:42 *** smoke_fumus has joined #openttd
23:41:48 *** gelignite has quit IRC
23:43:23 *** Progman has quit IRC
23:43:57 *** Biolunar has joined #openttd
23:44:06 *** sla_ro|master has quit IRC
23:47:59 *** FLHerne has quit IRC
23:48:34 *** FLHerne has joined #openttd