IRC logs for #openttd on OFTC at 2019-08-19
            
00:18:56 *** arikover has quit IRC
00:33:33 *** Wormnest has quit IRC
00:38:09 *** Wormnest has joined #openttd
00:39:36 <Samu> actually using it...
00:39:37 <Samu> pathfinder.cost.search_range = route_dist / 5;
00:40:02 *** WormnestAndroid has quit IRC
00:40:22 <Samu> it's not really a "cost", but...
00:40:41 *** WormnestAndroid has joined #openttd
00:44:01 *** Progman has quit IRC
00:44:24 <Samu> fastest profile is ultra mega hyper godly fast now
00:44:35 <Samu> range = 1 lol
00:44:49 <Samu> fails a lot on maps with tons of water
00:45:34 *** nielsm has quit IRC
00:46:59 <Samu> @calc 20 / 5
00:46:59 <DorpsGek> Samu: 4
00:47:58 <Samu> @calc 155/5
00:47:58 <DorpsGek> Samu: 31
00:49:17 <Samu> 31 is a little bit too much, i think
00:49:33 <Samu> but ok, will have to test
00:52:48 *** WormnestAndroid has quit IRC
00:55:08 *** Wolf01 has quit IRC
00:55:12 *** Samu has quit IRC
00:55:58 *** Wormnest has quit IRC
01:01:12 *** Wormnest has joined #openttd
01:31:00 *** WormnestAndroid has joined #openttd
01:45:21 *** HerzogDeXtEr has quit IRC
02:24:57 *** Wormnest has quit IRC
03:04:27 *** Wormnest has joined #openttd
03:48:28 *** Flygon has joined #openttd
04:31:43 *** D-HUND has joined #openttd
04:34:59 *** debdog has quit IRC
04:36:12 *** glx has quit IRC
04:44:24 *** Thedarkb-X40 has quit IRC
04:51:07 *** Wormnest has quit IRC
09:52:23 *** Samu has joined #openttd
09:52:26 <Samu> hi
10:19:16 <Samu> had a typo yesterday
10:19:28 <Samu> https://paste.openttdcoop.org/p1x8xmqgt#line-13
10:19:34 <Samu> it's min(
10:21:02 *** Arveen has joined #openttd
10:47:58 <Samu> I have to change the way the pathfinder counts interactions yet again :(
10:49:49 *** WormnestAndroid has quit IRC
10:50:03 *** WormnestAndroid has joined #openttd
10:51:45 <Samu> running at default max ops/construction speed with the addition of convoy tricks, pathfinder takes more than 10 days each attempt, which is the days to wait before starting the next road vehicle on a previous route (the trick)
10:56:13 *** Samu has quit IRC
11:24:51 *** Eddi|zuHause has quit IRC
11:57:37 *** andythenorth_ has joined #openttd
11:57:48 <andythenorth_> yo
11:57:54 *** tokai|noir has quit IRC
12:01:20 *** andythenorth_ has quit IRC
12:02:26 *** andythenorth_ has joined #openttd
12:10:31 *** andythenorth_ has quit IRC
12:13:00 *** andythenorth_ has joined #openttd
12:14:50 <andythenorth_> North American Horse :p
12:15:31 <andythenorth_> Progression problem
12:16:06 <andythenorth_> IRL american train speeds have declined substantially since 1940s
12:19:03 <peter1139> Yeah but elevenses.
12:19:17 <andythenorth_> Ikr
12:19:24 <andythenorth_> Coffee time
12:22:28 *** andythenorth_ has quit IRC
12:23:59 <DorpsGek_II> [OpenTTD/OpenTTD] Wuzzy2 commented on issue #7703: Inactive industries make inappropriate/unlogical sounds https://git.io/fjFrH
12:24:22 *** Thedarkb-X40 has joined #openttd
12:30:46 *** andythenorth_ has joined #openttd
12:32:42 <peter1139> Well, I had the second half a protein bar. Not really satisfactory.
12:32:51 <peter1139> Fancy bacon & eggs :/
12:33:35 *** andythenorth_ has quit IRC
12:58:24 *** WormnestAndroid has quit IRC
13:25:53 *** WormnestAndroid has joined #openttd
13:44:58 *** Samu has joined #openttd
13:52:15 *** zuzak has left #openttd
13:58:37 *** WormnestAndroid has quit IRC
14:24:43 <Arveen> there are fancy bacon & egg protein bars ?
14:27:09 *** WormnestAndroid has joined #openttd
14:58:23 *** Wolf01 has joined #openttd
15:04:15 <Wolf01> So, it looks like 0% reliability engines, today a train stopped twice, the first time they changed the engine, it stopped again.
15:07:47 <peter1139> It stopped as it left the depot?
15:08:12 <Wolf01> After leaving the station
15:10:05 <Wolf01> The worst part of the story is that somebody thought it was fine to attack the train conductor
15:10:18 <Wolf01> Like it would help
15:25:12 *** sla_ro|master has joined #openttd
15:41:54 *** nielsm has joined #openttd
16:41:35 *** superprower has joined #openttd
16:43:24 <superprower> Hi! Is there a way to make some modifications (i.e. placing objects, roads, cities) to the game maps externally, from scripts of some kind? Is there an API of some sorts?
16:48:39 <nnyby> superprower: there is - https://wiki.openttd.org/Game_script
16:53:27 <superprower> Thanks a lot! Haven't thought to look up 'scripting' for some reason, was looking at modding.
16:54:38 *** Wormnest has joined #openttd
16:56:01 *** Samu has quit IRC
16:59:58 <FLHerne> superprower: OpenTTD extension interfaces are:
17:00:52 <FLHerne> "NewGRFs" -- alter graphics, add new vehicle/building/industry/infrastructure/... types, town names, etc.
17:02:02 <FLHerne> NoAI -- for AI-controlled companies; build infrastructure, manage vehicles, etc.
17:03:26 <FLHerne> GameScript -- scripting interface similar to AI, but for controlling the overall game -- set goals, control town growth, or build infrastructure etc. as AIs do
17:04:18 *** supermop_work has joined #openttd
17:04:22 <supermop_work> hi
17:04:37 <FLHerne> Admin Port -- run various commands via a network interface, mostly for server management https://wiki.openttd.org/Server_admin_port
17:05:22 <FLHerne> And, of course, "patch the source code" is always the method of last resort :P
17:23:26 <peter1139> Depends
17:23:39 <peter1139> "Play the game" is the usual last resort...
17:30:14 *** quiznilo has left #openttd
17:33:50 <Wolf01> Meh, another game I would like is Epic exclusive
17:40:48 <Wolf01> Developers should sell the game directly and then let you chose the library you want, I already purchased games twice because I found a nice discount on steam and forgot that I had the game on another library
17:41:19 <supermop_work> i buy records twice all the time
17:41:39 <supermop_work> dont realize till i am putting it on my shelf and see it is already there
17:43:34 <Wolf01> I do that with books, but that's because I forget to update the list of the ones I already have
17:46:26 <Wolf01> I would like to have the same for games... but not an excel sheet
17:49:50 <supermop_work> i started a sheet for my records, but i also forget to update it
17:50:15 <Wolf01> At least with proprietary stores you can guess on which library it's a game, but with generic stores like steam, gog and epic...
17:51:17 <Wolf01> I should try playnite
17:54:15 *** HerzogDeXtEr has joined #openttd
18:01:14 *** Progman has joined #openttd
18:02:32 <Wolf01> So... I have this game on gog, steam and epic... and installed both on steam and gog
18:04:30 <Wolf01> At least I got it for free on epic
18:04:47 *** Flygon has quit IRC
18:07:25 *** Samu has joined #openttd
18:21:35 *** Eddi|zuHause has joined #openttd
18:22:57 *** frosch123 has joined #openttd
18:31:41 <Wolf01> Hmmm, even playnite can't import all the games
18:56:55 *** gelignite has joined #openttd
19:06:17 <peter1139> Hi
19:06:31 <peter1139> I came home. I ate an Oreo biscuit. That's my dinner carolies gone ;(
19:07:51 <Eddi|zuHause> damn these koroljevs
19:20:35 <frosch123> wasn't there at least the option for some better biscuit, other than an oreo?
19:40:12 <peter1139> Yes, but that was the last one in an already open packet. Also it was a "snowy" covered one. Must have been there a while.
20:54:59 <Wolf01> How... a lonely oreo... you monster!
21:13:55 *** supermop_work has quit IRC
21:17:57 *** WormnestAndroid has quit IRC
21:18:07 <Samu> the default ai is dummy ai
21:18:16 <Samu> make it do something
21:19:21 *** WormnestAndroid has joined #openttd
21:21:37 <LordAro> no
21:22:05 <LordAro> (this was literally the question i asked that got me into the OTTD community 10 years ago)
21:22:14 <Samu> rip that topic then
21:22:50 <LordAro> basically the whole point of "NoAI" is that all AIs are community provided
21:22:56 <LordAro> it's in the name
21:23:45 <Samu> make dummy ai download an ai and run it
21:24:37 <LordAro> that's much worse
21:24:53 <Wolf01> Hmmm, I wanted to play a game but I noticed too late that the windows' store version is stable and doesn't have nrt...
21:25:36 <Wolf01> Also, why does the content download let me download clearly incompatible grfs?
21:51:14 <peter1139> Well I'm hardly a monster, there is no lonely oreo any more...
21:51:58 <peter1139> Also, I had cheese & biscuits and now I'm going to bed. Hopefully sweet cheesey dreams :p
22:00:53 <Samu> I need to make AI management more flexible
22:00:57 <Samu> must think
22:13:15 *** sla_ro|master has quit IRC
22:16:37 *** gelignite has quit IRC
22:20:03 *** frosch123 has quit IRC
22:20:50 *** arikover has joined #openttd
22:31:48 *** supermop_work has joined #openttd
23:02:48 *** Wormnest_ has joined #openttd
23:03:02 *** WormnestAndroid has quit IRC
23:03:37 *** arikover has quit IRC
23:06:59 *** Wormnest has quit IRC
23:09:47 *** andythenorth_ has joined #openttd
23:10:05 *** Compu has joined #openttd
23:10:21 <andythenorth_> I have had lunch
23:10:44 *** Compu has quit IRC
23:17:06 *** andythenorth_ has quit IRC
23:19:15 *** Samu has quit IRC
23:23:02 *** WormnestAndroid has joined #openttd
23:31:58 *** Progman has quit IRC