IRC logs for #openttd on OFTC at 2012-07-30
            
00:21:25 *** Devroush has quit IRC
00:32:05 *** Chrill has joined #openttd
00:46:24 *** perk11 has quit IRC
00:48:32 *** cyph3r has joined #openttd
01:12:41 *** Biolunar_ has joined #openttd
01:19:57 *** Biolunar has quit IRC
02:10:24 *** glx has quit IRC
02:18:44 *** FlyingFoXy has joined #openttd
02:18:44 *** FlyingFoX has quit IRC
02:28:10 *** cyph3r has quit IRC
02:28:58 *** pugi_ has joined #openttd
02:30:27 *** Chrill has quit IRC
02:34:51 *** pugi has quit IRC
02:34:52 *** pugi_ is now known as pugi
02:40:26 *** Biolunar_ has quit IRC
03:48:20 *** TheStranger has joined #openttd
03:48:22 <TheStranger> gamers watch this you won't regret it! http://www.youtube.com/watch?v=RtHtwgMZlSQ&feature=plcp
03:48:23 *** TheStranger has left #openttd
03:54:10 *** KouDy has quit IRC
04:05:00 *** Supercheese has joined #openttd
04:15:06 *** HerzogDeXtEr has joined #openttd
04:20:57 *** HerzogDeXtEr1 has quit IRC
04:30:37 *** KouDy has joined #openttd
04:34:21 *** andythenorth has joined #openttd
04:34:31 <andythenorth> moin
04:56:02 *** Eddi|zuHause has quit IRC
04:56:16 *** Eddi|zuHause has joined #openttd
05:19:04 *** Prof_Frink has quit IRC
05:22:50 *** namad8 has joined #openttd
05:23:36 *** namad7 has quit IRC
05:32:22 *** telanus has joined #openttd
05:55:13 <andythenorth> hmm
05:56:18 <andythenorth> vehicle replacements
05:56:42 <andythenorth> those form a directed graph right?
05:57:03 <andythenorth> [in my newgrf where vehicles have a 'replaced by' property]
05:57:21 * andythenorth is trying to figure out how to generate a replacement tree
05:57:59 <Supercheese> Well, first you have to get a replacement seed, and then dig a hole in the ground...
05:58:02 <Supercheese> :P
05:59:09 <andythenorth> you're closer than you think :P
05:59:25 <andythenorth> if I know the root vehicle for any replacement chain, it's easy to represent it
05:59:29 <andythenorth> if I don't...it's hard :P
06:00:18 <andythenorth> A -> B -> C -> D is easy to represent if I know A is the start
06:00:35 <andythenorth> but I don't know that :P
06:00:49 <andythenorth> there's no 'replaces' prop, just 'replaced by'
06:01:09 <Supercheese> then make one
06:02:43 <Supercheese> btw are we talking about your config file or in nml afterwards?
06:04:34 <Supercheese> Oh are you joining forces with the WSF ferry set?
06:05:14 <Rubidium> andythenorth: hopefully they form a directed acyclic graph (thus a set of trees)
06:05:57 *** APTX has quit IRC
06:06:00 *** APTX has joined #openttd
06:06:55 <andythenorth> Rubidium: yes it's a set of DAGS (/me had a wikipedia visit)
06:07:58 <andythenorth> actually I think it's a straightforward dep graph
06:10:11 <andythenorth> Supercheese: this is for documentation / testing only
06:10:36 <andythenorth> writing out the dep graph of replacements in plain text lets me check everything is configured correctly
06:10:41 <andythenorth> and might be interesting to players
06:14:58 <andythenorth> I could walk all the vehicles and derive a 'replaces' list for each one (from the 'replaced by' prop)
06:15:17 <andythenorth> then look for vehicles with 'replaces = none'
06:15:32 <andythenorth> which would form the start of chains
06:15:53 <andythenorth> then iterate from there, building lists
06:16:09 <andythenorth> seems like it might scale unpleasantly :P
06:23:02 <NGC3982> morning
06:31:39 *** peter1138 has joined #openttd
06:31:39 *** ChanServ sets mode: +o peter1138
06:32:38 <Eddi|zuHause> <Rubidium> andythenorth: hopefully they form a directed acyclic graph (thus a set of trees) <-- actually directed acyclic is more generic than set of (directed) trees. the equivalence holds only for undirected graphs
06:33:32 <andythenorth> interesting
06:34:18 <andythenorth> hmm
06:34:27 <andythenorth> why is nml still shouting at me about dutch strings?
06:34:33 <andythenorth> "String commands don't match with english.lng"
06:35:11 <andythenorth> solved
06:37:54 *** Pixa has joined #openttd
06:40:47 * Eddi|zuHause imagines the andythenorth-solution to that problem being "remove dutch.lng"
06:41:52 *** LordPixaII has joined #openttd
06:42:19 <andythenorth> :P
06:42:23 * andythenorth did it properly
06:42:37 *** KingPixaIII has quit IRC
06:42:47 <andythenorth> although I do favour the occam's razor approach :P
06:43:05 <andythenorth> fewer codes = less bugs
06:43:30 * andythenorth wonders if that holds
06:43:45 <andythenorth> it's possible to have one line of code riddled with enormous bugs
06:43:56 <NGC3982> of course it does?
06:47:27 *** Pixa has quit IRC
06:54:07 <Eddi|zuHause> andythenorth: "whenever you fix one bug, you create two new ones" doesn't depend on code size (-difference)
06:54:45 <NGC3982> surely, compressing code makes the creator more aware of the used functions?
06:55:07 <NGC3982> i mean, the big problem with me learning C# is that i use code that codes code that codes code that doesnt work.
06:55:10 <NGC3982> :>
07:00:47 <Eddi|zuHause> that's a very bold theory :p
07:01:20 <Supercheese> Yo dawg, I heard you like code, so we made you code that codes...
07:01:47 <Eddi|zuHause> i meant the line before that
07:02:10 <Eddi|zuHause> i have no problem with code that codes :)
07:02:17 *** Pixa has joined #openttd
07:04:41 <NGC3982> well, i hope you catch my drift.
07:05:17 <NGC3982> for instance
07:05:47 <NGC3982> i managed to make an sql query that collected information, formated it with code that didnt change anything and then wrote it back to the database.
07:05:55 <NGC3982> by accident
07:07:59 *** LordPixaII has quit IRC
07:19:30 *** TGYoshi has joined #openttd
07:21:37 *** LordPixaII has joined #openttd
07:26:22 *** Pixa has quit IRC
07:27:26 *** DOUK has joined #openttd
07:27:57 *** valhallasw has joined #openttd
07:28:38 *** sla_ro|master has joined #openttd
07:32:26 *** mahmoud has quit IRC
07:43:09 *** Pixa has joined #openttd
07:48:42 *** LordPixaII has quit IRC
07:49:04 *** Supercheese has quit IRC
08:01:31 *** andythenorth is now known as Guest1228
08:01:32 *** andythenorth has joined #openttd
08:12:31 *** DDR has quit IRC
08:20:04 *** valhallasw has quit IRC
08:40:25 *** FLHerne has joined #openttd
08:46:47 <andythenorth> what happens if I have an nml vehicle with no graphics block?
08:47:49 <Terkhen> good morning
08:53:56 *** FLHerne has left #openttd
08:54:34 <__ln__> mañanas buenas
08:55:16 <NGC3982> andythenorth: i did that by accident while making the tutorial truck. i cant remember the error messages, but it didnt work at all without an added picture.
08:55:23 <NGC3982> a blank picture gives a blank truck.
08:55:32 * NGC3982 tried to put all kinds of stuff in there
08:57:01 *** jstepien has quit IRC
08:58:13 <andythenorth> V453000: feel like drawing a ship?
09:01:41 <NGC3982> andythenorth: http://i.imgur.com/IVW7M.png
09:01:43 <NGC3982> there you go
09:01:47 <NGC3982> have fun, no need to thank me.
09:04:30 * NGC3982 is so bored out.
09:07:06 <Eddi|zuHause> andythenorth: the graphics block is the nml-equivalent to nfo action 3
09:07:38 <Eddi|zuHause> i.e. without it you can only change default properties, not introduce new vehicles
09:08:11 <Terkhen> __ln__: "buenos dias"
09:08:33 <__ln__> Terkhen: días
09:09:09 <andythenorth> Eddi|zuHause: sounds plausible for my case
09:12:22 * andythenorth is desperately seeking competent artists
09:12:30 *** jstepien has joined #openttd
09:12:32 <andythenorth> incompetent artists > competent artists :P
09:14:18 * NGC3982 sad face.
09:18:07 <Terkhen> andythenorth: tired of pushing sprites?
09:18:17 <andythenorth> approximately
09:18:28 <andythenorth> I wouldn't mind if I had uninterrupted hours to do it
09:18:31 <andythenorth> but I don't
09:18:41 <andythenorth> it's easier to code with an uninterrupted flow than draw
09:18:51 <andythenorth> uninterrupted / interrupted /s
09:19:15 <__ln__> Terkhen: ¿es legal tomar fotos en lugares públicos en españa?
09:19:40 <Terkhen> __ln__: I don't know the details but usually yes
09:20:55 *** Biolunar has joined #openttd
09:21:05 <__ln__> vale
09:21:26 <planetmaker> English only, __ln__
09:22:51 <__ln__> replace e->i in my question and it's virtually english
09:23:11 *** tokai|mdlx has joined #openttd
09:24:10 <planetmaker> is legal tomar fotos in luaris pulicos in espana? Rather not
09:24:26 <planetmaker> especially not from language pedantics like you ;-)
09:26:42 <NGC3982> tomar fotos sounds like a planetary system in star trek DS9.
09:27:03 <Terkhen> it sounds like taking pictures to me
09:27:11 <planetmaker> :-)
09:28:06 <planetmaker> The question not hard to guess. But I find it funny comming from the channels "English only" person :-)
09:28:12 <planetmaker> *channel's
09:28:48 <planetmaker> thus, sorry, couldn't help myself to pickup that ball :-)
09:28:59 *** tokai|noir has quit IRC
09:30:40 <__ln__> my "English only" comments would be taken far too seriously if i wasn't the one probably speaking the most non-english in here. :)
09:32:21 <NGC3982> uhm
09:32:39 <NGC3982> seriosly, when i read "english only" in a topic, ill asume that jokes and single events are allowed.
09:33:08 <__ln__> NGC3982: English only; "I'll"
09:33:22 <NGC3982> harr.
09:34:22 *** Dutch has joined #openttd
09:34:23 <__ln__> besides, nowadays nobody speaks hungarian here on a regular basis, so we need to come up with something else.
09:34:27 <planetmaker> we're humor free and allow no exceptions. Except for zombies
09:34:45 <NGC3982> ive seen the truth in that first statement a few times now..
09:34:50 <Dutch> I have a problem in the game help please !!1
09:35:07 <NGC3982> Dutch: ohnoez call the maglevbulance! \o/
09:35:54 <Dutch> i download the bus and tram set, but its dont show up in the game why ???????
09:36:20 <NGC3982> can i aks to aks a kuestion?
09:36:25 <planetmaker> Did you use the ingame content download to obtain it? Did you activate it in the NewGRF settings?
09:36:59 <Dutch> yes both
09:37:05 <planetmaker> Did you start a new game after activation in the NewGRF settings?
09:37:25 <planetmaker> Changes there do not apply to existing savegames
09:37:52 <NGC3982> planetmaker: speaking of, is it possible to add or remove any grf's at all during a running game?=
09:37:55 <NGC3982> -=
09:39:04 <Dutch> im gonna try to start a new game first'
09:40:17 <planetmaker> NGC3982: I believe you know the answer to that question already...
09:40:31 <NGC3982> planetmaker: i do, but im emphasizing the "at all"
09:41:32 <Dutch> it works only in new game
09:41:55 <Dutch> not in my old saving maps
09:41:57 <NGC3982> Dutch: yes, that is how NewGRF's work. you need to apply NewGRF's before starting a new game.
09:42:50 <planetmaker> Dutch: yes, that's intended and there's no "cure". NewGRF settings are an integral part of the map.
09:43:00 <peter1138> andythenorth, got the floor boards up. Managed to screw right through the middle of it...
09:43:09 <andythenorth> how exciting
09:43:17 <andythenorth> should have just left the screw in
09:43:20 <planetmaker> NewGRF define the game objects. Changing the meaning of the objects mid-game will usually break your savegames
09:43:23 <andythenorth> do it a bit tighter, problem solved
09:43:24 <peter1138> andythenorth, it is!
09:43:50 <peter1138> I'm leaving it like that until the gas man comes so 1) he can extract it safely, and 2) he can LOL all day about it...
09:43:50 <NGC3982> planetmaker: so i guess, the answer was "no, there is no grf that can be changed or added during in-game. ever."?
09:44:44 <peter1138> And also, where does one get new floorboards from...
09:44:57 <peter1138> Neither B&Q nor Wickes seem to do them.
09:45:04 <planetmaker> theoretically the answer is 'yes'. But it needs knowledge as of which. And it's not necessarily the obvious ones. And to every rule there's an exception there. So in general 'no'. Except for people who know what they do (aka newgrf developers)
09:45:17 <Dutch> thank you all for help
09:45:20 *** Dutch has quit IRC
09:50:49 <planetmaker> NGC3982: due to the fragility and the even theoretical inability to predict compatibility (even of newgrf A v1 and newgrf A v1.01 with eachother), things cannot be changed. Unless you activate the proper developer settings
09:52:56 <planetmaker> newgrf authors could even make a newgrf which de-activates randomly other newgrfs...
09:52:58 <Terkhen> the only solution would be to deprecate NewGRFs completely and create a new type of addon that would take into account stuff like that from the start :P
09:53:07 <Terkhen> s/solution/"solution"/
09:53:12 <planetmaker> now, I like that idea, random de-activation. lol :-)
09:53:32 <__ln__> Terkhen: is it a common practice that keyboard shortcuts are localized into spanish? e.g. Bold is Ctrl-N, Underline is Ctrl-S, Save is Ctrl-G?
09:54:05 <Terkhen> __ln__: yes
09:54:20 <Terkhen> it is quite stupid
09:54:42 <planetmaker> uh, that's common practise?
09:54:48 <NGC3982> planetmaker: i see.
09:55:09 <NGC3982> random de-activation :D
09:55:14 <Terkhen> planetmaker: yes :P
09:55:39 <__ln__> that's surprising to say the least..
09:56:14 *** Zeknurn has quit IRC
09:56:57 *** Zeknurn has joined #openttd
09:57:36 <__ln__> in a way it makes sense, but... i guess there are programs whose shortcuts are not designed to be localizable.
10:32:37 *** CornishPasty_ has joined #openttd
10:33:07 *** CornishPasty is now known as Guest1246
10:33:07 *** CornishPasty_ is now known as cornishpasty
10:33:07 *** cornishpasty is now known as CornishPasty
10:48:30 *** valhallasw has joined #openttd
11:01:52 *** Illegal_Alien has joined #openttd
11:15:37 <__ln__> however it's not a reason for everyone to stop talking
11:15:46 <NGC3982> :D
11:22:38 <Eddi|zuHause> it's as good an excuse as any...
11:23:01 <andythenorth> Eddi|zuHause: how's your buy menu patch?
11:23:15 <andythenorth> that's another excuse to not talk :)
11:23:23 <Eddi|zuHause> it's starving of neglect
11:23:40 <Varazir> I'm having problem that my iron pits will not delevery any ore
11:25:30 <NGC3982> Varazir: have you made sure that the station is close enough to the industry?
11:25:46 <Varazir> yes
11:26:00 <Varazir> it's next to it
11:26:19 <NGC3982> Varazir: are there more then one station in the vicinity of the industry?
11:26:32 <Varazir> I have 2 pits with the same problem
11:26:46 <NGC3982> are you using some kind of NewGRF?
11:26:56 <Varazir> no default installation
11:28:09 <NGC3982> Varazir: note that an industry wont deliver any goods to a nearby station, if the vehicle used isnt configured to accept and carry the iron ore.
11:28:42 <NGC3982> check your train/truck, and see if you have the wrong wagons or/and made the correct refit.
11:28:50 <Varazir> ok
11:28:55 <Varazir> will check
11:29:05 <Varazir> could be that the stations I have ar eto close
11:29:14 <NGC3982> let me know if you need help on how refit/choosing the correct wagons for refit works.
11:35:25 <Varazir> will do
11:47:59 *** Arafangion has joined #openttd
11:55:49 <planetmaker> Varazir, industries will also only deliver stuff to a station (by default) after a vehicle tried to pickup the cargo there
11:55:52 <planetmaker> at least once
11:56:11 <planetmaker> also: it's a self-generated map, not a scenario you play, right?
11:56:11 <Varazir> could be that
11:56:18 <Varazir> self
11:56:53 <planetmaker> (scenarios could be anything - they're basically a savegame, thus settings will be as the scenarion creator chose them to be)
11:58:17 *** Rhamphoryncus has quit IRC
11:59:53 <Varazir> I think it's a opps
12:00:07 <Varazir> but I'll check it later
12:00:58 *** Alberth has joined #openttd
12:00:58 *** ChanServ sets mode: +o Alberth
12:01:16 <Alberth> moin
12:01:51 <planetmaker> hallo Alberth
12:04:52 <andythenorth> bon midi
12:05:51 <Alberth> hi andy
12:08:18 <planetmaker> hi andythenorth
12:13:17 *** Devroush has joined #openttd
12:28:14 *** Arafangion has quit IRC
13:14:29 *** flaa has joined #openttd
13:22:22 *** Cybert1nus is now known as Cybertinus
13:36:43 *** TGYoshi has quit IRC
13:36:58 *** TGYoshi has joined #openttd
14:18:58 *** flaa has quit IRC
14:52:54 *** KouDy1 has joined #openttd
14:56:41 *** KouDy has quit IRC
15:28:30 *** Prof_Frink has joined #openttd
15:43:28 *** flaa has joined #openttd
15:59:52 *** valhallasw has quit IRC
16:21:42 <peter1138> andythenorth, gas pipe fixed
16:21:59 <peter1138> although it was a bit worrying when he started unscrewing it and asked "is the gas off?"
16:23:34 <Hirundo> That's a whole new level of 'smoke testing'
16:24:11 <andythenorth> he sounds like a comedian
16:24:46 * andythenorth would hate to think of all those "I have a patch for that somewhere's" exploding :P
16:34:40 <Eddi|zuHause> maybe he should have had a patch for the pipe :p
16:38:25 *** frosch123 has joined #openttd
16:41:53 *** glx has joined #openttd
16:41:53 *** ChanServ sets mode: +v glx
16:55:25 *** telanus1 has joined #openttd
16:59:01 *** telanus has quit IRC
17:03:44 *** flaa has quit IRC
17:05:07 *** DDR has joined #openttd
17:08:08 *** peter1138 has quit IRC
17:19:25 *** FLHerne has joined #openttd
17:28:09 *** Wolf01 has joined #openttd
17:28:20 <Wolf01> hello
17:30:06 <NGC3982> im so bored.
17:30:22 <Wolf01> you're not alone
17:40:48 *** Sacro has joined #openttd
18:08:39 *** KouDy1 has quit IRC
18:09:41 <NGC3982> in FIRS
18:09:50 <NGC3982> how come there is no animation on the sand pit?
18:10:29 <Alberth> sounds like a good project to fight boredom :p
18:11:10 <andythenorth> NGC3982: what are you thinking of animating?
18:12:30 <NGC3982> sand! everywhere!
18:15:52 <andythenorth> the water is animated
18:15:55 <andythenorth> you want more? :P
18:17:09 <__ln__> andythenorth: the sandworm should be animated
18:17:33 * andythenorth animates andythenorth sleeping
18:18:09 <NGC3982> andythenorth: it is?
18:18:23 <andythenorth> you have full animation turned off?
18:18:31 <andythenorth> the water has waves
18:18:31 <NGC3982> oh
18:18:32 <NGC3982> ..
18:20:17 *** Chris_Booth has joined #openttd
18:32:04 *** KouDy has joined #openttd
18:34:53 *** glx has quit IRC
18:35:04 *** glx has joined #openttd
18:49:04 <telanus1> I thing I found openttd's smallest town: http://goput.it/3vr.png
18:49:11 <NGC3982> :-O
18:50:50 <Eddi|zuHause> telanus1: a town with a church has 0 inhabitants, afair
18:51:16 *** Chris_Booth has quit IRC
18:51:38 <telanus1> haven't found one of them
18:52:42 *** KouDy has quit IRC
18:53:44 <planetmaker> you can have towns without buildings ;-)
18:54:55 * NGC3982 builds a church on top of PM
18:56:01 *** Supercheese has joined #openttd
18:58:25 * FLHerne rants about breakdowns on the forum :P
19:01:21 *** Sacro has quit IRC
19:06:31 *** KritiK has joined #openttd
19:10:38 *** Chris_Booth has joined #openttd
19:23:51 *** mahmoud has joined #openttd
19:24:58 *** telanus1 has quit IRC
19:29:04 *** DOUK has quit IRC
19:38:41 *** mahmoud has quit IRC
19:38:43 <CIA-4> OpenTTD: frosch * r24449 /trunk/src/rail_cmd.cpp: -Fix [FS#5254]: Coast and sea are not the same.
19:40:38 <FLHerne> @fs 5254
19:40:38 <DorpsGek> FLHerne: http://bugs.openttd.org/task/5254
19:42:19 *** mahmoud has joined #openttd
19:49:26 *** andythenorth has quit IRC
19:51:26 *** Alberth has left #openttd
20:07:26 *** valhallasw has joined #openttd
20:24:04 <frosch123> night
20:24:07 *** frosch123 has quit IRC
20:27:53 <planetmaker> FLHerne: your rant is... true nevertheless. At least in large parts
20:33:48 <FLHerne> Recognised by someone importantish! :D
20:34:09 * FLHerne is honoured :-)
20:34:19 <Wolf01> 'night
20:34:24 *** Wolf01 has quit IRC
20:40:21 <FLHerne> Is it sane for OTTD to save screenshots to ~/.openttd?
20:40:44 <FLHerne> Sticking them in a hidden folder is a bit inconvenient
20:48:04 <planetmaker> that's the linux way to put things related to a certain programme
20:48:20 <planetmaker> windows uses like Documents/OpenTTD and so does OSX
20:48:56 <FLHerne> planetmaker: I thought that was more for config or program data, rather than user-facing stuff?
20:51:25 <planetmaker> yes...
20:52:05 <FLHerne> Is there a config-file/settings option for that?
20:52:11 <planetmaker> what's NewGRFs?
20:52:26 <planetmaker> what's scenarios? Is there a difference between content_download and manual download?
20:52:37 *** Sacro has joined #openttd
20:52:43 <planetmaker> it's a compile-time thing
20:54:41 <FLHerne> Program data, I suppose? Online content covers a lot of that sort of thing...people faffing around with strange NewGRFs (me included) should just put up with it
20:55:07 <FLHerne> Add a :P to that sentence :P
20:55:55 *** dotwaffle has quit IRC
20:56:26 <FLHerne> But more seriously, the 'standard user' can get most NewGRFs etc from the online content just by clicking on a few buttons
20:56:46 *** dotwaffle has joined #openttd
21:33:19 *** MNIM has quit IRC
21:52:50 *** Chris_Booth has quit IRC
21:53:27 *** valhallasw has quit IRC
21:55:52 *** Zeknurn has quit IRC
21:56:05 *** peter1138 has joined #openttd
21:56:05 *** ChanServ sets mode: +o peter1138
21:56:34 *** Zeknurn has joined #openttd
21:57:34 *** FLHerne has quit IRC
22:12:52 *** sla_ro|master has quit IRC
22:15:41 *** pugi has quit IRC
22:17:43 *** cyph3r has joined #openttd
22:19:17 *** TGYoshi has quit IRC
22:20:57 *** Elukka has quit IRC
22:32:15 *** Rhamphoryncus has joined #openttd
22:41:46 *** LordPixaII has joined #openttd
22:45:48 *** Illegal_Alien has quit IRC
22:47:39 *** Pixa has quit IRC
22:49:19 *** KritiK has quit IRC
23:17:07 *** Eddi|zuHause has quit IRC
23:17:32 *** Sacro has quit IRC
23:21:26 *** Eddi|zuHause has joined #openttd
23:58:03 *** Eddi|zuHause has quit IRC
23:59:12 *** Eddi|zuHause has joined #openttd