Times are UTC Toggle Colours
00:00:57 <Stablean> <Big Meech> V helped me with the upgrade to maglev track yesterday 00:01:07 <Stablean> <Big Meech> i learned the hard way doing it alone, xD 00:02:10 <Stablean> <Sylf> upgrading is actually really easy with the right tools 00:04:45 <Stablean> <Big Meech> goods are replacing 00:09:03 <Stablean> <Big Meech> goods are done 00:09:07 <Stablean> <Big Meech> goign to do grain now 00:11:24 <Stablean> <Big Meech> do you suppose Dennis Hopper's brother is Grain Hopper? 00:11:50 <Stablean> <Big Meech> grain is done 00:12:00 <Stablean> <Big Meech> going to do oil 00:20:32 <Stablean> <Big Meech> all cars upgraded 00:20:50 <Stablean> <Big Meech> no, i lied 00:20:58 <Stablean> <Big Meech> couple iron hoppers to do 00:23:28 <Stablean> *** Mazur joined the game 00:26:36 <Stablean> *** Mazur has left the game (leaving) 00:26:44 <Stablean> <Big Meech> ore done 00:26:50 <Stablean> <Big Meech> * waves at Mazziepie 00:27:08 <Stablean> <Big Meech> lol 00:27:39 <Mazur> ~\o 00:27:52 <Mazur> What's the gist, machinist? 00:27:55 <Stablean> <Big Meech> my permission is denied as super user 00:28:09 <Stablean> <Big Meech> i cant edit my mdadm.conf with bash =[ 00:28:19 <Stablean> <Big Meech> * is rejected 00:28:39 <Mazur> chmod u+rw mdadm.conf 00:28:41 <Stablean> <Big Meech> im getting a no such file or directory xD 00:29:07 <Mazur> AH, that would mean it does not exist, at least where you are. 00:30:52 <Mazur> Are you in hte directory /etc? 00:30:57 <Mazur> pwd 00:31:27 <Mazur> (=print working directory) 00:31:29 <Stablean> *** Sylf has left the game (leaving) 00:31:36 <Mazur> Bye, Sylf. 00:31:52 <Stablean> <Big Meech> no im not 00:32:26 <Mazur> Adn bash is not an editor. 00:32:33 <Mazur> It's a shell. 00:32:43 <Stablean> <Big Meech> im in my home directory 00:32:45 <Stablean> <Big Meech> i need to be root 00:32:54 <Mazur> su - 00:34:06 <Stablean> <Big Meech> i was doing sudo bash 'mdadm --detail --scan >> /etc/mdadm/mdadm.conf' 00:34:24 <Stablean> <Big Meech> to add the uuid to the list but i get a permision denied from even su 00:34:57 <Mazur> ls -la /etc/mdadm/mdadm.conf 00:36:38 <Mazur> It'll be probably easier to su to root and do it from there. 00:38:01 <Stablean> <Big Meech> bizzare 00:38:07 <Stablean> <Big Meech> im in the folder 00:38:18 <Stablean> <Big Meech> trying to bash it and its still telling me file not found 00:38:52 <Mazur> Ok: so what does pwd say? 00:38:56 <Mazur> $ pwd 00:41:57 <Stablean> <Big Meech> $pwd shows nothing 00:42:03 <Stablean> <Big Meech> i hit dir and the file is there 00:42:55 <Mazur> And: # ls -la mdadm.conf 00:42:57 <Stablean> <Big Meech> i thin ki need to sudo bash -c '( command ) 00:43:35 <Stablean> <Big Meech> the sudo bash -c worked? 00:43:37 <Stablean> <Big Meech> but how?! 00:43:44 <Mazur> Another thought: modern shells have a "protection" that prevents you from appending to a non-existant file. 00:43:54 <Mazur> Ok. 00:44:25 <Stablean> <Big Meech> is that why that worked? 00:44:31 <Mazur> bash thought the command you gave it wer files it needed to access for you, adn could not find those. 00:44:42 <Stablean> <Big Meech> fail 00:44:53 <Mazur> No, design. 00:44:59 <Stablean> <Big Meech> lol 00:45:21 <Mazur> The normal way command operate, as it were. 00:45:26 <Mazur> commands 00:45:31 <Stablean> <Big Meech> i need to write that down 00:46:16 <Mazur> And I meant the command: pwd 00:46:35 <Stablean> <Big Meech> aaaah 00:46:45 <Stablean> <Big Meech> now i just need it to automount on startup 00:46:53 <Mazur> I added the $ for the shell prompt, the way most textbooks and webpages present examples. 00:46:55 <Stablean> <Big Meech> which i guess is fstab 00:47:02 <Stablean> <Big Meech> oh 00:47:09 <Stablean> <Big Meech> most of the sites have just a # then the command 00:47:17 <Mazur> Should have been # for root. 00:47:19 <Stablean> <Big Meech> weird 00:47:22 <Stablean> <Big Meech> yeah 00:48:00 <Stablean> <Big Meech> gotta love linux 00:48:35 <Mazur> And how raids are mounted I do not know, I supppse the mdadm man page will mention that. 00:48:50 <Stablean> <Big Meech> i need to add a line in fstab 00:49:09 <Stablean> <Big Meech> why dont you use raid? You have extra backups? 00:50:03 <Mazur> No, I tend to fill my disks too fast. 00:50:07 <Mazur> http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch26_:_Linux_Software_RAID 00:50:08 <Webster> Title: Quick HOWTO : Ch26 : Linux Software RAID - Linux Home Networking (at www.linuxhomenetworking.com) 00:50:11 <Stablean> <Big Meech> haha 00:50:18 <Stablean> <Big Meech> brb, i will read that 00:50:20 <Stablean> <Big Meech> hang on 00:50:58 <Mazur> I was going to RAID 1 TB disks, but then mt old disk failed totally, so I put hte first in, then then that TB was gone in 60 seconds, like. 00:51:42 <Mazur> Other than that, I try not to get too attached to any content on my disks. 01:01:45 <Stablean> <Big Meech> sorry abotu that, i had to use the restroom 01:02:16 <Stablean> <Big Meech> aaaaah 01:02:26 <Stablean> <Big Meech> you'd like raid 6 or raid 5 01:02:30 <Stablean> <Big Meech> actallly 6 01:02:44 <Stablean> <Big Meech> raid 6 is double distrubuted parity, 2 can fail 01:05:36 <Stablean> <Big Meech> hi speedy 01:06:23 <Mazur> No, 1 TB disks, not RAID 1. 01:06:31 <Mazur> ;-) 01:06:41 <Stablean> <Big Meech> yeah but you lost both in minutes? 01:06:55 <Mazur> Nah, that was just an experssion. 01:07:00 <Stablean> <Big Meech> oh haha 01:07:18 <Stablean> <Big Meech> can happen xD 01:08:05 <Mazur> I had an old failing disk, barely hanging on, I bought 2 1TB disks to replace it, but before I put in hte second, I'd used up the spare room on the first and decided to put in the second as a plain disk. 01:08:41 <Stablean> <Big Meech> aaaah, you should try raid 01:09:06 <Mazur> That won;t help if the 1TB is full. 01:09:29 <Stablean> <Big Meech> well you should buy more when the prices come down 01:09:52 <Mazur> If ever I have the money to spare, which is about never. 01:10:02 <Stablean> <Big Meech> =\ 01:10:15 <Mazur> The one disadvanatge of my life as it is. 01:10:22 <Stablean> <Big Meech> yeah 01:10:24 <Stablean> <Big Meech> my life sucks too 01:10:27 <Stablean> <Big Meech> i dont work 01:10:41 <Mazur> They won't have me anymore. 01:10:43 <Stablean> <Big Meech> and im sick all the time 01:10:53 <Stablean> <Big Meech> aww, dont say that 01:10:57 <Stablean> <Big Meech> you could still program and shit 01:11:00 <Mazur> WIth my it's in my head, Apergers. 01:11:19 <Mazur> ANd I used to be an alcoholic, and am 51 now. 01:11:32 <Mazur> Three reasons for them not to want me. 01:11:40 <Mazur> So be it, their loss. 01:11:50 <Stablean> <Big Meech> well, just because you used to drink doesnt mean yo udo now 01:12:05 <Stablean> <Big Meech> and lots of people with asbergers syndrome lead a productive life 01:12:36 <Mazur> Yes, but at least one interviewer knew nothing about it. He asked me whether I ever got violent. 01:13:02 <Stablean> <Big Meech> heck, im almost 30 and i still throw fits 01:13:04 <Mazur> Stupidly enough, I was so thrown I answered him. 01:13:35 <Mazur> ANd thought I nevr get violent, my expample to explain it was totally wrongly interpreted. 01:14:13 <Stablean> <Big Meech> =\ 01:14:15 <Mazur> That happens a lot, getting interpreted the wrong way. 01:14:22 <Mazur> Again, their loss. 01:14:28 <Mazur> :-) 01:14:57 <Mazur> Apart from hte money thing, my life is so much better, now. 01:15:02 <Mazur> :-)) 01:15:46 <Stablean> <Big Meech> i have a hard time deling whith shit too 01:15:48 <Stablean> <Big Meech> =) 01:16:19 <Mazur> Modern life does not allow for a simple existence. 01:17:37 <Stablean> <Big Meech> it doesnt, sadly 01:19:41 <Stablean> <Big Meech> well thanks for the help so far on my project 01:20:47 <Stablean> <Big Meech> i almost gave up and returned the drives to the store 01:22:50 <Mazur> That woudl be so sad. 01:23:12 <Stablean> <Big Meech> hehe 01:23:14 <Mazur> But I think if you read that page you should not ahve any more trouble. 01:25:17 <Stablean> <Big Meech> will do 01:25:29 <Stablean> <Big Meech> now i just need the disk to be accessible from the network 01:34:26 <Mazur> NFS 01:34:52 <Mazur> Just make sure you keep internal clocks in synch with NTP. 01:35:01 <Stablean> <Big Meech> looks like i need the package manager 01:36:08 <Stablean> <Big Meech> lol looks like a lot of reading to do 01:38:38 <Mazur> That usually helps. 01:38:52 <Stablean> <Big Meech> reading is gonna hurt my reputation xD 01:42:37 <Mazur> Just don't let on. 01:42:47 <Mazur> Always worked wonders for me. 01:43:07 <Stablean> <Big Meech> lol 01:43:09 <Stablean> <Big Meech> 8) 01:43:30 <Mazur> The basis for my knowledge is just knowing how to find the right webpages. 01:45:05 <Stablean> <Big Meech> i crashed my trainz 04:23:12 <Stablean> *** Speedy has joined company #2 04:23:21 <Stablean> <Big Meech> hi speedy 04:23:35 <Stablean> <Speedy> hi Mr. Big 04:35:31 <Stablean> <Big Meech> you building speedy? 04:36:05 <Stablean> <Speedy> yea 04:38:36 <Stablean> <Big Meech> otherwise id be worried B) 04:39:34 <Stablean> *** Big Meech has left the game (general timeout) 04:39:34 <Stablean> *** Big Meech has left the game (connection lost) 04:40:36 <Stablean> *** Big Meech has left the game (processing map took too long) 04:40:36 <Stablean> *** Big Meech has left the game (connection lost) 04:41:16 <Stablean> *** Big Meech joined the game 04:43:07 <Stablean> *** Big Meech has joined company #1 04:51:43 <Stablean> <Big Meech> lol, all my building is making things worse 04:56:54 <Stablean> <Big Meech> you upgrading trains? 04:56:57 <Stablean> <Big Meech> things arent looking so good 04:57:20 <Stablean> <Speedy> don't u worry about a thing :D 04:57:26 <Stablean> <Big Meech> lol 05:10:09 <Stablean> <Big Meech> what you need to do 05:10:16 <Stablean> <Big Meech> is make your depots universal depot 05:10:30 <Stablean> <Big Meech> what i did is i stopped all my trains 05:10:45 <Stablean> <Big Meech> i made sure i had depots where the train couldnt get out 05:10:46 <Stablean> <Big Meech> could only go in 05:10:58 <Stablean> <Big Meech> then i made replace orders to maglev engine 05:11:04 <Stablean> <Big Meech> then i started all the trains again 05:11:19 <Stablean> <Big Meech> once all trains were in depot and changed, you can convert all rail 05:11:26 <Stablean> <Big Meech> then let the trains back out 05:12:42 <Stablean> <Big Meech> hmm =\ 05:58:03 <Stablean> *** DnZ-Ali joined the game 05:58:07 <Stablean> <DnZ-Ali> hi 05:58:15 <Stablean> *** DnZ-Ali has joined company #3 06:00:36 <Stablean> *** Big Meech has joined spectators 06:00:44 <Stablean> *** Big Meech has joined company #1 06:00:54 <Stablean> <Big Meech> hi Ali 06:09:36 <Stablean> <Big Meech> Ali did you have a town that stopped accepting? 06:10:11 <Stablean> <DnZ-Ali> how town? 06:10:17 <Stablean> <Big Meech> profit chart went down 06:10:47 <Stablean> <DnZ-Ali> see. have lot of train an make jam 06:10:53 <Stablean> <Big Meech> aaah ok =D 06:12:15 <Stablean> *** Big Meech has joined spectators 06:12:17 <Stablean> *** Big Meech has started a new company (#8) 06:12:29 <Stablean> *** Big Meech has joined spectators 06:12:33 <Stablean> *** Big Meech has joined company #1 06:14:04 <Stablean> *** V453000 joined the game 06:14:07 <Stablean> <Big Meech> hello 06:14:11 <Stablean> <V453000> hi 06:14:23 <Stablean> <Big Meech> Executive Vice President V453000 06:14:25 <Stablean> <V453000> ... 06:14:51 <Stablean> <Big Meech> ?.? 06:14:58 <Stablean> <V453000> K.K 06:15:12 <Stablean> <V453000> ._. 06:15:20 <Stablean> <DnZ-Ali> hi 06:15:23 <Stablean> <V453000> hi 06:15:29 <Stablean> <Speedy> hi 06:17:12 <Stablean> <V453000> lol havent seen a pseudobalanced station in a while 06:17:46 <Stablean> <Big Meech> where's that? 06:17:56 <Stablean> <V453000> Talibs factory 06:18:11 <Stablean> <V453000> he has 2 lines which optically merge together but they are each completely separate 06:18:25 <Stablean> <Big Meech> yeah, slow but different 06:18:31 <Stablean> <Big Meech> i like the variety here mostly 06:18:34 <Stablean> <Big Meech> neverk now what you are going to get 06:18:44 <Stablean> <V453000> variety needs to have a reason 06:19:10 <Stablean> <V453000> to make a station like this you usually add crosses there so the trains can pick any platform 06:19:26 <Stablean> <V453000> this station is exactly the same as your coal drop logically 06:19:44 <Stablean> <V453000> and from the point of rail composition, it makes a lot larger gaps than your drop 06:19:56 <Stablean> <Big Meech> yeah, i need to work on my loadbalancing, then everything else xD 06:20:08 <Stablean> <V453000> not necessarily 06:20:14 <Stablean> <V453000> station doesnt have to be balanced 06:20:24 <Stablean> <V453000> drop doesnt, at elast 06:20:24 <Stablean> <Big Meech> i dont like making the 8 platform station without only having 1 entry, seems slower 06:20:24 <Stablean> <V453000> least 06:20:24 <Stablean> *** DnZ-Ali has joined spectators 06:20:45 <Stablean> <V453000> well of course making choices to all platforms is better in general 06:20:57 <Stablean> <V453000> but a drop should do with no choices at all 06:21:03 <Stablean> <Big Meech> i think technically that station needs 1 more platform, as unload time is 9 i think 06:21:19 <Stablean> <V453000> depends 06:21:25 <Stablean> <V453000> you dont have many trains on the line 06:21:37 <Stablean> <Big Meech> ive seen all platforms full before i added earlier 06:21:39 <Stablean> <V453000> if you had more you could need even 10 per line, I dont know what is the number for maglev TL2 06:21:41 <Stablean> <V453000> but a lot 06:21:59 <Stablean> <V453000> yes that is because maglevs unload for a long time but come in the station quickly 06:22:29 <Stablean> <Big Meech> is there a ratio between unload time and platforms and TL? 06:22:36 <Stablean> <V453000> no 06:22:51 <Stablean> <V453000> each wagon has its unloading speed, regardless of TL 06:23:02 <Stablean> <Big Meech> well what i sorta meant was 06:23:17 <Stablean> <Big Meech> like if my trains were 1 tile longer, what effect would it have 06:23:27 <Stablean> <V453000> in original train set I think it is something like 6 or 5 per tick, for all wagons the same 06:23:47 <Stablean> <V453000> no direct effect on loading time, but less of them would come into the station in the same time 06:23:57 <Stablean> <V453000> so less platforms might be needed 06:25:39 <Stablean> <Big Meech> looks like not mane ppl been in today 06:28:09 <Stablean> <V453000> idk about people but your trains are jamming 06:29:52 <Stablean> <Big Meech> they are 06:29:56 <Stablean> <Big Meech> i made some mistakes 06:30:10 <Stablean> <Big Meech> like at !!! and really dont want to put more time into it right now 06:30:24 <Stablean> <Big Meech> and its a blood mess elsewhere 06:30:28 <Stablean> <Big Meech> *bloody 06:30:52 <Stablean> <Big Meech> some parts should be totally bulldozed 06:30:58 <Stablean> <Big Meech> but 06:31:04 <Stablean> <Big Meech> as a learning experience 06:31:23 <Stablean> <Big Meech> i feel i did pretty well getting most sidelines connected to both lines 06:36:46 <Stablean> <V453000> oooh 06:36:56 <Stablean> <V453000> alright I will show you something meech 06:37:22 <Stablean> <Big Meech> infiltration techniques? 06:37:24 <Stablean> <V453000> see this 06:37:26 <Stablean> <Big Meech> im at this 06:37:36 <Stablean> <Big Meech> yeah 06:37:39 <Stablean> <Big Meech> i dont need that double actually 06:37:43 <Stablean> <V453000> yes 06:37:53 <Stablean> <Big Meech> i noticed things like that after i was done 06:37:53 <Stablean> <V453000> that double should be the ML from the right 06:38:23 <Stablean> <Big Meech> what i wanted to do after i got it done 06:38:23 <Stablean> <V453000> probably just rebuild it 06:38:29 <Stablean> <Big Meech> was the !!! is the lm line 06:38:34 <Stablean> <Big Meech> ML not lm 06:38:46 <Stablean> <V453000> uh 06:38:48 <Stablean> <V453000> why would !!! be ML 06:38:50 <Stablean> <Big Meech> and connect the sideline where the other line is going 06:39:14 <Stablean> <Big Meech> like those would be ML connection 06:39:16 <Stablean> <V453000> I see 06:39:22 <Stablean> <Big Meech> not sideline 06:39:24 <Stablean> <Big Meech> which they are now 06:39:34 <Stablean> <V453000> well, you will probably have to do something about it :p 06:39:37 <Stablean> <Big Meech> I do 06:39:53 <Stablean> <Big Meech> carpet bombing 06:39:55 <Stablean> <Big Meech> xD 06:40:05 <Stablean> <V453000> that would probably be a good first step 06:40:20 <Stablean> <Big Meech> just hate cutting into the line and stuff when its running xD 06:40:27 <Stablean> <V453000> why 06:40:35 <Stablean> <Big Meech> i crash things easily 06:41:05 <Stablean> <V453000> well when you are careful you cant crash stuff 06:41:11 <Stablean> <V453000> if you do for example this 06:41:29 <Stablean> <Big Meech> yeah 06:41:35 <Stablean> <Big Meech> ive been doing that 06:41:41 <Stablean> <Big Meech> then build everything on the other side 06:41:44 <Stablean> <Big Meech> and get signals correct 06:41:46 <Stablean> <Big Meech> then reconnect 06:41:48 <Stablean> <Big Meech> =D 06:43:07 <Stablean> <V453000> just delete it and join the tracks between the 2 points 06:43:14 <Stablean> <V453000> then add the 1->2 choice with a priority 06:43:48 <Stablean> <Big Meech> i will, just not this second 06:43:56 <Stablean> *** V453000 has joined spectators 06:44:22 <Stablean> <Big Meech> =D 06:46:40 <Stablean> <Big Meech> thank you again V for the advice / help 06:46:41 *** TWerkhoven[l] has joined #openttdcoop.stable 06:47:42 <Stablean> <V453000> sure thing 06:49:36 <Stablean> *** Speedy has joined spectators 07:01:57 <Stablean> *** Big Meech has joined spectators 07:01:57 <Stablean> *** Game paused (number of players) 07:03:45 <Stablean> *** Big Meech has left the game (general timeout) 07:03:45 <Stablean> *** Big Meech has left the game (connection lost) 07:06:11 <Stablean> *** Big Meech has left the game (processing map took too long) 07:06:11 <Stablean> *** Big Meech has left the game (connection lost) 07:23:12 <Stablean> *** Big Meech joined the game 07:27:16 <Stablean> *** Big Meech has joined company #1 07:27:16 <Stablean> *** Game unpaused (number of players) 07:40:33 <Stablean> *** Speedy has left the game (general timeout) 07:40:33 <Stablean> *** Speedy has left the game (connection lost) 08:03:43 <Stablean> *** DnZ-Ali has joined company #3 08:04:31 <Stablean> <V453000> death and violence 08:04:33 <Stablean> <V453000> that is the way Meech! 08:04:40 <Stablean> <Big Meech> =O 08:05:11 <Stablean> <Big Meech> yep 08:07:37 <Stablean> <Big Meech> hmm 08:12:04 <Stablean> <Big Meech> how are you V ? 08:12:18 <Stablean> <V453000> no 08:12:25 <Stablean> <Big Meech> lol 08:12:43 <Stablean> <V453000> ok maybe I am 08:15:35 <Stablean> <V453000> the track which has choices should always give priority to the tracks which do not have choices 08:15:38 <Stablean> <V453000> hint hint :p 08:15:44 <Stablean> <Big Meech> well 08:15:46 <Stablean> <Big Meech> i had an idea 08:15:49 <Stablean> <Big Meech> tell me if its bad 08:16:03 <Stablean> <Big Meech> give at least 1 priority over the other to prevent slowdown 08:16:03 <Stablean> <V453000> already did pretty much :D :P 08:16:07 <Stablean> <Big Meech> haha 08:16:09 <Stablean> <Big Meech> =P 08:16:16 <Stablean> <V453000> well it is ML 08:16:30 <Stablean> <V453000> you never want it to slow just cause SL makes it 08:16:45 <Stablean> <Big Meech> ok 08:16:55 <Stablean> <Big Meech> what if it is a connection with a factory and a drop 08:17:09 <Stablean> <V453000> well then the other logic I said applies 08:17:15 <Stablean> <Big Meech> i did that at the oil refinery 08:17:17 <Stablean> <V453000> line which has choices chooses from other lines 08:17:27 <Stablean> <V453000> therefore it has to check somehow whether there are trains on the line or not 08:17:33 <Stablean> <V453000> so the chosen lines must get prio 08:18:01 <Stablean> <Big Meech> ok 08:18:27 <Stablean> <DnZ-Ali> bye go work 08:18:33 <Stablean> *** V453000 has joined spectators 08:18:35 <Stablean> *** DnZ-Ali has left the game (leaving) 08:18:51 <Stablean> <V453000> take the prio as not just that one line is more important over another, but a check whether there are trains on the line, or not 08:19:17 <Stablean> <V453000> which is exactly what it does 08:19:17 <Stablean> <Big Meech> ok well i guess that is what i was thinking 08:19:21 <Stablean> <Big Meech> what is more important 08:22:16 <Stablean> *** V453000 has started a new company (#8) 08:22:24 <Stablean> <V453000> see problem 08:22:24 <Stablean> <Big Meech> yeah 08:22:30 <Stablean> <V453000> you neeed to adjust waiting bays 08:22:48 <Stablean> <Big Meech> remove some signals 08:22:54 <Stablean> <V453000> wont be enough 08:23:16 <Stablean> <V453000> the shorter one will need to be 1 tile longer 08:27:31 <Stablean> <Big Meech> flowing better now 08:28:37 <Stablean> <Big Meech> now to fix everyhing else ;) 08:28:47 <Stablean> <V453000> you have some signal gaps there 08:29:18 <Stablean> <V453000> and you definitely need longer prio there 08:29:32 <Stablean> <Big Meech> i need a lot 08:29:36 <Stablean> <Big Meech> im like a car on fire 08:29:44 <Stablean> <Big Meech> not only do i need water 08:29:47 <Stablean> <Big Meech> i need a new interior 08:30:53 <Stablean> <V453000> lol 08:31:12 <Stablean> <V453000> I will be going, maybe I could make a bugfixing release of nuts tonight :) 08:31:18 <Stablean> <Big Meech> ooo 08:31:24 <Stablean> <Big Meech> well, enjoy your day 08:31:38 <Stablean> <Big Meech> will probably be here when you get back 08:31:48 <Stablean> <V453000> I wont be going anywhere, just out of the game 08:31:54 <Stablean> <Big Meech> okies ^_^ 08:32:04 <Stablean> <V453000> will need whole day to fix the bugs 08:32:06 <Stablean> <Big Meech> have a good day then 08:32:16 <Stablean> <V453000> you too .) 08:32:19 <Stablean> *** V453000 has left the game (leaving) 08:35:20 *** tycoondemon has joined #openttdcoop.stable 09:12:52 <Stablean> *** Big Meech has joined spectators 09:12:52 <Stablean> *** Game paused (number of players) 09:14:17 <Stablean> *** Big Meech has joined company #1 09:14:17 <Stablean> *** Game unpaused (number of players) 09:17:43 <Stablean> *** Big Meech has joined spectators 09:17:43 <Stablean> *** Game paused (number of players) 09:27:40 <Stablean> *** Big Meech has left the game (general timeout) 09:27:41 <Stablean> *** Big Meech has left the game (connection lost) 09:35:59 <Stablean> *** Big Meech joined the game 09:37:23 <Stablean> *** Big Meech has joined company #1 09:37:26 <Stablean> *** Game unpaused (number of players) 09:50:25 <Stablean> *** Big Meech has joined spectators 09:50:26 <Stablean> *** Game paused (number of players) 10:03:33 <Stablean> *** Big Meech has joined company #1 10:03:33 <Stablean> *** Game unpaused (number of players) 10:37:15 *** TWerkhoven[l] has quit IRC 10:47:30 *** TWerkhoven[l] has joined #openttdcoop.stable 10:48:59 <Stablean> *** Big Meech has joined spectators 10:48:59 <Stablean> *** Game paused (number of players) 10:51:02 <Stablean> *** Big Meech has left the game (general timeout) 10:51:02 <Stablean> *** Big Meech has left the game (connection lost) 10:55:05 <Stablean> *** Big Meech joined the game 11:19:57 *** Speedy`_ has joined #openttdcoop.stable 11:20:42 *** Speedy` has quit IRC 11:32:16 <Stablean> *** Big Meech has joined company #1 11:32:16 <Stablean> *** Game unpaused (number of players) 12:45:36 <Stablean> *** Big Meech has left the game (general timeout) 12:45:36 <Stablean> *** Big Meech has left the game (connection lost) 12:45:36 <Stablean> *** Game paused (number of players) 12:47:14 <Stablean> *** Big Meech joined the game 12:47:34 <Stablean> *** Big Meech has joined company #1 12:47:34 <Stablean> *** Game unpaused (number of players) 13:48:28 <Stablean> *** Big Meech has left the game (general timeout) 13:48:28 <Stablean> *** Big Meech has left the game (connection lost) 13:48:30 <Stablean> *** Game paused (number of players) 13:49:12 <Stablean> *** Big Meech joined the game 13:49:40 <Stablean> *** Big Meech has joined company #1 13:49:40 <Stablean> *** Game unpaused (number of players) 14:03:24 <Stablean> *** Big Meech has left the game (general timeout) 14:03:25 <Stablean> *** Big Meech has left the game (connection lost) 14:03:25 <Stablean> *** Game paused (number of players) 14:04:02 *** TWerkhoven has joined #openttdcoop.stable 14:27:38 <Stablean> *** Big Meech has left the game (processing map took too long) 14:27:38 <Stablean> *** Big Meech has left the game (connection lost) 14:28:08 <Stablean> *** Big Meech joined the game 14:55:45 <Stablean> *** Big Meech has left the game (general timeout) 14:55:45 <Stablean> *** Big Meech has left the game (connection lost) 15:03:54 <Stablean> *** Big Meech joined the game 15:04:09 <Stablean> *** Big Meech has joined company #1 15:04:09 <Stablean> *** Game unpaused (number of players) 15:10:48 <Stablean> *** Big Meech has joined spectators 15:10:48 <Stablean> *** Game paused (number of players) 15:13:16 <Stablean> *** Big Meech has left the game (general timeout) 15:13:16 <Stablean> *** Big Meech has left the game (connection lost) 16:06:18 <Stablean> *** MrD2DG joined the game 16:23:50 *** ODM has joined #openttdcoop.stable 16:23:50 *** ChanServ sets mode: +o ODM 16:25:03 <V453000> hi MrD2DG :p 16:26:56 <Stablean> *** Liuk Sk joined the game 16:27:03 <Stablean> <Liuk Sk> HI 16:27:25 <Stablean> *** Liuk Sk has joined company #3 16:27:25 <Stablean> *** Game unpaused (number of players) 16:27:31 <V453000> HI 16:27:31 <V453000> :p 16:30:51 <Stablean> *** Liuk Sk has left the game (leaving) 16:30:51 <Stablean> *** Game paused (number of players) 16:48:40 <Stablean> <MrD2DG> Oh my bad 16:48:43 <Stablean> <MrD2DG> HI V :) 16:48:49 <Stablean> <MrD2DG> Forgot I was here :/ 16:48:51 <V453000> no hurry :p 16:48:57 <Stablean> <MrD2DG> :D 16:49:01 <V453000> im not quite here either 16:49:45 <Stablean> <MrD2DG> Came looking for a game (pub server will kill my computer) but looks like theres nothing left 16:50:45 <V453000> I should have a bugfix release of nuts tonight 16:50:55 <V453000> so if Sylf doesnt get here before me, there will be a new game 16:51:01 <V453000> and if he does, there will be a new game anyway :P 16:51:29 <V453000> but my fixes will take time, so not too soon really 16:51:43 <Stablean> <MrD2DG> Ahh okay :P 16:52:13 <Stablean> <MrD2DG> Guess I'll be back later, laterzz 16:52:52 <Stablean> *** MrD2DG has left the game (leaving) 18:13:29 *** Chris_Booth has joined #openttdcoop.stable 18:25:32 *** TWerkhoven has quit IRC 18:39:25 <Stablean> *** Player has left the game (leaving) 18:45:32 <Stablean> *** Chris Booth joined the game 18:47:20 <Stablean> *** Chris Booth has left the game (leaving) 19:00:12 <Chris_Booth> can we have a new map? 19:18:05 <Chris_Booth> please please please please 19:23:01 <V453000> I guess 19:24:07 <V453000> well, make one :) 19:26:06 <Chris_Booth> I would, but I can't upload it so no point 19:26:08 <V453000> or wait when I make it, but that will take at least an hour 19:26:19 <V453000> or rather mor 19:26:20 <V453000> e 19:26:37 <Chris_Booth> it may take the same amount of time for someone to load my map 19:28:00 <Stablean> *** Game unpaused (number of players) 19:28:00 <Stablean> *** Berkel joined the game 19:35:05 <Stablean> *** Berkel has joined spectators 19:35:05 <Stablean> *** Game paused (number of players) 19:35:08 <Stablean> *** Berkel has left the game (leaving) 20:08:42 <Stablean> *** Talib has left the game (connection lost) 20:08:57 <Stablean> *** Talib joined the game 20:14:22 <Stablean> *** Talib has left the game (leaving) 20:39:14 *** ODM has quit IRC 21:15:20 <Stablean> *** Chris Booth joined the game 21:16:47 <Stablean> <Chris Booth> You show the lights that stop me turn to stone 21:19:07 <V453000> !getsave http://dl.dropbox.com/u/20419525/StableNUTS01.sav 21:19:09 <Stablean> V453000: OK :-) 21:19:26 <Stablean> *** V453000 joined the game 21:19:39 <Stablean> <Chris Booth> woof wooof 21:19:46 <V453000> !content 21:19:47 <Stablean> V453000: Connection established 21:19:50 <V453000> !content 21:19:52 <Stablean> V453000: Expect timeout triggered! 21:19:56 <Stablean> V453000: Expect timeout triggered! 21:19:56 <Stablean> V453000: (you need to !restart to have the new content loaded) 21:19:56 <Stablean> V453000: Expect timeout triggered! 21:19:56 <Stablean> V453000: (you need to !restart to have the new content loaded) 21:20:01 <V453000> !content 21:20:03 <Stablean> V453000: Expect timeout triggered! 21:20:06 <Stablean> V453000: Downloading 3 file(s) (289514 bytes) 21:20:06 <Stablean> V453000: (you need to !restart to have the new content loaded) 21:20:11 <V453000> good 21:20:13 <V453000> !restart 21:20:13 <Stablean> Restart scheduled, will be initiated in next minute! 21:20:29 <Stablean> <Chris Booth> ooooooh 21:21:15 <Stablean> <Chris Booth> V you want a beer? 21:21:23 <Stablean> <V453000> have my own dont worry 21:21:33 <Stablean> <Chris Booth> chars! 21:21:37 <Stablean> <V453000> cheers 21:21:57 <V453000> alright amazing where is that restart 21:22:00 <V453000> !restart 21:22:00 <Stablean> Restart scheduled, will be initiated in next minute! 21:22:25 <V453000> there we go 21:22:25 <Stablean> Server has exited 21:22:26 *** Stablean has quit IRC 21:24:21 <V453000> hmm 21:24:31 <Chris_Booth> I think it hates me 21:24:37 *** mfb- has joined #openttdcoop.stable 21:24:37 *** ChanServ sets mode: +o mfb- 21:26:13 <V453000> that is likely 21:26:18 <Chris_Booth> doo dooo dooo da dooo 21:28:15 * Chris_Booth kick Stablean 21:29:07 <V453000> oh well :) 21:29:27 <Chris_Booth> lol 21:29:53 <Chris_Booth> might need the server frame to be reset 21:30:09 <Chris_Booth> http://www.youtube.com/watch?v=OR6AV9yJPoM&feature=related 21:30:10 <Webster> Title: SKRILLEX - SUMMIT (FT. ELLIE GOULDING) - YouTube (at www.youtube.com) 21:30:55 <Chris_Booth> OMFG Linkin Park! I was 12 or maybe 13 last time I listen to them 21:33:30 <V453000> no, not listening to skrillex 21:34:10 <Chris_Booth> Skrillex and Ellie Goulding are awesome 21:38:31 <Mazur> V453000, !restart seems not to be working anymore, this game only started after some 36 hours after !restart. 21:38:46 <V453000> well fuck :) 21:38:49 <V453000> need content 21:38:59 <Mazur> !discontent 21:39:23 <Mazur> We might need to consult Ammler or planetmaker? 21:39:30 <V453000> dont worry I already did 21:39:37 <Mazur> Goodly. 21:42:56 *** Stablean has joined #openttdcoop.stable 21:42:56 <Stablean> Autopilot engaged 21:42:56 <Stablean> Loading savegame: '{#openttdcoop} Welcome Server (www.openttdcoop.org)' 21:42:56 *** Webster changes topic to "#openttdcoop Welcome to OpenTTD Server | 1.2.0-RC4 | Admin channel (ask for op) | IF you prepare map, read http://wiki.openttdcoop.org/Map_Preparation | run !setdef after loading a new game" 21:42:56 *** ChanServ sets mode: +v Stablean 21:43:35 <Stablean> V450000000000, now you can execute !-commands ;-) 21:43:48 <Stablean> *** Chris Booth joined the game 21:43:48 <V453000> yeye 21:44:02 <Stablean> *** Game still paused (manual, number of players) 21:44:07 <Stablean> *** Chris Booth joined the game 21:44:25 <Stablean> *** V453000 joined the game 21:44:27 <Stablean> *** happy tran sport joined the game 21:44:28 <Stablean> <V453000> eyy 21:44:31 <V453000> !auto 21:44:31 <Stablean> *** V453000 has enabled autopause mode. 21:44:33 <Stablean> *** Game still paused (number of players) 21:44:36 <V453000> !rcon reset_company 1 21:44:36 <Stablean> V453000: Company deleted. 21:44:41 <V453000> !rcon set station_spread 21:44:41 <Stablean> V453000: Current value for 'station_spread' is: '12' (min: 4, max: 64) 21:44:42 <Stablean> <happy tran sport> hi chris 21:44:49 <Stablean> <V453000> have fun :) 21:44:59 <Stablean> <Chris Booth> we shall do 21:45:05 <Stablean> *** Max joined the game 21:45:06 <Stablean> <V453000> wait wtf 21:45:08 <Stablean> <happy tran sport> thanks 21:45:10 <Stablean> *** V453000 has started a new company (#1) 21:45:11 <Stablean> *** Game unpaused (number of players) 21:45:14 <Stablean> <V453000> I somehow screwed up :) sec 21:45:20 <Stablean> <Chris Booth> mk 21:45:22 <Stablean> *** V453000 has left the game (leaving) 21:45:22 <Stablean> *** Game paused (number of players) 21:45:43 <Stablean> <happy tran sport> hi max 21:46:06 <Stablean> <Max> hi 21:46:06 <Stablean> <Chris Booth> hi happy tran sport 21:46:17 <Stablean> <happy tran sport> how things 21:46:24 <V453000> !getsave http://dl.dropbox.com/u/20419525/StableNUTS01_2.sav 21:46:26 <Stablean> V453000: OK :-) 21:46:26 <V453000> one more restart 21:46:35 <V453000> !rcon load 2 21:46:37 <Stablean> *** Game paused (number of players) 21:46:42 <Stablean> *** Chris Booth joined the game 21:46:44 <Stablean> *** happy tran sport joined the game 21:46:48 <Stablean> *** Max joined the game 21:46:55 <Stablean> <Chris Booth> erm no new GRFs V453000 21:47:15 <Stablean> <V453000> hm fuck 21:47:16 <Stablean> *** V453000 joined the game 21:47:30 <V453000> !content 21:47:30 <Stablean> V453000: Connection established 21:47:34 <Stablean> V453000: Expect timeout triggered! 21:47:34 <Stablean> V453000: (you need to !restart to have the new content loaded) 21:47:34 <Stablean> <Chris Booth> oh ok 21:47:37 <V453000> !content 21:47:39 <Stablean> V453000: Expect timeout triggered! 21:47:41 <Stablean> V453000: Downloading 11 file(s) (14250910 bytes) 21:47:41 <Stablean> V453000: (you need to !restart to have the new content loaded) 21:47:43 <V453000> oh 21:47:49 <V453000> god damn I did content before 21:47:50 <V453000> hm 21:47:53 <V453000> lets see again 21:47:54 <V453000> !restart 21:47:54 <Stablean> Restart scheduled, will be initiated in next minute! 21:47:58 <V453000> pray that it works now 21:48:01 <Stablean> Scheduled quit for automated maintenance... will be back shortely 21:48:02 <Stablean> Thank you for playing 1.2.0-RC4. 21:48:06 <Stablean> Server has exited 21:48:06 *** Stablean has quit IRC 21:48:09 <Mazur> It does. 21:48:19 <V453000> it also has to come back :p 21:48:23 *** Stablean has joined #openttdcoop.stable 21:48:23 <Stablean> Autopilot engaged 21:48:23 <Stablean> Loading savegame: '{#openttdcoop} Welcome Server (www.openttdcoop.org)' 21:48:23 *** Webster changes topic to "#openttdcoop Welcome to OpenTTD Server | 1.2.0-RC4 | Admin channel (ask for op) | IF you prepare map, read http://wiki.openttdcoop.org/Map_Preparation | run !setdef after loading a new game" 21:48:23 *** ChanServ sets mode: +v Stablean 21:48:28 <V453000> good 21:48:28 <Mazur> True dat. 21:48:28 <Stablean> V450000000000, now you can execute !-commands ;-) 21:48:33 <V453000> !rcon cd 3 21:48:36 <V453000> !rcon load 2 21:48:36 <Stablean> *** Game still paused (manual, number of players) 21:48:47 <Stablean> *** V453000 joined the game 21:48:49 <V453000> !auto 21:48:49 <Stablean> *** V453000 has enabled autopause mode. 21:48:50 <Stablean> *** Game still paused (number of players) 21:48:53 <Stablean> *** Chris Booth joined the game 21:48:54 <V453000> !rcon reset_company 1 21:48:54 <Stablean> V453000: say_client 5 "Welcome Chris Booth" 21:48:54 <Stablean> V453000: [Private] To Chris Booth: Welcome Chris Booth 21:48:54 <Stablean> V453000: say_client 5 "You are playing on \"{#openttdcoop} Welcome Server (www.openttdcoop.org)\"" 21:48:54 <Stablean> V453000: say_client 5 "House rules are at http://stable.openttdcoop.org" 21:48:55 <Stablean> V453000: say_client 5 "say !help for more information" 21:48:55 <Stablean> V453000: you have 6 more messages 21:49:07 <Stablean> *** happy tran sport joined the game 21:49:14 <Stablean> <V453000> game on! 21:49:16 <Stablean> <Chris Booth> got wood? 21:49:19 <Stablean> *** Chris Booth has started a new company (#1) 21:49:21 <Stablean> *** Game unpaused (number of players) 21:49:46 <Stablean> <V453000> lol :) 21:50:08 <Stablean> <V453000> stats were changed quite drastically btw, careful 21:50:11 <Stablean> <V453000> it isnt tested 21:50:18 <Stablean> *** happy tran sport has started a new company (#2) 21:55:46 <Stablean> <Chris Booth> wow these trains are cheap as chips 21:56:24 <Stablean> <V453000> hm 21:56:30 <Stablean> <V453000> way too strong 21:56:40 <Stablean> <V453000> zero issues :o 21:56:58 <Stablean> <V453000> slowdown to 100 on 3 hills close to each other is nothing 21:57:17 <Stablean> <Chris Booth> look at the trains I am running 21:57:24 <Stablean> <Chris Booth> they are insane for 1920 21:57:30 <Stablean> <V453000> yes that is what I am talking about 21:57:45 <Stablean> <Chris Booth> 15k and to fast and to strong 21:57:47 <Stablean> <V453000> well its ok that they are insane for whatever date as long as other options are valid 21:57:50 <Stablean> <V453000> but this is way too strong 21:58:00 <Stablean> <V453000> they must accelerate shitty 21:58:50 <Stablean> <Chris Booth> buro 21:59:48 <Stablean> <V453000> well lets say I made a noob version where everyone can use fast trains xD 22:00:04 <Stablean> <Chris Booth> lol 22:00:13 <Stablean> <V453000> I think they will be less viable later 22:01:07 <Stablean> <Chris Booth> I am happy with them now 22:01:13 <Stablean> <Chris Booth> they made my life easy 22:01:15 <Stablean> <V453000> lol 22:02:09 <Stablean> *** V453000 has left the game (leaving) 22:02:49 <Stablean> <happy tran sport> ok now whot tran shrd i doo 22:02:56 <Stablean> <Chris Booth> any happy tran sport 22:03:10 <Stablean> <Chris Booth> they are all good 22:03:16 <Stablean> <happy tran sport> ok 22:03:34 *** mfb- has quit IRC 22:04:46 <Stablean> <Chris Booth> everytime we touch I get thi feeling 22:05:06 <Stablean> <Chris Booth> happy tran sport: those trains are to long 22:05:08 <Stablean> <happy tran sport> i like that song 22:05:20 <Stablean> <happy tran sport> ar 22:05:36 <Stablean> <Chris Booth> thats just my view 22:05:39 <Stablean> <Chris Booth> look at my trains 22:06:01 <Stablean> <happy tran sport> nice 22:06:03 <Stablean> <Chris Booth> your arms are my castle you heart is my sky 22:06:33 <Stablean> <happy tran sport> yep 22:07:33 <Stablean> <happy tran sport> have u seen the vidow to that song 22:07:40 <Stablean> <Chris Booth> nope 22:07:46 <Stablean> <Chris Booth> is it good? 22:07:58 <Stablean> <happy tran sport> i thing it is good 22:08:05 <Stablean> <Chris Booth> do you ever question your life? 22:08:16 <Stablean> <happy tran sport> no 22:08:34 <Stablean> <Chris Booth> I guess you know know Castles in the Sky - DJ Sammy 22:08:44 <Stablean> <happy tran sport> yep 22:09:50 <Stablean> <happy tran sport> the trans ar so chep like it 22:09:53 <Stablean> <Chris Booth> yep 22:10:07 <Stablean> <Chris Booth> that is what me and V where talking about 22:10:17 <Stablean> <happy tran sport> ok 22:10:43 <Stablean> <happy tran sport> i cord not play the larst mape 22:11:21 <Stablean> <happy tran sport> be cous ther was a noo grf in it that i can not get 22:11:31 <Stablean> <Chris Booth> oh really? 22:11:41 <Stablean> <happy tran sport> yep 22:11:55 <Stablean> <Chris Booth> that sucks big time 22:12:10 <Stablean> <happy tran sport> i thinke it was noo cumpany blake 22:12:16 <Stablean> <happy tran sport> yep 22:13:39 <Stablean> <happy tran sport> ok now i am going to wate for syume mor muney 22:13:55 <Stablean> <Chris Booth> you spent all of your already? 22:14:10 <Stablean> <happy tran sport> will ol most 22:14:26 <Stablean> <happy tran sport> i get it backe now 22:14:33 <Stablean> <Chris Booth> I spent all of mine aswell 22:14:53 <Stablean> <happy tran sport> snap 22:15:04 <Stablean> <Chris Booth> but have a better income than you 22:15:14 <Stablean> <happy tran sport> ok 22:15:38 <Stablean> <Chris Booth> if you look at the income graph you will see 22:15:42 <Stablean> *** Big Meech joined the game 22:15:46 <Stablean> <Big Meech> hi 22:15:48 <Stablean> <happy tran sport> hi 22:15:50 <Stablean> <Chris Booth> I just chose the better starting place 22:15:52 <Stablean> <Big Meech> i want the doombringer 22:15:54 <Stablean> <Chris Booth> hi Big Man 22:16:00 <Stablean> <happy tran sport> yep 22:16:07 <Stablean> <Chris Booth> you want to join me Big Meech? 22:16:13 <Stablean> <Big Meech> I'm large and in charge 22:16:23 <Stablean> <Big Meech> sure, I can 22:16:29 <Stablean> <Big Meech> same p/w ? 22:16:31 <Stablean> <Big Meech> ok ty 22:16:45 <Stablean> <Chris Booth> I am just MMing atm 22:16:56 <Stablean> *** Big Meech has joined company #1 22:17:08 <Stablean> <happy tran sport> how things big meech 22:17:14 <Stablean> <Big Meech> just woke up, tired 22:17:20 <Stablean> <happy tran sport> ok 22:17:59 <Stablean> <Big Meech> How are you Happy? 22:18:02 <Stablean> <happy tran sport> be backe in a minte 22:18:13 <Stablean> <happy tran sport> good thanks 22:18:47 <Stablean> <Big Meech> should probably build a slh at the split 22:18:57 <Stablean> <Chris Booth> yes we should 22:19:07 <Stablean> <Chris Booth> when we have some more wonga 22:19:09 <Stablean> <Big Meech> cuz couple forest east of there 22:19:51 <Stablean> *** morph has started a new company (#3) 22:19:53 <Stablean> *** morph joined the game 22:20:01 <Stablean> <morph> Starting games at 1AM and whatnot?! 22:20:03 <Stablean> <morph> :D 22:20:13 <Stablean> <Chris Booth> morph: its only 23:20 here 22:20:19 <Stablean> <morph> :( 22:21:14 <Stablean> <Big Meech> near 6:30 here 22:26:06 <Stablean> <happy tran sport> dont stop believin 22:26:10 <Stablean> <Chris Booth> Journey 22:26:20 <Stablean> <happy tran sport> yep 22:27:06 <Stablean> <happy tran sport> i am playing it live at houstern 22:27:46 <Stablean> <Chris Booth> Ellie Goulding - Stary Eyed 22:28:01 <Stablean> <happy tran sport> is that good song 22:29:35 <Stablean> <morph> What are the best engines currently? :D 22:29:53 <Stablean> <Chris Booth> morph: all of them 22:32:00 <Stablean> <happy tran sport> walk of life 22:32:30 <Stablean> <Big Meech> Dire Straits 22:32:40 <Stablean> <happy tran sport> yep 22:32:40 <Stablean> <Chris Booth> the road to know where 22:33:10 <Stablean> <happy tran sport> is that a good sogn 22:34:33 <Stablean> <Chris Booth> http://www.youtube.com/watch?v=Mo40aTe_3JM 22:34:34 <Webster> Title: 10 CC - Im not in love - YouTube (at www.youtube.com) 22:34:38 <Stablean> <Chris Booth> that is a good song 22:35:00 <Stablean> <happy tran sport> ok 22:35:22 <Stablean> <Chris Booth> 10cc I am not in love 22:35:24 <Stablean> <Chris Booth> listen to it 22:35:54 <Stablean> <Big Meech> that song is so chill 22:36:04 <Stablean> <happy tran sport> ok 22:39:50 <Stablean> <happy tran sport> ok see u can gec this sogn sultans of swing 22:40:06 <Stablean> <Big Meech> Mark Knopfler is my guitar hero 22:40:20 <Stablean> <happy tran sport> ok 22:44:19 <Stablean> <Chris Booth> AFK 10 run out of man juice 22:46:14 <Stablean> * Chris Booth is now rocking out to ELO Mr Blue Sky 22:46:32 <Stablean> <Big Meech> im gonna rock out downstairs and see what is for dinner, brb 22:46:46 <Stablean> <happy tran sport> thats a good sogn 22:46:52 <Stablean> <happy tran sport> ok 22:55:21 <Stablean> *** Sylf joined the game 22:55:26 <Stablean> <happy tran sport> lo sylf 22:55:38 <Stablean> <Sylf> hi 22:55:38 <Stablean> <morph> Hai 22:57:07 <Stablean> *** Sylf has started a new company (#4) 22:57:44 <V453000> hi :p 22:57:54 <Stablean> <morph> Hi 22:57:56 <Stablean> <happy tran sport> hi 22:58:02 <Stablean> <Sylf> hey, grats for the new version 22:58:52 <Stablean> <Chris Booth> a PF trap this soon in the game 23:00:09 <V453000> oh, thanks :D :P 23:00:40 <Stablean> <Chris Booth> I hate towns and lakes 23:01:14 <Stablean> <happy tran sport> yep its a pane 23:01:16 <Stablean> <Big Meech> back 23:01:22 <Stablean> <Chris Booth> wb 23:01:40 <Stablean> <Big Meech> thanks 23:01:43 <Stablean> <Big Meech> Mom made Sauerkraut 23:01:49 <Stablean> <Big Meech> I feel German right now 23:01:59 <Stablean> <Chris Booth> mmmh pickeled cabbage 23:02:15 <Stablean> <Big Meech> been months since she made it 23:02:49 <Stablean> <Chris Booth> you got some sausages to go with it? 23:03:03 <Stablean> <Big Meech> no sausages but we did have pork 23:03:22 <Stablean> <Chris Booth> close enough 23:03:56 <Stablean> <Chris Booth> that is the worst line ever! 23:04:02 <Stablean> <Big Meech> lol 23:04:04 *** TWerkhoven[l] has quit IRC 23:04:09 <Stablean> <Chris Booth> and I built it 23:04:11 <Stablean> <Big Meech> 2nd worse, I coud do way better 23:04:23 <Stablean> <Big Meech> why not make that roro 23:04:33 <Stablean> *** V453000 joined the game 23:04:38 <Stablean> <Big Meech> hi V 23:04:41 <Stablean> <Chris Booth> for the depots 23:05:08 <Stablean> <V453000> hi hi 23:05:26 <Stablean> <Chris Booth> I am going to go nuts! 23:05:41 <Stablean> <Big Meech> not till you see doombringerrrrrrrrrrrrrrrrrr 23:05:51 <Stablean> <Chris Booth> seen it 23:05:57 <Stablean> <Chris Booth> used it 23:05:59 <Stablean> <Chris Booth> likes it 23:06:02 <Stablean> <Big Meech> ;) 23:06:44 <Stablean> <Big Meech> hi Morph 23:07:11 <Stablean> <Chris Booth> how to save a life? 23:07:29 <Stablean> <Big Meech> the fray? 23:07:31 <Stablean> <Chris Booth> yes 23:07:49 <Stablean> <Big Meech> i made my own lyrics to that song 23:07:53 <Stablean> <Big Meech> it be came ' how to shave a cat ' 23:07:59 <Stablean> <Chris Booth> how to shave your wife? 23:08:07 <Stablean> <Big Meech> oh my 23:08:13 <Stablean> <Chris Booth> ;p; 23:08:16 <Stablean> <Chris Booth> lol 23:08:34 <Stablean> <Big Meech> the beard gets in teh way of the love making xD 23:10:31 <Stablean> *** MrD2DG joined the game 23:10:32 <Stablean> <MrD2DG> YAY 23:10:38 <Stablean> <Chris Booth> hi MrD2DG34 23:10:38 <Stablean> <Big Meech> hello 23:10:45 <Stablean> <MrD2DG> Hi 23:10:45 <Stablean> <happy tran sport> hi 23:11:10 <Stablean> <Chris Booth> Yay, not as messy now 23:11:16 <Stablean> <V453000> :) 23:11:38 <Stablean> <MrD2DG> Hmm where to start 23:11:44 <Stablean> <Chris Booth> france 23:11:46 <Stablean> *** MrD2DG has started a new company (#5) 23:12:39 <Stablean> <Big Meech> yep 23:17:25 <Stablean> <Big Meech> ok 23:17:35 <Stablean> <Big Meech> hey, that was my idea ;) 23:17:46 <Stablean> <Big Meech> was gonna put it here 23:17:56 <Stablean> <Big Meech> brb ;) 23:18:03 <Stablean> <Chris Booth> kk 23:21:37 <Stablean> <happy tran sport> woo a ferst tran has cume 23:21:51 <Stablean> <V453000> :) 23:22:27 <Stablean> <Chris Booth> why do you get it first? 23:23:09 <Stablean> <happy tran sport> the speed 23:23:19 <Stablean> <V453000> happy tran sport: if you ctrl+click on a vehicle in the depot, it reverses 23:23:22 <Stablean> <V453000> useful for the rear trains 23:23:32 <Stablean> <MrD2DG> :O 23:23:36 <Stablean> <MrD2DG> Is that new? 23:23:38 <Stablean> <happy tran sport> ok thanks 23:23:40 <Stablean> <Chris Booth> no 23:23:42 <Stablean> <V453000> fucking isnt 23:23:53 <Stablean> <Chris Booth> very old 23:23:59 <Stablean> <MrD2DG> I thought that ability got taken away 23:24:05 <Stablean> <Chris Booth> kinda 23:24:07 <Stablean> <V453000> it is an old feature, but some retard reported it as a bug and it was disabled by default for all newgrfs 23:24:07 <Stablean> <Sylf> it never was 23:24:13 <Stablean> <V453000> so you need to explicitly allow it 23:24:20 <Stablean> <V453000> which nuts does ofc 23:24:22 <Stablean> <MrD2DG> Oh 23:28:16 <Stablean> <Sylf> oh 23:28:22 <Stablean> <Sylf> this island has no oil 23:28:26 <Stablean> <Chris Booth> ha ha 23:28:48 <Stablean> <Chris Booth> I have oil 23:29:06 <Stablean> <Sylf> oh well. I shouldn't need it for my experiment 23:29:40 <Stablean> <V453000> just noting, livestock tankers DO show fish properly now ;) 23:29:43 <Stablean> <MrD2DG> Ooh new loco 23:29:45 <Stablean> <V453000> on monorail 23:30:00 <Stablean> <Sylf> fiiiiiiiish 23:30:14 <Stablean> <MrD2DG> Oh its PAx :/ 23:30:26 <Stablean> <V453000> why the :/ :P 23:30:44 <Stablean> <Big Meech> =\ 23:30:47 <Stablean> <Big Meech> =/ 23:30:49 <Stablean> <Big Meech> =S 23:30:52 <Stablean> <MrD2DG> Because im not in the PAX business atm :P 23:30:55 <Stablean> <Big Meech> =Z 23:30:57 <Stablean> <happy tran sport> i got a oil weli not gat fome wrun tbough 23:31:28 <Stablean> <Chris Booth> MrD2DG is in the boring business 23:31:46 <Stablean> <Sylf> boring is my name 23:31:48 <Stablean> <MrD2DG> I used to only do PAX.... years ago :) 23:31:50 <Stablean> <V453000> you dont have pax either :d 23:31:56 <Stablean> <MrD2DG> Only cos towns are small cba to grow 23:31:58 <Stablean> <Chris Booth> not yet V453000 23:32:18 <Stablean> <MrD2DG> Coop poisons people into dropping their PAX ways :( 23:32:20 <Stablean> <Chris Booth> but Pax is on my list 23:32:30 <Stablean> <V453000> horseshit MrD2DG 23:32:32 <Stablean> <Sylf> wat 23:32:50 <Stablean> <MrD2DG> xD well we do cargo a LOT more than pax.. 23:32:56 <Stablean> <Chris Booth> no we don 23:32:58 <Stablean> <V453000> you noobs on stable do 23:33:01 <Stablean> <MrD2DG> Lmao 23:33:05 <Stablean> <Chris Booth> we have had some epic pax games 23:33:19 <Stablean> <Big Meech> I love co-op poison 23:33:29 <Stablean> <MrD2DG> Yes I know, but are you seriously saying there arent more cargo focused games 23:33:39 <Stablean> <V453000> there are 23:33:45 <Stablean> <V453000> but it has nothing to do with killing pax .) 23:33:51 <Stablean> <MrD2DG> Most games only connection with PAX is the plane MM :/ 23:34:09 <Stablean> <Sylf> psht 23:34:12 <Stablean> <V453000> yes but it has nothing to do that you are lazy to build pax 23:34:18 <Stablean> <V453000> nothing to do with 23:34:28 <Stablean> <MrD2DG> Yeah I am now 23:34:30 <Stablean> <Chris Booth> lol 23:35:12 <Stablean> <V453000> Chris Booth: do you realize that the depot you have "behind the reverser" is not invisible at all? 23:35:27 <Stablean> <Chris Booth> yes I do now 23:35:33 <Stablean> <MrD2DG> :P 23:35:51 <Stablean> <Chris Booth> now it is 23:35:57 <Stablean> <V453000> ye 23:36:07 <Stablean> <Big Meech> Je t'aime le depot invisable 23:37:05 <Stablean> <Chris Booth> its starts with one thing 23:37:11 <V453000> Nice set, but what is the Logic Engine for? It shows up always, since well year 0 ... fucking forums 23:37:27 <Stablean> <Chris Booth> lol 23:37:41 <Stablean> <MrD2DG> xD 23:37:47 <Stablean> <Big Meech> one game i am goign to build with nothing but logic engines 23:37:53 <Stablean> <V453000> good luck 23:37:57 <Stablean> <Chris Booth> Big Meech thats old 23:38:03 <Stablean> <Big Meech> i will show you all how its done 23:38:05 <Stablean> <V453000> they cant haul wagons btw 23:38:11 <Stablean> <Chris Booth> nope not in this set 23:38:13 <Stablean> <Big Meech> I need not stinking wagons 23:38:17 <Stablean> <V453000> XD 23:38:20 <Stablean> <MrD2DG> Is nice to finally have a new full set though, even if it is demonic :) 23:38:26 <Stablean> <Chris Booth> but the original one can, and we have used it befor 23:39:00 <Stablean> <V453000> MrD2DG: there are others, too. Dutch, UKRS2 still has stuff added, xUSSR 23:39:06 <Stablean> <V453000> and some others too I am sure 23:39:18 <Stablean> <V453000> but well .. :p this one stands out a bit I believe 23:39:36 <Stablean> <MrD2DG> Hmm, I dont really go exploring only play the sets on coop :P 23:39:51 <Stablean> <V453000> I dont play that either, I just skimmed through it 23:40:17 <Stablean> <V453000> when you start game in 1920, cheat the dates through, you know how the set is played 23:40:32 <Stablean> <V453000> usually only 5 max speed/max power trains change, rest is unimportant 23:41:22 <Stablean> <MrD2DG> Ahh 23:42:48 <Stablean> <Big Meech> ty 23:43:19 <Stablean> <Big Meech> haha 23:43:22 <Stablean> <Big Meech> omg 23:43:40 <Stablean> <MrD2DG> BRB 23:44:14 <Stablean> <V453000> RIGHT :D I wrote on czech forums that "Nuts is on bananas now". And you wont guess what they replied :D 23:44:16 <Stablean> <V453000> "What is bananas" 23:44:19 <Stablean> <V453000> XD 23:44:23 <Stablean> <V453000> elite retards 23:45:29 <Stablean> <Big Meech> 1337 r3+4rd$? 23:45:59 <Stablean> <V453000> no unfortunately not 23:46:03 <Stablean> <V453000> this is way, waaay worse 23:46:12 <Stablean> <MrD2DG> bk 23:46:20 <Stablean> <Big Meech> banana's... those are the yellow things that go in my mouth? 23:46:30 <Stablean> <Chris Booth> lol 23:46:44 <Stablean> <V453000> yes 23:46:46 <Stablean> <Big Meech> maybe they play with no newgrf's ? 23:47:01 <Stablean> <V453000> and then you process them and you excrement them in a very similar shape, but brown 23:47:09 <Stablean> <Big Meech> anyone wanna grab my banana then play with my nuts? 23:47:16 <Stablean> <V453000> lol 23:47:23 <Stablean> <MrD2DG> xD 23:47:45 <Stablean> <V453000> hello, there is a new train set available. It is called NUTS and it is on the dicks.openttd.org 23:47:47 <Stablean> <V453000> right 23:47:53 <Stablean> <V453000> this is getting more and more weird 23:48:01 <Stablean> <MrD2DG> Lol 23:49:23 <planetmaker> people who don't follow the tt-forums.net don't know the word 'bananas'. it's ingame called 'content download' and similar 23:49:33 <planetmaker> thus it's unsurprising to not trigger any sane response 23:50:32 <Stablean> <Chris Booth> oof the Firestarter 23:50:50 <Stablean> <Chris Booth> I am a firestarter twisted Firestarter 23:50:56 <Stablean> <MrD2DG> Bit late CB 23:51:02 <Stablean> <Big Meech> smack my bitch up 23:51:05 <Stablean> <Chris Booth> lol 23:51:27 <Stablean> <happy tran sport> ok i have pay my loan of 23:51:29 <Stablean> <V453000> im the fear addicted, danger illustrated 23:52:15 <Stablean> <Big Meech> where do the passengers sit in the firestarter? in the boiler or the coal tender? 23:52:22 <Stablean> <Chris Booth> <3 Breathe 23:52:24 <Stablean> <V453000> inside the boiler 23:52:46 <Stablean> <Big Meech> so basically, its a free sauna? 23:52:50 <Stablean> <Chris Booth> yes 23:52:56 <Stablean> <V453000> free hell rather 23:53:39 <Stablean> <V453000> Sylf: dafuq, mixed livestock and grain trains ?:D 23:54:30 <Stablean> <Big Meech> inhale, inhale, inhale 23:55:32 <Stablean> <Chris Booth> I thought statues boosted cargo rating 23:55:47 <Stablean> <V453000> dont they 23:56:05 <Stablean> <Chris Booth> then I wasted my money 23:56:05 <Stablean> <Big Meech> i build them so the peasants have something to worship in effigy 23:56:05 <Stablean> <Sylf> yeah, just for now 23:56:06 <Stablean> <V453000> lol 23:56:21 <Stablean> <Sylf> just keeping the factory and farms alive while I need to go away in a min 23:56:28 <Stablean> <V453000> :) 23:56:50 <Stablean> <Big Meech> and the peasants, rejoice 23:57:04 <Stablean> <V453000> btw there are 2 new engine classes coming in the next release :p 23:57:14 <Stablean> <Big Meech> ooo 23:57:14 <Stablean> <Chris Booth> oooh ah 23:57:20 <Stablean> <Big Meech> h ah 23:57:36 <Stablean> <Chris Booth> ah ha 23:57:50 <Stablean> <Big Meech> should call one a bastard 23:58:00 <Stablean> <Big Meech> bastard son 23:58:02 <Stablean> <Big Meech> xD 23:58:02 <Stablean> <MrD2DG> What is that multicoloured class for? 23:58:21 <Stablean> <V453000> for wtf 23:58:36 <Stablean> <MrD2DG> Lol