IRC logs for #openttd on OFTC at 2023-08-24
            
01:57:23 *** Wormnest has quit IRC (Quit: Leaving)
02:12:06 *** D-HUND has joined #openttd
02:15:45 *** debdog has quit IRC (Ping timeout: 480 seconds)
02:52:04 *** tokai has joined #openttd
02:52:05 *** ChanServ sets mode: +v tokai
02:58:54 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
03:40:43 *** keikoz has joined #openttd
05:17:20 *** HerzogDeXtEr has quit IRC (Read error: Connection reset by peer)
05:43:32 *** nielsm has joined #openttd
05:47:42 *** D-HUND is now known as debdog
07:06:20 <DorpsGek> [OpenTTD/OpenTTD] andythenorth commented on pull request #10541: Feature: Industry production graph https://github.com/OpenTTD/OpenTTD/pull/10541#issuecomment-1691123900
07:41:18 <andythenorth> moin
07:44:39 <andythenorth> hmm if we had objects on track tiles
07:44:44 <andythenorth> and they could have underlay or overlay
07:45:13 <andythenorth> I could colour code routes
07:45:33 <andythenorth> then if grfs could also register transparency settings....
07:45:51 <andythenorth> it would be cool
08:04:44 <peter1139> RIP CloudNordic
08:09:41 <andythenorth> oof
08:13:56 <brickblock19280> Wouldn't objects on tracks and roads just be like bgt since you could have the behind train sprite cover the whole tile
08:15:43 <andythenorth> it's pretty much another way to do BGT
08:16:07 <andythenorth> it's decor tiles
08:16:11 <andythenorth> or something
08:16:57 <brickblock19280> I think it's better tbh since it isn't only for roads
08:17:10 <brickblock19280> But you lose road tunnels
08:17:38 <brickblock19280> But that can be done separately with tunneltypes
08:17:38 <andythenorth> if we had some way to explicitly set base tile and overlay separately
08:18:03 <andythenorth> there would be a lot less object sets repeating "building with concrete ground", "building with mud ground" etc
08:18:11 <andythenorth> less / fewer /s
08:41:24 *** virtualrandomnumber has joined #openttd
08:41:39 *** virtualrandomnumber has quit IRC ()
08:56:25 <emperorjake> Objects on roads and tracks would be a great way to do custom fences and sound barriers etc
09:33:29 <andythenorth> If only we weren’t limited to 255 objects per grf….oh wait
09:53:09 <brickblock19280> It would be very useful if you could do it with foundations on the objects
10:02:35 <andythenorth> I have an idea…
10:19:21 <pickpacket> andythenorth: tell us more
10:22:37 <DorpsGek> [OpenTTD/OpenTTD] glx22 commented on issue #11226: [Bug]: GS appears to be able to hang the game in Story Book https://github.com/OpenTTD/OpenTTD/issues/11226
10:37:53 <andythenorth> we could try player-composable objects, so a UI that starts blank and offers 3 layers: foundation style, ground style, building style
10:38:15 <andythenorth> The resulting combination is ploppable like a normal object
10:39:08 <andythenorth> Previously used combinations are available in a palette/list window, and persisted in the savegame.
10:40:12 <andythenorth> Grf objects define which layers they provide sprites for
10:43:59 <andythenorth> I’m on my phone so I can’t sketch it but eh
10:46:44 <brickblock19280> I would do foundations as a part of the ground but that does also work
10:52:56 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1144222808696700988/F4EF60CA-E831-42EB-8985-6243C1A536C9.jpg
10:53:09 <andythenorth> Bad sketch, I’m in a park
10:54:20 <peter1139> What's BGT?
10:54:25 <peter1139> Britain's Got Talen?
10:54:27 <peter1139> +t
10:55:15 <andythenorth> Yes
10:55:30 <_glx_> But ground (and I forgot the T)
10:56:21 <andythenorth> https://wiki.openttd.org/en/Archive/Development/ButGroundTypes
10:56:56 <andythenorth> I coukd never figure out a UI for it if it’s combined with road/rail building
10:57:18 <peter1139> Oh a non-existent thing.
10:57:28 <andythenorth> But UI for this with objects is fine
10:57:55 <andythenorth> Yeah PR is theoretical only
11:10:49 <talltyler> Groundt
11:29:37 <andythenorth> ComposT
11:49:03 <Eddi|zuHause> BeforeGamesTerminated
11:52:02 *** debdog has quit IRC (Remote host closed the connection)
11:52:23 *** debdog has joined #openttd
12:00:10 *** _aD has joined #openttd
12:27:23 *** Flygon has quit IRC (Quit: A toaster's basically a soldering iron designed to toast bread)
13:07:33 *** virtualrandomnumber has joined #openttd
13:08:29 *** virtualrandomnumber has quit IRC ()
14:13:11 <peter1139> Maybe I need to tweak the NAT rules :/
14:41:16 *** gelignite has joined #openttd
15:41:59 *** _aD has quit IRC (Ping timeout: 480 seconds)
15:55:50 <_zephyris> If I was foolish enough to try to set up newgrf parameter support, does anyone have any hints?
15:55:54 <_zephyris> I've found where the baseset extra grf actually gets loaded: `GRFConfig *extra = new GRFConfig(used_set->files[GFT_EXTRA].filename.c_str());` in `LoadSpriteTables()` in `gfxinit.cpp`. Injecting `param` in the `GRFConfig` instance, see `newgrf_config.h`, for the baseset extra grf would presumably work?
15:56:18 <_zephyris> The bigger question is how to implement it in `openttd.cfg`, in `settings.cpp`... Could have a baseset specific parameter list handled individually. Alternative would be to shoehorn it into the standard grf loading, `GRFLoadConfig` etc. in `newgrf_config.cpp`, but can't really see how.
16:06:03 <_glx_> my suggestion would be to store them directly in `graphicsset` ([misc] section of openttf.cfg), using something similar to parameters for drivers
16:08:09 *** geli has joined #openttd
16:08:09 *** gelignite has quit IRC (Read error: Connection reset by peer)
16:20:39 *** HerzogDeXtEr has joined #openttd
16:32:34 *** Guest503 has joined #openttd
16:32:34 *** Guest503 is now known as _aD
16:35:12 *** Smedles_ has quit IRC (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
16:35:30 *** Smedles has joined #openttd
16:36:59 *** _aD has quit IRC (Read error: Connection reset by peer)
17:21:05 <_zephyris> _zephyris: Just realised I forgot to say "for base sets'!
17:30:40 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1144322895527563284/image.png
17:30:40 <andythenorth> wait, someone added 'create group'?
17:30:48 <andythenorth> or did I just miss it for a long time?
17:32:37 *** Wormnest has joined #openttd
17:49:17 *** _aD has joined #openttd
17:50:40 <_glx_> it's not that recent
17:52:23 <_glx_> <https://github.com/OpenTTD/OpenTTD/pull/10890> 2 months ago
17:57:37 <talltyler> Just not in a release yet
18:04:28 <andythenorth> so much QoL groups stuff
18:04:36 <andythenorth> like the group name in the default train name
18:04:42 <andythenorth> really reduces yak-shaving
18:38:31 <DorpsGek> [OpenTTD/OpenTTD] eints-sync[bot] pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/9aef380c9939095ffbf2f1845fc8053c51855ae7
18:38:32 <DorpsGek> - Update: Translations from eints (by translators)
18:47:25 <andythenorth> well
18:47:27 <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1144342222406426685/image.png
18:47:40 <andythenorth> built 1922, age 41, but the game year is 1940
18:47:44 <andythenorth> prizes for the cause?
18:49:40 <peter1139> Shenanigans.
18:51:43 <andythenorth> yes
18:52:08 <andythenorth> you win the prize of winning
18:56:20 <peter1139> I also have a beer, again.
18:56:21 *** felix has quit IRC (Read error: Connection reset by peer)
18:56:29 *** felix has joined #openttd
18:56:38 <peter1139> (It's the second of the two I purchased yesterday. I know how to live...)
19:07:21 <_glx_> andythenorth: somebody cheated the date
19:11:43 <andythenorth> also a prize
19:11:54 <andythenorth> peter1139: I have wine, it's very pink
19:11:56 <andythenorth> the best kind
19:17:35 <peter1139> I had wine earlier in the week. I'm a complete drunkard.
19:24:40 <peter1139> Shall I buy an M2 Mac?
19:25:34 <alfagamma_0007> If needed and affordable for you, sure
19:25:51 <peter1139> Can it run Linux/Windows... Hmm..
19:27:04 <peter1139> Maybe I should buy a new bike.
19:31:01 *** geli has quit IRC (Quit: Stay safe!)
19:32:17 <andythenorth> peter1139: there'll be an M3 along any day now
19:32:18 <andythenorth> you wouldn't want to get left behind
19:34:40 <peter1139> That's true.
19:43:56 <andythenorth> I guess the same applies to bikes
19:44:08 <andythenorth> if you buy one, there'll be a new model
19:44:13 <andythenorth> then you'll feel silly?
19:44:30 * andythenorth wonders how much this is just an English conversation
20:03:14 <peter1139> Urgh, partner is trying to watch Twitch via WiFi tethering... buffer buffer buffer...
20:03:30 <peter1139> Unlimited data is no use if the data is sporadic.
20:08:59 <andythenorth> my Virgin Media keeps dropping
20:09:08 <andythenorth> maybe it's sunspots
20:10:56 *** frosch123 has joined #openttd
20:10:56 <frosch123> sometimes people buy lighter new bikes to compensate them gaining weight
20:18:30 <peter1139> I would need a negative-mass bike.
20:22:16 <andythenorth> quak
21:22:47 *** keikoz has quit IRC (Ping timeout: 480 seconds)
21:38:49 *** nielsm has quit IRC (Ping timeout: 480 seconds)
22:05:06 *** keikoz has joined #openttd
22:08:48 *** HerzogDeXtEr has quit IRC (Read error: Connection reset by peer)
22:23:09 *** keikoz has quit IRC (Ping timeout: 480 seconds)
22:56:29 *** Alkel_U3 has quit IRC (Ping timeout: 480 seconds)
23:09:21 *** Alkel_U3 has joined #openttd
23:13:32 *** _aD has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** SpComb has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** kstar892[m] has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** freu[m] has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** enick_57 has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** thomas[m]1234567 has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** amal[m] has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** CornsMcGowan[m] has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** soylent_cow[m] has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** gretel[m] has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** magdalena[m] has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** andythenorth[m] has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** emilyd[m] has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** temeo[m] has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** Rubidium has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** jlx_ has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** Westie has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** jinks has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** Heili has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** ckb has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** m1cr0man has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** welterde has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** Mek has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** ufo-piloot has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** Osai has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** avdg has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** SmatZ has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** Hobbyboy has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** Webster has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:32 *** Guest6892 has quit IRC (charon.oftc.net kinetic.oftc.net)
23:13:45 *** milek7 has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** calbasi[m]1 has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** SergioMassa[m] has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** Bilb[m] has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** wormnest[m] has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** cjmonagle[m] has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** joey[m]1 has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** audunm[m] has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** hamstonkid[m] has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** NekomimiGunner18[m] has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** blikjeham[m] has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** gdown has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** yubvin[m] has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** einar[m] has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** FelixActually[m] has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** urdh has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** Timberwolf has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** pickpacket has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** argoneus has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** Azusa has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** michi_cc has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** Heiki has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** eirc has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** FLHerne has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** dihedral has quit IRC (charon.oftc.net helix.oftc.net)
23:13:45 *** Hieki has joined #openttd
23:13:45 *** FLHerne has joined #openttd
23:13:45 *** Timberwolf has joined #openttd
23:13:45 *** Hieki is now known as Heili
23:13:45 *** pickpacket has joined #openttd
23:13:45 *** m1cr0man has joined #openttd
23:13:49 *** Heiki has joined #openttd
23:13:49 *** ^Spike^ has joined #openttd
23:13:49 *** Hobbyboy has joined #openttd
23:13:49 *** jinks has joined #openttd
23:13:49 *** michi_cc has joined #openttd
23:13:52 *** welterde has joined #openttd
23:13:54 *** Westie has joined #openttd
23:13:55 *** dihedral has joined #openttd
23:13:58 *** milek7 has joined #openttd
23:13:59 *** urdh has joined #openttd
23:14:00 *** Azusa has joined #openttd
23:14:01 *** ufo-piloot has joined #openttd
23:14:01 *** Mek has joined #openttd
23:14:03 *** argoneus has joined #openttd
23:14:05 *** eirc has joined #openttd
23:14:05 *** ChanServ sets mode: +v michi_cc
23:14:14 *** jlx__ has joined #openttd
23:14:22 *** avdg has joined #openttd
23:14:22 *** Osai has joined #openttd
23:14:22 *** SmatZ has joined #openttd
23:14:24 *** ^Spike^ is now known as Guest557
23:18:12 *** SpComb has joined #openttd
23:18:12 *** Rubidium has joined #openttd
23:18:12 *** ChanServ sets mode: +o Rubidium
23:18:28 *** _aD has joined #openttd
23:23:21 *** ckb has joined #openttd
23:47:23 *** emilyd[m] has joined #openttd
23:47:28 *** andythenorth[m] has joined #openttd
23:50:14 *** _aD has quit IRC (Quit: leaving)
23:58:18 *** Flygon has joined #openttd