Config
Log for #openttd on 23rd October 2018:
Times are UTC Toggle Colours
00:08:14  *** rocky11384497 has quit IRC
00:15:53  *** snail_UES_ has joined #openttd
00:25:26  *** HerzogDeXtEr has quit IRC
00:31:10  *** Flygon has joined #openttd
00:54:34  *** sim-al2 has quit IRC
01:09:18  *** Thedarkb1-X40 has joined #openttd
01:15:17  *** Thedarkb-X40 has quit IRC
01:36:16  *** Samu has quit IRC
02:21:59  *** glx has quit IRC
04:26:57  *** Wacko1976 has joined #openttd
05:07:42  *** Wacko1976 has quit IRC
05:14:20  *** snail_UES_ has quit IRC
05:46:08  *** andythenorth has joined #openttd
06:02:31  *** andythenorth has quit IRC
06:26:01  *** guru3 has joined #openttd
06:26:21  *** guru3_ has quit IRC
06:33:44  *** andythenorth has joined #openttd
07:29:53  *** andythenorth has left #openttd
07:43:49  *** NekoMaster has joined #openttd
07:44:16  <NekoMaster> So I wonder if anyone is online that can help me compile FIRS code? It keeps giving me errors
07:47:14  <LordAro> @topic get 3
07:47:14  <DorpsGek> LordAro: Don't ask to ask, just ask
07:49:09  <NekoMaster> I installed Chameleon for Python but when I goto run Make, it returns an error saying "no module named 'chameleon' "
07:52:10  *** Thedarkb1-T60 has joined #openttd
07:58:19  <Eddi|zuHause> sure you've installed it for the right python? (2 vs 3)
08:00:37  <NekoMaster> Latest version through easy_install chameleon should be for Python 3.X
08:01:28  <NekoMaster> Oh, I have Python 2.7
08:01:50  <NekoMaster> Bash -c python -v gives me python version 2.7.12
08:02:04  <NekoMaster> (I use WSL for compiling thus is why the bash -c is there)
08:02:47  <Eddi|zuHause> yes, "python" usually refers to python2, whereas "python3" is python3
08:02:56  <Eddi|zuHause> question is, which one does the firs compile use
08:03:26  <planetmaker> moin moin
08:03:31  <Eddi|zuHause> you can have both python2 and python3 at the same time
08:03:31  <NekoMaster> It wants Python 3.4+
08:03:32  <NekoMaster> :|
08:03:54  *** matt21347 has joined #openttd
08:04:23  <planetmaker> the build script should make use of the proper python. Provided that python->python 2.7 and python3->python 3.x
08:04:24  <NekoMaster> Do I just upgrade Python from 2.7 to 3.4 or can I have two versions of Python in linux?
08:04:33  <planetmaker> you want both present
08:05:02  <Eddi|zuHause> you probably already have both, just try "bash -c python3 -v"
08:05:07  <NekoMaster> oh so apparently I do have python3
08:05:12  <planetmaker> but you need to install the python packages for the proper python
08:05:21  <planetmaker> pip install XX --> python2
08:05:21  <NekoMaster> I dunno why FIRS 3.0.10 code isn't recognizing it
08:05:28  <planetmaker> pip3 install XXX --> python3
08:05:47  <Eddi|zuHause> yeah, use "pip3 install ..."
08:05:49  <planetmaker> it's separate packages for separate python versions.
08:06:06  <planetmaker> or use an appropriate anaconda environment
08:06:19  <NekoMaster> So I have Python 2.7.12 and Python 3.5.2 installed
08:06:27  <Eddi|zuHause> that's fine
08:07:00  <Eddi|zuHause> but you must install chameleon for the correct version
08:08:22  <NekoMaster> Ok so I had to install python3-pip
08:10:01  <NekoMaster> ok so pip3 install chameleon is doing things
08:10:31  <NekoMaster> and now make bundle_zip is doing a thing
08:11:01  <planetmaker> I guess it'd be great to have a requirements.txt for projects. Especially like firs
08:11:34  <NekoMaster> perhaps, it doesnt help that people like me dont do develeopment/coding often so I'm not aware of all these things I have to do
08:12:04  <NekoMaster> I was hoping I could make a sort of "North american" version of FIRS by making my own economy for my USA 4K scenario
08:22:13  *** NekoMaster has quit IRC
08:23:40  *** Gja has joined #openttd
08:48:01  *** Eddi|zuHause2 has joined #openttd
08:53:34  *** Eddi|zuHause has quit IRC
08:53:46  *** Gja has quit IRC
09:16:33  *** Wacko1976 has joined #openttd
09:19:14  *** Thedarkb1-T60 has quit IRC
09:28:39  *** Wacko1976 has quit IRC
09:51:26  <DorpsGek_II> [OpenTTD/OpenTTD] Wilma456 opened issue #6943: Music doesn't works https://git.io/fxPfk
09:55:20  <Xaroth> Doesn't loading a new sound/music pack require a restart?
09:58:22  <peter1138> No
10:15:46  *** Eddi|zuHause2 is now known as Eddi|zuHause
10:26:29  <LordAro> timidity issue, almost certainly
10:27:28  <LordAro> someone should merge the fluidsynth pr :p
10:33:28  <DorpsGek_II> [OpenTTD/OpenTTD] LordAro commented on issue #6943: Music doesn't works https://git.io/fxPkR
10:33:29  *** urdh has quit IRC
10:35:47  *** urdh has joined #openttd
10:43:52  *** orudge has quit IRC
10:44:45  *** Wacko1976 has joined #openttd
10:48:04  *** glavinics has joined #openttd
10:53:23  *** Alkel_U3 has quit IRC
11:22:40  *** orudge has joined #openttd
11:24:39  <Arveen2> Q: music not playing | A: turn that shit UP ;D
11:45:29  *** Thedarkb-T60 has joined #openttd
11:45:32  <DorpsGek_II> [OpenTTD/OpenTTD] planetmaker commented on pull request #6937: Fix #4109: Add more water checks to the Oil Rig layout https://git.io/fxPOz
11:47:35  <DorpsGek_II> [OpenTTD/OpenTTD] planetmaker approved pull request #6937: Fix #4109: Add more water checks to the Oil Rig layout https://git.io/fxPOo
11:49:04  <DorpsGek_II> [OpenTTD/OpenTTD] Wilma456 commented on issue #6943: Music doesn't works https://git.io/fxPO7
11:49:29  <LordAro> damn.
11:49:54  <LordAro> what's the next step? timidity config file?
12:01:12  *** OsteHovel has quit IRC
12:02:56  *** OsteHovel has joined #openttd
12:09:19  *** sim-al2 has joined #openttd
12:09:32  *** Thedarkb-T60 has quit IRC
12:18:19  *** sim-al2 has quit IRC
12:50:53  *** Thedarkb-T60 has joined #openttd
12:52:42  *** Samu has joined #openttd
12:52:48  <Samu> hi
12:54:38  *** snail_UES_ has joined #openttd
12:59:24  *** Wacko1976 has quit IRC
13:07:34  *** snail_UES_ has quit IRC
13:34:07  *** sla_ro|master has joined #openttd
14:06:54  *** Flygon has quit IRC
14:08:24  *** rocky11384497 has joined #openttd
14:14:44  *** Thedarkb-T60 has quit IRC
14:15:10  *** Thedarkb-T60 has joined #openttd
14:18:40  *** Wormnest has joined #openttd
14:29:12  *** TheMask96 has quit IRC
14:32:58  *** TheMask96 has joined #openttd
14:44:59  *** gnu_jj has quit IRC
14:45:01  *** gnu_jj has joined #openttd
14:46:15  <Eddi|zuHause> timidi-devel?
14:46:31  <Eddi|zuHause> whatever that is actually called
14:47:22  <Eddi|zuHause> ah, he doesn't compile himself
14:53:13  <LordAro> it's probably a lack of soundfonts configured with timidity
14:55:14  *** Thedarkb-T60 has quit IRC
15:06:33  *** Thedarkb has joined #openttd
15:12:11  <Eddi|zuHause> well, you could try running timidity directly on the midi files
15:16:54  *** TheMask96 has quit IRC
15:21:49  *** TheMask96 has joined #openttd
15:25:39  *** nielsm has joined #openttd
15:59:02  *** glavinics has quit IRC
16:14:49  *** HerzogDeXtEr has joined #openttd
16:16:34  *** glavinics has joined #openttd
16:37:18  *** Wacko1976 has joined #openttd
16:39:57  *** Gja has joined #openttd
16:40:08  *** Wolf01 has joined #openttd
16:40:11  <Wolf01> o/
16:44:40  *** Gja has quit IRC
17:15:50  *** Progman has joined #openttd
17:38:01  <planetmaker> hi ho
17:41:41  *** Gja has joined #openttd
17:49:17  *** andythenorth has joined #openttd
17:50:06  <planetmaker> o/
17:52:35  <andythenorth> yo
18:04:49  <Xaroth> away to work you go?
18:06:37  <Eddi|zuHause> is that some reference?
18:12:18  *** sim-al2 has joined #openttd
18:13:31  *** HerzogDeXtEr has quit IRC
18:20:39  <acklen> he's humming the song from Snow White?
18:20:43  <Xaroth> Eddi|zuHause: https://www.youtube.com/watch?v=HI0x0KYChq4
18:20:53  <Xaroth> Enjoy having that song stuck in your head for the next few horus
18:21:00  <Xaroth> .. hours, even.
18:21:09  *** gelignite has joined #openttd
18:21:23  <Eddi|zuHause> i don't think i ever actually watched that movie
19:00:29  *** glx has joined #openttd
19:00:29  *** ChanServ sets mode: +v glx
19:10:51  *** matt21347 has quit IRC
19:11:19  *** sim-al2 has quit IRC
19:12:55  *** sim-al2 has joined #openttd
19:17:49  <SpComb> https://steamcommunity.com/sharedfiles/filedetails/?id=1546327024 https://steamcommunity.com/sharedfiles/filedetails/?id=1546327648 almost but not quite at my 800 SPM goal
19:18:47  <Eddi|zuHause> what are we looking at?
19:18:54  <SpComb> factorio
19:19:01  <Eddi|zuHause> i got that far
19:19:59  <SpComb> it's like TTD except you have to build the industries/factories yourself. It's also got the trains, but they're less important
19:21:22  <Eddi|zuHause> i know what factorio is
19:21:38  <Eddi|zuHause> it's not like it never came up in here :p
19:22:18  <SpComb> then I don't understand your question
19:23:07  <Eddi|zuHause> something like "what's an SPM?
19:23:31  <ST2> science per minute
19:23:37  <SpComb> ah, Science Per Minute, 'cause that's where all your factory production goes in the end
19:24:30  <SpComb> the demand for all your other production can be determined from that, plus whatever gets used for modules/construction
19:35:59  <andythenorth> well
19:53:08  *** gelignite has quit IRC
20:01:18  *** sla_ro|master has quit IRC
20:01:49  <planetmaker> hm. I don't have write access to https://github.com/OpenTTD/nml :P
20:16:10  <andythenorth> don't think I am admin there
20:16:39  <peter1138> planetmaker, not even PRs?
20:16:44  <LordAro> planetmaker: i think TB, frosxh & glx are GH admins?
20:16:49  <LordAro> *typos
20:17:05  <peter1138> If it's like the main repo then you'll need to have your PRs approved again.
20:17:25  <glx> ah yes I can touch stuff there
20:17:42  <glx> I even have access to the danger zone
20:17:55  * LordAro gets on the highway
20:19:52  <planetmaker> peter1138, yes... but I cannot approve pull requests there. And for NML I would like to have maintainer rights
20:24:16  <glx> I set it like openttd for now
20:25:06  <planetmaker> aye, thanks
20:25:07  <glx> probably will need fine tuning, but at least it works like openttd repo
20:27:22  <andythenorth> ooh now I have access :P
20:27:36  <planetmaker> I probably will need to be able to do more there... release manager for sth w/o managing rights is... strange :P  But for now that's enough. Got to figure out things anyway.
20:32:20  *** Wolf01 is now known as Guest1175
20:32:22  *** Wolf01 has joined #openttd
20:37:09  *** Guest1175 has quit IRC
20:39:38  *** nielsm has quit IRC
21:02:40  *** Gja has quit IRC
21:05:08  *** juzza1_ has quit IRC
21:06:50  *** Progman has quit IRC
21:20:16  *** andythenorth has left #openttd
21:21:01  *** Wolf01 is now known as Guest1179
21:21:03  *** Wolf01 has joined #openttd
21:26:24  *** Guest1179 has quit IRC
21:35:31  *** juzza1 has joined #openttd
21:56:56  *** sim-al2 has quit IRC
22:06:26  <planetmaker> glx, can I push directly to nml's master w/o the github interface?
22:06:50  <LordAro> planetmaker: try it and see :p
22:08:39  <glx> no protection defined it seems
22:09:30  <planetmaker> ok, good :)
22:17:47  *** Thedarkb has quit IRC
22:21:33  *** Wolf01 has quit IRC
22:35:35  *** Thedarkb has joined #openttd
22:44:31  *** glavinics has quit IRC
22:49:52  *** Wormnest has quit IRC
22:52:11  <Eddi|zuHause> how would i adapt my eddi-nml changes to the new github nml repo?
23:13:18  *** Wacko1976 has quit IRC
23:24:47  *** Thedarkb1-X40 has quit IRC

Powered by YARRSTE version: svn-trunk