IRC logs for #openttd on OFTC at 2023-07-23
โด go to previous day
00:00:51 *** HerzogDeXtEr has joined #openttd
00:14:37 *** gelignite has quit IRC (Quit: Stay safe!)
00:15:39 *** Wormnest has joined #openttd
01:07:55 *** Wormnest has quit IRC (Ping timeout: 480 seconds)
01:41:08 *** Wormnest has joined #openttd
02:03:41 *** Wormnest has quit IRC (Quit: Leaving)
02:22:50 *** debdog has quit IRC (Ping timeout: 480 seconds)
02:28:07 *** HerzogDeXtEr has quit IRC (Read error: Connection reset by peer)
02:34:01 *** esselfe has joined #openttd
02:39:01 *** D-HUND is now known as debdog
02:49:55 <Eddi|zuHause> and do what with that information?
05:44:01 *** Smedles_ has quit IRC (Ping timeout: 480 seconds)
05:45:34 *** Smedles has joined #openttd
06:12:59 *** bryjen has quit IRC (Quit: Leaving)
06:49:39 <_zephyris> Usage stats will be more useful ๐
07:42:32 <ahyangyi> Use LLM to merge all grfs into a huge one
07:42:47 <ahyangyi> And you won't need usage stats any more ๐
07:46:08 *** Smedles has quit IRC (Ping timeout: 480 seconds)
07:49:48 <andythenorth> Eddi|zuHause: obviate the need for someone in discord to be making a spreadsheet summarising the contents of each grf on bananas?
07:50:00 <andythenorth> [this is happening currently]
07:53:09 *** Smedles has joined #openttd
08:19:03 <ahyangyi> Is there a WIP version of that spreadsheet ๐ฎ
08:42:42 *** HerzogDeXtEr has joined #openttd
09:17:36 <pickpacket> How many NewGRFs are on bananas?
09:40:40 <kamnet> If somebody wanted to turn that spreadsheet into the new wiki page for the community NewGRF List I wouldn't be upset.
09:40:56 <kamnet> It's definitely more legible
11:02:41 <_zephyris> Decompile to nml and count action1s for each feature... Between that and the title you'd probably have a decent summary.
11:22:47 <_zephyris> Ah, yeah, action0, that's what I was thinking!
13:16:59 <peter1138> The content server already does stuff to categorise
14:37:39 <andythenorth> TB had stats somewhere ๐
15:03:59 <Eddi|zuHause> sometimes there are answers to forum posts where i think "have you even read the question?"
15:19:02 <andythenorth> the one with the accurate timetable transcribed from screenshots?
15:28:26 <Eddi|zuHause> yes. what does that have to do with expanding distant stations?
16:22:43 *** Wormnest has joined #openttd
16:31:57 <ahyangyi> peter1138: If you are talking about the spreadsheet, yep, I hope effort is directed to other goals than categorizing
16:32:37 <peter1138> No, I'm talking about "wonder if we can train an LLM to identify what each grf is about"
16:35:36 <andythenorth> we'd feed the LLM the existing category stuff
16:35:43 <andythenorth> then it could guess what the grf is 'about'
16:36:03 <andythenorth> mostly it would decide if it's FIRS 1, 2, 3, 4, or 5, or XIS or AXIS
16:36:13 <andythenorth> this would greatly aid some players
16:39:08 <belajalilija> didnt know there was a firs 5
16:41:28 <ahyangyi> There is a firs 5 branch in andy's github repo.
16:43:12 <pickpacket> Would be fun to see what itโd say, but I donโt believe it would be accurate at all
16:43:51 <belajalilija> ahyangyi: he needs to finally remove 1-4 from bananas when it is released then :angery::angery::angery:
16:44:26 <belajalilija> cant believe he just leaves the old versions up there :angery::angery::angery:
16:45:19 <andythenorth> delete all of it
17:01:36 <ahyangyi> He can add a FIRS version that just changes one of the trees to firs
17:39:52 <shrekshellraiser> belajalilija: Aren't all the FIRs versions unique?
17:40:14 <belajalilija> shrekshellraiser: they are
17:40:17 <belajalilija> i was being ironic
17:52:57 <alfagamma_0007> Didn't like it?
18:16:24 *** gelignite has joined #openttd
18:38:38 <DorpsGek> - Update: Translations from eints (by translators)
20:08:55 *** gelignite has quit IRC (Quit: Stay safe!)
20:40:10 <LordAro> been raining more or less constantly all weekend
20:46:24 *** Flygon has quit IRC (Quit: A toaster's basically a soldering iron designed to toast bread)
20:59:22 <peter1138> Can we switch to main yet?
21:20:49 <Eddi|zuHause> i wonder if i still have those pictures...
22:11:34 *** keikoz has quit IRC (Ping timeout: 480 seconds)
22:25:32 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
22:41:11 *** HerzogDeXtEr has quit IRC (Read error: Connection reset by peer)
22:47:51 <Eddi|zuHause> the "funniest" town i've seen was a completely blocked road on an island with just a single church, 0 population
22:51:14 *** nielsm has quit IRC (Ping timeout: 480 seconds)
23:44:37 *** RevengeofKiotheDev has joined #openttd
23:44:52 <RevengeofKiotheDev> can someone help figure out issue please?
23:45:35 <RevengeofKiotheDev> ```if (grf_current_status(grfid["????"])) {```
23:46:23 <RevengeofKiotheDev> first three ? are "UFI" but fourth character of literal string is 0x91
23:48:04 <RevengeofKiotheDev> grf is "U&ReRMM2", trying to learn to make "disable part of code automatically if railtype incompatible" using "if"
23:48:40 <RevengeofKiotheDev> but ```Syntax error, unexpected token "["``` appear when i put anything that would work
23:50:33 <RevengeofKiotheDev> ```if (grf_current_status(grfid["UFI\x91"]))``` ?
23:51:20 <Eddi|zuHause> or possibly \91 don't remember exactly.
23:53:03 <RevengeofKiotheDev> still having same syntax error
23:54:36 *** brickblock19280 has joined #openttd
23:54:36 <brickblock19280> [] shouldn't be there
23:56:01 <pickpacket> I'm trying to find the loading speed for the default vehicles in the code, but I'm coming up empty. Obviously not looking in the right place. Any tips?
23:56:17 <RevengeofKiotheDev> what is exact needed syntax? sorry not very good at this
23:57:10 <sittinbythefire> (grf_current_status("UFI\91") should do it
23:57:43 <brickblock19280> Grfid is the grfid not the syntax
23:58:05 <brickblock19280> [] is just optional
23:58:23 <RevengeofKiotheDev> sittinbythefire: yes this work! thanks much
23:59:01 <pickpacket> Eddi|zuHause: OMG! I'd love to see that. I didn't think a town without a road was possible
23:59:32 <Eddi|zuHause> it had a road, but it was blocked in all directions
continue to next day โต