IRC logs for #openttd on OFTC at 2015-01-12
            
00:05:04 *** supermop has joined #openttd
01:07:12 <Eddi|zuHause> the idea is that everybody takes on a different language
01:07:22 <Eddi|zuHause> not one takes all languages :p
01:14:18 *** dreck has left #openttd
01:19:20 *** dysoco has joined #openttd
01:20:58 <dysoco> So any ideas why my Train Depots won't let me create any engines (only wagons)? They were working one hour ago in the same game, is this a bug or did I mess something up?
01:23:21 *** supermop has quit IRC
01:25:17 <dysoco> hm apparently setting "never expire engines" and running "reset_engines" on the console fixes it.
01:39:34 *** HerzogDeXtEr has quit IRC
01:40:11 <Eddi|zuHause> yes, conventional engines run out with the default set. you should switch to maglev
01:59:09 *** twb` has joined #openttd
01:59:48 *** twb` has quit IRC
01:59:56 *** twb has joined #openttd
02:01:22 <twb> I'm looking at giving openttd to prison inmates. They can't have a REPL (console) that can run arbitrary commands. Can openttd's console be used to run arbitrary commands?
02:01:51 <twb> I see it can cd and ls, and I can get it to cd to /bin, but I'm not sure if I can get it to run something like curl
02:17:49 <glx> you can't run anything from openttd
02:18:00 <twb> OK, thanks
02:18:30 <glx> cd and ls are just used to navigate and then load savegames
02:18:38 <twb> (I saw exec and script commands and I wasn't sure if I could write an openttd script that then did arbitrary commands.)
02:20:51 <glx> scripts are just collections of openttd commands
02:20:59 <twb> Okey dokey
02:29:23 <twb> Does openttd make any noises, other than the music?
02:29:38 <twb> (I'm not hearning any, but I'm not sure if that's my fault.)
02:30:54 <twb> ldd says it's linked to libFLAC and libvorbis but I think that's just coming via SDL or so
02:37:00 <Elyon> there is both a soundset and a musicset
02:37:07 <Elyon> the soundset makes quite a lot of noises
02:37:11 <twb> Hm, OK.
02:37:25 <Elyon> I think it's called OpenSFX
02:37:26 <twb> I'm running Debian 7 with openttd 1.2 and I can only see openmsx and opengfx
02:40:07 <twb> Ah they're in the non-free section
03:13:50 *** glx has quit IRC
03:18:18 *** Pikka has joined #openttd
04:16:25 <twb> This is weird. When I run openttd as root, I get both sound effects and music. When I run it as a normal user, only the music is working.
04:16:46 <twb> (My test is to hit new game > generate, then click the fast forward button and listen for choo-choo noises.)
04:18:57 *** quorzom has quit IRC
04:19:24 <Elyon> well, do you have anything generating the noises?
04:19:44 <twb> Dunno. I don't really know how this game works, I was just told to install it
04:20:00 <twb> When I run it as root it even makes noises on the start screen, actually
04:21:44 <twb> lsof says root-owned openttd is using /dev/snd/ (ALSA) interface, which is world-writable...
04:22:55 <twb> No error output when I run it as an inmate
04:24:38 <twb> OK this play sound effects: su - p -s /bin/sh -c 'exec /usr/games/openttd -s sdl -S OpenSFX'
04:24:59 <twb> But without -S OpenSFX it isn't doing so...
04:26:28 <twb> Maybe because I ran it as p once without the sounds, so it has remembered that in his home... ?
04:26:50 <twb> Aha, looks like it
04:26:51 <twb> soundsset = "NoSound"
04:30:30 <twb> works now
04:33:43 <Elyon> ah :p
04:33:44 <Elyon> okay
04:46:30 *** Pikka has quit IRC
04:53:38 <twb> Grr. If I just put the opensfx .zip there, it doesn't see it. Debian's .tar works, but I don't really want to enable non-free just for that one file
05:04:45 *** dysoco has quit IRC
05:06:39 <Eddi|zuHause> you have to unpack the .zip
05:06:45 <twb> ok
05:06:56 <twb> (grumble)
05:06:58 <Eddi|zuHause> .tar is uncompressed, so openttd can read it directly
05:07:25 <twb> Yeah I have just seen a lot of other games aimed a windows users that compile in a libzip or so
05:07:32 <twb> e.g. zsnes
05:08:11 <twb> It's not a big deal; just means an extra line in my build script
05:08:42 <Eddi|zuHause> well, we have compression for savegames, but the point here is performance, because the stuff is accessed repeatedly on disk
05:09:09 <Eddi|zuHause> random access and compression do not mix well
05:09:34 <twb> understood
05:10:39 <Eddi|zuHause> also, the stuff downloaded from online content is compressed, and extracted after download
05:11:18 <twb> inmates don't get access to the internet, so I don't care about that :-)
05:11:26 <Eddi|zuHause> (you can also get opensfx from there)
05:13:28 <Eddi|zuHause> if they can't access online content, you might want to provide a selection from there, especially AI opponents, which are not builtin
05:13:38 <twb> okey dokey
05:13:45 <twb> I'll look into that
05:13:57 *** supermop has joined #openttd
05:14:28 <Eddi|zuHause> you can just download stuff, and copy over the content_download folder to any client
05:15:09 <twb> Into /usr/share/games/openttd/data/ ?
05:15:39 <Eddi|zuHause> downloaded content is usually put into ~/.openttd
05:16:03 <Eddi|zuHause> but it will be found in that folder also
05:16:09 <twb> OK good.
05:16:23 <twb> Putting stuff in inmate homes by default is a bit painful
05:16:36 <twb> Putting it in /usr means it's updated with the SOE
05:17:27 <Eddi|zuHause> yes, i understand that
05:17:40 <Eddi|zuHause> it'll probably just work(tm)
05:18:26 <Eddi|zuHause> just be careful to not put openttd.cfg there, otherwise the game will try to save to that folder, and stuff...
05:18:39 <twb> Righto
05:22:34 <Eddi|zuHause> details on how the folder discovery works can be found in the readme (section 4.2, i think)
05:22:52 <twb> thanks
05:38:28 <mgrunin> openttd is shit
05:38:30 <mgrunin> how autistic do you need to be
05:41:50 <twb> >shrug< personally I prefer sneaking up to a band of orcs and slitting their throats one by one. YMMV
05:56:02 *** Eddi|zuHause has quit IRC
05:56:16 *** Eddi|zuHause has joined #openttd
06:05:57 <smoke_fumus> mgrunin: fat troll, blowing chunks of oily grease on the official channel. did it worth it?
06:06:41 <twb> smoke_fumus: what puzzles me is he didn't /join right before trolling -- he'd been here for hours
06:07:28 <smoke_fumus> no puzzle in that. it's a fat troll. he probably forgot he wanted to troll channel when he joiner, right after he saw a boob in some ad.
06:07:37 <smoke_fumus> *joined
06:07:49 <twb> hehe
06:13:27 *** supermop has quit IRC
06:15:04 <mgrunin> openttd is for super virgins
06:23:35 <Elyon> you know the weirdest thing?
06:23:46 <Elyon> they said the /exact/ same thing about a week ago
06:23:51 <Elyon> word for word
06:23:57 <Elyon> haven't seen them leave since
06:26:14 <twb> See if I was gonna do that, I'd hook it up to cron and a markov chain
06:26:23 <twb> and then just walk away
06:26:28 <Elyon> maybe that's what happened
06:26:51 <twb> maybe connect it to some kind of ad revenue so it's hosting is self-funded -- like Xah Lee
06:49:05 *** twb has quit IRC
07:18:25 *** Pereba has quit IRC
07:27:55 *** Isaschar has joined #openttd
07:28:07 <Isaschar> hi
07:35:31 <Supercheese> Salutations
08:12:26 *** luaduck_zzz is now known as luaduck
08:34:46 *** DDR has quit IRC
08:37:13 *** McZapkie has joined #openttd
08:38:00 <McZapkie> it is working?
08:41:31 <Supercheese> eh?
08:42:20 <planetmaker> moin
08:42:59 *** McZapkie has quit IRC
08:43:54 <dihedral> hello
08:53:14 *** Yotson has joined #openttd
09:47:54 *** HerzogDeXtEr has joined #openttd
09:55:57 *** Klanticus has joined #openttd
10:01:51 *** liq3 has quit IRC
10:02:56 *** itsatacoshop247 has quit IRC
10:34:44 *** Suicyder has joined #openttd
10:40:35 *** shadowalker has joined #openttd
11:36:48 *** dreck has joined #openttd
11:36:50 <dreck> hi
11:45:37 *** supermop has joined #openttd
12:26:13 *** sla_ro|master has joined #openttd
12:32:09 *** Supercheese is now known as Guest1601
12:32:14 *** Supercheese has joined #openttd
12:32:28 *** Gather has quit IRC
12:37:07 *** Guest1601 has quit IRC
12:39:24 *** supermop has quit IRC
12:41:50 *** Gather has joined #openttd
12:49:35 *** Gather has quit IRC
13:17:13 *** naliao has joined #openttd
13:19:41 *** dreck has left #openttd
14:03:47 *** luaduck is now known as luaduck_zzz
14:15:47 *** [1]Suicyder has joined #openttd
14:21:46 *** Suicyder has quit IRC
14:21:46 *** [1]Suicyder is now known as Suicyder
14:51:55 *** naliao has quit IRC
14:54:54 <Belugas> bonjour
14:58:22 <__ln___> aussi
15:04:20 <peter1138> oui
15:06:28 *** Myhorta has joined #openttd
15:09:27 <planetmaker> salut
15:09:55 *** kruug has joined #openttd
15:11:06 <kruug> I was looking to see if there was a "Portable" version of the game. I'd like to be able to install everything to a USB drive and take everything with me instead of having to copy everything off of the user directory.
15:11:27 <kruug> I see there's the zip archive, but it still puts save games and game resources onto the main drive of the computer.
15:11:46 <planetmaker> openttd is portable by default
15:12:07 <planetmaker> openttd puts savegames and content download relative to the dir it finds the openttd.cfg
15:12:27 <planetmaker> thus have openttd binary accompanied by openttd.cfg and the rest in the dirs relative to the binary and you're set
15:12:39 <planetmaker> see also readme, section4
15:13:59 *** tokai has joined #openttd
15:13:59 *** ChanServ sets mode: +v tokai
15:15:19 <kruug> planetmaker: so, after the first run, I have to copy the openttd.cfg file from the personal directory to the current working directory?
15:15:31 <kruug> s/copy/move
15:15:38 *** engineerwolf has joined #openttd
15:16:13 *** engineerwolf is now known as Guest1618
15:16:18 *** engineerwolf has joined #openttd
15:16:45 <planetmaker> kruug, you can simply create an empty openttd.cfg before the 1st run, too
15:21:56 <kruug> well, that was stupidly easy. Thanks planetmaker.
15:22:46 <planetmaker> you're welcome
15:47:13 *** Guest1618 has quit IRC
15:57:15 <Belugas> Comment ca va? How are you doing? Como esta usted?
15:57:36 *** engineerwolf has quit IRC
15:57:56 <peter1138> combein
15:58:15 <peter1138> combien?
15:58:19 <peter1138> how many?
15:58:22 <peter1138> i dunno :D
15:59:40 *** Quatroking has joined #openttd
16:06:27 *** Alberth has joined #openttd
16:06:27 *** ChanServ sets mode: +o Alberth
16:15:40 <Alberth> moin
16:37:34 <jjavaholic> is there a way where one can remove towns?
16:42:16 <planetmaker> scenario editor
16:42:21 <planetmaker> and moin
16:42:49 <jjavaholic> what is moin?
16:42:56 <planetmaker> a greeting
16:43:02 <planetmaker> :)
16:43:32 <kruug> Danish, Frisian, and Low German. Meaning "hello" and sometimes "goodbye"
16:46:02 <Belugas> lol @ peter1138 !
16:49:26 <Eddi|zuHause> wouldn't it be "estan" with "usted"?
17:00:29 *** quorzom has joined #openttd
17:01:33 *** TheMask96 has quit IRC
17:05:55 *** kruug has quit IRC
17:06:58 *** TheMask96 has joined #openttd
17:08:43 *** Biolunar has joined #openttd
17:09:32 *** oskari89 has joined #openttd
17:23:38 *** smoke_fumus has quit IRC
17:36:58 *** Haube has joined #openttd
17:59:04 *** glx has joined #openttd
17:59:04 *** ChanServ sets mode: +v glx
18:01:37 *** frosch123 has joined #openttd
18:04:14 *** Myhorta has quit IRC
18:07:54 *** Biolunar_ has joined #openttd
18:14:53 *** Biolunar has quit IRC
18:15:02 *** Progman has joined #openttd
18:19:56 *** naliao has joined #openttd
18:22:29 *** Myhorta has joined #openttd
18:37:25 *** Pensacola has joined #openttd
18:43:05 *** JacobD88 has joined #openttd
18:49:32 *** gelignite has joined #openttd
19:08:58 *** Wolf01 has joined #openttd
19:09:19 <Wolf01> hello o/
19:20:17 *** Pensacola has quit IRC
19:30:49 *** Haube has quit IRC
19:37:02 <Alberth> o/
19:41:43 *** Biolunar has joined #openttd
19:43:41 *** Biolunar_ has quit IRC
19:44:20 *** JacobD88 has quit IRC
19:47:37 *** liq3 has joined #openttd
19:53:10 *** Biolunar_ has joined #openttd
20:00:11 *** Biolunar has quit IRC
20:05:18 *** dreck has joined #openttd
20:05:20 <dreck> hi
20:05:52 *** FLHerne has joined #openttd
20:15:34 *** Biolunar_ has quit IRC
20:16:48 *** JacobD88 has joined #openttd
20:24:54 *** Progman has quit IRC
20:28:10 *** naliao has quit IRC
20:31:23 *** JacobD88 has quit IRC
20:31:26 *** Myhorta has quit IRC
20:42:03 *** gelignite has quit IRC
20:43:46 *** heffer has quit IRC
20:44:40 *** heffer has joined #openttd
20:46:46 *** heffer has joined #openttd
20:48:18 *** itsatacoshop247 has joined #openttd
20:54:22 *** Pereba has joined #openttd
20:54:32 *** heffer has quit IRC
20:55:00 *** heffer has joined #openttd
20:55:33 *** dreck has left #openttd
20:59:52 *** JacobD88 has joined #openttd
21:07:11 *** DorpsGek` has joined #openttd
21:07:12 *** ChanServ sets mode: +o DorpsGek`
21:08:06 *** Klanticus_ has joined #openttd
21:08:47 *** KouDy_ has joined #openttd
21:08:48 *** Taco_ has joined #openttd
21:09:04 *** avdg_ has joined #openttd
21:09:08 *** eQualizer|dada has joined #openttd
21:09:20 *** juzza1_ has joined #openttd
21:09:34 *** heffer has quit IRC
21:09:34 *** Supercheese has quit IRC
21:09:34 *** Klanticus has quit IRC
21:09:34 *** Yotson has quit IRC
21:09:34 *** Taede has quit IRC
21:09:34 *** jA_cOp has quit IRC
21:09:34 *** LadyHawk has quit IRC
21:09:34 *** avdg has quit IRC
21:09:34 *** XeryusTC has quit IRC
21:09:34 *** Osai has quit IRC
21:09:34 *** Taco has quit IRC
21:09:34 *** KouDy has quit IRC
21:09:34 *** Stimrol has quit IRC
21:09:34 *** eQualizer has quit IRC
21:09:34 *** Smedles has quit IRC
21:09:34 *** Cursarion has quit IRC
21:09:34 *** ST2 has quit IRC
21:09:34 *** efess has quit IRC
21:09:34 *** Cybertinus has quit IRC
21:09:34 *** dxtr has quit IRC
21:09:34 *** juzza1 has quit IRC
21:09:34 *** michi_cc has quit IRC
21:09:34 *** DorpsGek has quit IRC
21:09:34 *** avdg_ is now known as avdg
21:09:38 *** Supercheese_ is now known as Supercheese
21:10:52 *** DorpsGek` is now known as DorpsGek
21:10:58 *** Smedles has joined #openttd
21:11:23 *** naliao has joined #openttd
21:12:04 *** Osai has joined #openttd
21:12:06 *** ST2 has joined #openttd
21:12:34 *** XeryusTC has joined #openttd
21:12:36 *** Taede has joined #openttd
21:12:43 *** jA_cOp has joined #openttd
21:12:45 *** Stimrol has joined #openttd
21:13:04 *** michi_cc has joined #openttd
21:13:04 *** ChanServ sets mode: +v michi_cc
21:13:35 *** dxtr has joined #openttd
21:14:22 *** zeknurn` has quit IRC
21:15:04 *** zeknurn has joined #openttd
21:16:21 *** sla_ro|master has quit IRC
21:20:16 *** Cursarion has joined #openttd
21:20:32 *** Yotson has joined #openttd
21:21:23 *** HerzogDeXtEr has quit IRC
21:34:27 *** gelignite has joined #openttd
21:37:46 *** frosch123 has quit IRC
21:43:04 *** Alberth has left #openttd
21:43:30 *** Isaschar has quit IRC
21:49:10 *** JacobD88 has joined #openttd
21:50:57 *** Myhorta has joined #openttd
21:52:48 *** JacobD88 has quit IRC
22:05:31 <Wolf01> 'night
22:05:36 *** Wolf01 has quit IRC
22:09:12 *** naliao has quit IRC
22:13:02 *** naliao has joined #openttd
22:29:18 *** b_jonas has quit IRC
22:32:41 *** b_jonas has joined #openttd
23:02:33 *** Progman has joined #openttd
23:03:39 *** efess has joined #openttd
23:12:28 *** Quatroking has quit IRC
23:15:53 *** oskari89 has quit IRC
23:23:47 *** FLHerne has quit IRC
23:24:21 *** supermop has joined #openttd
23:27:49 *** LadyHawk- is now known as LadyHawk
23:31:33 *** tokai|mdlx has joined #openttd
23:35:33 *** tokai has quit IRC
23:39:51 *** itsatacoshop247 has quit IRC
23:43:42 *** Progman has quit IRC
23:51:08 *** Yotson has quit IRC
23:54:20 *** Suicyder has quit IRC