2015-02-08 18:07:56 @J not to try to 'win' the argument or change something 2015-02-08 18:08:02 @J but because we want people here? 2015-02-08 18:08:06 Yoshi2 ah 2015-02-08 18:08:31 Yoshi2 "Feel free to join the channel anytime you want" 2015-02-08 18:08:34 Yoshi2 or something like that 2015-02-08 18:10:07 @Espyo yeah 2015-02-08 18:10:12 @Espyo right, nothing about winning him over 2015-02-08 18:45:27 <-- UltraMario (UltraMario@2601:c:1c00:lzh:zvtr:rrqr:sltz:jqmk) has quit (Ping timeout: 255 seconds) 2015-02-08 18:48:40 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-08 19:08:24 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-08 19:08:40 --> UltraMario_ (UltraMario@2601:c:1c00:pin:uiqh:zwrn:rnhr:owqn) has joined #pikipedia 2015-02-08 19:08:50 -- UltraMario_ is now known as UltraMario 2015-02-08 19:17:24 <-- UltraMario (UltraMario@2601:c:1c00:pin:uiqh:zwrn:rnhr:owqn) has quit (Ping timeout: 255 seconds) 2015-02-08 19:20:53 --> UltraMario (UltraMario@2601:c:1c00:pin:uiqh:zwrn:rnhr:owqn) has joined #pikipedia 2015-02-08 19:23:14 Yoshi2 I feel like I've had enough of maths for today 2015-02-08 19:23:20 Yoshi2 time to figure out what that program does 2015-02-08 19:23:31 Yoshi2 well, that C++ code 2015-02-08 19:24:24 Yoshi2 or maybe it is just C 2015-02-08 19:25:08 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-08 19:27:15 @Espyo Testyo's? 2015-02-08 19:27:16 Testyo all right, makes sense to keep it then :| 2015-02-08 19:27:45 <-- UltraMario (UltraMario@2601:c:1c00:pin:uiqh:zwrn:rnhr:owqn) has quit (Ping timeout: 255 seconds) 2015-02-08 19:28:55 Testyo [Pikipedia RC] Scornet Maestro by 71.192.10.237 (+106 /* Trivia  */) http://www.pikminwiki.com/index.php?title=Scornet_Maestro&curid=9278&diff=144679&oldid=144553 2015-02-08 19:31:21 <-- UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-08 19:33:05 Yoshi2 Espyo: the code you showed me earlier today 2015-02-08 19:33:56 @Espyo right 2015-02-08 19:34:00 Testyo [Pikipedia RC] Pikmin 3 by 71.192.10.237 (+1 /* Plot */) http://www.pikminwiki.com/index.php?title=Pikmin_3&curid=1346&diff=144680&oldid=144293 2015-02-08 19:35:23 Yoshi2 something I find to be odd is that the while loop has no real breakout statement when it successfully generates a merged sentence with a length >0 2015-02-08 19:36:06 Yoshi2 it just goes into the goto, and I have no idea what random_message_generated does, or contains 2015-02-08 19:39:08 Testyo [Pikipedia RC] Pikmin 3 by 71.192.10.237 (-1 /* Plot */) http://www.pikminwiki.com/index.php?title=Pikmin_3&curid=1346&diff=144681&oldid=144680 2015-02-08 19:42:23 Yoshi2 Espyo: does the split function just split the string at every whitespace, or does it detect several whitespaces in a row? 2015-02-08 19:42:39 @Espyo every whitespace 2015-02-08 19:42:43 @Espyo rather, every space space 2015-02-08 19:42:50 @Espyo hmmm... 2015-02-08 19:42:52 @Espyo actually... 2015-02-08 19:43:02 @Espyo I think it detects several in a row 2015-02-08 19:43:41 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-08 19:45:04 Yoshi2 if it splits at every space, it might say that an empty string is a word in the sentence, when that clearly shouldn't be the case 2015-02-08 19:48:49 Yoshi2 I wonder what the % operator does with strings 2015-02-08 19:49:11 Yoshi2 most of what I can find only talks about string formatting with %, but that is probably not it 2015-02-08 19:51:05 Yoshi2 if I had to guess, it returns true if the two strings are different, and false otherwise 2015-02-08 19:53:49 Yoshi2 the for loop in line 9,10 of http://pastebin.com/ypEMGeRa also has nothing that terminates the loop, which means that it will choose the last offsets for which the two sentences have different words 2015-02-08 19:54:16 Yoshi2 but, I am not sure how that can even work 2015-02-08 20:09:42 Yoshi2 hm, it can work if the operator here checks if two strings are the same 2015-02-08 20:10:44 Yoshi2 Espyo: help, what does % do in 'if(words1[w1] % words2[w2]) {'? 2015-02-08 20:11:06 @Espyo overloaded operator 2015-02-08 20:11:08 @Espyo I made it 2015-02-08 20:11:18 @Espyo basically, if two strings equal, case insensitive 2015-02-08 20:11:25 @Espyo TESTYO: DESCRIBE 2015-02-08 20:11:25 Testyo Espyo, you are a level 2 Retarded Worm, and your special power is: Using Aura! 2015-02-08 20:11:35 @Espyo TeStYo: DeScRiBe: 2015-02-08 20:11:35 Testyo Espyo, you are a level 23 Glowing Goomba, and your special power is: Jumping high! 2015-02-08 20:11:38 @Espyo *-: 2015-02-08 20:11:52 Yoshi2 I see 2015-02-08 20:11:58 @Espyo I use case-insensitive string comparison a lot, so I figured I should as well make it an operator 2015-02-08 20:12:15 Yoshi2 well, that confused me quite a bit, but it does make sense 2015-02-08 20:12:34 @Espyo hehe 2015-02-08 20:13:07 Yoshi2 basically, this for loop checks the greatest offset for each of the two sentences so the words at these offsets are the same 2015-02-08 20:13:22 Yoshi2 so this word would be the "common word 2015-02-08 20:14:46 Testyo [Pikipedia RC] User account SkyBlazeCat created http://www.pikminwiki.com/index.php?title=User:SkyBlazeCat 2015-02-08 20:16:59 @Espyo I think it's something like that 2015-02-08 20:17:32 --> Yoshi2_ (Yoshi2@kkni-03-71-563-154.netcologne.de) has joined #pikipedia 2015-02-08 20:17:51 <-- Yoshi2 (Yoshi2@aqzg-77-32-41-686.netcologne.de) has quit (Read error: Operation timed out) 2015-02-08 20:23:29 Yoshi2_ hm, I just remembered something 2015-02-08 20:24:05 Yoshi2_ I said Oh for me it's it's a non-registered channel because Espyo mentioned my name. This random message came from the messages Oh for me it's the Pikmin short movies logo and for some other clients, it's a non-registered channel 2015-02-08 20:24:06 Testyo or you just press the play button on the British version 2015-02-08 20:24:19 Yoshi2_ note how test,yo says nothing about a common word 2015-02-08 20:24:55 @Espyo failsafe 2015-02-08 20:25:06 Yoshi2_ which means that he went through the process of trying to find two messages with a common word, but failed to do so 2015-02-08 20:25:06 @Espyo I mightn't've have included it on the pastebins 2015-02-08 20:25:16 @Espyo but if he has a certain number of tries 2015-02-08 20:25:24 @Espyo if after some tries, he can't find any common words between the messages he picks 2015-02-08 20:25:31 @Espyo he just slams two messages together anywhere 2015-02-08 20:25:35 Yoshi2_ exactly 2015-02-08 20:25:40 @Espyo yep 2015-02-08 20:25:47 Yoshi2_ and that is what happened here 2015-02-08 20:29:11 Yoshi2_ as far as I can tell, the code contains no (obvious) off-by-one mistakes 2015-02-08 20:30:31 Yoshi2_ but it sure could take a small rewrite, for the sake of humanity and all that is good in this world 2015-02-08 20:33:06 Yoshi2_ Mystery solved, case closed. 2015-02-08 20:34:43 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-02-08 20:34:43 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-08 20:34:57 @PikFan hi 2015-02-08 20:35:46 Yoshi2_ hey PikFan 2015-02-08 20:45:07 --> UltraMario_ (UltraMario@2601:c:1c00:mwg:tkkt:lxop:lmli:jyqn) has joined #pikipedia 2015-02-08 20:47:24 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-08 20:47:36 -- UltraMario_ is now known as UltraMario 2015-02-08 20:50:15 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-08 20:52:26 -- UltraMario is now known as UltraSheik 2015-02-08 20:53:18 @Espyo yep 2015-02-08 20:53:23 @Espyo 'cept I don't have time to do rewrite 2015-02-08 20:53:23 @Espyo *s 2015-02-08 20:53:27 @Espyo hey PikFan 2015-02-08 20:53:28 @Espyo or not 2015-02-08 20:56:38 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-02-08 20:56:38 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-08 21:01:30 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Client Quit) 2015-02-08 21:02:57 --> Kirbyddd (Mibbit@p-10-03-382-99.hsd6.tn.comcast.net) has joined #pikipedia 2015-02-08 21:04:05 Kirbyddd Anyone here? 2015-02-08 21:04:43 Yoshi2_ hey Kirbyddd 2015-02-08 21:05:04 Yoshi2_ Espyo: ^ 2015-02-08 21:05:13 Kirbyddd Hey. Is Espyo or J here? 2015-02-08 21:05:40 Testyo [Pikipedia RC] Grand Bulblord by GoldenTriforce (+9 For the merge) http://www.pikminwiki.com/index.php?title=Grand_Bulblord&curid=16391&diff=144682&oldid=144609 2015-02-08 21:05:40 Testyo [Pikipedia RC] Grand Bulblord by GoldenTriforce (0 m) http://www.pikminwiki.com/index.php?title=Grand_Bulblord&curid=16391&diff=144683&oldid=144682 2015-02-08 21:06:10 Yoshi2_ Espyo should be here 2015-02-08 21:06:43 @Espyo here 2015-02-08 21:07:11 Kirbyddd Is J here? 2015-02-08 21:07:59 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-02-08 21:07:59 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-08 21:09:31 @Espyo bad time... got dinner 2015-02-08 21:09:56 Yoshi2_ J might or might not be here, he checks the channel periodically 2015-02-08 21:11:04 Kirbyddd Ok. I'll be here a while longer. 2015-02-08 21:13:07 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: sleep) 2015-02-08 21:13:22 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-02-08 21:13:22 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-08 21:22:12 @J hi 2015-02-08 21:25:53 Kirbyddd Hi 2015-02-08 21:26:08 Testyo [Pikipedia RC] Grand Bulblord by GoldenTriforce (+140 For the merge) http://www.pikminwiki.com/index.php?title=Grand_Bulblord&curid=16391&diff=144684&oldid=144683 2015-02-08 21:28:38 @Espyo back 2015-02-08 21:31:05 Kirbyddd Ok 2015-02-08 21:31:14 Testyo [Pikipedia RC] King Beeb by GoldenTriforce (+368 m For the merge, Galley Images need to be fixed) http://www.pikminwiki.com/index.php?title=King_Beeb&curid=16401&diff=144685&oldid=144601 2015-02-08 21:33:16 -- UltraSheik is now known as UltraMario|AmiiboTraining 2015-02-08 21:34:56 Kirbyddd Are we all here? 2015-02-08 21:35:06 @Espyo still not sure about J 2015-02-08 21:37:20 @J on the phone 2015-02-08 21:46:05 <-- Yoshi2_ (Yoshi2@kkni-03-71-563-154.netcologne.de) has quit (Quit: Leaving) 2015-02-08 21:49:55 @J *alive* 2015-02-08 21:51:13 Kirbyddd *comatose* 2015-02-08 21:51:25 Testyo [Pikipedia RC] Treasure Hoard by 71.197.6.26 (+1 Edited misspelling) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=144686&oldid=144103 2015-02-08 21:53:30 @J was there actually a thing? 2015-02-08 21:53:50 @J because if not, https://www.youtube.com/watch?v=66nSWs08k-E now I feel more inadequate than usual 2015-02-08 21:58:37 @Espyo ouch that's tight 2015-02-08 21:58:45 @Espyo anyway, yeah, Kirby's here 2015-02-08 21:58:53 @Espyo what's the conclusion? 2015-02-08 21:59:42 Kirbyddd ... 2015-02-08 22:00:04 @J now that's a conclusion I can agree with 2015-02-08 22:01:12 Kirbyddd I think I'm going to check in with wikia in a few days. What they say may affect what happens next, but I'll probably just keep doing what I've been doing. 2015-02-08 22:01:31 Testyo [Pikipedia RC] Grand Bulblord by AeroBlaze777 (+1 /* Gallery */) http://www.pikminwiki.com/index.php?title=Grand_Bulblord&curid=16391&diff=144687&oldid=144684 2015-02-08 22:01:45 Kirbyddd I mainly just check other's edits to make sure they're ok. 2015-02-08 22:01:51 @Espyo I think keeping the warning in secret is more successful than telling them we have it 2015-02-08 22:02:28 Kirbyddd I meant the adoption. The warning probably should be kept secret for now. 2015-02-08 22:07:43 @Espyo there is no official process 2015-02-08 22:07:44 @Espyo you just take it 2015-02-08 22:08:21 @Espyo also, I have to ask 2015-02-08 22:08:31 @Espyo this isn't just a ploy to get your own wiki, where you reign supreme, is it? 2015-02-08 22:08:35 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-08 22:09:01 Kirbyddd Of course not. I don't have nearly enough time. 2015-02-08 22:10:18 Kirbyddd And I don't think that's even possible. 2015-02-08 22:10:33 @Espyo all the more reason for it to be a bad idea 2015-02-08 22:11:12 Kirbyddd Right. 2015-02-08 22:11:22 @J I don't think Wikia has a formal concept of wiki owners, or at least it never used to 2015-02-08 22:11:30 @J you just become admin, if you aren't already 2015-02-08 22:11:45 @J which you don't need Wikia staff for anyway 2015-02-08 22:12:22 @J wooooooooooow 2015-02-08 22:12:25 @J so this is crazy 2015-02-08 22:12:46 Kirbyddd ? 2015-02-08 22:12:50 @J I'm playing Dustforce, and instead of selecting 'replay', I played my replay from the last run 2015-02-08 22:12:56 @J and I didn't notice for 20 whole seconds 2015-02-08 22:13:01 @J I thought I was actually playing 2015-02-08 22:13:06 @J that's how similar the run was 2015-02-08 22:13:17 Kirbyddd Wow. 2015-02-08 22:13:23 @Espyo haha 2015-02-08 22:13:28 Kirbyddd Anyways... 2015-02-08 22:13:30 -- UltraMario|AmiiboTraining is now known as UltraMario3DWorld 2015-02-08 22:13:31 Kirbyddd I have to go through the wikia adoption process if there are no active admins left. 2015-02-08 22:13:55 @Espyo hm, okay 2015-02-08 22:13:57 @Espyo but just to conclude 2015-02-08 22:14:00 @Espyo remember that this is not a revival 2015-02-08 22:14:05 @Espyo it is a simple upkeep 2015-02-08 22:14:18 @Espyo I don't suppose we'll have to take drastic measures to control you 2015-02-08 22:14:21 @Espyo but I just want to make it clear 2015-02-08 22:14:35 Kirbyddd I know. 2015-02-08 22:14:41 @Espyo okay then 2015-02-08 22:14:46 @Espyo and feel free to join the IRC whenever 2015-02-08 22:14:58 @Espyo it might be a bit empty at times, but hey, we all got busy times 2015-02-08 22:15:00 Kirbyddd Alright. 2015-02-08 22:15:31 Kirbyddd Talk to you later. 2015-02-08 22:15:37 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-02-08 22:15:37 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-08 22:15:58 @J there are plenty of admins left 2015-02-08 22:16:04 @J probably me, still 2015-02-08 22:16:11 @J plus the guys who just left 2015-02-08 22:16:22 @Espyo see ya 2015-02-08 22:16:59 Kirbyddd Which one were you? 2015-02-08 22:17:46 @J Greenpickle 2015-02-08 22:19:13 Kirbyddd Cool. Bye. 2015-02-08 22:19:22 @J bye 2015-02-08 22:19:36 <-- Kirbyddd (Mibbit@p-10-03-382-99.hsd6.tn.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-08 22:19:53 @J ah, looks like I still have the most edits ever on Pikmin Wiki 2015-02-08 22:20:12 @J second is a bot called 'Wikia', probably a spam fighter 2015-02-08 22:20:34 @PikFan so what conclusion did you guys reach? 2015-02-08 22:20:59 @PikFan kept disconnecting because stupid tablet is stupid 2015-02-08 22:21:23 @J not sure there was one, really 2015-02-08 22:23:28 @PikFan what is he going to do now? 2015-02-08 22:26:13 @Espyo eh, he'll post up warnings everywhere telling people to use Pikipedia 2015-02-08 22:26:18 @Espyo warn new users about Pikipedia as well 2015-02-08 22:26:23 @Espyo and besides that, fix some typos 2015-02-08 22:26:32 @Espyo it SHOULDN'T be enough to bring activity to wikia in high levels 2015-02-08 22:26:35 @Espyo but we have to monitor it 2015-02-08 22:26:43 @Espyo still sounds fishy to me 2015-02-08 22:26:54 @Espyo why couldn't we have the warnings up and NOT have somebody be a janitor? 2015-02-08 22:27:00 @Espyo if the warnings are up, the cleanup is moot 2015-02-08 22:27:02 @PikFan hmm 2015-02-08 22:27:10 @Espyo luckily, from his edits, he only half-knows what he's doing 2015-02-08 22:27:17 @Espyo sometimes he destroys more than what he fixes 2015-02-08 22:27:20 @Espyo so it'll end up the same 2015-02-08 22:27:29 @PikFan so he's going to stay on Pikmin Wiki, I take it 2015-02-08 22:28:15 @Espyo he'll still kind of be on Pikipedia 2015-02-08 22:29:22 @PikFan hmm, alright 2015-02-08 22:52:17 Testyo [Pikipedia RC] User talk:SkyBlazeCat by AeroBlaze777 (+634 N Created page with "{{SUBST:Welcome}} ~~~~") http://www.pikminwiki.com/index.php?title=User_talk:SkyBlazeCat&curid=18142&diff=144688&oldid=0 2015-02-08 22:54:46 UltraMario3DWorld super mario 3d world is fun with a GC controller. <3 2015-02-08 22:54:58 UltraMario3DWorld if you guys remember when i got the mayflash adapter, anyway 2015-02-08 22:55:25 UltraMario3DWorld hey espyo, remember when windows ripped me off with that usb cd player nonsense? :P 2015-02-08 22:56:53 @Espyo I think so 2015-02-08 22:56:54 @PikFan wait you can play SM3DW with a GC adapter 2015-02-08 22:58:01 UltraMario3DWorld no 2015-02-08 22:58:06 UltraMario3DWorld i said Mayflash adapter 2015-02-08 22:58:18 UltraMario3DWorld which is the one the company mayflash made before nintendo actually made their's 2015-02-08 22:58:29 UltraMario3DWorld the official adapter is only for smash bros. 2015-02-08 22:58:47 UltraMario3DWorld but this adapter is better in the fact that it works with any game that's classic controller compatible 2015-02-08 22:59:00 UltraMario3DWorld i got this adapter on amazon 2015-02-08 22:59:13 UltraMario3DWorld so i can play smash to the best of my ability again. ^_^ 2015-02-08 23:00:15 @PikFan oic 2015-02-08 23:00:40 @PikFan yeah it's stupid that Nintendo made their official adapter work for ONLY Smash 2015-02-08 23:00:48 @PikFan what kind of idiocy is that 2015-02-08 23:00:58 UltraMario3DWorld well i mean, idk 2015-02-08 23:01:01 @PikFan they're making a lot of poor decisions left and right 2015-02-08 23:01:07 UltraMario3DWorld yeah but 2015-02-08 23:01:10 UltraMario3DWorld they're still awesome 2015-02-08 23:01:17 UltraMario3DWorld i can't wait to get a new 3ds 2015-02-08 23:01:19 UltraMario3DWorld :D 2015-02-08 23:01:38 @PikFan not as awesome as they used to be 2015-02-08 23:02:12 @PikFan if they delay Zelda I will murder Miyamoto 2015-02-08 23:02:39 @PikFan but knowing Nintendo they'll probably have to 2015-02-08 23:02:46 @PikFan because they're stupid 2015-02-08 23:02:47 UltraMario3DWorld >Zelda 1 2015-02-08 23:02:49 UltraMario3DWorld what 2015-02-08 23:02:56 UltraMario3DWorld also that's pretty rude 2015-02-08 23:03:15 UltraMario3DWorld and stop being in your nostalgia goggles, nintendo is still awesome today 2015-02-08 23:03:17 UltraMario3DWorld :P 2015-02-08 23:03:25 UltraMario3DWorld don't kill someone just because they did something 2015-02-08 23:03:34 @PikFan I was joking 2015-02-08 23:03:38 UltraMario3DWorld i'm so hyped for the better hardware + better 3D 2015-02-08 23:03:47 UltraMario3DWorld well if you're joking at least put a :P or something 2015-02-08 23:03:58 UltraMario3DWorld sometimes it's hard to tell if you're joking or not just through text 2015-02-08 23:04:07 @PikFan I understand that 2015-02-08 23:04:21 @PikFan but come on, I wouldn't murder him, he's amazing 2015-02-08 23:05:22 UltraMario3DWorld damn 2015-02-08 23:05:31 UltraMario3DWorld is there anyway to change controlls on this 2015-02-08 23:05:45 UltraMario3DWorld i mean in 3d world 2015-02-08 23:05:52 UltraMario3DWorld cuz like it's weird 2015-02-08 23:15:54 <-- UltraMario3DWorld (UltraMario@2601:c:1c00:mwg:tkkt:lxop:lmli:jyqn) has quit (Ping timeout: 255 seconds) 2015-02-08 23:22:23 --> UltraMario3DWorld (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-08 23:30:29 @PikFan going now, bye 2015-02-08 23:30:37 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-08 23:30:37 UltraMario3DWorld bye 2015-02-08 23:43:11 Testyo Op end, so make the .* non-greedy like Yoshi2 said 2015-02-08 23:43:26 UltraMario3DWorld wat 2015-02-08 23:43:29 UltraMario3DWorld lol 2015-02-08 23:59:48 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-08 23:59:54 --> UltraMario3DWorld_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-08 23:59:57 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-09 00:01:06 <-- UltraMario3DWorld (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario3DWorld_))) 2015-02-09 00:01:09 -- UltraMario3DWorld_ is now known as UltraMario3DWorld 2015-02-09 00:14:40 <-- UltraMario3DWorld (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-09 00:36:55 --> UltraMario3DWorld (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-09 00:37:05 -- UltraMario3DWorld is now known as UltraMario 2015-02-09 01:05:49 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-09 01:35:04 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-09 02:29:56 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-09 02:36:13 --> BlueBulborb (Mibbit@092-72-1-298.adsl.tie.cl) has joined #pikipedia 2015-02-09 02:36:28 BlueBulborb hi? 2015-02-09 02:55:12 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-09 03:27:07 <-- BlueBulborb (Mibbit@092-72-1-298.adsl.tie.cl) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-09 03:27:51 --> UltraMario_ (UltraMario@2601:c:1c00:ioz:vhuq:gvjt:kpq:tsky) has joined #pikipedia 2015-02-09 03:29:03 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_!UltraMario@2601:c:1c00:ioz:vhuq:gvjt:kpq:tsky))) 2015-02-09 03:29:05 -- UltraMario_ is now known as UltraMario 2015-02-09 03:31:52 --> Waterpikmin (Mibbit@96.242.lh.gtz) has joined #pikipedia 2015-02-09 03:32:11 <-- Waterpikmin (Mibbit@96.242.lh.gtz) has quit (Client Quit) 2015-02-09 04:29:59 --> UltraMario_ (UltraMario@2601:c:1c00:ioz:vhuq:gvjt:kpq:tsky) has joined #pikipedia 2015-02-09 04:33:08 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-02-09 04:33:09 <-- UltraMario (UltraMario@2601:c:1c00:ioz:vhuq:gvjt:kpq:tsky) has quit (Ping timeout: 255 seconds) 2015-02-09 04:33:17 -- UltraMario_ is now known as UltraMario 2015-02-09 04:53:24 <-- UltraMario (UltraMario@2601:c:1c00:ioz:vhuq:gvjt:kpq:tsky) has quit (Ping timeout: 255 seconds) 2015-02-09 04:53:41 --> UltraMario_ (UltraMario@2601:c:1c00:iok:ypg:umls:rlqw:lsrw) has joined #pikipedia 2015-02-09 04:53:49 -- UltraMario_ is now known as UltraMario 2015-02-09 05:05:06 <-- UltraMario (UltraMario@2601:c:1c00:iok:ypg:umls:rlqw:lsrw) has quit (Ping timeout: 255 seconds) 2015-02-09 07:04:39 --> Yoshi2 (Yoshi2@bsiy-84-68-213-351.netcologne.de) has joined #pikipedia 2015-02-09 09:09:44 --> Mariostar (Mibbit@qsmt02-122-236-99.range33-558.btcentralplus.com) has joined #pikipedia 2015-02-09 09:09:48 Mariostar Hi. 2015-02-09 09:14:49 <-- Mariostar (Mibbit@qsmt02-122-236-99.range33-558.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-09 09:19:53 --> Mariostar (Mibbit@qsmt02-122-236-99.range33-558.btcentralplus.com) has joined #pikipedia 2015-02-09 09:24:42 <-- Mariostar (Mibbit@qsmt02-122-236-99.range33-558.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-09 12:07:49 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Read error: Connection reset by peer) 2015-02-09 12:08:45 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-02-09 13:29:51 <-- T3 (T3@21-92-364-722.cable.teksavvy.com) has quit (Ping timeout: 240 seconds) 2015-02-09 14:23:33 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Ping timeout: 255 seconds) 2015-02-09 15:57:11 --> Yoshi2_ (Yoshi2@ffdo-65-06-13-013.netcologne.de) has joined #pikipedia 2015-02-09 16:00:45 <-- Yoshi2 (Yoshi2@bsiy-84-68-213-351.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-09 16:29:41 --> Yoshi2__ (Yoshi2@avop-46-99-191-702.netcologne.de) has joined #pikipedia 2015-02-09 16:31:42 --> Yoshi2 (Yoshi2@ztfs-77-83-376-373.netcologne.de) has joined #pikipedia 2015-02-09 16:33:09 <-- Yoshi2_ (Yoshi2@ffdo-65-06-13-013.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-09 16:34:15 <-- Yoshi2__ (Yoshi2@avop-46-99-191-702.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-09 16:45:15 <-- Yoshi2 (Yoshi2@ztfs-77-83-376-373.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-09 16:48:28 --> CreativeSushi (Mibbit@164.106.lw.xsv) has joined #pikipedia 2015-02-09 17:13:35 --> Yoshi2 (Yoshi2@yrgz-75-25-866-345.netcologne.de) has joined #pikipedia 2015-02-09 17:23:45 <-- Yoshi2 (Yoshi2@yrgz-75-25-866-345.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-09 17:26:27 <-- CreativeSushi (Mibbit@164.106.lw.xsv) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-09 17:32:37 --> Yoshi2 (Yoshi2@czwa-89-63-39-940.netcologne.de) has joined #pikipedia 2015-02-09 17:38:03 <-- Yoshi2 (Yoshi2@czwa-89-63-39-940.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-09 17:52:18 --> Yoshi2 (Yoshi2@ztkh-60-51-956-12.netcologne.de) has joined #pikipedia 2015-02-09 17:59:21 --> Yoshi2_ (Yoshi2@vgkh-75-25-787-256.netcologne.de) has joined #pikipedia 2015-02-09 18:02:42 <-- Yoshi2 (Yoshi2@ztkh-60-51-956-12.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-09 18:12:36 <-- Yoshi2_ (Yoshi2@vgkh-75-25-787-256.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-09 18:50:29 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-09 18:50:29 Testyo Greetings everyone! 2015-02-09 18:51:40 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-09 18:51:40 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-09 18:55:10 --> Yoshi2 (Yoshi2@pzwa-39-69-758-263.netcologne.de) has joined #pikipedia 2015-02-09 18:55:52 Yoshi2 Espyo: how did the discussion go yesterday evening? 2015-02-09 19:01:08 @Espyo basically, he'll be on the old wiki, pointing people to the Pikipedia, and just cleaning up here and there 2015-02-09 19:04:24 --> Yoshi2_ (Yoshi2@eyub-37-51-788-89.netcologne.de) has joined #pikipedia 2015-02-09 19:04:56 Yoshi2_ that does sound like a good plan 2015-02-09 19:06:25 @Espyo here's hoping 2015-02-09 19:06:36 <-- Yoshi2 (Yoshi2@pzwa-39-69-758-263.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-09 20:02:27 --> Yoshi2__ (Yoshi2@ujqt-99-82-040-191.netcologne.de) has joined #pikipedia 2015-02-09 20:05:27 <-- Yoshi2_ (Yoshi2@eyub-37-51-788-89.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-09 20:13:20 --> Yoshi2 (Yoshi2@rdev-46-40-688-176.netcologne.de) has joined #pikipedia 2015-02-09 20:13:39 <-- Yoshi2__ (Yoshi2@ujqt-99-82-040-191.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-09 20:37:25 Testyo [Pikipedia RC] Health by 71.192.10.237 (+218) http://www.pikminwiki.com/index.php?title=Health&curid=8773&diff=144772&oldid=144768 2015-02-09 20:40:19 <-- Yoshi2 (Yoshi2@rdev-46-40-688-176.netcologne.de) has quit (Quit: Leaving) 2015-02-09 20:43:57 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-09 20:47:28 Testyo [Pikipedia RC] Pikmin Adventure Power-Up... by GoldenTriforce (+47 For the merge) http://www.pikminwiki.com/index.php?title=Pikmin_Adventure_Power-Ups&curid=15760&diff=144773&oldid=144740 2015-02-09 20:56:35 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-09 21:07:41 Testyo [Pikipedia RC] Bomb Rock by GoldenTriforce (+393) http://www.pikminwiki.com/index.php?title=Bomb_Rock&curid=275&diff=144777&oldid=144770 2015-02-09 22:05:12 Testyo that's dat 2015-02-09 22:05:24 @Espyo what a way to put it, Testyo 2015-02-09 22:05:25 Testyo nobody ever needs to check the Root menu for, then? 2015-02-09 22:05:32 @Espyo speaking of root menu 2015-02-09 22:05:41 @Espyo J: today at work, an update on Codelite deleted my /tmp folder 2015-02-09 22:05:51 @Espyo we spent 2 hours trying to solve the problem — almost EVERYTHING crashed 2015-02-09 22:05:58 @Espyo even something like apt-get --help crashed 2015-02-09 22:19:26 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-09 22:20:33 --> BetaMaster (chatzilla@2601:1:580:zkor:mmwg:gsxp:wlsx:zgnn) has joined #pikipedia 2015-02-09 22:28:27 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-09 22:33:41 Testyo [Pikipedia RC] Pikmin Adventure Power-Up... by GoldenTriforce (-42) http://www.pikminwiki.com/index.php?title=Pikmin_Adventure_Power-Ups&curid=15760&diff=144800&oldid=144773 2015-02-09 22:33:41 Testyo [Pikipedia RC] Puffy Blowhog by Piktoad (+18 Add the [[Poko]] value for Pikmin 3.) http://www.pikminwiki.com/index.php?title=Puffy_Blowhog&curid=1122&diff=144801&oldid=144766 2015-02-09 22:37:49 <-- smuckola (smuckola@204.27.ws.lg) has quit (Ping timeout: 252 seconds) 2015-02-09 22:40:01 <-- Miles (Miles@73.7.wk.ynn) has quit (Ping timeout: 252 seconds) 2015-02-09 22:44:58 <-- BetaMaster (chatzilla@2601:1:580:zkor:mmwg:gsxp:wlsx:zgnn) has quit (*.net *.split) 2015-02-09 22:44:58 <-- Espyo (Espyo@89.152.yos.pwz) has quit (*.net *.split) 2015-02-09 22:44:58 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (*.net *.split) 2015-02-09 22:44:58 <-- ChanServ (chanserv@services.darkmyst.org) has quit (*.net *.split) 2015-02-09 22:45:08 @J what is a Codelite and why would anything wow 2015-02-09 22:45:15 @J oh, Testyo's here 2015-02-09 22:45:16 Testyo I mean, they probably already happen nowadays, because of the reason *I* make my own stuff 2015-02-09 22:45:18 @J nice 2015-02-09 22:45:40 @J so: what is a Codelite and why would anything depend on something being in /tmp after a reboot 2015-02-09 22:46:43 --> smuckola (smuckola@204.27.ws.lg) has joined #pikipedia 2015-02-09 22:50:03 --> Miles_ (Miles@73.7.wk.ynn) has joined #pikipedia 2015-02-09 22:50:03 --> BetaMaster (chatzilla@2601:1:580:zkor:mmwg:gsxp:wlsx:zgnn) has joined #pikipedia 2015-02-09 22:50:03 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-09 22:50:03 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-09 22:50:03 --> ChanServ (chanserv@services.darkmyst.org) has joined #pikipedia 2015-02-09 22:50:03 -- Mode #pikipedia [+oo Espyo ChanServ] by atlanta.ga.us.darkmyst.org 2015-02-09 22:52:21 @J Espyo: did you get my reply through Tesyto? 2015-02-09 22:52:26 @J *Testyo 2015-02-09 22:52:27 Testyo WAIT SO you still have nothing to do? 2015-02-09 22:52:33 @Espyo is... 2015-02-09 22:52:36 @J hey, I'm very busy 2015-02-09 22:52:36 @Espyo is that what you said...? 2015-02-09 22:52:37 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-09 22:52:44 @Espyo no, because it relates to me translating 2015-02-09 22:52:47 @Espyo that could EASILY be what you said 2015-02-09 22:52:55 @Espyo (and no, I didn't get it) 2015-02-09 22:52:56 @J no, that's not what I said 2015-02-09 22:52:58 @Espyo Testyo: memo 2015-02-09 22:53:02 @Espyo Testyo: memo 1 2015-02-09 22:53:05 @J [22:45:08] @J what is a Codelite and why would anything wow 2015-02-09 22:53:06 @J [22:45:15] @J oh, Testyo's here 2015-02-09 22:53:06 @J [22:45:16] Testyo I mean, they probably already happen nowadays, because of the reason *I* make my own stuff 2015-02-09 22:53:06 @J [22:45:18] @J nice 2015-02-09 22:53:06 @J [22:45:40] @J so: what is a Codelite and why would anything depend on something being in /tmp after a reboot 2015-02-09 22:53:07 Testyo why hi 2015-02-09 22:53:07 Testyo hm, yeah 2015-02-09 22:53:09 @J it wasn't a memo 2015-02-09 22:53:14 @J I thought you saw everything Testyo saw 2015-02-09 22:53:15 Testyo okay, I was overcomplicating 2015-02-09 22:53:29 @Espyo I did, but only if I want to 2015-02-09 22:53:39 @Espyo anyway, Codelite's just an IDE 2015-02-09 22:53:51 @Espyo and apparently a LOT of things just blow up if /tmp isn't writeable 2015-02-09 22:54:07 @Espyo so it might not be just because /tmp was gone, but more because it wasn't writable 2015-02-09 22:54:11 @Espyo yeah, I'm not sure how that makes sense 2015-02-09 22:54:28 @Espyo I think Codelite's installation removed the /tmp folder, placed its own things, and made it write-protected 2015-02-09 22:54:30 @Espyo somehow 2015-02-09 22:54:36 @Espyo but it did do it more than once 2015-02-09 22:54:42 @Espyo I tried reinstalling 2015-02-09 22:59:12 @J hmm, I see 2015-02-09 22:59:21 @J yeah, things will go wrong if you can't write to /tmp 2015-02-09 22:59:39 @Espyo it was pretty scary 2015-02-09 22:59:53 @J in some distributions /tmp isn't an actual folder, it's a mount point, sometimes a separate partition, sometimes in-memory 2015-02-09 23:00:10 @Espyo hmm 2015-02-09 23:00:21 @J in others, it's an actual folder - provided by a package, usually, so fixing is best done by reinstalling the package 2015-02-09 23:00:40 @Espyo right 2015-02-09 23:01:26 @J I expect systemd does stuff with /tmp nowadays (like make it a service), so it's probably less likely to break like that with more modern releases 2015-02-09 23:19:16 Testyo [Pikipedia RC] Gas pipe by SkyBlazeCat (+454 N Added page and details.) http://www.pikminwiki.com/index.php?title=Gas_pipe&curid=18149&diff=144802&oldid=0 2015-02-09 23:29:20 Testyo [Pikipedia RC] Gas pipe by SkyBlazeCat (+29) http://www.pikminwiki.com/index.php?title=Gas_pipe&curid=18149&diff=144803&oldid=144802 2015-02-09 23:29:21 Testyo [Pikipedia RC] Gas pipe by SkyBlazeCat (-9 m) http://www.pikminwiki.com/index.php?title=Gas_pipe&curid=18149&diff=144804&oldid=144803 2015-02-09 23:29:21 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-02-09 23:34:22 Testyo [Pikipedia RC] Hole of Heroes by 50.172.73.51 (+29 /* Sublevel 11 */) http://www.pikminwiki.com/index.php?title=Hole_of_Heroes&curid=816&diff=144807&oldid=143583 2015-02-09 23:53:48 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-09 23:55:10 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-10 00:08:06 <-- BetaMaster (chatzilla@2601:1:580:zkor:mmwg:gsxp:wlsx:zgnn) has quit (Ping timeout: 255 seconds) 2015-02-10 00:25:04 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-10 00:28:00 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-10 00:53:33 --> BetaMaster (chatzilla@2601:1:580:rjhx:ving:rvpy:zoyt:qzuz) has joined #pikipedia 2015-02-10 01:41:55 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-10 03:18:06 <-- BetaMaster (chatzilla@2601:1:580:rjhx:ving:rvpy:zoyt:qzuz) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-10 03:27:18 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-10 04:50:38 --> Waterpikmin (Mibbit@96.242.lh.gtz) has joined #pikipedia 2015-02-10 04:50:49 <-- Waterpikmin (Mibbit@96.242.lh.gtz) has quit (Client Quit) 2015-02-10 08:23:33 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-10 09:13:18 --> Yoshi2 (Yoshi2@faye-53-25-555-150.netcologne.de) has joined #pikipedia 2015-02-10 15:49:25 --> Yoshi2_ (Yoshi2@avop-10-57-493-946.netcologne.de) has joined #pikipedia 2015-02-10 15:49:25 <-- Yoshi2 (Yoshi2@faye-53-25-555-150.netcologne.de) has quit (Read error: Connection reset by peer) 2015-02-10 15:53:00 <-- Yoshi2_ (Yoshi2@avop-10-57-493-946.netcologne.de) has quit (Client Quit) 2015-02-10 16:44:53 --> Yoshi2 (Yoshi2@dban-53-70-002-613.netcologne.de) has joined #pikipedia 2015-02-10 16:51:32 --> Yoshi2_ (Yoshi2@satu-06-13-927-91.netcologne.de) has joined #pikipedia 2015-02-10 16:52:21 <-- Yoshi2 (Yoshi2@dban-53-70-002-613.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-10 19:12:47 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-10 19:12:47 Testyo Hi everyone! 2015-02-10 19:13:50 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-10 19:13:50 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-10 19:16:46 Yoshi2_ hey Espyo & Testyo 2015-02-10 19:16:47 Testyo you said it said it failed 2015-02-10 19:17:27 @Espyo hi 2015-02-10 19:17:36 @Espyo did you say that? 2015-02-10 19:18:13 Yoshi2_ I cannot confirm that what you said about me saying that is really what happened here 2015-02-10 19:18:16 Yoshi2_ Testyo: lm 2015-02-10 19:18:16 Testyo I said you said it said it failed because Yoshi2_ mentioned my name. This random message came from the messages you didnt and you said it said it failed. They were joined by the common word you. 2015-02-10 19:18:28 Yoshi2_ oh you 2015-02-10 19:19:15 Yoshi2_ I think that is pretty much a feature of the algorithm 2015-02-10 19:19:32 Yoshi2_ as far as I can tell, there is nothing preventing the algorithm from doing that 2015-02-10 19:21:37 @Espyo there really isn't 2015-02-10 19:21:49 @Espyo even though I could SWEAR I implemented it 2015-02-10 19:25:56 @J that sounds like something I would sayf 2015-02-10 19:25:58 @J *say 2015-02-10 19:32:40 Yoshi2_ well, J said that it sounds like something he said so I guess that must be it 2015-02-10 19:32:43 @Espyo "sayf" 2015-02-10 19:32:50 @Espyo sounds like a formatted way to say something 2015-02-10 19:33:04 @Espyo sayf("I'm saying %s.", "something"); 2015-02-10 19:42:28 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-10 19:43:09 @J silly 2015-02-10 19:44:48 --> Yoshi2__ (Yoshi2@faye-20-25-894-6.netcologne.de) has joined #pikipedia 2015-02-10 19:46:53 --> Yoshi2 (Yoshi2@hjqo-91-49-623-28.netcologne.de) has joined #pikipedia 2015-02-10 19:48:21 <-- Yoshi2_ (Yoshi2@satu-06-13-927-91.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-10 19:49:27 <-- Yoshi2__ (Yoshi2@faye-20-25-894-6.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-10 19:59:21 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-10 20:04:17 --> Yoshi2_ (Yoshi2@ffiy-32-51-161-25.netcologne.de) has joined #pikipedia 2015-02-10 20:06:00 --> Yoshi2__ (Yoshi2@ztfs-96-94-197-600.netcologne.de) has joined #pikipedia 2015-02-10 20:07:03 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-10 20:07:22 <-- Yoshi2 (Yoshi2@hjqo-91-49-623-28.netcologne.de) has quit (Read error: Operation timed out) 2015-02-10 20:09:12 --> PikFan (Mibbit@ljnx-55-36.shs.lane.edu) has joined #pikipedia 2015-02-10 20:09:12 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-10 20:09:31 @PikFan hi 2015-02-10 20:09:48 <-- Yoshi2_ (Yoshi2@ffiy-32-51-161-25.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-10 20:10:06 Yoshi2__ hey PikFan 2015-02-10 20:10:09 -- Yoshi2__ is now known as Yoshi2 2015-02-10 20:10:46 @PikFan huh, were individual pages for the hazards made? 2015-02-10 20:14:59 @Espyo today, yeah 2015-02-10 20:15:02 @Espyo also hi 2015-02-10 20:15:06 @Espyo only two so far 2015-02-10 20:15:15 @Espyo at first, I wasn't so sure about splitting them 2015-02-10 20:15:21 @Espyo but now that they exist, holy crap, we cannot go back 2015-02-10 20:15:26 @Espyo they look great separated 2015-02-10 20:15:37 @Espyo the information can be more detailed and more organized 2015-02-10 20:16:33 @PikFan it does look a lot better 2015-02-10 20:16:53 @PikFan also, is adding icons to lists still a thing? 2015-02-10 20:17:12 @PikFan because once I have access to a PC again I was going to go around and add icons 2015-02-10 20:17:44 @PikFan as well as finish adding images to the fruit pages 2015-02-10 20:18:04 @PikFan ...though I may want to wait, because I also want to make maps for them 2015-02-10 20:18:07 @Espyo yeah, still a thing 2015-02-10 20:18:17 @PikFan alright 2015-02-10 20:18:50 @PikFan I could do it on the iPad, but it's a lot more cumbersome 2015-02-10 20:19:16 @Espyo mhm 2015-02-10 20:19:36 @PikFan okay, gotta go now 2015-02-10 20:19:41 @PikFan on tomorrow possibly 2015-02-10 20:19:43 @PikFan bye 2015-02-10 20:19:44 <-- PikFan (Mibbit@ljnx-55-36.shs.lane.edu) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-10 20:31:55 --> BetaMaster (chatzilla@2601:1:580:gmnp:pipj:ygtt:rki:pmhv) has joined #pikipedia 2015-02-10 20:52:00 --> Yoshi2_ (Yoshi2@nvja-20-25-239-869.netcologne.de) has joined #pikipedia 2015-02-10 20:53:48 <-- Yoshi2 (Yoshi2@ztfs-96-94-197-600.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-10 21:09:15 Testyo [Pikipedia RC] File:Two Pikmin One Crystal.jpg uploaded by Piktoad (Two Pikmin with a small Crystal.) http://www.pikminwiki.com/index.php?title=File:Two_Pikmin_One_Crystal.jpg 2015-02-10 21:09:15 Testyo [Pikipedia RC] Crystal by Piktoad (+149 Add the small crystal screenshot.) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=144897&oldid=144895 2015-02-10 21:12:02 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-10 21:28:59 <-- Yoshi2_ (Yoshi2@nvja-20-25-239-869.netcologne.de) has quit (Read error: Connection reset by peer) 2015-02-10 21:34:29 Testyo [Pikipedia RC] Shaded Garden Remix by AeroBlaze777 (+37 m) http://www.pikminwiki.com/index.php?title=Shaded_Garden_Remix&curid=11624&diff=144898&oldid=144459 2015-02-10 21:41:46 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-10 21:49:35 Testyo [Pikipedia RC] Tropical Wilds Remix by AeroBlaze777 (+38 m) http://www.pikminwiki.com/index.php?title=Tropical_Wilds_Remix&curid=15729&diff=144899&oldid=144808 2015-02-10 22:23:49 --> Kirbyddd (Mibbit@p-10-03-382-99.hsd6.tn.comcast.net) has joined #pikipedia 2015-02-10 22:25:23 Testyo [Pikipedia RC] File:GOHRScreenshot1.jpeg uploaded by AeroBlaze777 (A screenshot from the Garden of Hope Remix stage.) http://www.pikminwiki.com/index.php?title=File:GOHRScreenshot1.jpeg 2015-02-10 22:25:24 Testyo [Pikipedia RC] File:GOHRScreenshot2.jpeg uploaded by AeroBlaze777 (A screenshot from the Garden of Hope Remix stage.) http://www.pikminwiki.com/index.php?title=File:GOHRScreenshot2.jpeg 2015-02-10 22:25:24 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-02-10 22:25:49 Kirbyddd Anyone here? 2015-02-10 22:25:56 <-- Kirbyddd (Mibbit@p-10-03-382-99.hsd6.tn.comcast.net) has quit (Client Quit) 2015-02-10 22:27:23 @Espyo 7 seconds 2015-02-10 22:27:38 @Espyo (it only counts from the moment they say something, because we don't really get notified if they join) 2015-02-10 22:27:44 @Espyo ((Testyo's updates don't count)) 2015-02-10 22:27:44 Testyo hm, that was far from unpredictable (nsfw) 2015-02-10 22:28:08 @J oh, I get notified 2015-02-10 22:28:21 @Espyo well, I get notified too, but c'mon, nobody notices 2015-02-10 22:28:38 --> Kirbyddd (Mibbit@p-10-03-382-99.hsd6.tn.comcast.net) has joined #pikipedia 2015-02-10 22:28:46 @Espyo I changed the color of my join/leave/etc. channel name highlights to a darker blue, nearly the default black 2015-02-10 22:28:48 @Espyo hey Kirby 2015-02-10 22:28:51 @Espyo you left before we could even reply 2015-02-10 22:28:53 @Espyo we're here 2015-02-10 22:29:15 Kirbyddd Sorry, my wifi's acting weird. 2015-02-10 22:29:56 @Espyo oh, okay 2015-02-10 22:30:12 Kirbyddd I was wondering if there are any Pikmin Wiki admins here. 2015-02-10 22:30:26 Testyo [Pikipedia RC] File:Garden of Hope Remix map.jpg uploaded by AeroBlaze777 http://www.pikminwiki.com/index.php?title=File:Garden_of_Hope_Remix_map.jpg 2015-02-10 22:30:31 @Espyo well, we were all Pikmin Wiki users before going to Pikipedia 2015-02-10 22:30:41 @Espyo but what do you need an admin for? 2015-02-10 22:30:49 @J to become admin, I suspect 2015-02-10 22:35:13 @J oh, but yeah, I'm still a bureaucrat there 2015-02-10 22:35:50 <-- Kirbyddd (Mibbit@p-10-03-382-99.hsd6.tn.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-10 22:36:15 @J ...bye 2015-02-10 22:37:09 @Espyo hm 2015-02-10 22:46:46 --> Kirbyddd (Mibbit@p-10-03-382-99.hsd6.tn.comcast.net) has joined #pikipedia 2015-02-10 22:46:55 Kirbyddd I think I fixed it. 2015-02-10 22:47:07 @Espyo here's hoping 2015-02-10 22:47:24 Kirbyddd Did you get my last message? 2015-02-10 22:47:39 @Espyo no, we didn't 2015-02-10 22:47:43 Kirbyddd Ok 2015-02-10 22:47:52 Kirbyddd Just a second. 2015-02-10 22:50:36 Kirbyddd Someone has been vandalizing the Pikmin Wiki. Their accounts get blocked but they make more, and I know it's the same person because they upload the same pictures. I was wondering if anyone here could block their IP. 2015-02-10 22:54:59 Kirbyddd Hello? 2015-02-10 22:55:30 @Espyo here 2015-02-10 22:55:34 @Espyo yeah, you don't need to worry about it any more 2015-02-10 22:55:37 @Espyo check their page 2015-02-10 22:55:41 @Espyo they've been banned all across wikia 2015-02-10 22:55:53 @Espyo apparently they've vandalized a staggering SEVENTY wikis with random images like that 2015-02-10 22:56:00 @Espyo spammer or not, that's impressive as hell 2015-02-10 22:58:19 Kirbyddd Wow. They also weren't just random pictures, each one was related to the topic, and some were photoshopped on to preexisting pictures. Anyways, thanks. 2015-02-10 22:58:35 @Espyo yeah, that's some really incredible dedication 2015-02-10 22:58:37 @Espyo and no worries 2015-02-10 22:59:51 Kirbyddd Going now, talk to you later. 2015-02-10 23:00:17 <-- Kirbyddd (Mibbit@p-10-03-382-99.hsd6.tn.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-10 23:00:19 @Espyo see ya-- 2015-02-10 23:00:21 @Espyo almost 2015-02-10 23:00:40 Testyo [Pikipedia RC] Garden of Hope Remix by AeroBlaze777 (+2200 Merged.) http://www.pikminwiki.com/index.php?title=Garden_of_Hope_Remix&curid=16374&diff=144904&oldid=144003 2015-02-10 23:01:31 @J wow, 70 2015-02-10 23:01:43 @J sometimes I wonder how good a spammer I could manage to be 2015-02-10 23:02:25 @J I'd have to think of something really unexpected 2015-02-10 23:02:34 @J like replacing every word with a random synonym 2015-02-10 23:03:07 @J rename all the pages in a cycle, eg. A -> B, B -> C, C -> A 2015-02-10 23:03:38 @Espyo yeah 2015-02-10 23:07:21 @J take a screenshot of the article, upload that file, and replace the article with it 2015-02-10 23:07:32 @Espyo hah 2015-02-10 23:07:48 @J now all I need is a botnet 2015-02-10 23:13:20 @Espyo mhm 2015-02-10 23:17:56 @J well, got to go, bye 2015-02-10 23:19:26 @Espyo by 2015-02-10 23:19:26 @Espyo *e 2015-02-10 23:27:27 --> BetaMaster_ (chatzilla@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-10 23:28:25 --> BetaMaster__ (chatzilla@2601:1:580:vrxp:yrgk:othg:yogg:pnyn) has joined #pikipedia 2015-02-10 23:31:12 <-- BetaMaster (chatzilla@2601:1:580:gmnp:pipj:ygtt:rki:pmhv) has quit (Ping timeout: 255 seconds) 2015-02-10 23:31:19 -- BetaMaster__ is now known as BetaMaster 2015-02-10 23:32:15 <-- BetaMaster_ (chatzilla@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Ping timeout: 240 seconds) 2015-02-10 23:43:55 <-- BetaMaster (chatzilla@2601:1:580:vrxp:yrgk:othg:yogg:pnyn) has quit (Quit: /quat) 2015-02-10 23:47:56 --> beetmaster (chatzilla@2601:1:580:yxpo:gzzv:sqyw:gnow:phss) has joined #pikipedia 2015-02-10 23:59:36 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-11 00:00:19 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-11 00:02:50 <-- beetmaster (chatzilla@2601:1:580:yxpo:gzzv:sqyw:gnow:phss) has quit (Read error: Connection reset by peer) 2015-02-11 00:03:39 --> beetmaster (chatzilla@2601:1:580:yxpo:gzzv:sqyw:gnow:phss) has joined #pikipedia 2015-02-11 00:09:30 <-- beetmaster (chatzilla@2601:1:580:yxpo:gzzv:sqyw:gnow:phss) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-11 00:15:14 --> BetaMaster (chatzilla@2601:1:580:mtmn:qtih:wtk:hvll:xgos) has joined #pikipedia 2015-02-11 01:16:29 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-02-11 02:39:15 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-11 02:40:12 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-11 02:40:17 -- UltraMario_ is now known as UltraMario 2015-02-11 02:46:41 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-11 02:48:32 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_))) 2015-02-11 02:48:42 -- UltraMario_ is now known as UltraMario 2015-02-11 02:49:53 <-- BetaMaster (chatzilla@2601:1:580:mtmn:qtih:wtk:hvll:xgos) has quit (Quit: /qit) 2015-02-11 03:03:29 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-11 03:04:51 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_))) 2015-02-11 03:05:01 -- UltraMario_ is now known as UltraMario 2015-02-11 03:07:15 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-11 03:07:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_))) 2015-02-11 03:07:38 -- UltraMario_ is now known as UltraMario 2015-02-11 03:41:52 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-11 03:44:40 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-11 03:44:42 -- UltraMario_ is now known as UltraMario 2015-02-11 05:45:07 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-11 05:47:19 <-- smuckola (smuckola@204.27.ws.lg) has quit (Ping timeout: 252 seconds) 2015-02-11 05:47:51 --> smuckola (smuckola@e7.smuckola.org) has joined #pikipedia 2015-02-11 05:48:15 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-11 05:48:16 -- UltraMario_ is now known as UltraMario 2015-02-11 05:53:53 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-11 06:13:57 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-11 06:42:39 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-11 06:44:08 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-02-11 06:53:18 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-11 06:54:21 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-02-11 09:19:04 --> Yoshi2 (Yoshi2@tccr-46-45-138-648.netcologne.de) has joined #pikipedia 2015-02-11 11:27:38 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Read error: Connection reset by peer) 2015-02-11 16:16:05 --> Yoshi2_ (Yoshi2@ujlj-44-82-161-544.netcologne.de) has joined #pikipedia 2015-02-11 16:19:39 <-- Yoshi2 (Yoshi2@tccr-46-45-138-648.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-11 17:08:37 --> Waterpikmin (Mibbit@96.242.lh.gtz) has joined #pikipedia 2015-02-11 17:08:46 <-- Waterpikmin (Mibbit@96.242.lh.gtz) has quit (Client Quit) 2015-02-11 17:36:51 --> Yoshi2__ (Yoshi2@vgkh-96-40-135-175.netcologne.de) has joined #pikipedia 2015-02-11 17:40:39 <-- Yoshi2_ (Yoshi2@ujlj-44-82-161-544.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-11 17:43:48 <-- Yoshi2__ (Yoshi2@vgkh-96-40-135-175.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-11 18:12:05 --> Yoshi2 (Yoshi2@czwa-70-25-866-762.netcologne.de) has joined #pikipedia 2015-02-11 19:02:08 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-11 19:02:08 Testyo Hi everyone! 2015-02-11 19:02:53 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-11 19:02:53 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-11 19:06:15 Yoshi2 hey Espyo & Testyo 2015-02-11 19:06:16 Testyo which is additional work, I have to ask 2015-02-11 19:06:53 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-11 19:10:13 @Espyo hi 2015-02-11 19:21:46 Yoshi2 hey UltraMario 2015-02-11 19:22:01 UltraMario hi 2015-02-11 20:33:28 @J well, I can't say that was one of the sanest meals I've ever had 2015-02-11 20:34:03 @Espyo probably 2015-02-11 20:36:36 --> PikFan (Mibbit@guoz-28-062.shs.lane.edu) has joined #pikipedia 2015-02-11 20:36:36 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-11 20:36:44 @PikFan hi 2015-02-11 20:37:06 @PikFan okay so for some reason when I got onto Mibbit I didn't autojoin 2015-02-11 20:37:15 @PikFan even though I'm logged in 2015-02-11 20:38:05 <-- PikFan (Mibbit@guoz-28-062.shs.lane.edu) has quit (Client Quit) 2015-02-11 20:38:14 --> PikFan (Mibbit@guoz-28-062.shs.lane.edu) has joined #pikipedia 2015-02-11 20:38:14 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-11 20:38:31 @PikFan ...that's NOT what I wanted to do 2015-02-11 20:38:39 @PikFan thanks, Mibbit 2015-02-11 20:40:39 @PikFan so for P3 images, should we have a guideline about how to take them? because in the images, their interfaces aren't always consistent 2015-02-11 20:43:35 @PikFan like some images have the standard interface, and others have the Touchscreen interface 2015-02-11 20:45:08 @PikFan http://www.pikminwiki.com/images/9/96/Crystal_Breaking.jpg 2015-02-11 20:45:48 @PikFan http://www.pikminwiki.com/images/3/34/Pellet_Crystal.jpg 2015-02-11 20:49:33 @J don't see why you can't have a variety 2015-02-11 20:49:45 @J it illustrates how the game looks 2015-02-11 20:49:52 @J and the game doesn't always look like one or the other 2015-02-11 20:50:16 @PikFan yes, but I prefer a style 2015-02-11 20:50:26 @PikFan I don't know why 2015-02-11 20:50:33 Yoshi2 considering that the gamepad shows a downscalled picture for the most part, I'd go with the higher resolution one 2015-02-11 20:50:54 --> beetmaster (chatzilla@2601:1:580:vwsz:wqvi:xrpp:wgwy:zyx) has joined #pikipedia 2015-02-11 20:51:32 @J images aren't meant to be the highest resolution possible, they're meant to be the minimum sufficient to illustrate whatever you're trying to illustrate 2015-02-11 20:51:43 @J as in, according to copyright fair use laws 2015-02-11 20:55:22 @Espyo is DarkMyst gone from the Mibbit list of networks? 2015-02-11 20:55:31 @Espyo 'cause another network I go on got removed 2015-02-11 20:55:36 @Espyo you can still log in manually, but 2015-02-11 20:56:49 @PikFan okay, gotta go, bye 2015-02-11 20:57:00 Yoshi2 of course, but I'd say that, unless the game renders to the gamepad's resolution natively, taking a screenshot of the gamepad only serves to degrade the quality as the game's native resolution is higher than the gamepad's resolution 2015-02-11 20:57:01 <-- PikFan (Mibbit@guoz-28-062.shs.lane.edu) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-11 20:59:24 @J it sounds like you just ignored what I said? 2015-02-11 21:01:24 Yoshi2 I don't think so 2015-02-11 21:02:12 @J point is, who cares if it degrades quality 2015-02-11 21:02:19 @J you just ask if it's sufficient 2015-02-11 21:02:19 Yoshi2 if this was a PC game that had a lot of options for the resolution, I'd agree with going with choosing the resolution that is the lowest but also shows the most 2015-02-11 21:02:21 @J answer is yes 2015-02-11 21:04:03 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-11 21:04:05 Yoshi2 but in case of, e.g., Pikmin 3, we have one native resolution and one resolution that just downscales the higher resolution picture 2015-02-11 21:04:19 Yoshi2 and in my opinion, blurry pictures aren't very nice to look at 2015-02-11 21:04:44 @J that image is larger than any Pikmin 2 image 2015-02-11 21:05:21 @Espyo imo, if one or two images are sub-optimal res, I won't really care 2015-02-11 21:05:41 @Espyo but if we had the most of them 300x100 because that's enough to fit the content in a comfortable size, that'd be dumb 2015-02-11 21:06:59 @J https://upload.wikimedia.org/wikipedia/en/3/38/Pikmin_2_Case.jpg example: full resolution of Wikipedia's Pikmin 2 box 2015-02-11 21:07:09 @J you can't really complain with that quality 2015-02-11 21:07:19 @J but there are certainly 2000px or so scans out there 2015-02-11 21:08:04 @Espyo yeah, but like, unless there are technical problems, we don't have a reason to not use the best quality possible 2015-02-11 21:08:16 @Espyo there ARE some technical problems, though 2015-02-11 21:08:18 @J we do 2015-02-11 21:08:19 @Espyo space and bandwidth 2015-02-11 21:08:23 @J copyright 2015-02-11 21:08:36 @Espyo I don't think that sounds right 2015-02-11 21:08:54 Yoshi2 in the case of the two pikmin 3 pictures from above, the gamepad picture is around 100 kB smaller than the native resolution one 2015-02-11 21:10:58 @J https://en.wikipedia.org/wiki/Wikipedia:Non-free_content#Image_resolution 2015-02-11 21:13:32 @Espyo yeah, but, to what point are screenshots copyrighted material? 2015-02-11 21:13:42 @Espyo isn't this going a bit too insanely crazy? 2015-02-11 21:14:22 Yoshi2 if there is a legal reason to use a specific resolution, it would be hard to argue against that 2015-02-11 21:14:43 <-- beetmaster (chatzilla@2601:1:580:vwsz:wqvi:xrpp:wgwy:zyx) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-11 21:15:02 Yoshi2 but from a technical point of view, not much is gained from using the gamepad screenshot versus using the TV screenshot, as far as I can tell 2015-02-11 21:16:44 Yoshi2 unless you are fine with saving around 100 kB per screenshot per view at the cost of having a picture with roughly 1/2 the pixel count 2015-02-11 21:19:47 @J the smaller image is a more complex one 2015-02-11 21:20:21 Yoshi2 indeed 2015-02-11 21:20:32 @J and the larger has higher compression 2015-02-11 21:20:55 @J using 85% quality, I get 235/120KiB 2015-02-11 21:21:08 @J don't think the size is really important though 2015-02-11 21:21:27 @J especially since the one the user actually loads is a thumbnail generated by MediaWiki 2015-02-11 21:23:08 Yoshi2 I'll take a nap now, good night 2015-02-11 21:23:14 @Espyo night 2015-02-11 21:24:39 @J bye 2015-02-11 21:25:13 <-- Yoshi2 (Yoshi2@czwa-70-25-866-762.netcologne.de) has quit (Quit: Leaving) 2015-02-11 21:59:26 -- UltraMario is now known as UltraMarth 2015-02-11 22:08:27 -- irc: disconnected from server 2015-02-11 22:08:43 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-02-11 22:08:43 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-02-11 22:08:43 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-02-11 22:08:43 -- Channel #pikipedia: 8 nicks (2 ops, 0 voices, 6 normals) 2015-02-11 22:08:44 -- URL for #pikipedia: http://www.pikminwiki.com 2015-02-11 22:08:44 -- Mode #pikipedia [+o J] by ChanServ 2015-02-11 22:08:46 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-02-11 22:09:19 --> BetaMaster (chatzilla@2601:1:580:mywn:woph:phii:owiv:sj) has joined #pikipedia 2015-02-11 22:33:54 Testyo [Pikipedia RC] File:Distant Tundra Remix.png uploaded by AeroBlaze777 http://www.pikminwiki.com/index.php?title=File:Distant_Tundra_Remix.png 2015-02-11 22:33:54 Testyo [Pikipedia RC] File:Distant Tundra Remix.png uploaded by AeroBlaze777 http://www.pikminwiki.com/index.php?title=File:Distant_Tundra_Remix.png 2015-02-11 22:39:51 @J so today I spent ages trying to work out how my code made everything slower 2015-02-11 22:39:59 @J then I realised I had a debugging thing enabled 2015-02-11 22:40:12 @J which makes all calls to a very common library slower 2015-02-11 22:58:11 @Espyo hehe, I bet 2015-02-11 22:58:22 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Read error: Connection reset by peer) 2015-02-11 23:19:05 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-11 23:49:32 Testyo [Pikipedia RC] User account GreenPikmin created http://www.pikminwiki.com/index.php?title=User:GreenPikmin 2015-02-11 23:49:32 Testyo [Pikipedia RC] Super Smash Bros. series by AeroBlaze777 (+92 m /* Games */ Update.) http://www.pikminwiki.com/index.php?title=Super_Smash_Bros._series&curid=16477&diff=144944&oldid=142213 2015-02-11 23:54:34 Testyo [Pikipedia RC] Crystal by AeroBlaze777 (-30 m /* Types of Crystals */ the {{clear}} isn't necessary.) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=144945&oldid=144907 2015-02-11 23:54:34 Testyo [Pikipedia RC] Crystal by AeroBlaze777 (-1 m Better to call this page a stub.) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=144946&oldid=144945 2015-02-11 23:54:34 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-02-11 23:59:36 Testyo [Pikipedia RC] User talk:50.172.73.51 by GreenPikmin (+431) http://www.pikminwiki.com/index.php?title=User_talk:50.172.73.51&curid=18175&diff=144948&oldid=144943 2015-02-12 00:00:17 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-12 00:00:21 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-12 00:10:48 <-- BetaMaster (chatzilla@2601:1:580:mywn:woph:phii:owiv:sj) has quit (Ping timeout: 255 seconds) 2015-02-12 00:12:33 --> UltraMarth_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-12 00:13:57 <-- UltraMarth (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-12 00:14:05 -- UltraMarth_ is now known as UltraMarth 2015-02-12 00:31:40 -- UltraMarth is now known as UltraMario 2015-02-12 00:57:36 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-12 01:00:07 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-12 01:17:05 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-12 01:18:18 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-12 01:18:19 -- UltraMario_ is now known as UltraMario 2015-02-12 02:20:57 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Read error: Connection reset by peer) 2015-02-12 04:23:12 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: sleeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeep) 2015-02-12 06:56:24 --> Yoshi2 (Yoshi2@gccm-96-49-691-20.netcologne.de) has joined #pikipedia 2015-02-12 07:26:23 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-12 08:43:17 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-02-12 09:53:56 <-- Yoshi2 (Yoshi2@gccm-96-49-691-20.netcologne.de) has quit (Quit: Leaving) 2015-02-12 17:56:32 --> Yoshi2 (Yoshi2@pzrq-18-49-303-955.netcologne.de) has joined #pikipedia 2015-02-12 18:09:59 --> Mariostar (Mibbit@frkk21-279-200-714.range76-774.btcentralplus.com) has joined #pikipedia 2015-02-12 18:10:17 Mariostar Hello. 2015-02-12 18:13:28 <-- Mariostar (Mibbit@frkk21-279-200-714.range76-774.btcentralplus.com) has quit (Client Quit) 2015-02-12 18:51:43 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-12 18:51:43 Testyo Hey everyone! 2015-02-12 18:53:00 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-12 18:53:01 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-12 18:54:01 Yoshi2 hey Espyo & Testyo 2015-02-12 18:54:02 Testyo I captured loads of collisions for the first comment and it interested me 2015-02-12 18:54:15 @Espyo hi 2015-02-12 18:55:04 Yoshi2 I'm pretty sure I failed my maths exam, woohoo 2015-02-12 19:02:39 @Espyo :/ 2015-02-12 19:02:49 @Espyo then again, that's what I thought about 100% of my math exams 2015-02-12 19:02:52 @Espyo and here I am, college-free 2015-02-12 19:07:08 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-12 19:14:12 Yoshi2 the tasks I had were definitely doable, but I heavily miscalculated the amount of time I had 2015-02-12 19:14:28 @Espyo oh 2015-02-12 19:14:28 @Espyo ouch 2015-02-12 19:15:00 Yoshi2 I'm pretty sure I had one hour left, but then I heard "30 minutes left!" 2015-02-12 19:16:13 Yoshi2 I should've called for more paper, the paper we had was not enough for me 2015-02-12 19:16:20 Yoshi2 I need a lot of paper for my thoughts 2015-02-12 19:16:37 Yoshi2 well, my writing is pretty big :> 2015-02-12 19:17:23 @Espyo hehe 2015-02-12 19:17:33 @Espyo yeah, for me, some classes recommended a scribble paper 2015-02-12 19:17:35 @Espyo others enforced it 2015-02-12 19:18:42 Yoshi2 we weren't allowed to bring any paper ourselves 2015-02-12 19:18:43 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-12 19:18:56 Yoshi2 but they did say that you could raise your hand if you wanted more 2015-02-12 19:19:17 Yoshi2 I should've done that and called for 3-6 additional pieces of paper 2015-02-12 19:19:37 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_))) 2015-02-12 19:19:39 -- UltraMario_ is now known as UltraMario 2015-02-12 19:22:20 @Espyo hm 2015-02-12 19:44:43 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-12 19:45:35 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_))) 2015-02-12 19:45:37 -- UltraMario_ is now known as UltraMario 2015-02-12 19:47:00 --> UltraMario_ (UltraMario@2601:c:1c00:gpm:tiys:izyx:grtl:khjt) has joined #pikipedia 2015-02-12 19:47:07 Testyo [Pikipedia RC] File:Enormous Crystal.jpg uploaded by Piktoad (An abnormally big Crystal in the [[Silver Lake Remix]], in [[Mission Mode]].) http://www.pikminwiki.com/index.php?title=File:Enormous_Crystal.jpg 2015-02-12 19:47:33 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_!UltraMario@2601:c:1c00:gpm:tiys:izyx:grtl:khjt))) 2015-02-12 19:48:04 -- UltraMario_ is now known as UltraMario 2015-02-12 20:02:14 Testyo [Pikipedia RC] Crystal by Piktoad (+306 /* Trivia */ Add the "Enormous" Crystal trivia.) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=145179&oldid=145144 2015-02-12 20:02:14 Testyo [Pikipedia RC] Crystal by Piktoad (+10 /* Trivia */ Oops...) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=145180&oldid=145179 2015-02-12 20:12:19 Testyo [Pikipedia RC] Crystal by Piktoad (+24 /* Trivia */ Corrige the trivia. Again.) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=145181&oldid=145180 2015-02-12 20:12:37 @Espyo >corrige 2015-02-12 20:12:39 @Espyo uhm... 2015-02-12 20:12:50 @Espyo well, that IS Portuguese for "correct" (order, 2nd person) 2015-02-12 20:22:23 Testyo [Pikipedia RC] Crystal by Piktoad (-4 /* Trivia */ You'll see, one day, I will write a trivia without any mistake, at ...) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=145182&oldid=145181 2015-02-12 20:23:17 Yoshi2 commit after commit after commit 2015-02-12 20:23:32 @Espyo mhm 2015-02-12 20:28:07 --> Mariostar (Mibbit@frkk21-279-200-714.range76-774.btcentralplus.com) has joined #pikipedia 2015-02-12 20:28:09 --> BetaMaster (chatzilla@2601:1:580:tnpt:pqlo:xmrh:tssj:igvp) has joined #pikipedia 2015-02-12 20:28:10 Mariostar PIKMEN! 2015-02-12 20:28:47 <-- Mariostar (Mibbit@frkk21-279-200-714.range76-774.btcentralplus.com) has quit (Client Quit) 2015-02-12 20:29:45 Yoshi2 mariostar is acting odd today, coming online for a minute at most 2015-02-12 20:30:03 @Espyo ... 2015-02-12 20:30:08 @Espyo he wants to get slapped, he does 2015-02-12 20:32:28 Yoshi2 you do not spell Pikmin with an e 2015-02-12 20:33:06 @Espyo windows shenanigan of the day: I installed a new version of visual studio yesterday 2015-02-12 20:33:10 @Espyo today, I opened a .cpp file 2015-02-12 20:33:18 @Espyo my default program to open .cpp files with was Notepad++ 2015-02-12 20:33:30 @Espyo windows detected that there was a new program that could open these files, visual studio 2015-02-12 20:33:34 @Espyo it asked me which one to use 2015-02-12 20:33:54 @Espyo I picked Notepad++, still 2015-02-12 20:34:05 @Espyo ...it not only disregarded my choice, but forgot my previous choice too 2015-02-12 20:34:22 @Espyo I couldn't open .cpp files again until I chose the "open with..." option again, and THEN tell it I want Notepad++ 2015-02-12 20:37:23 Yoshi2 I remember how on my old computer with win2k visual studio (or some sort of it) was set as the default program for a lot of random file extensions 2015-02-12 20:37:23 Testyo 2 K = -271.15 °C / -456.07 °F 2015-02-12 20:37:50 Yoshi2 I grew to hate that program 2015-02-12 20:38:38 @Espyo you should 2015-02-12 20:39:26 Yoshi2 I am not sure if VS was that program, but its icon in the splash screen was a colorful 8 lying on its side, I think 2015-02-12 20:41:58 @Espyo that's visual studio 2015-02-12 20:42:03 @Espyo probably the same version I have now 2015-02-12 20:42:22 @Espyo also, it didn't create a start menu or metro menu shortcut 2015-02-12 20:42:38 @Espyo so I had to take a lucky guess and run a random .exe from the labyrinthine folders 2015-02-12 20:42:52 @Espyo I hope this is worth it, else I'll just stick with the old version I have... 2015-02-12 20:47:01 Yoshi2 http://i.imgur.com/fdRpmB5.png this logo 2015-02-12 20:47:18 Yoshi2 it really says something that I am able to recognize that logo after all those years 2015-02-12 20:47:20 @Espyo eugh! 2015-02-12 20:47:24 @Espyo that's visual studio 6 2015-02-12 20:48:24 Yoshi2 that thing left quite a scar on little me 2015-02-12 20:48:46 Yoshi2 I don't think I ever understood why that thing always opened 2015-02-12 20:52:37 Yoshi2 I'll take a nap now, good night 2015-02-12 20:52:53 @Espyo night 2015-02-12 20:53:10 <-- Yoshi2 (Yoshi2@pzrq-18-49-303-955.netcologne.de) has quit (Quit: Leaving) 2015-02-12 21:17:38 UltraMario hi 2015-02-12 21:17:43 UltraMario anyone want to play smash with me 2015-02-12 23:15:42 BetaMaster i do 2015-02-12 23:15:47 BetaMaster i don't have the game but i still want to 2015-02-12 23:17:38 UltraMario what 2015-02-12 23:17:43 UltraMario i wanted you to play apples 2015-02-12 23:17:45 UltraMario lol 2015-02-13 00:04:06 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-13 00:04:14 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-13 00:12:21 --> Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has joined #pikipedia 2015-02-13 00:12:28 <-- Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has quit (Client Quit) 2015-02-13 01:04:40 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-13 02:11:30 --> UltraMario_ (UltraMario@2601:c:1c00:itp:ywwr:kyhr:ktsr:lipp) has joined #pikipedia 2015-02-13 02:11:53 <-- UltraMario (UltraMario@2601:c:1c00:gpm:tiys:izyx:grtl:khjt) has quit (Killed (NickServ (GHOST command used by UltraMario_!UltraMario@2601:c:1c00:itp:ywwr:kyhr:ktsr:lipp))) 2015-02-13 02:13:26 <-- UltraMario_ (UltraMario@2601:c:1c00:itp:ywwr:kyhr:ktsr:lipp) has quit (Excess Flood) 2015-02-13 02:14:54 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 02:19:57 --> UltraMario__ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 02:20:24 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-13 02:22:42 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 02:24:04 <-- UltraMario__ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Operation timed out) 2015-02-13 02:28:38 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-13 02:29:48 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 02:29:56 -- UltraMario_ is now known as UltraMario 2015-02-13 02:34:41 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-13 02:35:09 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 02:51:17 --> UltraMario_ (UltraMario@2601:c:1c00:gkr:ugr:mmxy:lkmz:vtjs) has joined #pikipedia 2015-02-13 02:51:17 <-- UltraMario_ (UltraMario@2601:c:1c00:gkr:ugr:mmxy:lkmz:vtjs) has quit (Excess Flood) 2015-02-13 02:51:59 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 02:52:29 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_))) 2015-02-13 02:52:50 -- UltraMario_ is now known as UltraMario 2015-02-13 02:55:33 --> UltraMario_ (UltraMario@2601:c:1c00:nju:hqsk:xlxx:nrmk:smws) has joined #pikipedia 2015-02-13 02:56:33 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_!UltraMario@2601:c:1c00:nju:hqsk:xlxx:nrmk:smws))) 2015-02-13 02:56:38 -- UltraMario_ is now known as UltraMario 2015-02-13 03:19:20 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 03:20:54 <-- UltraMario (UltraMario@2601:c:1c00:nju:hqsk:xlxx:nrmk:smws) has quit (Killed (NickServ (GHOST command used by UltraMario_!UltraMario@q-04-054-524-534.hsd4.pa.comcast.net))) 2015-02-13 03:21:04 -- UltraMario_ is now known as UltraMario 2015-02-13 03:30:47 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-13 03:31:32 --> UltraMario (UltraMario@2601:c:1c00:oly:huto:qmhv:ovjx:qzqw) has joined #pikipedia 2015-02-13 03:33:01 <-- UltraMario (UltraMario@2601:c:1c00:oly:huto:qmhv:ovjx:qzqw) has quit (Excess Flood) 2015-02-13 03:33:38 --> UltraMario (UltraMario@2601:c:1c00:oly:huto:qmhv:ovjx:qzqw) has joined #pikipedia 2015-02-13 03:34:12 <-- BetaMaster (chatzilla@2601:1:580:tnpt:pqlo:xmrh:tssj:igvp) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-13 04:24:36 <-- UltraMario (UltraMario@2601:c:1c00:oly:huto:qmhv:ovjx:qzqw) has quit (Ping timeout: 255 seconds) 2015-02-13 04:26:56 --> UltraMario__ (UltraMario@2601:c:1c00:uxi:hioi:hmwr:wglg:zjpo) has joined #pikipedia 2015-02-13 04:27:03 -- UltraMario__ is now known as UltraMario 2015-02-13 04:28:41 <-- UltraMario (UltraMario@2601:c:1c00:uxi:hioi:hmwr:wglg:zjpo) has quit (Excess Flood) 2015-02-13 04:29:15 --> UltraMario (UltraMario@2601:c:1c00:uxi:hioi:hmwr:wglg:zjpo) has joined #pikipedia 2015-02-13 04:56:47 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 04:57:54 <-- UltraMario (UltraMario@2601:c:1c00:uxi:hioi:hmwr:wglg:zjpo) has quit (Ping timeout: 255 seconds) 2015-02-13 04:57:57 -- UltraMario_ is now known as UltraMario 2015-02-13 05:01:05 --> UltraMario_ (UltraMario@2601:c:1c00:tvt:hrmo:tqnl:yimw:zvzu) has joined #pikipedia 2015-02-13 05:03:27 --> UltraMario__ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 05:04:50 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-13 05:04:58 -- UltraMario__ is now known as UltraMario 2015-02-13 05:06:54 <-- UltraMario_ (UltraMario@2601:c:1c00:tvt:hrmo:tqnl:yimw:zvzu) has quit (Ping timeout: 255 seconds) 2015-02-13 05:16:21 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-13 05:22:51 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 05:29:22 --> UltraMario_ (UltraMario@2601:c:1c00:njp:skrh:lywr:kooz:hpkq) has joined #pikipedia 2015-02-13 05:30:41 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-13 05:30:41 -- UltraMario_ is now known as UltraMario 2015-02-13 05:42:27 <-- UltraMario (UltraMario@2601:c:1c00:njp:skrh:lywr:kooz:hpkq) has quit (Ping timeout: 255 seconds) 2015-02-13 05:48:38 --> UltraMario_ (UltraMario@2601:c:1c00:gkr:ykoi:mypt:vpmm:kwx) has joined #pikipedia 2015-02-13 05:51:45 --> UltraMario___ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 05:51:57 -- UltraMario___ is now known as UltraMario 2015-02-13 05:52:29 <-- UltraMario_ (UltraMario@2601:c:1c00:gkr:ykoi:mypt:vpmm:kwx) has quit (Killed (NickServ (GHOST command used by UltraMario!UltraMario@q-04-054-524-534.hsd4.pa.comcast.net))) 2015-02-13 05:59:44 --> UltraMario_ (UltraMario@2601:c:1c00:vzh:iszy:xpgi:hqhp:gwi) has joined #pikipedia 2015-02-13 05:59:44 <-- UltraMario_ (UltraMario@2601:c:1c00:vzh:iszy:xpgi:hqhp:gwi) has quit (Read error: Connection reset by peer) 2015-02-13 06:00:52 --> UltraMario__ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 06:00:56 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-13 06:01:02 -- UltraMario__ is now known as UltraMario 2015-02-13 06:21:50 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-13 08:57:02 --> Yoshi2 (Yoshi2@ymwf-44-32-613-065.netcologne.de) has joined #pikipedia 2015-02-13 09:33:00 --> Yoshi2_ (Yoshi2@avja-06-63-036-56.netcologne.de) has joined #pikipedia 2015-02-13 09:36:54 <-- Yoshi2 (Yoshi2@ymwf-44-32-613-065.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-13 09:37:38 <-- Yoshi2_ (Yoshi2@avja-06-63-036-56.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-13 09:49:30 --> Yoshi2 (Yoshi2@ujqo-27-87-40-129.netcologne.de) has joined #pikipedia 2015-02-13 09:54:45 --> Yoshi2__ (Yoshi2@movy-58-25-050-051.netcologne.de) has joined #pikipedia 2015-02-13 09:54:54 <-- Yoshi2 (Yoshi2@ujqo-27-87-40-129.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-13 09:58:35 --> Yoshi2_ (Yoshi2@ghhw-51-63-031-063.netcologne.de) has joined #pikipedia 2015-02-13 10:01:39 <-- Yoshi2__ (Yoshi2@movy-58-25-050-051.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-13 10:32:42 <-- Yoshi2_ (Yoshi2@ghhw-51-63-031-063.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-13 10:33:36 --> Yoshi2 (Yoshi2@bxnn-03-25-71-852.netcologne.de) has joined #pikipedia 2015-02-13 12:52:55 --> Yoshi2_ (Yoshi2@edev-94-82-655-149.netcologne.de) has joined #pikipedia 2015-02-13 12:56:15 <-- Yoshi2 (Yoshi2@bxnn-03-25-71-852.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-13 13:06:01 --> Yoshi2__ (Yoshi2@bxsx-65-56-906-62.netcologne.de) has joined #pikipedia 2015-02-13 13:06:01 <-- Yoshi2_ (Yoshi2@edev-94-82-655-149.netcologne.de) has quit (Read error: Connection reset by peer) 2015-02-13 13:31:18 --> BetaM (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-13 14:27:03 --> Yoshi2 (Yoshi2@nqev-27-82-93-787.netcologne.de) has joined #pikipedia 2015-02-13 14:28:57 <-- Yoshi2__ (Yoshi2@bxsx-65-56-906-62.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-13 17:19:03 --> Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has joined #pikipedia 2015-02-13 17:19:11 <-- Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has quit (Client Quit) 2015-02-13 17:21:57 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 17:24:08 --> UltraMario_ (UltraMario@2601:c:1c00:lzm:kjox:upmu:vqjw:kmmu) has joined #pikipedia 2015-02-13 17:27:09 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-13 17:27:23 -- UltraMario_ is now known as UltraMario 2015-02-13 17:32:35 <-- UltraMario (UltraMario@2601:c:1c00:lzm:kjox:upmu:vqjw:kmmu) has quit (Read error: Connection reset by peer) 2015-02-13 17:33:51 --> UltraMario (UltraMario@2601:c:1c00:lzm:kjox:upmu:vqjw:kmmu) has joined #pikipedia 2015-02-13 17:58:48 --> Yoshi2_ (Yoshi2@thhb-15-02-496-501.netcologne.de) has joined #pikipedia 2015-02-13 18:02:15 <-- Yoshi2 (Yoshi2@nqev-27-82-93-787.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-13 18:12:45 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 18:14:24 <-- UltraMario (UltraMario@2601:c:1c00:lzm:kjox:upmu:vqjw:kmmu) has quit (Ping timeout: 255 seconds) 2015-02-13 18:14:31 -- UltraMario_ is now known as UltraMario 2015-02-13 18:21:09 <-- Yoshi2_ (Yoshi2@thhb-15-02-496-501.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-13 19:17:05 --> Yoshi2 (Yoshi2@gccm-27-82-328-483.netcologne.de) has joined #pikipedia 2015-02-13 19:28:58 --> Yoshi2_ (Yoshi2@rdeq-51-18-585-70.netcologne.de) has joined #pikipedia 2015-02-13 19:31:38 <-- Yoshi2 (Yoshi2@gccm-27-82-328-483.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-13 19:46:37 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-13 19:46:37 Testyo Evening everyone! 2015-02-13 19:47:19 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-13 19:47:19 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-13 19:47:48 Yoshi2_ hey Testyo & Espyo 2015-02-13 19:47:48 Testyo same for Olimar's Journal, by which I mean not fun 2015-02-13 19:58:29 @Espyo hi 2015-02-13 20:00:35 @J heyf 2015-02-13 20:00:39 @J that f again 2015-02-13 20:04:13 @Espyo a formatted hey 2015-02-13 20:04:19 @Espyo not really optimal 2015-02-13 20:06:09 --> Yoshi2 (Yoshi2@pzrq-18-94-426-66.netcologne.de) has joined #pikipedia 2015-02-13 20:06:50 <-- Yoshi2_ (Yoshi2@rdeq-51-18-585-70.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-13 20:07:08 @J how are the exams going, Yoshi2? 2015-02-13 20:07:23 Yoshi2 not good 2015-02-13 20:09:26 @J finding it hard? 2015-02-13 20:09:34 @J these are you first university exams, I guess? 2015-02-13 20:09:45 Yoshi2 yup 2015-02-13 20:10:36 @J fortunately I only had two after Christmas in my first year - yeah, it's definitely a step up from anything you've done before 2015-02-13 20:10:47 @J how many do you have left? 2015-02-13 20:11:34 Yoshi2 three exams 2015-02-13 20:11:59 @J okay, well good luck with those, hope they go better 2015-02-13 20:12:10 @J do these count much towards your final grade (if at all)? 2015-02-13 20:12:50 Yoshi2 I have not given the final grades any thought 2015-02-13 20:12:52 @J I think my first year was 10%, so each exam would probably be 0.5-1.5% in that year 2015-02-13 20:13:11 @J but some universities don't count the first year at all 2015-02-13 20:13:19 @J and Germany is probably different anyway 2015-02-13 20:13:23 @J just wondering 2015-02-13 20:14:24 Yoshi2 I'd already be happy if I passed the exams 2015-02-13 20:15:35 Yoshi2 I really wish my first exam wasn't in maths, that is the worst subject of all the subjects 2015-02-13 20:15:47 @J lying so much 2015-02-13 20:16:10 Yoshi2 *of all the subjects I have right now 2015-02-13 20:16:19 Yoshi2 who knows what will come in the future 2015-02-13 20:16:30 @J maths is great 2015-02-13 20:18:58 @Espyo *maths is great when it doesn't try to kill your brain cells 2015-02-13 20:43:17 -- irc: disconnected from server 2015-02-13 20:43:58 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-02-13 20:43:58 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-02-13 20:43:58 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-02-13 20:43:58 -- Channel #pikipedia: 10 nicks (2 ops, 0 voices, 8 normals) 2015-02-13 20:43:58 -- URL for #pikipedia: http://www.pikminwiki.com 2015-02-13 20:43:58 -- Mode #pikipedia [+o J] by ChanServ 2015-02-13 20:44:01 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-02-13 21:09:53 <-- Yoshi2 (Yoshi2@pzrq-18-94-426-66.netcologne.de) has quit (Quit: Leaving) 2015-02-13 21:12:23 Testyo [Pikipedia RC] Bulborb Larva by E (+107) http://www.pikminwiki.com/index.php?title=Bulborb_Larva&curid=288&diff=145253&oldid=137771 2015-02-13 21:12:24 Testyo [Pikipedia RC] Bulborb Larva by E (-145) http://www.pikminwiki.com/index.php?title=Bulborb_Larva&curid=288&diff=145254&oldid=145253 2015-02-13 21:22:41 Testyo [Pikipedia RC] Submerged Castle by E (+21 /* Sublevel 2 */) http://www.pikminwiki.com/index.php?title=Submerged_Castle&curid=1632&diff=145255&oldid=145139 2015-02-13 21:22:41 Testyo [Pikipedia RC] Submerged Castle by E (-2 /* Sublevel 3 */) http://www.pikminwiki.com/index.php?title=Submerged_Castle&curid=1632&diff=145256&oldid=145255 2015-02-13 21:42:52 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-13 21:58:07 Testyo [Pikipedia RC] Candypop family by AeroBlaze777 (+164 /* Trivia */) http://www.pikminwiki.com/index.php?title=Candypop_family&curid=127&diff=145257&oldid=145211 2015-02-13 22:03:31 Testyo [Pikipedia RC] Boulder by AeroBlaze777 (+86 Rock Pikmin are immune to the boulders) http://www.pikminwiki.com/index.php?title=Boulder&curid=18229&diff=145258&oldid=145251 2015-02-13 22:41:30 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 22:44:51 --> UltraMario_ (UltraMario@2601:c:1c00:rmv:vjjk:qxws:inyi:vxnw) has joined #pikipedia 2015-02-13 22:46:10 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_!UltraMario@2601:c:1c00:rmv:vjjk:qxws:inyi:vxnw))) 2015-02-13 22:46:12 -- UltraMario_ is now known as UltraMario 2015-02-13 22:49:09 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 22:49:26 <-- UltraMario (UltraMario@2601:c:1c00:rmv:vjjk:qxws:inyi:vxnw) has quit (Killed (NickServ (GHOST command used by UltraMario_!UltraMario@q-04-054-524-534.hsd4.pa.comcast.net))) 2015-02-13 22:49:28 -- UltraMario_ is now known as UltraMario 2015-02-13 22:56:02 Testyo 3rd was on Pikipedia: 2015-02-13 22:56:09 BetaM thank you testyo 2015-02-13 22:56:11 Testyo I can't you can submit 2015-02-13 23:13:21 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 23:15:03 <-- UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Excess Flood) 2015-02-13 23:16:02 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-13 23:16:06 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 23:16:14 -- UltraMario_ is now known as UltraMario 2015-02-13 23:54:09 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-13 23:55:43 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-13 23:58:32 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-13 23:58:39 <-- BetaM (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Ping timeout: 240 seconds) 2015-02-14 00:08:05 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-14 00:08:10 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-14 00:21:03 --> UltraMario_ (UltraMario@2601:c:1c00:gkr:gxoi:npil:mowu:ssny) has joined #pikipedia 2015-02-14 00:21:46 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_!UltraMario@2601:c:1c00:gkr:gxoi:npil:mowu:ssny))) 2015-02-14 00:21:59 -- UltraMario_ is now known as UltraMario 2015-02-14 00:29:13 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 00:30:36 <-- UltraMario (UltraMario@2601:c:1c00:gkr:gxoi:npil:mowu:ssny) has quit (Killed (NickServ (GHOST command used by UltraMario_!UltraMario@q-04-054-524-534.hsd4.pa.comcast.net))) 2015-02-14 00:30:36 -- UltraMario_ is now known as UltraMario 2015-02-14 00:54:21 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-14 00:54:51 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 01:24:58 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-14 01:26:17 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Remote host closed the connection) 2015-02-14 01:26:39 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 02:36:55 --> Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has joined #pikipedia 2015-02-14 02:37:12 Waterpikmin hello? 2015-02-14 02:41:22 <-- Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has quit (Client Quit) 2015-02-14 03:15:50 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-14 03:18:13 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 03:32:20 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-14 03:35:09 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 03:40:30 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-14 03:49:34 --> UltraMario (UltraMario@2601:c:1c00:gpm:lpwo:hsrv:kxog:wjum) has joined #pikipedia 2015-02-14 03:55:01 --> UltraMario_ (UltraMario@2601:c:1c00:gpm:lpwo:hsrv:kxog:wjum) has joined #pikipedia 2015-02-14 03:56:09 <-- UltraMario (UltraMario@2601:c:1c00:gpm:lpwo:hsrv:kxog:wjum) has quit (Killed (NickServ (GHOST command used by UltraMario_))) 2015-02-14 03:56:14 -- UltraMario_ is now known as UltraMario 2015-02-14 04:10:12 <-- UltraMario (UltraMario@2601:c:1c00:gpm:lpwo:hsrv:kxog:wjum) has quit (Ping timeout: 255 seconds) 2015-02-14 04:10:55 --> UltraMario (UltraMario@2601:c:1c00:gpm:lpwo:hsrv:kxog:wjum) has joined #pikipedia 2015-02-14 04:28:12 <-- UltraMario (UltraMario@2601:c:1c00:gpm:lpwo:hsrv:kxog:wjum) has quit (Ping timeout: 255 seconds) 2015-02-14 04:29:03 --> UltraMario (UltraMario@2601:c:1c00:pin:rhpn:ovz:quzv:wksq) has joined #pikipedia 2015-02-14 04:33:22 --> UltraMario_ (UltraMario@2601:c:1c00:pin:rhpn:ovz:quzv:wksq) has joined #pikipedia 2015-02-14 04:36:38 <-- UltraMario (UltraMario@2601:c:1c00:pin:rhpn:ovz:quzv:wksq) has quit (Killed (NickServ (GHOST command used by UltraMario_))) 2015-02-14 04:36:40 -- UltraMario_ is now known as UltraMario 2015-02-14 04:48:15 <-- UltraMario (UltraMario@2601:c:1c00:pin:rhpn:ovz:quzv:wksq) has quit (Ping timeout: 240 seconds) 2015-02-14 04:52:23 --> UltraMario (UltraMario@2601:c:1c00:znx:njlh:upqu:zwrv:nws) has joined #pikipedia 2015-02-14 05:07:21 <-- UltraMario (UltraMario@2601:c:1c00:znx:njlh:upqu:zwrv:nws) has quit (Ping timeout: 255 seconds) 2015-02-14 05:15:01 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 05:33:54 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-14 05:37:59 --> UltraMario (UltraMario@2601:c:1c00:olt:xlqv:wuuo:wyvw:jiiv) has joined #pikipedia 2015-02-14 05:41:47 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 05:43:20 <-- UltraMario (UltraMario@2601:c:1c00:olt:xlqv:wuuo:wyvw:jiiv) has quit (Killed (NickServ (GHOST command used by UltraMario_!UltraMario@q-04-054-524-534.hsd4.pa.comcast.net))) 2015-02-14 05:43:21 -- UltraMario_ is now known as UltraMario 2015-02-14 06:11:42 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-14 06:19:14 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 06:48:08 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-14 06:49:36 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 07:06:34 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 07:06:50 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-14 07:06:53 -- UltraMario_ is now known as UltraMario 2015-02-14 07:13:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-14 08:43:08 --> Yoshi2 (Yoshi2@avja-27-37-382-90.netcologne.de) has joined #pikipedia 2015-02-14 12:08:44 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-14 12:08:44 Testyo Greetings everyone! 2015-02-14 12:09:32 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-14 12:09:32 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-14 12:11:18 Yoshi2 hey Espyo & Testyo 2015-02-14 12:11:19 Testyo ヽ༼ຈل͜ຈ༽ノ SIXTY NINE FANGAMES OUT THERE IS NO PIKMIN WHO IS A BACK-STABBER 2015-02-14 12:11:28 @Espyo hi 2015-02-14 12:11:34 @Espyo woah, easy Testyo... 2015-02-14 12:11:35 Testyo the 'infobox' part doesn't actually matter since you could use it elsewhere if you created 2015-02-14 12:12:00 Yoshi2 Testyo: lm2 2015-02-14 12:12:00 Testyo I said the 'infobox' part doesn't actually matter since you could use it elsewhere if you created because Espyo mentioned my name. This random message came from the messages the 'infobox' part doesn't actually matter since you could use it elsewhere if you really wanted and that's the new article you created. They were joined by the common word you. 2015-02-14 12:12:09 Yoshi2 what 2015-02-14 12:12:13 Yoshi2 Testyo: lm 2 2015-02-14 12:12:13 Testyo I said ヽ༼ຈل͜ຈ༽ノ SIXTY NINE FANGAMES OUT THERE IS NO PIKMIN WHO IS A BACK-STABBER because Yoshi2 mentioned my name. This random message came from the messages ヽ༼ຈل͜ຈ༽ノ SIXTY NINE FANGAMES OUT THERE ヽ༼ຈل͜ຈ༽ノ and I know, and there is NO pikmin who is a back-stabber. They were joined by the common word THERE. 2015-02-14 12:54:20 Testyo [Pikipedia RC] File:Weird Juice.jpg uploaded by Piktoad (A blue [[juice]]) http://www.pikminwiki.com/index.php?title=File:Weird_Juice.jpg 2015-02-14 13:19:32 Testyo [Pikipedia RC] Glitches in Pikmin 3 by Piktoad (+616 /* Main */ Add the Juice Glitch.) http://www.pikminwiki.com/index.php?title=Glitches_in_Pikmin_3&curid=8429&diff=145265&oldid=144462 2015-02-14 13:56:50 Yoshi2 hmm, nothing new from arookas for quite some time now 2015-02-14 13:58:56 @Espyo mhm 2015-02-14 13:59:01 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: quick reboot) 2015-02-14 14:00:54 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: quick reboot) 2015-02-14 14:06:46 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-14 14:06:48 Testyo Greetings everyone! 2015-02-14 14:07:37 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-14 14:07:37 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-14 14:44:57 @J 'quick' 2015-02-14 14:46:06 Yoshi2 6 minutes 2015-02-14 14:46:08 Yoshi2 quick enough 2015-02-14 14:47:19 Yoshi2 Testyo: fortune 2015-02-14 14:47:20 Testyo Fortune: Try to watch less porn. Just a little bit. 2015-02-14 14:47:25 Yoshi2 well, alright 2015-02-14 14:50:56 @J not really 2015-02-14 14:54:04 Yoshi2 if it involves updates, it can take more time 2015-02-14 14:54:09 Yoshi2 in which case 6 minutes is alright 2015-02-14 14:57:17 @J sad 2015-02-14 14:58:23 @Espyo hell are you even talking about 2015-02-14 14:58:50 @J [13:59:01] <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: quick reboot) 2015-02-14 14:58:58 @J confused Espyo is funny Espyo 2015-02-14 14:59:14 @Espyo oh, I went to have lunch in the meantime 2015-02-14 14:59:25 @Espyo still, 6 minutes is pretty much the average time for my PC to reboot on 2015-02-14 14:59:56 @J do you have an SSD? 2015-02-14 15:00:07 @Espyo nope 2015-02-14 15:00:10 Yoshi2 with a reboot time of 6 minutes, quite unlikely 2015-02-14 15:00:20 @J you never know 2015-02-14 15:00:37 @J I thought Windows 8 was meant to have some thing where it doesn't really reboot, which makes it faster or something? 2015-02-14 15:00:49 Yoshi2 no idea 2015-02-14 15:01:05 Yoshi2 it probably has something that reduces boot up time 2015-02-14 15:01:48 Yoshi2 whatever it is, this notebook boots up very quickly 2015-02-14 15:04:54 @Espyo it does 2015-02-14 15:04:57 @Espyo and that is enabled 2015-02-14 15:09:57 @Espyo ok, we need to discuss linguistics 2015-02-14 15:10:21 @Espyo >This rare species of bulborb has a certain indefatigability. 2015-02-14 15:10:31 @Espyo that's the enemy reel note for the Spotty Bulbear 2015-02-14 15:10:42 @Espyo which lead to this trivia point 2015-02-14 15:10:46 @Espyo >Also in the enemy reel, it says that the enemy has a certain indefatigability (meaning it's seemingly incapable of being tired), which is strange, since the only thing related to fatigue that is relevant to the enemy is the revival mechanic, but that was only introduced in Pikmin 2. 2015-02-14 15:10:53 @Espyo today I wondered 2015-02-14 15:10:57 @Espyo this makes no sense 2015-02-14 15:11:11 Yoshi2 I never ever heard of indefatigability 2015-02-14 15:11:12 @Espyo so let's see here, "fatigability" is when you grow tired 2015-02-14 15:11:24 @Espyo so the opposite would be INfatigability, or DEfatigability, right? 2015-02-14 15:11:31 @Espyo but INDEfatigability? 2015-02-14 15:11:35 @Espyo is this a double negative? 2015-02-14 15:11:46 @J it's just a word 2015-02-14 15:11:48 @Espyo is it a possible alternate to either IN or DE? 2015-02-14 15:11:49 @J no-one cares 2015-02-14 15:11:55 @Espyo of course everybody cares 2015-02-14 15:12:35 @Espyo I've tried googling around for the opposite of "fatigability" 2015-02-14 15:12:38 @Espyo ...no results 2015-02-14 15:12:59 @J that's because the base word is 'defatigable' 2015-02-14 15:13:30 Yoshi2 well, the monster word appears so exist 2015-02-14 15:13:35 Yoshi2 http://www.oxforddictionaries.com/de/definition/englisch/indefatigable 2015-02-14 15:13:43 @J I guess the 'de' somehow adds the connotation of 'making' it tired 2015-02-14 15:13:49 @J as opposed to it becoming tired itself 2015-02-14 15:14:08 @Espyo what a mess... 2015-02-14 15:14:11 @Espyo but I guess it adds up 2015-02-14 15:14:14 @J so indefatigable is not being able to make it tired 2015-02-14 15:14:20 Yoshi2 "early 17th century: from French, or from Latin indefatigabilis, from in- 'not' + de- 'away, completely' + fatigare 'wear out'." 2015-02-14 15:14:22 @J like 'unstoppable' 2015-02-14 15:14:31 @Espyo right 2015-02-14 15:14:41 Yoshi2 so "in" and "de" are not the same 2015-02-14 15:15:07 Yoshi2 but here is my suggestion: 2015-02-14 15:15:23 Yoshi2 how about we replace that with "the enemy is incapable of becoming tired" 2015-02-14 15:16:14 @J it's not quite the same 2015-02-14 15:16:19 @J you've lost the 'de' 2015-02-14 15:17:13 Yoshi2 hrm 2015-02-14 15:17:15 Yoshi2 fair enough 2015-02-14 15:17:15 @J probably too subtle to matter though 2015-02-14 15:18:07 @J why are we suddenly dictionarywiki anyway? 2015-02-14 15:18:29 @J why have the definition on the page? 2015-02-14 15:21:23 @Espyo we... can't replace it 2015-02-14 15:21:31 @Espyo that's the words from the enemy reel notes 2015-02-14 15:22:18 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-14 15:23:47 @J ? 2015-02-14 15:23:56 @J who said anything about replacing it? 2015-02-14 15:24:18 @Espyo how about we replace that with "the enemy is incapable of becoming tired" 2015-02-14 15:24:26 @J he means the part in () 2015-02-14 15:24:43 @J wait 2015-02-14 15:24:51 @J hmm 2015-02-14 15:24:57 @J yeah, okay, I don't know 2015-02-14 15:25:09 @J I didn't really read it 2015-02-14 15:25:30 Miles_ I... don't think that's really supposed to mean anything 2015-02-14 15:25:38 @J anyway, I stand by my question as to why we even have the definition in brackets 2015-02-14 15:26:31 @J Miles_: I can see why you might say that, but I don't think it's as likely if this is something translated from Japanese 2015-02-14 15:27:05 @J at least the translator wouldn't be translating a phrase that doesn't really mean anything, I don't think 2015-02-14 15:28:06 Miles_ I mean, I don't think it's "strange" like the wiki says there 2015-02-14 15:28:23 Miles_ It's just a random line, it doesn't have to match up with an actual game mechanic 2015-02-14 15:29:01 @Espyo agreed 2015-02-14 15:29:06 @Espyo but the message still messes with my mind 2015-02-14 15:30:38 @J mm, I guess so 2015-02-14 15:31:02 @J and of course it misses the whole part where they chase you more agressively than Bulborbs 2015-02-14 15:31:33 @J ...I think; I just realised it's been years since I played 2015-02-14 15:32:12 @Espyo "agressively" 2015-02-14 15:32:21 @Espyo (I didn't mean to point out the typo, but typo still) 2015-02-14 15:32:36 @Espyo what could you mean with that? chases for longer? faster? angrier feet stamps? 2015-02-14 15:33:43 @J longer is what I was thinking, I guess, but I guess I was really thinking about how you see them not sleeping in Pikmin 2 2015-02-14 15:33:56 @J I bet that makes sense 2015-02-14 15:34:13 @Espyo makes full sense, I was thinking the same 2015-02-14 15:34:21 @Espyo I'd have to actually play to check if they chase you for longer in P1 2015-02-14 15:35:41 @J plus there's something that makes them harder to beat (more HP? Eat Pikmin quicker?) 2015-02-14 15:35:55 @Espyo I know they eat more Pikmin 2015-02-14 15:35:59 @Espyo probably more HP too 2015-02-14 15:40:37 @J so yeah, I think conclusion is to scrap the comment 2015-02-14 15:55:40 --> Yoshi2_ (Yoshi2@xksx-08-75-64-800.netcologne.de) has joined #pikipedia 2015-02-14 15:59:24 <-- Yoshi2 (Yoshi2@avja-27-37-382-90.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-14 16:07:40 Testyo [Pikipedia RC] Whiptongue Bulborb by 71.192.10.237 (+11 /* Trivia */) http://www.pikminwiki.com/index.php?title=Whiptongue_Bulborb&curid=8189&diff=145266&oldid=144955 2015-02-14 16:37:50 Testyo [Pikipedia RC] Crystal by AeroBlaze777 (+45 /* Locations */) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=145267&oldid=145263 2015-02-14 16:42:52 Testyo [Pikipedia RC] Crystal by AeroBlaze777 (+56 m) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=145268&oldid=145267 2015-02-14 17:28:31 --> Yoshi2__ (Yoshi2@kkni-94-87-615-639.netcologne.de) has joined #pikipedia 2015-02-14 17:31:38 <-- Yoshi2_ (Yoshi2@xksx-08-75-64-800.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-14 17:31:50 -- Yoshi2__ is now known as Yoshi2 2015-02-14 18:13:17 Testyo [Pikipedia RC] Glitches in Pikmin 3 by GreenPikmin (+271 /* Weird color juice */) http://www.pikminwiki.com/index.php?title=Glitches_in_Pikmin_3&curid=8429&diff=145276&oldid=145271 2015-02-14 19:27:25 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Bye bye everyone!) 2015-02-14 19:27:43 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-14 19:27:43 Testyo Hey everyone! 2015-02-14 19:27:55 --> Yoshi2_ (Yoshi2@puml-87-01-738-611.netcologne.de) has joined #pikipedia 2015-02-14 19:31:21 <-- Yoshi2 (Yoshi2@kkni-94-87-615-639.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-14 19:50:44 --> Yoshi2 (Yoshi2@thhb-87-56-771-282.netcologne.de) has joined #pikipedia 2015-02-14 19:52:30 <-- Yoshi2_ (Yoshi2@puml-87-01-738-611.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-14 20:08:34 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 20:25:19 <-- Yoshi2 (Yoshi2@thhb-87-56-771-282.netcologne.de) has quit (Quit: Leaving) 2015-02-14 20:53:19 Testyo [Pikipedia RC] User:GreenPikmin by GreenPikmin (+857) http://www.pikminwiki.com/index.php?title=User:GreenPikmin&curid=18216&diff=145293&oldid=145119 2015-02-14 21:46:35 --> Shard1 (Mibbit@945-928-066-991.lightspeed.cicril.sbcglobal.net) has joined #pikipedia 2015-02-14 21:46:39 Shard1 Hello 2015-02-14 21:47:11 Shard1 The moon is here!! 2015-02-14 21:54:02 <-- Shard1 (Mibbit@945-928-066-991.lightspeed.cicril.sbcglobal.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-14 22:18:01 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 22:18:39 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_))) 2015-02-14 22:18:51 -- UltraMario_ is now known as UltraMario 2015-02-14 22:30:36 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-02-14 23:08:42 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-14 23:10:50 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-14 23:27:00 Testyo wasting 13 minutes of your game files is by string 2015-02-14 23:37:23 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-15 00:18:29 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-15 00:37:21 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-15 00:41:56 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 01:44:31 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-15 01:59:05 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-15 02:20:20 --> Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has joined #pikipedia 2015-02-15 02:20:24 Waterpikmin hello? 2015-02-15 02:24:21 <-- Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has quit (Client Quit) 2015-02-15 02:30:19 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-15 04:12:12 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-15 04:15:30 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 04:54:45 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-15 05:03:14 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 06:19:12 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-15 06:19:37 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 07:22:39 <-- Miles_ (Miles@73.7.wk.ynn) has quit (Ping timeout: 240 seconds) 2015-02-15 08:13:11 --> Miles (Miles@73.7.wk.ynn) has joined #pikipedia 2015-02-15 08:19:33 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-15 08:29:46 --> Yoshi2 (Yoshi2@dwqo-06-68-081-934.netcologne.de) has joined #pikipedia 2015-02-15 12:21:09 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-15 12:21:09 Testyo Hi everyone! 2015-02-15 12:21:50 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-15 12:21:50 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-15 14:43:48 Yoshi2 hey Testyo & Espyo 2015-02-15 14:43:49 Testyo one of my code until I stopped and realized my sub-bitmap problem 2015-02-15 14:43:56 @Espyo very late hi 2015-02-15 15:13:23 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-15 15:44:32 Testyo ...just not with a 1990s powermac anyway 2015-02-15 15:47:29 Yoshi2 a very insightful message, Testyo 2015-02-15 15:47:30 Testyo yeah, my ISP's been giving me crap service lately 2015-02-15 15:47:37 Yoshi2 Testyo: lm 2015-02-15 15:47:37 Testyo I said yeah, my ISP's been giving me crap service lately because Yoshi2 mentioned my name. This random message came from the messages yeah, no idea and yeah, my ISP's been giving me crap service lately. They were joined by the common word yeah,. 2015-02-15 15:47:45 Yoshi2 Testyo: lm 2 2015-02-15 15:47:45 Testyo I said ...just not with a 1990s powermac anyway because it was a timed random message. This random message came from the messages ...just not with the official instruments and port it to a 1990s powermac anyway. 2015-02-15 16:07:49 Testyo [Pikipedia RC] Female Sheargrub by E (+60) http://www.pikminwiki.com/index.php?title=Female_Sheargrub&curid=644&diff=145300&oldid=144545 2015-02-15 16:17:02 --> Yoshi2_ (Yoshi2@gccm-49-82-668-083.netcologne.de) has joined #pikipedia 2015-02-15 16:20:33 <-- Yoshi2 (Yoshi2@dwqo-06-68-081-934.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-15 18:07:28 --> Mariostarguymanswaghumanguy (Mibbit@frkk21-279-200-714.range76-774.btcentralplus.com) has joined #pikipedia 2015-02-15 18:07:30 Mariostarguymanswaghumanguy Hey. 2015-02-15 18:10:11 Mariostarguymanswaghumanguy Espyo,l'm getting the New Nintendo 3DS! :) 2015-02-15 18:11:30 @Espyo ...don't put long names 2015-02-15 18:14:55 -- Mariostarguymanswaghumanguy is now known as Mariostar 2015-02-15 18:15:15 Mariostar I'm suprised it didn't send me back because a character limit. 2015-02-15 18:15:31 Testyo [Pikipedia RC] User account Ultimate created http://www.pikminwiki.com/index.php?title=User:Ultimate 2015-02-15 18:16:08 Mariostar Ultimate joined.... 2015-02-15 18:16:31 Mariostar I don't know if he should have bothered,l wouldn't have. 2015-02-15 18:19:48 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 18:20:05 Mariostar Hey Ultimate. 2015-02-15 18:20:07 Ultimate I am now officially a member of Pikipedia! 2015-02-15 18:20:13 Mariostar l see you made a account. 2015-02-15 18:20:24 Mariostar It said on this chat a few minutes ago. 2015-02-15 18:20:36 Testyo [Pikipedia RC] User:Ultimate by Ultimate (+349 N I have added more content.) http://www.pikminwiki.com/index.php?title=User:Ultimate&curid=18236&diff=145301&oldid=0 2015-02-15 18:21:15 Mariostar Ultimate,want to go on ironfall? 2015-02-15 18:21:20 Ultimate Well... 2015-02-15 18:21:28 Ultimate In a bit. 2015-02-15 18:21:59 Mariostar ok 2015-02-15 18:23:01 Mariostar l'm going in a few minutes for a few minutes so come back in a few minutes so we can talk in a few minutes 2015-02-15 18:23:42 Yoshi2_ I bet you are planning to talk for a few minutes 2015-02-15 18:23:51 Ultimate Ok then, see you in a few minutes once you've gone for a few minutes and come back after a few minutes 2015-02-15 18:24:15 Mariostar No Yoshi,just a couple. -.- 2015-02-15 18:24:27 Mariostar Ok,see ya in a few minures 2015-02-15 18:24:58 Ultimate I will see you in a few typo of minutes 2015-02-15 18:25:15 Yoshi2_ apparently, darkmyst has a nickname length limit of 30 characters 2015-02-15 18:25:34 Ultimate That's different 2015-02-15 18:26:23 Mariostar tipo 2015-02-15 18:26:44 Yoshi2_ I really think the limit shouldn't be that big 2015-02-15 18:27:06 Yoshi2_ it breaks my chat client's layout a bit 2015-02-15 18:27:32 Mariostar Smashing. 2015-02-15 18:27:58 Yoshi2_ it really smashes the layout 2015-02-15 18:28:08 Mariostar GBA pokémon looks wrong. 2015-02-15 18:29:07 Mariostar ....conversation? 2015-02-15 18:29:26 Ultimate Bob. 2015-02-15 18:29:59 Yoshi2_ http://i.imgur.com/zNICo7v.png 2015-02-15 18:30:08 Mariostar Bobby,mah boi. 2015-02-15 18:30:20 Mariostar You're growing a mighty strong army. 2015-02-15 18:30:31 Yoshi2_ I wonder what's for dinner 2015-02-15 18:30:56 Ultimate Bob is for dinner 2015-02-15 18:31:23 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 18:31:50 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 18:32:05 Mariostar Bacon on butter 2015-02-15 18:32:05 Ultimate So… 2015-02-15 18:33:03 Ultimate I'm wonder trading in omega ruby 2015-02-15 18:33:46 Yoshi2_ you are wondering about trading, or are you Mr. Wonder Trading? 2015-02-15 18:34:49 Ultimate An option on Omega Ruby - Wonder Trade 2015-02-15 18:35:32 Yoshi2_ ah, I see 2015-02-15 18:36:00 Mariostar Ultimate,did you see my miiverse reply? 2015-02-15 18:36:24 Ultimate I see as well, but what's that got to do with Pokémon trading? 2015-02-15 18:36:25 Mariostar Ruby and sapphire look wrong. 2015-02-15 18:37:38 Ultimate I saw your comment 2015-02-15 18:38:42 Mariostar Memerun is a real thing... 2015-02-15 18:38:48 Ultimate Got to go now, see ya later! Dinner awaits! 2015-02-15 18:38:54 Mariostar Bob? 2015-02-15 18:39:15 Mariostar Well,ok,see ya. 2015-02-15 18:39:22 Ultimate Bob bob bobbity bob bob bob. 2015-02-15 18:39:30 Mariostar Bobby Sans. 2015-02-15 18:39:37 Mariostar or was it Sands? 2015-02-15 18:39:41 Ultimate But I'll be back later 2015-02-15 18:39:48 Ultimate Who knows... 2015-02-15 18:39:51 Mariostar Bob from H-block. 2015-02-15 18:39:59 Mariostar Ok,see ya in a few minutes. 2015-02-15 18:40:19 Mariostar lf you're not here when l'm back,l'll messege you on Miiverse. 2015-02-15 18:40:20 Ultimate Actually, about 40 2015-02-15 18:40:27 Mariostar oh,good 2015-02-15 18:41:09 Mariostar Bye... 2015-02-15 18:41:12 Ultimate Ok, I have Miiverse and Pikipedia open in my web browser, so I'll be on one of the two. 2015-02-15 18:41:25 Mariostar bye,also,iz gowin nahw 2015-02-15 18:41:34 Ultimate For real this time, bye. 2015-02-15 18:41:52 Mariostar See ya. 2015-02-15 18:41:55 <-- Mariostar (Mibbit@frkk21-279-200-714.range76-774.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 18:42:15 Ultimate Bye!:D 2015-02-15 18:42:28 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 19:08:01 Testyo most indie games are on the user 2015-02-15 19:28:33 --> Mariostar (Mibbit@frkk21-279-200-714.range76-774.btcentralplus.com) has joined #pikipedia 2015-02-15 19:28:41 Mariostar Back. 2015-02-15 19:30:53 <-- Mariostar (Mibbit@frkk21-279-200-714.range76-774.btcentralplus.com) has quit (Client Quit) 2015-02-15 19:46:59 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 19:48:54 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Client Quit) 2015-02-15 19:49:16 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 19:53:07 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 19:53:59 --> Mariostar (Mibbit@frkk21-279-200-714.range76-774.btcentralplus.com) has joined #pikipedia 2015-02-15 19:54:07 Mariostar HOORAY! 2015-02-15 19:54:20 Mariostar The chat is finally working. 2015-02-15 19:55:40 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 19:56:07 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 19:56:26 Ultimate Crashed... 2015-02-15 19:56:31 Mariostar I know. 2015-02-15 19:56:48 Ultimate So... 2015-02-15 19:57:00 Mariostar go to pm 2015-02-15 20:03:05 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 20:03:22 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 20:03:48 Mariostar Ultimate? 2015-02-15 20:08:27 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 20:10:11 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 20:10:43 Ultimate Well 2015-02-15 20:11:05 Mariostar I'm on friendly,without bets 2015-02-15 20:11:40 Ultimate Letsa go! 2015-02-15 20:11:54 Mariostar Also,can't we just explore? 2015-02-15 20:12:01 Ultimate Ok 2015-02-15 20:13:02 Ultimate I can hear your buzzer! 2015-02-15 20:14:00 Mariostar DIE! 2015-02-15 20:15:39 Mariostar 0_o 2015-02-15 20:17:10 Ultimate I win again 2015-02-15 20:17:13 Mariostar .....Let's play Mariokart... 2015-02-15 20:17:35 Ultimate One more match 2015-02-15 20:17:41 Mariostar Ok. 2015-02-15 20:18:00 Mariostar You gonna buy the full game? 2015-02-15 20:18:09 Ultimate Probably not 2015-02-15 20:18:35 Mariostar l might get the Multiplayer pack. 2015-02-15 20:18:48 Mariostar Also,l might lose connection soon,hopefully not 2015-02-15 20:18:56 Ultimate Ok 2015-02-15 20:19:15 Mariostar l want to be dyxsheild 2015-02-15 20:19:15 Ultimate The timer should go quicker 2015-02-15 20:19:22 Ultimate Yeah 2015-02-15 20:19:36 Mariostar Hopefully l'll have different stats 2015-02-15 20:22:58 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 20:25:35 Mariostar We're no longer friends... 2015-02-15 20:26:46 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 20:26:57 Mariostar I'll make a community. 2015-02-15 20:27:21 Ultimate Can we do another round, I want to see what happens when you get 10 0000 credits 2015-02-15 20:28:14 Mariostar Ok 2015-02-15 20:28:23 Ultimate Thanks 2015-02-15 20:30:22 Mariostar Red 2015-02-15 20:30:33 Mariostar Now let's be nice... 2015-02-15 20:31:56 Mariostar I found a great camping spot. 2015-02-15 20:34:08 Mariostar l'm the troll under the bridge 2015-02-15 20:34:38 Mariostar l just wanted peace... D; 2015-02-15 20:34:55 Ultimate Argh! One more round and I'll have 10 0000 2015-02-15 20:35:06 Ultimate Only 5000 away... 2015-02-15 20:35:13 Mariostar One shot then let's be friendly,ok? 2015-02-15 20:35:28 Ultimate Ok then 2015-02-15 20:35:44 Mariostar And if you get anything,one more round after this to show me. 2015-02-15 20:36:00 Ultimate Deal. 2015-02-15 20:36:05 Mariostar l shot the Mario theme. 2015-02-15 20:38:27 Mariostar ls eletric good or bad? 2015-02-15 20:38:51 Ultimate Got no clue 2015-02-15 20:39:11 Ultimate Oh... 2015-02-15 20:39:25 Mariostar lt makes a higher heart rate look ok. 2015-02-15 20:39:31 Ultimate Don't think you can break the panel 2015-02-15 20:39:46 Ultimate Shock me 2015-02-15 20:39:57 Mariostar l was doing a shoot it so it works joke. 2015-02-15 20:40:35 Mariostar l was seeing what would happen if l shot you. 2015-02-15 20:41:57 Mariostar Did you get peach or toad? 2015-02-15 20:42:10 Ultimate When you shock me my HR goes up to 145 2015-02-15 20:42:20 Ultimate It raises your rank 2015-02-15 20:42:24 Mariostar It's blue,l noticed. 2015-02-15 20:42:32 Mariostar And?.... 2015-02-15 20:42:44 Ultimate It now says, try and reach 500000 credits 2015-02-15 20:42:54 Mariostar .....THIS IS BULLSHIT! 2015-02-15 20:42:55 Ultimate You don't get anything else 2015-02-15 20:43:01 Ultimate Yep 2015-02-15 20:43:21 Mariostar come on my mk community 2015-02-15 20:43:56 Ultimate Ok 2015-02-15 20:44:03 Mariostar 277841 7450 9146 2015-02-15 20:44:19 Ultimate Gimme a sec... 2015-02-15 20:44:22 Mariostar Also,the star reviews thing is now the star brand. 2015-02-15 20:44:35 Ultimate Ok 2015-02-15 20:44:44 Mariostar And the community on my 3DS will be Star racers. 2015-02-15 20:45:07 Mariostar Leaf lovers will be dropped,maybe still a race,most likley a battle 2015-02-15 20:45:32 Mariostar I'll make a different community. 2015-02-15 20:45:53 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 20:46:14 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 20:46:25 Ultimate Crashed again!!!!! 2015-02-15 20:46:38 Mariostar 11901385448888 2015-02-15 20:46:58 Mariostar Wow,lucky 8,l'm keeping this on my sister's DS. 2015-02-15 20:47:09 Ultimate I copied it the first time 2015-02-15 20:47:20 Mariostar l made a new one 2015-02-15 20:47:28 Ultimate Ok 2015-02-15 20:47:53 Mariostar lt's the final race for the original leaf lover's rules. 2015-02-15 20:48:05 Ultimate Got it 2015-02-15 20:48:15 Mariostar My other was a bonb battle called Fock you. 2015-02-15 20:48:42 Ultimate Haven't played in a while 2015-02-15 20:48:44 Mariostar lt's harder on a 2DS. 2015-02-15 20:49:05 Mariostar The l & r are so odd... 2015-02-15 20:49:14 Ultimate ... 2015-02-15 20:51:34 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 20:52:06 Mariostar intense 2015-02-15 20:52:20 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 20:52:42 Mariostar So intense 2015-02-15 20:55:14 Mariostar the map 2015-02-15 20:55:32 Mariostar How did you screw up? 2015-02-15 20:56:09 Mariostar Did l tell you l got the original? 2015-02-15 20:58:10 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 21:03:45 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 21:06:20 Ultimate It doesn't pick up half of my movements, this is why I need a New 3DS 2015-02-15 21:07:14 <-- Mariostar (Mibbit@frkk21-279-200-714.range76-774.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 21:07:43 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Client Quit) 2015-02-15 21:08:59 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 21:09:44 Ultimate It doesn't pick up half of my movements, this is why I need a New 3DS! 2015-02-15 21:10:48 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Client Quit) 2015-02-15 21:11:41 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 21:13:02 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Client Quit) 2015-02-15 21:14:40 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-15 21:14:50 Ultimate It doesn't pick up half of my movements, this is why I need a New 3DS! 2015-02-15 21:14:59 --> Mariostar (Mibbit@frkk21-279-200-714.range76-774.btcentralplus.com) has joined #pikipedia 2015-02-15 21:15:13 Mariostar Anything else you wanna do Ultimate? 2015-02-15 21:15:28 Ultimate Umm.... 2015-02-15 21:15:31 Mariostar Maybe some MH4U and call it a day? 2015-02-15 21:15:42 Ultimate Sure 2015-02-15 21:16:12 Ultimate Can I host? 2015-02-15 21:16:13 Mariostar Do you have the Nintendo anime channel? 2015-02-15 21:16:17 Mariostar yeah 2015-02-15 21:16:23 Ultimate Yep 2015-02-15 21:16:27 Mariostar do the big guy 2015-02-15 21:16:28 <-- Yoshi2_ (Yoshi2@gccm-49-82-668-083.netcologne.de) has quit (Quit: Leaving) 2015-02-15 21:16:43 Mariostar l turned it off at "Kirby Kirby Kirby" 2015-02-15 21:16:44 Ultimate He's impossible with 2 people 2015-02-15 21:16:48 Mariostar beginner? 2015-02-15 21:17:01 Mariostar Use long ranged. 2015-02-15 21:17:05 Ultimate Still impossible 2015-02-15 21:17:14 Mariostar Ok. 2015-02-15 21:17:22 Mariostar beginner or experienced? 2015-02-15 21:17:29 Ultimate Beginner 2015-02-15 21:17:41 Ultimate Do the middle guy 2015-02-15 21:18:16 Mariostar Can't wait to use the C-stick 2015-02-15 21:18:29 Ultimate Everything looks better 2015-02-15 21:18:43 Mariostar You on? 2015-02-15 21:19:42 Mariostar l'm on... 2015-02-15 21:20:40 Ultimate Yep PM 2015-02-15 21:21:25 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 21:22:09 Mariostar LET'S DO DIS! 2015-02-15 21:24:57 <-- Mariostar (Mibbit@frkk21-279-200-714.range76-774.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-15 21:29:27 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Ping timeout: 240 seconds) 2015-02-15 21:31:04 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-15 21:35:14 --> UltraMario_ (UltraMario@2601:c:1c00:jvy:loxr:jymz:juz:szkx) has joined #pikipedia 2015-02-15 21:38:29 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-15 21:39:10 --> UltraMario__ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 21:39:20 -- UltraMario__ is now known as UltraMario 2015-02-15 21:41:51 <-- UltraMario_ (UltraMario@2601:c:1c00:jvy:loxr:jymz:juz:szkx) has quit (Ping timeout: 255 seconds) 2015-02-15 21:58:28 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 21:59:51 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-15 22:00:02 -- UltraMario_ is now known as UltraMario 2015-02-15 22:08:05 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 22:09:45 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-15 22:10:21 -- UltraMario_ is now known as UltraMario 2015-02-15 22:11:23 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 22:14:47 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-15 22:14:57 -- UltraMario_ is now known as UltraMario 2015-02-15 22:17:20 @J http://i.imgur.com/BwAFTgK.png how does this look? 2015-02-15 22:23:22 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 22:25:14 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-15 22:25:24 -- UltraMario_ is now known as UltraMario 2015-02-15 22:31:51 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 22:33:09 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-15 22:33:23 -- UltraMario_ is now known as UltraMario 2015-02-15 22:48:54 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-15 22:51:19 --> UltraMario__ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 22:51:31 -- UltraMario__ is now known as UltraMario 2015-02-15 23:03:35 Testyo or you just press the am missing something 2015-02-15 23:19:46 @Espyo looks good, but 2015-02-15 23:19:52 @Espyo using an error icon for warnings is kind of eh 2015-02-15 23:20:09 @Espyo and I was never a fan of sideways-facing tabs, because if you don't know what they are, you're going to have to twist your neck to read 2015-02-15 23:29:41 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 23:30:18 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-15 23:30:34 -- UltraMario_ is now known as UltraMario 2015-02-15 23:35:57 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 23:39:29 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-15 23:39:44 -- UltraMario_ is now known as UltraMario 2015-02-15 23:42:15 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-15 23:44:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-15 23:44:32 -- UltraMario_ is now known as UltraMario 2015-02-15 23:56:30 --> Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has joined #pikipedia 2015-02-15 23:56:36 Waterpikmin hi espyo 2015-02-15 23:57:08 @Espyo hi 2015-02-15 23:57:21 Waterpikmin so im sorta sad but happy at the same time 2015-02-15 23:57:26 @Espyo hmm? 2015-02-15 23:57:33 Waterpikmin sigh... rayman 2015-02-15 23:57:46 Waterpikmin havent seen it? 2015-02-15 23:58:27 Waterpikmin espyo? 2015-02-15 23:58:33 @Espyo oh, right 2015-02-15 23:58:34 @Espyo heh 2015-02-15 23:58:39 @Espyo well, that doesn't necessarily mean he's cut 2015-02-15 23:58:43 Waterpikmin its still possible 2015-02-15 23:58:47 Waterpikmin i know right? 2015-02-15 23:59:50 Waterpikmin just because a leak is deconfirmed doesnt mean he is not going to be announced 2015-02-16 00:00:03 Waterpikmin what about the victory theme on youtube? 2015-02-16 00:00:14 Waterpikmin there is apparently a victory theme for rayman 2015-02-16 00:00:18 Waterpikmin look it up 2015-02-16 00:03:05 <-- Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-16 00:29:02 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-16 00:29:05 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-16 00:33:04 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 00:35:06 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 00:35:17 -- UltraMario_ is now known as UltraMario 2015-02-16 00:39:59 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 00:41:20 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 00:42:01 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-02-16 00:42:46 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 00:59:51 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 01:02:17 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 01:22:21 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 01:22:56 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-16 01:45:19 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 01:47:05 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 01:47:26 -- UltraMario_ is now known as UltraMario 2015-02-16 02:07:48 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 02:07:52 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 02:07:53 -- UltraMario_ is now known as UltraMario 2015-02-16 02:10:23 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 02:12:23 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 02:12:32 -- UltraMario_ is now known as UltraMario 2015-02-16 02:17:39 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 02:18:52 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario_))) 2015-02-16 02:18:54 -- UltraMario_ is now known as UltraMario 2015-02-16 02:37:05 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 02:39:42 --> UltraMario__ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 02:39:45 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 02:39:52 -- UltraMario__ is now known as UltraMario 2015-02-16 02:40:42 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Excess Flood) 2015-02-16 02:41:17 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 02:41:33 <-- UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 02:51:39 --> UltraMario__ (UltraMario@2601:c:1c00:vzm:rouw:gyzp:xykn:uwmn) has joined #pikipedia 2015-02-16 02:52:21 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 02:52:30 -- UltraMario__ is now known as UltraMario 2015-02-16 02:57:40 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 03:00:25 <-- UltraMario (UltraMario@2601:c:1c00:vzm:rouw:gyzp:xykn:uwmn) has quit (Killed (NickServ (GHOST command used by UltraMario_!UltraMario@q-04-054-524-534.hsd4.pa.comcast.net))) 2015-02-16 03:00:39 -- UltraMario_ is now known as UltraMario 2015-02-16 03:19:07 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Remote host closed the connection) 2015-02-16 03:19:40 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 03:28:03 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 03:29:56 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 03:30:07 -- UltraMario_ is now known as UltraMario 2015-02-16 03:33:55 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 03:35:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 03:35:27 -- UltraMario_ is now known as UltraMario 2015-02-16 03:42:02 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 03:55:12 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 04:11:18 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-16 04:21:12 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 04:22:11 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 04:25:28 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 04:26:51 <-- UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 04:27:12 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-16 04:30:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 04:32:16 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 04:39:29 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 04:39:47 --> Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has joined #pikipedia 2015-02-16 04:39:54 Waterpikmin hi guys 2015-02-16 04:41:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 04:41:33 <-- Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has quit (Client Quit) 2015-02-16 04:41:33 -- UltraMario_ is now known as UltraMario 2015-02-16 04:49:18 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 04:50:47 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 04:50:51 -- UltraMario_ is now known as UltraMario 2015-02-16 04:52:36 -- Spark is now known as DryGuy 2015-02-16 05:01:57 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 05:02:36 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 05:02:47 -- UltraMario_ is now known as UltraMario 2015-02-16 05:04:32 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 05:07:21 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 05:08:38 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 05:09:54 -- DryGuy is now known as Spark 2015-02-16 05:10:57 <-- UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 05:11:10 --> UltraMario__ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 05:13:12 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 05:13:13 -- UltraMario__ is now known as UltraMario 2015-02-16 05:13:15 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-02-16 05:15:06 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 05:24:32 --> UltraMario__ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 05:25:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 05:25:31 -- UltraMario__ is now known as UltraMario 2015-02-16 05:37:57 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 05:44:23 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 06:16:39 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 255 seconds) 2015-02-16 06:37:54 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-16 06:39:20 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 06:39:21 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Excess Flood) 2015-02-16 06:39:47 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 06:44:36 --> UltraMario__ (UltraMario@2601:c:1c00:jqj:xslt:ziot:vkot:yvrz) has joined #pikipedia 2015-02-16 06:46:02 <-- UltraMario__ (UltraMario@2601:c:1c00:jqj:xslt:ziot:vkot:yvrz) has quit (Excess Flood) 2015-02-16 06:46:17 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 06:47:02 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 06:47:13 <-- UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-02-16 06:49:19 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 07:04:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 07:04:45 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 07:04:53 -- UltraMario_ is now known as UltraMario 2015-02-16 07:22:29 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 07:26:24 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 07:28:38 <-- UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 07:29:23 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 07:31:28 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 07:34:08 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-16 07:37:12 <-- UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 08:02:13 --> Yoshi2 (Yoshi2@igkh-77-82-40-275.netcologne.de) has joined #pikipedia 2015-02-16 13:29:13 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-16 13:30:23 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-16 13:48:45 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-16 13:49:33 Ultimate Hello Pikipedia! Anyone got Pokémon Omega Ruby or Alpha Sapphire? 2015-02-16 13:51:05 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Client Quit) 2015-02-16 15:22:59 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-16 15:52:51 --> Yoshi2_ (Yoshi2@ujle-82-51-721-165.netcologne.de) has joined #pikipedia 2015-02-16 15:54:46 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-02-16 15:56:15 <-- Yoshi2 (Yoshi2@igkh-77-82-40-275.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-16 16:00:18 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-16 18:07:42 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-16 18:45:22 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-16 18:45:22 Testyo Greetings everyone! 2015-02-16 18:46:32 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-16 18:46:33 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-16 18:54:36 Yoshi2_ hey Testyo & Espyo 2015-02-16 18:54:37 Testyo because I hacked the beta last night, because I wanted to make it so that there's more than 100 Pikmin in your group? 2015-02-16 18:54:57 @Espyo hi 2015-02-16 18:55:24 Yoshi2_ now I'm curious 2015-02-16 18:55:26 Yoshi2_ Testyo: lm 2015-02-16 18:55:26 Testyo I said because I hacked the beta last night, because I wanted to make it so that there's more than 100 Pikmin in your group? because Yoshi2_ mentioned my name. This random message came from the messages wait, do you think it's possible to make it so that there's more than 100 Pikmin in your group? and 2015-02-16 18:55:26 Testyo because I hacked the beta last night, because I wanted to see the new upgrades/achievements. They were joined by the common word to. 2015-02-16 18:56:07 Yoshi2_ ah, so it is not about a Pikmin beta 2015-02-16 18:58:45 @Espyo Testyo does the darndest things when I'm sleeping 2015-02-16 18:58:46 Testyo would the KopPad theme replace this is a WHOLE new level 2015-02-16 18:58:49 @Espyo like finding and hacking a Pikmin beta 2015-02-16 18:59:49 Yoshi2_ Testyo should stop getting my hopes up 2015-02-16 18:59:50 Testyo that does most of the work for me 2015-02-16 19:00:50 @Espyo ...getting the hopes up, Testyo? 2015-02-16 19:00:51 Testyo I now know espyo's secret 2015-02-16 19:00:56 @Espyo UHM 2015-02-16 19:02:12 Yoshi2_ Well, 2015-02-16 19:02:57 Yoshi2_ Testyo: lm 2015-02-16 19:02:57 Testyo I said I now know espyo's secret because Espyo mentioned my name. This random message came from the messages I have no idea and i now know espyo's secret. They were joined by the common word I. 2015-02-16 19:03:16 Yoshi2_ that means there IS a secret 2015-02-16 19:06:01 @Espyo he could be bluffing, though 2015-02-16 19:08:44 Yoshi2_ Testyo: are you bluffing? (y/n) 2015-02-16 19:08:44 Testyo Seems like it. 2015-02-16 19:08:58 Yoshi2_ well, that settles it, I guess 2015-02-16 21:27:50 @Espyo hey, remember that Bumblebee glitch? 2015-02-16 21:27:52 @Espyo https://github.com/ValveSoftware/steam-for-linux/issues/3671 2015-02-16 21:28:00 @Espyo Valve's doing something similar too 2015-02-16 21:51:33 Yoshi2_ wasn't that the same link you (or somebody else) showed when the bumblebee glitch came up? 2015-02-16 21:55:39 @J ...yeah 2015-02-16 21:58:24 @Espyo couldn't have been 2015-02-16 21:58:33 @Espyo I know I used a Google Search and found something non-Bumblebee 2015-02-16 21:58:48 @Espyo but I don't think it was Valve 2015-02-16 21:59:01 @J don't make me look it up 2015-02-16 21:59:05 Yoshi2_ I do remember seeing that steam linux issue 2015-02-16 21:59:16 Yoshi2_ maybe it was in a different context 2015-02-16 21:59:20 @Espyo well then I have dementia 2015-02-16 21:59:46 Yoshi2_ poor Espyo 2015-02-16 22:00:19 @Espyo expect me to repost it in a week and a half, though 2015-02-16 22:01:46 Yoshi2_ well 2015-02-16 22:02:51 Yoshi2_ apparently I have some sort of mentall illness that causes me to see things that never happened 2015-02-16 22:03:07 Yoshi2_ *mental 2015-02-16 22:03:34 Yoshi2_ that link never appeared on this channel, I guess I saw it somewhere else 2015-02-16 22:03:37 @Espyo wait, so does that mean I never posted? 2015-02-16 22:03:42 @Espyo J led you in error 2015-02-16 22:03:56 Yoshi2_ that means you likely never posted that link here, at least not while I was online 2015-02-16 22:04:42 @J 2015-02-01 15:37:20 Yoshi2 good point testy o, even if nintendo cares, all that counts is that we never added obstacle plants before 2015-02-16 22:04:42 @J 2015-02-01 15:38:26 @J https://github.com/ValveSoftware/steam-for-linux/issues/3671 this? 2015-02-16 22:05:41 @Espyo Feb 01 15:38:26 https://github.com/ValveSoftware/steam-for-linux/issues/3671 this? 2015-02-16 22:05:50 @Espyo ah dammit, beaten by a second 2015-02-16 22:05:54 @Espyo ...and a minute 2015-02-16 22:06:01 Yoshi2_ well 2015-02-16 22:06:04 Yoshi2_ damn 2015-02-16 22:06:27 Yoshi2_ just noticed that my logs end after the 31st of January 2015-02-16 22:06:27 Testyo 31 st = 196.859 kg / 434 lb / 6944 oz 2015-02-16 22:06:29 @J a whole minute 2015-02-16 22:06:36 @Espyo not a whole 2015-02-16 22:06:39 @Espyo 59 seconds here 2015-02-16 22:06:56 @J hey, you rounded to a second 2015-02-16 22:07:03 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-02-16 22:07:03 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-16 22:07:07 @PikFan hi 2015-02-16 22:07:09 @J hey 2015-02-16 22:07:21 @PikFan so I'm actually on a PC for once 2015-02-16 22:07:39 @Espyo hi 2015-02-16 22:15:59 @PikFan http://www.pikminwiki.com/Broken_Food_Master_%5C_Divine_Cooking_Tool 2015-02-16 22:16:08 @PikFan ...oh wait, never mind 2015-02-16 22:16:25 @PikFan I was about to ask why it had a back slash, then I realized it would make it a subpage 2015-02-16 22:17:00 <-- Yoshi2_ (Yoshi2@ujle-82-51-721-165.netcologne.de) has quit (Quit: Leaving) 2015-02-16 22:18:57 @PikFan ...huh? 2015-02-16 22:19:09 @PikFan the other Pikmin types don't have icons? 2015-02-16 22:19:59 @Espyo nope 2015-02-16 22:20:03 @Espyo they were never needed 2015-02-16 22:20:11 @Espyo plus the icon for Reds is pretty iffy as-is 2015-02-16 22:20:35 @Espyo also, the Smash 4 trophy for the Hocotate Bomb (Hocotate ship as an item) states it comes from P1 and P2 2015-02-16 22:20:37 @Espyo good grief 2015-02-16 22:21:02 @PikFan yay for inconsistencies 2015-02-16 22:22:10 @PikFan the icon for Reds looks fine 2015-02-16 22:22:39 @Espyo I don't think it looks bad, but it's so... 2015-02-16 22:22:50 @Espyo "grab the concept art, crop it and give it a border"-like 2015-02-16 22:22:58 @Espyo ...which is what I did for most of the other custom icons anyway... 2015-02-16 22:23:25 @PikFan heh 2015-02-16 22:23:39 @PikFan you'd probably kill yourself if you tried to make original icons 2015-02-16 22:23:50 @PikFan for every single icon 2015-02-16 22:24:05 @Espyo mhm 2015-02-16 22:24:06 @PikFan easily 300 icons 2015-02-16 22:24:53 @PikFan oh, also, didn't you consider merging the obstacle icons with the icon template at some point? 2015-02-16 22:25:08 @PikFan I'm not asking you to, just want to know if that ever happened 2015-02-16 22:25:32 @Espyo don't think I did 2015-02-16 22:25:39 @Espyo but they shouldn't need such a thing 2015-02-16 22:25:42 @PikFan hmm, alright 2015-02-16 22:25:49 @Espyo if the files are already called " icon.png", then it's done 2015-02-16 22:38:18 @PikFan ...oh, lovely 2015-02-16 22:38:29 @PikFan so I'm adding icons to the fruits 2015-02-16 22:38:38 @PikFan but their widths are inconsistent 2015-02-16 22:40:47 @PikFan well, I suppose it'll have to do 2015-02-16 22:40:58 @Espyo oh, right 2015-02-16 22:41:04 @Espyo I'll have to make them consistent 2015-02-16 22:42:03 @PikFan a list where a Face Wrinkler is tiny so that its width is the same as a Cupid's Grenade? inconceivable 2015-02-16 22:42:23 @PikFan that'd look even worse than what it does now 2015-02-16 22:42:59 @PikFan ...oh 2015-02-16 22:43:13 @PikFan I see... 2015-02-16 22:44:41 @PikFan was an icon for Nuggets made? 2015-02-16 22:45:47 @Espyo I never said do it like that though 2015-02-16 22:45:50 @Espyo anyway, no Nuggets yet 2015-02-16 22:47:36 @PikFan alright 2015-02-16 22:47:48 @PikFan I'll leave the icon there anyway 2015-02-16 22:48:16 @Espyo mhm 2015-02-16 22:53:00 @PikFan in lists, should obstacles be called "Dirt Wall" or "dirt wall"? 2015-02-16 22:53:47 @PikFan the former seems to make more sense, but... 2015-02-16 22:59:58 @Espyo dirt wall 2015-02-16 22:59:59 @Espyo policy 2015-02-16 23:03:20 @PikFan I know that "dirt wall" is policy, but "Dirt Wall" looks better in a list 2015-02-16 23:04:16 @PikFan at least, I think it does 2015-02-16 23:31:16 @PikFan "The Climbing Stick used to obtain the Nugget pile is also behind the player at the start of the level, allowing players to gain some quick funds." 2015-02-16 23:31:25 @PikFan iirc there is no climbing stick in that level 2015-02-16 23:36:46 @Espyo hmm... 2015-02-16 23:38:04 Testyo [Pikipedia RC] Tropical Forest by PikFan23 (+666 adding icons, cleaning some stuff up (removed that statement about the climbing ...) http://www.pikminwiki.com/index.php?title=Tropical_Forest&curid=9412&diff=145333&oldid=145202 2015-02-16 23:38:28 @Espyo +666 2015-02-16 23:38:45 @PikFan oh bloody hell 2015-02-16 23:48:49 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 00:43:11 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-17 00:45:08 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 00:46:27 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: So long everyone!) 2015-02-17 00:46:30 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-17 01:45:47 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-17 02:51:15 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 02:53:15 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-17 02:53:19 -- UltraMario_ is now known as UltraMario 2015-02-17 03:04:17 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-17 05:48:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-17 05:49:36 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 06:17:38 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-17 06:39:51 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 240 seconds) 2015-02-17 09:23:54 --> Yoshi2 (Yoshi2@avja-22-83-872-65.netcologne.de) has joined #pikipedia 2015-02-17 10:48:48 --> Yoshi2_ (Yoshi2@cuhw-22-83-873-816.netcologne.de) has joined #pikipedia 2015-02-17 10:52:30 <-- Yoshi2 (Yoshi2@avja-22-83-872-65.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-17 12:00:13 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-17 12:00:13 Testyo Afternoon everyone! 2015-02-17 12:00:58 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-17 12:00:58 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-17 12:01:09 Yoshi2_ hey Testyo & Espyo 2015-02-17 12:01:10 Testyo I think he's a place to download the sound effects/music from pikmin 3? 2015-02-17 12:06:32 @Espyo hi 2015-02-17 12:07:43 Yoshi2_ now I am curious about who the person is who is a place to download sound and music 2015-02-17 12:10:38 @Espyo hm 2015-02-17 12:10:46 @Espyo there's this website called uh... Garbaria Hotel or something 2015-02-17 12:10:52 @Espyo and I think Garbaria is the host's name 2015-02-17 12:14:02 Yoshi2_ that could be the case 2015-02-17 12:35:23 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-17 14:24:25 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-17 14:24:33 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Client Quit) 2015-02-17 15:12:54 Testyo [Fanon RC] User account Candhfan621 created http://www.pikminfanon.com/index.php?title=User:Candhfan621 2015-02-17 15:17:55 Testyo [Fanon RC] PikminFanon talk:Poll/Sug... by Candhfan621 (+244) http://www.pikminfanon.com/index.php?title=PikminFanon_talk:Poll/Suggestions&curid=6559&diff=47730&oldid=38269 2015-02-17 15:17:56 Testyo [Fanon RC] PikminFanon talk:Poll/Sug... by Candhfan621 (+63) http://www.pikminfanon.com/index.php?title=PikminFanon_talk:Poll/Suggestions&curid=6559&diff=47731&oldid=47730 2015-02-17 15:22:02 @Espyo kinda pointless poll 2015-02-17 15:29:25 Yoshi2_ I vote "Who is Steve?" 2015-02-17 15:29:41 @Espyo heh 2015-02-17 15:29:45 @Espyo long story short... 2015-02-17 15:29:53 @Espyo Chuggaconroy is a Let's Player, a popular one at that 2015-02-17 15:30:17 @Espyo in one of his Pikmin (or Pikmin 2) LP's, one Red Pikmin randomly decided to fight an enemy without the player's consent 2015-02-17 15:30:36 @Espyo Chugga jokingly "honored" the Pikmin, calling him "Steve" and saying that "he's a real trooper" 2015-02-17 15:30:36 @Espyo well 2015-02-17 15:30:40 @Espyo for SOME reason 2015-02-17 15:30:45 @Espyo a lot of people went INSANE over it 2015-02-17 15:30:46 @Espyo like 2015-02-17 15:30:49 @Espyo they saw Steve as a messiah 2015-02-17 15:31:07 @Espyo they even created pages on Pikipedia (on wikia still, at the time), and we had to keep deleting them 2015-02-17 15:31:13 @Espyo it was out of this world 2015-02-17 15:34:03 Yoshi2_ very odd 2015-02-17 15:36:01 @Espyo I know Chugga's influential, but... 2015-02-17 15:37:30 Yoshi2_ well, random things can suddenly become very popular 2015-02-17 15:38:40 Yoshi2_ I've seen that somebody at one point edited the wikipedia page about the keyboard by replacing all mentions of "keyboard" with "leopard" 2015-02-17 15:39:20 @Espyo heh 2015-02-17 15:39:22 Yoshi2_ because a xkcd comic referenced a browser thingy that would replace keyboard with leopard 2015-02-17 15:40:03 Yoshi2_ jokes are fun and dandy, but please keep those off websites that seek to provide correct information 2015-02-17 15:43:03 @Espyo ah 2015-02-17 15:43:19 @Espyo granted, the joke would be caught fairly early 2015-02-17 15:43:25 @Espyo I don't think it was meant to be destructive 2015-02-17 15:43:40 @Espyo just to be a "what if this thing in the comic was real?" and to make people giggle 2015-02-17 15:43:47 @Espyo I'm betting it was reverted after just a few minutes 2015-02-17 15:50:37 Yoshi2_ yeah, it was reverted after less than 10 minutes 2015-02-17 15:52:29 @Espyo mhm 2015-02-17 15:56:14 Yoshi2_ I do like this rule very much: https://en.wikipedia.org/wiki/Wikipedia:Ignore_all_rules 2015-02-17 15:57:46 @Espyo hah, what 2015-02-17 15:57:46 Testyo all seis 2015-02-17 15:59:54 Yoshi2_ Testyo: what? 2015-02-17 15:59:55 Testyo it's a bit stupid because it's katakana and most words can mean pretty much anything if you dont know what would the page be? 2015-02-17 16:00:09 Yoshi2_ what? 2015-02-17 17:01:45 --> Megamario15 (Mibbit@sbvg-14-181-742-32.bstnma.fios.verizon.net) has joined #pikipedia 2015-02-17 17:05:31 --> Yoshi2__ (Yoshi2@qbai-63-94-962-26.netcologne.de) has joined #pikipedia 2015-02-17 17:05:34 --> Miriostir (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-17 17:05:45 Miriostir 'ello 2015-02-17 17:05:55 Megamario15 hi 2015-02-17 17:06:00 Miriostir Hello. 2015-02-17 17:07:50 Miriostir You wanna play Mariokart? 2015-02-17 17:08:00 Megamario15 7 or 8? 2015-02-17 17:08:47 <-- Yoshi2_ (Yoshi2@cuhw-22-83-873-816.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-17 17:08:59 Miriostir 7 2015-02-17 17:09:05 Megamario15 Ok 2015-02-17 17:09:13 --> Yoshi2 (Yoshi2@tcxh-39-13-295-307.netcologne.de) has joined #pikipedia 2015-02-17 17:09:17 Miriostir ...you want to see my Miiverse page? 2015-02-17 17:09:46 Megamario15 Yeah sure 2015-02-17 17:09:53 <-- Yoshi2__ (Yoshi2@qbai-63-94-962-26.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-17 17:10:08 Miriostir https://miiverse.nintendo.net/users/Mariosrar123u 2015-02-17 17:11:17 Miriostir By the way,l have the Tomodachi life welcome demo if you want it. :/ 2015-02-17 17:11:40 Megamario15 Idk what you mean 2015-02-17 17:11:59 Megamario15 your page is cool 2015-02-17 17:12:57 Miriostir Thanks. : ) 2015-02-17 17:13:05 --> Yoshi2_ (Yoshi2@wntu-75-75-361-262.netcologne.de) has joined #pikipedia 2015-02-17 17:13:21 Miriostir By the way,my 3DS is broke,my new one is coming thursday. 2015-02-17 17:13:36 Miriostir I am on my friends. 2015-02-17 17:13:53 Testyo [Pikipedia RC] User talk:GreenPikmin by GreenPikmin (+501 /* e-Reader */) http://www.pikminwiki.com/index.php?title=User_talk:GreenPikmin&curid=18177&diff=145358&oldid=145354 2015-02-17 17:13:54 Miriostir Anyway,community code: 119013 8544 8888 2015-02-17 17:14:28 Megamario15 oh. Good luck. Hope you get it 2015-02-17 17:15:06 Miriostir I orderd it. 2015-02-17 17:15:17 Miriostir They screwed it up at launch. >_< 2015-02-17 17:15:35 Miriostir l'm on a friends 3DS in the MK7 community. 2015-02-17 17:15:44 -- Miriostir is now known as Mariostar 2015-02-17 17:16:29 <-- Yoshi2 (Yoshi2@tcxh-39-13-295-307.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-17 17:17:05 Megamario15 oh. I see 2015-02-17 17:17:37 Megamario15 "miiverse is restricted by parental controls" 2015-02-17 17:17:40 Megamario15 crud 2015-02-17 17:18:10 Mariostar Shall we start Miriokirt? 2015-02-17 17:18:19 Megamario15 Yeah sure 2015-02-17 17:18:56 Megamario15 my fc is 3093-7370-6203. You need it for us to play 2015-02-17 17:19:06 Mariostar We don't in MK7. 2015-02-17 17:19:14 Megamario15 Oh 2015-02-17 17:19:17 Mariostar Just type it in at the community screen. 2015-02-17 17:19:27 Mariostar 119013 8544 8888 2015-02-17 17:19:40 Megamario15 You mean the miiverse thing? 2015-02-17 17:19:58 Megamario15 Sorry, I'm not allowed on miiverse 2015-02-17 17:20:02 Mariostar l'll add you when l get my own 3DS again. 2015-02-17 17:20:12 Megamario15 ok 2015-02-17 17:20:20 <-- Yoshi2_ (Yoshi2@wntu-75-75-361-262.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-17 17:20:21 Mariostar Just go on Mariokart,online,community,type in that code. 2015-02-17 17:20:31 Megamario15 oh ok 2015-02-17 17:20:38 Mariostar Also,it's the new system,the New Nintendo 3DS. 2015-02-17 17:21:24 Megamario15 Makes me wish I had one so I can use my amiibos there 2015-02-17 17:21:37 Mariostar l have one amiibo. 2015-02-17 17:21:52 Megamario15 I have 10 2015-02-17 17:21:55 Mariostar I am better with Mario in Smash,but l own HW. 2015-02-17 17:22:15 Megamario15 I'm a Mario main there 2015-02-17 17:22:44 Megamario15 Both 3ds and wii u 2015-02-17 17:23:44 Megamario15 I'm coming now 2015-02-17 17:23:54 Mariostar You got a Wii U? 2015-02-17 17:23:56 Mariostar Dat you? 2015-02-17 17:24:35 Mariostar l'm leaving the chat for awhile,see you after the race. 2015-02-17 17:24:43 Megamario15 ok 2015-02-17 17:29:05 Testyo [Pikipedia RC] File:EReaderEnglish.png uploaded by GreenPikmin (English version of the [[e-Reader]] menu in ''[[Pikmin 2]]''. Some Japanese text...) http://www.pikminwiki.com/index.php?title=File:EReaderEnglish.png 2015-02-17 17:29:39 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-17 17:30:17 --> Yoshi2 (Yoshi2@thmg-94-87-160-71.netcologne.de) has joined #pikipedia 2015-02-17 17:34:09 Testyo [Pikipedia RC] E-Reader by GreenPikmin (+82) http://www.pikminwiki.com/index.php?title=E-Reader&curid=655&diff=145361&oldid=145351 2015-02-17 17:40:12 <-- Yoshi2 (Yoshi2@thmg-94-87-160-71.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-17 17:40:24 --> Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-17 17:40:33 Mariostar You still here? 2015-02-17 17:40:48 Mariostar Testyo 2015-02-17 17:40:49 Testyo was the error in the output or a message 2015-02-17 17:41:33 Megamario15 yes I'm still here 2015-02-17 17:42:01 Mariostar Thanks for playing,but someone else is trying to play on Wii U,and l havebthis chat up on Wii U,soooooo....sorry. 2015-02-17 17:42:13 Megamario15 It's ok. 2015-02-17 17:42:19 Mariostar I'll follow you on Miiverse and get back to you. 2015-02-17 17:42:25 Megamario15 I could probably come on Wii U 2015-02-17 17:42:29 Mariostar What's your NNID? 2015-02-17 17:42:50 Megamario15 beautifulgiraffe 2015-02-17 17:42:57 Megamario15 Not my choice 2015-02-17 17:43:18 Megamario15 If I can't come, it's because siblings 2015-02-17 17:43:44 Mariostar https://miiverse.nintendo.net/posts/users/beautifulgiraffe :\ 2015-02-17 17:44:24 Mariostar l'll leave you a memo of my NNID 2015-02-17 17:44:57 Megamario15 I can only play for an hour 2015-02-17 17:45:07 Megamario15 But I can still play 2015-02-17 17:45:08 Mariostar https://miiverse.nintendo.net/users/Mariosrar123u 2015-02-17 17:45:47 Mariostar Look,he's waiting,log in on web and follow and l'll get back,l'm so sorry 2015-02-17 17:46:06 Megamario15 It's ok 2015-02-17 17:46:07 Mariostar l left you a memo,l'm really freaking sorry. 2015-02-17 17:46:19 Mariostar Anyway,see ya. :( 2015-02-17 17:46:31 Megamario15 Bye then 2015-02-17 17:46:45 Mariostar Bye,l'll be back here in two hours btw 2015-02-17 17:46:50 Megamario15 ok 2015-02-17 17:46:58 Megamario15 What game r u playing? 2015-02-17 17:47:03 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-17 18:04:31 Testyo [Pikipedia RC] Crystal by Piktoad (+159 /* Locations */ Add a Crystal Nodule location.) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=145362&oldid=145272 2015-02-17 18:04:32 --> Yoshi2 (Yoshi2@puml-87-01-738-611.netcologne.de) has joined #pikipedia 2015-02-17 18:32:16 --> T3 (T3@21-92-364-722.cable.teksavvy.com) has joined #pikipedia 2015-02-17 18:35:05 Testyo [Pikipedia RC] Crystal by Piktoad (+203 /* Locations */ Add another Crystal Nodule location.) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=145363&oldid=145362 2015-02-17 18:35:38 --> Yoshi2_ (Yoshi2@thml-10-01-52-941.netcologne.de) has joined #pikipedia 2015-02-17 18:36:14 <-- Yoshi2 (Yoshi2@puml-87-01-738-611.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-17 18:44:13 <-- Megamario15 (Mibbit@sbvg-14-181-742-32.bstnma.fios.verizon.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-17 19:10:52 Testyo [Pikipedia RC] Crystal by AeroBlaze777 (-57 m /* Locations */) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=145364&oldid=145363 2015-02-17 19:10:52 Testyo [Pikipedia RC] Crystal by AeroBlaze777 (+80 m /* Trivia */) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=145365&oldid=145364 2015-02-17 19:21:04 Testyo [Pikipedia RC] Iron ball by AeroBlaze777 (+256 m /* Locations */) http://www.pikminwiki.com/index.php?title=Iron_ball&curid=8527&diff=145366&oldid=145328 2015-02-17 19:26:06 Testyo [Pikipedia RC] Crystal by Piktoad (+260 Complete (I hope ...) the Crystal Nodules Locations and rename the "Locations" s...) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=145367&oldid=145365 2015-02-17 19:27:34 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 19:28:58 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-02-17 19:30:10 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 19:31:07 Testyo [Pikipedia RC] Bulblord by Pettamapossum (+20 m Added game icon) http://www.pikminwiki.com/index.php?title=Bulblord&curid=7983&diff=145368&oldid=144657 2015-02-17 19:32:34 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-02-17 19:33:03 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 19:35:48 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 19:36:09 Testyo [Pikipedia RC] Monochromatic Pinchipede by Pettamapossum (+20 m Added game icon) http://www.pikminwiki.com/index.php?title=Monochromatic_Pinchipede&curid=15791&diff=145369&oldid=144706 2015-02-17 19:38:11 <-- UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-02-17 19:38:56 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-17 19:45:35 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 19:46:29 Testyo [Pikipedia RC] Large-Mouth Wollywog by Pettamapossum (+20 m Added game icon) http://www.pikminwiki.com/index.php?title=Large-Mouth_Wollywog&curid=16410&diff=145370&oldid=144710 2015-02-17 19:46:29 Testyo [Pikipedia RC] Translucent Wollywog by Pettamapossum (+18 m Added game icon) http://www.pikminwiki.com/index.php?title=Translucent_Wollywog&curid=15714&diff=145371&oldid=144614 2015-02-17 19:50:54 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-17 19:52:09 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 20:01:55 Testyo [Pikipedia RC] Telescoping Pumphog by Pettamapossum (+12 m Added game icon, fixed a few grammatical errors.) http://www.pikminwiki.com/index.php?title=Telescoping_Pumphog&curid=15765&diff=145372&oldid=144447 2015-02-17 20:06:57 Testyo [Pikipedia RC] Bulblord by Pettamapossum (+15 Fixed link to Bilious Bulborb.) http://www.pikminwiki.com/index.php?title=Bulblord&curid=7983&diff=145373&oldid=145368 2015-02-17 20:09:36 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-17 20:10:06 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 20:10:18 -- UltraMario_ is now known as UltraMario 2015-02-17 20:17:00 Testyo [Pikipedia RC] Pikmin Adventure Enemies by Pettamapossum (+18 m Added game icon, fixed some spelling errors.) http://www.pikminwiki.com/index.php?title=Pikmin_Adventure_Enemies&curid=16402&diff=145374&oldid=144742 2015-02-17 20:24:02 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-17 20:25:42 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 20:25:51 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-17 20:26:08 <-- Yoshi2_ (Yoshi2@thml-10-01-52-941.netcologne.de) has quit (Quit: Leaving) 2015-02-17 20:47:38 --> PikFan (Mibbit@guoz-28-062.shs.lane.edu) has joined #pikipedia 2015-02-17 20:47:38 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-17 20:48:12 @PikFan [[Pikmin family#Biology]] 2015-02-17 20:48:12 Testyo "Pikmin_family#Biology" article = http://www.pikminwiki.com/index.php?title=Pikmin_family#Biology 2015-02-17 20:48:30 @PikFan here's the source you need for the todo: 2015-02-17 20:48:54 @PikFan [[Notes:Creeping Chrysanthemum/journal]] 2015-02-17 20:48:55 Testyo "Notes:Creeping_Chrysanthemum/journal" article = http://www.pikminwiki.com/index.php?title=Notes:Creeping_Chrysanthemum/journal 2015-02-17 20:49:09 @PikFan ...? 2015-02-17 20:49:40 @PikFan oh 2015-02-17 20:49:46 @Espyo yeah, /olimar 2015-02-17 20:49:53 @Espyo well, all righty then 2015-02-17 20:50:18 @PikFan though it does say "structures", not "systems" 2015-02-17 20:50:53 @Espyo I'll fix it 2015-02-17 20:51:58 @Espyo done 2015-02-17 20:52:08 @Espyo thanks 2015-02-17 20:53:11 @PikFan mhm 2015-02-17 20:53:30 @PikFan I remember seeing that phrase somewhere, so I decided to search for it on the wiki 2015-02-17 20:53:39 @Espyo right 2015-02-17 20:54:18 @PikFan the Pikmin following a path thing is pretty cool 2015-02-17 20:54:27 @PikFan actually, it's amazing 2015-02-17 20:54:36 @PikFan so much so that it made me laugh 2015-02-17 20:54:59 @PikFan *-so 2015-02-17 20:55:26 @Espyo pretty cute 2015-02-17 20:55:29 @PikFan I wonder if this is related to the waypoints 2015-02-17 20:55:40 @Espyo very likely the same path as the carrying path, yeah 2015-02-17 20:55:41 @Espyo (dinner now) 2015-02-17 20:56:15 @PikFan when I get home I'll check to see if they follow a path in P2 and 3, too 2015-02-17 20:56:57 <-- PikFan (Mibbit@guoz-28-062.shs.lane.edu) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-17 22:59:30 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by Beta2))) 2015-02-17 22:59:35 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-17 23:10:39 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-17 23:13:24 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-17 23:54:32 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-17 23:54:35 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-17 23:56:40 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-17 23:58:00 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 00:04:15 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by Beta2))) 2015-02-18 00:04:20 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-18 01:48:36 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-18 01:50:06 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 02:30:45 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-18 02:32:20 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 03:50:15 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Ping timeout: 240 seconds) 2015-02-18 04:05:21 <-- T3 (T3@21-92-364-722.cable.teksavvy.com) has quit 2015-02-18 04:38:29 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 252 seconds) 2015-02-18 05:21:56 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-18 05:29:48 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 08:05:15 --> Yoshi2 (Yoshi2@xkss-27-32-345-84.netcologne.de) has joined #pikipedia 2015-02-18 08:10:30 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-18 08:15:19 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 08:28:56 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-18 08:30:55 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 10:07:47 -- UltraMario is now known as UltraLucas 2015-02-18 10:15:38 <-- UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-18 10:18:29 --> UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 10:37:35 --> UltraLucas_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 10:39:50 <-- UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-18 10:40:21 --> UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 10:42:35 <-- UltraLucas_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-18 10:45:53 <-- UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-18 11:36:56 --> UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 12:02:15 <-- UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-18 12:39:44 --> UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 12:42:19 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-18 13:34:03 <-- UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-18 13:37:39 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 255 seconds) 2015-02-18 13:45:40 --> Luigistar_MS_ (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-18 13:45:48 Luigistar_MS_ Chicken. 2015-02-18 13:50:48 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-18 13:51:12 Ultimate That's a different name... 2015-02-18 13:51:39 <-- Luigistar_MS_ (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-18 13:52:27 Ultimate Hello…? 2015-02-18 13:53:08 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Client Quit) 2015-02-18 13:53:28 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-18 13:58:09 --> MS (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-18 13:58:20 MS Lost connection. :\ 2015-02-18 13:58:26 Ultimate Ok... 2015-02-18 13:58:26 --> UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 13:58:44 MS You know you can get this on a 3DS and it doesn't hafe HTML5? 2015-02-18 13:59:02 Ultimate Yeah… 2015-02-18 13:59:24 MS So,Mario or Moster? 2015-02-18 13:59:26 Ultimate What first? 2015-02-18 13:59:38 Ultimate Marioster 2015-02-18 13:59:45 MS Miriostir 2015-02-18 13:59:53 Ultimate Bob 2015-02-18 13:59:59 MS I'll do MK7 2015-02-18 14:00:12 Yoshi2 I was able to use a irc webclient on the DSi, I was quite impressed 2015-02-18 14:00:19 Yoshi2 but it was not very enjoyable 2015-02-18 14:00:20 MS Cool. 2015-02-18 14:00:49 MS Ultimate,come here tommorow around 10:20 and l'll give you my New 3DS FC. 2015-02-18 14:01:32 Yoshi2 10:20 in what time zone? 2015-02-18 14:01:33 Ultimate Gimme a sec, the new themes came today instead of Friday... 2015-02-18 14:02:02 MS The New Nintendo 3DS has HTML5,you can view Youtube from the browser,3D too. 2015-02-18 14:02:05 MS UK. 2015-02-18 14:02:14 MS Any new that're free? 2015-02-18 14:02:35 Yoshi2 that's cool 2015-02-18 14:02:36 MS Yoshi,want to join us on MK7? 2015-02-18 14:02:45 Yoshi2 don't have mk7 2015-02-18 14:02:52 MS Ah,ok. 2015-02-18 14:02:56 Yoshi2 and my exams aren't over yet :/ 2015-02-18 14:03:22 MS Christ,my hair keeps falling on my Gamepad,l just had it cut. 2015-02-18 14:03:28 MS >_< 2015-02-18 14:03:35 Ultimate Last week there were basic colour packs with one colour top another bottom. There was also a 8 (I think) pack of one colour themes... 2015-02-18 14:03:53 MS I saw,blue or pink with green. 2015-02-18 14:04:04 Ultimate Yeah 2015-02-18 14:04:25 Ultimate Turns out there was only one Pickachu theme today... 2015-02-18 14:04:36 MS PIKACHUUUUUUUU 2015-02-18 14:04:48 <-- MS (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-18 14:05:13 --> Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-18 14:05:25 Mariostar So,you ready? 2015-02-18 14:05:35 Mariostar I think te chat broke. 2015-02-18 14:05:45 Mariostar No,good. 2015-02-18 14:05:48 Ultimate Yep (for both) 2015-02-18 14:05:56 Mariostar l'm on MK7. 2015-02-18 14:06:04 Ultimate Same 2015-02-18 14:06:23 Mariostar ln Leaf lovers R.I.P 2015-02-18 14:06:46 Ultimate On 2015-02-18 14:06:52 Mariostar ok 2015-02-18 14:07:18 Mariostar l won't be here typing until we're done. 2015-02-18 14:07:36 Ultimate Me too 2015-02-18 14:09:04 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-18 14:11:09 Mariostar ? 2015-02-18 14:11:26 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-18 14:11:41 Ultimate Why did you disconnect?!?! 2015-02-18 14:11:59 Mariostar I couldn't on a 2DS. 2015-02-18 14:12:23 Ultimate You did perfectly fine last time 2015-02-18 14:12:27 Mariostar l'm really freakin' sorry,l knew l'd lose s l started messing around. 2015-02-18 14:12:35 Ultimate Yep 2015-02-18 14:12:52 Mariostar I thought it only happens at a complete stop. 2015-02-18 14:12:53 Ultimate I got to go now, see ya later! 2015-02-18 14:13:08 Mariostar bye 2015-02-18 14:13:21 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Client Quit) 2015-02-18 14:13:46 Mariostar ....so... 2015-02-18 14:14:00 Mariostar Yoshi?... 2015-02-18 14:17:08 Mariostar ....I'm going to go on Miiverse. 2015-02-18 14:17:10 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-18 15:58:50 <-- UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-18 16:20:46 --> Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has joined #pikipedia 2015-02-18 16:21:40 --> Yoshi2_ (Yoshi2@thhb-10-06-451-928.netcologne.de) has joined #pikipedia 2015-02-18 16:25:30 <-- Yoshi2 (Yoshi2@xkss-27-32-345-84.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-18 16:37:20 <-- Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has quit (Ping timeout: 252 seconds) 2015-02-18 17:16:35 --> Yoshi2__ (Yoshi2@yrbp-56-13-581-5.netcologne.de) has joined #pikipedia 2015-02-18 17:19:41 <-- Yoshi2_ (Yoshi2@thhb-10-06-451-928.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-18 17:24:48 --> Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has joined #pikipedia 2015-02-18 17:25:44 --> Yoshi2_ (Yoshi2@hegz-58-20-566-73.netcologne.de) has joined #pikipedia 2015-02-18 17:25:56 <-- Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has quit (Read error: Connection reset by peer) 2015-02-18 17:28:57 <-- Yoshi2__ (Yoshi2@yrbp-56-13-581-5.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-18 17:30:04 --> Yoshi2 (Yoshi2@wiok-32-06-169-40.netcologne.de) has joined #pikipedia 2015-02-18 17:32:06 <-- Yoshi2_ (Yoshi2@hegz-58-20-566-73.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-18 17:39:58 --> Yoshi2_ (Yoshi2@qwqt-10-01-55-903.netcologne.de) has joined #pikipedia 2015-02-18 17:42:54 <-- Yoshi2 (Yoshi2@wiok-32-06-169-40.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-18 18:24:29 --> Yoshi2__ (Yoshi2@pzwf-06-68-530-073.netcologne.de) has joined #pikipedia 2015-02-18 18:27:54 <-- Yoshi2_ (Yoshi2@qwqt-10-01-55-903.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-18 18:30:34 <-- Yoshi2__ (Yoshi2@pzwf-06-68-530-073.netcologne.de) has quit (Read error: Operation timed out) 2015-02-18 18:43:13 --> Yoshi2 (Yoshi2@tcxh-15-51-939-83.netcologne.de) has joined #pikipedia 2015-02-18 18:47:06 --> Yoshi2_ (Yoshi2@fayj-87-01-162-276.netcologne.de) has joined #pikipedia 2015-02-18 18:50:26 <-- Yoshi2 (Yoshi2@tcxh-15-51-939-83.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-18 18:51:32 <-- Yoshi2_ (Yoshi2@fayj-87-01-162-276.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-18 19:03:34 --> Yoshi2 (Yoshi2@vgkc-96-94-78-145.netcologne.de) has joined #pikipedia 2015-02-18 19:07:31 --> Yoshi2_ (Yoshi2@eypm-25-75-786-207.netcologne.de) has joined #pikipedia 2015-02-18 19:08:40 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-18 19:08:40 Testyo Hi everyone! 2015-02-18 19:09:24 --> Yoshi2__ (Yoshi2@dbai-77-32-95-763.netcologne.de) has joined #pikipedia 2015-02-18 19:09:29 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-18 19:09:29 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-18 19:10:47 <-- Yoshi2 (Yoshi2@vgkc-96-94-78-145.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-18 19:11:39 --> Yoshi2 (Yoshi2@zoan-15-52-943-434.netcologne.de) has joined #pikipedia 2015-02-18 19:12:59 <-- Yoshi2_ (Yoshi2@eypm-25-75-786-207.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-18 19:13:25 <-- Yoshi2__ (Yoshi2@dbai-77-32-95-763.netcologne.de) has quit (Read error: Operation timed out) 2015-02-18 19:21:23 Yoshi2 hey Espyo & Testyo 2015-02-18 19:21:24 Testyo Amazon is actually placing the file 2015-02-18 19:22:19 @Espyo hi 2015-02-18 19:22:29 @Espyo ffs, Mariostar joined with a stupid long nickname a few days ago 2015-02-18 19:22:39 @Espyo my chatlog is still adjusting the name column to fit his name, because he's still on the chatlog 2015-02-18 19:23:54 Yoshi2 when I was on chatzilla, the client tried to do that 2015-02-18 19:24:40 Yoshi2 hexchat seems to keep the name column at the width I set it at, it eats the time stamp if the name is too long though 2015-02-18 19:26:05 @Espyo guess it's an option, then 2015-02-18 19:31:25 --> Yoshi2_ (Yoshi2@ffid-75-75-232-02.netcologne.de) has joined #pikipedia 2015-02-18 19:32:17 Yoshi2_ it is odd how there seems to be a pattern as to how the connection breaks 2015-02-18 19:32:47 <-- Yoshi2 (Yoshi2@zoan-15-52-943-434.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-18 19:33:31 Yoshi2_ it seems to break more often in the evening lately 2015-02-18 19:33:42 @Espyo hm 2015-02-18 19:33:49 @Espyo problem with your ISP maybe? 2015-02-18 19:33:55 @Espyo try checking which channel your router is set to 2015-02-18 19:34:06 @Espyo if it's a particularly busy channel, it could have an impact on stability 2015-02-18 19:35:44 Yoshi2_ as I'm not using wlan, it is definitely a problem with my ISP 2015-02-18 19:39:25 @Espyo hm 2015-02-18 20:17:28 --> Yoshi2 (Yoshi2@osdt-91-99-128-153.netcologne.de) has joined #pikipedia 2015-02-18 20:19:57 <-- Yoshi2_ (Yoshi2@ffid-75-75-232-02.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-18 20:22:10 --> Yoshi2_ (Yoshi2@bxnn-01-63-083-935.netcologne.de) has joined #pikipedia 2015-02-18 20:23:56 Yoshi2_ I'll call it a day and- oh my 2015-02-18 20:24:00 Yoshi2_ arookas made a new post 2015-02-18 20:24:59 Yoshi2_ Espyo: he added some code snippets of pseudo c code for parsing BMS events 2015-02-18 20:25:03 Yoshi2_ https://gist.github.com/arookas/61e7309e18f41a99b52b 2015-02-18 20:25:09 Yoshi2_ https://gist.github.com/arookas/fa1d3a0685b23d9ea911 2015-02-18 20:25:17 @Espyo ooh 2015-02-18 20:25:21 <-- Yoshi2 (Yoshi2@osdt-91-99-128-153.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-18 20:30:18 <-- Yoshi2_ (Yoshi2@bxnn-01-63-083-935.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-18 20:31:48 --> Yoshi2 (Yoshi2@qban-46-49-629-8.netcologne.de) has joined #pikipedia 2015-02-18 20:32:13 Yoshi2 alrighty, good night 2015-02-18 20:33:26 @J bye 2015-02-18 20:33:26 @Espyo night 2015-02-18 20:33:33 @J (also hi) 2015-02-18 20:33:34 <-- Yoshi2 (Yoshi2@qban-46-49-629-8.netcologne.de) has quit (Client Quit) 2015-02-18 21:34:39 --> UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-18 22:20:52 <-- UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-18 22:30:17 Testyo [Pikipedia RC] Desiccated Skitter Leaf by Ford4385 (+2 m Fixing "toss a sing pikmin" to "toss a single pikmin" in prima guide) http://www.pikminwiki.com/index.php?title=Desiccated_Skitter_Leaf&curid=9564&diff=145463&oldid=144958 2015-02-18 22:38:16 Testyo they probably heard some things they didn't adore, like how to the output files 2015-02-18 23:00:34 Testyo [Pikipedia RC] Talk:Forgotten Cove by Ford4385 (+66 N Created page with "I believe that we need pictures, and general fixing for this ...) http://www.pikminwiki.com/index.php?title=Talk:Forgotten_Cove&curid=18263&diff=145464&oldid=0 2015-02-18 23:10:39 Testyo [Pikipedia RC] Talk:Glitches in Pikmin 3 by Ford4385 (+148 N Created page) http://www.pikminwiki.com/index.php?title=Talk:Glitches_in_Pikmin_3&curid=18264&diff=145465&oldid=0 2015-02-18 23:10:39 Testyo [Pikipedia RC] Talk:Glitches in Pikmin 3 by Ford4385 (+10 m Added name) http://www.pikminwiki.com/index.php?title=Talk:Glitches_in_Pikmin_3&curid=18264&diff=145466&oldid=145465 2015-02-18 23:10:40 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-02-18 23:15:42 Testyo [Pikipedia RC] User talk:Ford4385 by Ford4385 (+24 m Added a comment) http://www.pikminwiki.com/index.php?title=User_talk:Ford4385&curid=17180&diff=145468&oldid=145467 2015-02-18 23:15:42 Testyo [Pikipedia RC] Talk:Forgotten Cove by Ford4385 (+10 m Added name) http://www.pikminwiki.com/index.php?title=Talk:Forgotten_Cove&curid=18263&diff=145469&oldid=145464 2015-02-18 23:29:13 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-02-18 23:49:33 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Bye bye everyone!) 2015-02-18 23:55:09 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-18 23:58:04 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-19 00:09:40 --> UltraLucas (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-19 00:09:50 -- UltraLucas is now known as UltraFlint 2015-02-19 00:10:39 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Ping timeout: 240 seconds) 2015-02-19 00:31:40 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-02-19 00:31:52 Ford4385 Hello 2015-02-19 00:53:52 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-19 02:00:42 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-19 02:05:57 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-19 02:45:06 --> Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has joined #pikipedia 2015-02-19 02:45:22 <-- Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has quit (Client Quit) 2015-02-19 02:58:13 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-02-19 02:58:23 Ford4385 Hello 2015-02-19 03:00:57 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-02-19 03:06:24 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-19 03:33:54 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-02-19 03:49:12 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-19 07:26:04 <-- UltraFlint (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-19 07:27:23 --> Yoshi2 (Yoshi2@hjle-53-75-18-311.netcologne.de) has joined #pikipedia 2015-02-19 08:01:56 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-02-19 09:02:03 --> Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-19 09:02:20 Mariostar My New Nintendo 3DS came 2015-02-19 09:07:51 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-19 09:18:55 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-19 09:19:07 --> Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-19 09:19:25 Mariostar Hi. 2015-02-19 09:19:34 Mariostar About to see my new FC.... 2015-02-19 09:19:34 Ultimate It's Mariostar's birthday! :D :D :D 2015-02-19 09:19:50 Mariostar 2681 2165 0475 2015-02-19 09:20:05 Mariostar Meh,l miss 2122 5577 9616but this is...meh. 2015-02-19 09:20:13 Mariostar What's your FC? 2015-02-19 09:20:27 Ultimate 0705-2394-1297 2015-02-19 09:20:41 Mariostar By the way,the New Nintendo 3DS came with Tomodachi welcome version built in. 2015-02-19 09:21:03 Ultimate I still have your old FC. Never gonna delete that... 2015-02-19 09:21:11 Mariostar Good. :) 2015-02-19 09:21:29 Mariostar l want to test the New C-stick,MH4U or Iron fall? 2015-02-19 09:21:47 Mariostar Added you. 2015-02-19 09:21:53 Yoshi2 tomodachi life is very cool 2015-02-19 09:22:02 Mariostar l got the full version. 2015-02-19 09:22:11 Ultimate Huzzah! 2015-02-19 09:22:17 Mariostar YAAAAAY! 2015-02-19 09:22:29 Mariostar It's good to use 3DS Miiverse again! 2015-02-19 09:22:52 Mariostar l'll save LCU and go on MH4 2015-02-19 09:23:23 Ultimate Yeah. I deleted Ironfall anyway. Took up too many blocks... 2015-02-19 09:24:27 Ultimate If you haven't seen it yet. There's a new game called Pokémon Shuffle out in the eShop for free. 2015-02-19 09:24:35 Mariostar l got it. 2015-02-19 09:24:58 Mariostar I have used over 7000 blocks,got 13,000 left! 2015-02-19 09:25:10 Mariostar Who's hosting? 2015-02-19 09:25:24 Mariostar Beginner or experienced? 2015-02-19 09:25:26 Ultimate I only have 10 000... Used up 7 000 2015-02-19 09:25:48 Mariostar What SD card you got? 2015-02-19 09:25:56 Ultimate You can if you want... 2015-02-19 09:26:04 Mariostar Ok,l'll do beginner. 2015-02-19 09:26:05 Ultimate 4GB 2015-02-19 09:26:26 Ultimate What monster 2015-02-19 09:26:32 Mariostar Second guy. 2015-02-19 09:26:45 Mariostar The New 3DS has 4G built in,old,2. 2015-02-19 09:27:03 Mariostar The new C-stick is very sensitive. 2015-02-19 09:27:22 Ultimate Better than the giant circle pad pro... 2015-02-19 09:27:24 Yoshi2 it is rather small, so it has to be sensitive 2015-02-19 09:27:35 Mariostar 8423 57251914934265 2015-02-19 09:27:46 Mariostar It's free. :) 2015-02-19 09:27:56 Mariostar l want to get Smash soon. 2015-02-19 09:28:20 Mariostar Also,the first part was the code,second was hall ID 2015-02-19 09:28:45 Ultimate Yeah, I'm in 2015-02-19 09:28:54 Mariostar Ok. 2015-02-19 09:30:17 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-19 09:31:00 Yoshi2 Mariostar: how come that you use I in some places, and l in other places? 2015-02-19 09:33:57 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-19 09:37:29 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-19 09:38:28 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Client Quit) 2015-02-19 09:42:19 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-19 09:42:23 --> Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-19 09:42:32 Mariostar Ultimate. 2015-02-19 09:42:37 Ultimate I finished that. 2015-02-19 09:42:46 Mariostar Well done,mah boi! 2015-02-19 09:43:07 Mariostar Here's my latest post: https://miiverse.nintendo.net/posts/AYQHAAABAACNUKE-HZbLDw 2015-02-19 09:43:19 Ultimate Didn't want to leave things unfinished! What happened? 2015-02-19 09:43:33 Mariostar Fooooooooooooooooooood. 2015-02-19 09:43:56 Ultimate Ohhhhhh... 2015-02-19 09:44:07 Ultimate (I would've done the same!) 2015-02-19 09:44:20 Mariostar I got Subwars. 2015-02-19 09:44:40 Ultimate And I don't! :s 2015-02-19 09:46:13 Ultimate So... 2015-02-19 09:47:08 Mariostar ... 2015-02-19 09:47:14 Mariostar Subwars? 2015-02-19 09:47:31 Ultimate Don't have it... 2015-02-19 09:48:00 Mariostar oh... 2015-02-19 09:48:20 Mariostar MK7? 2015-02-19 09:48:38 Ultimate Sure. 2015-02-19 09:49:02 Mariostar Ok. 2015-02-19 09:49:05 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-19 09:49:46 --> Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-19 09:49:52 Mariostar Ok then. 2015-02-19 09:50:00 Mariostar l'll make a new community. 2015-02-19 09:50:09 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Quit: nwehehehe) 2015-02-19 09:50:16 Ultimate Ok 2015-02-19 09:50:59 Mariostar 52 2740 7809 4673 2015-02-19 09:51:20 Mariostar My sister is watching Kirby right back at ya!. 2015-02-19 09:51:35 Ultimate Huh... 2015-02-19 09:51:54 Mariostar The community is 150cc now. 2015-02-19 09:52:08 Ultimate Ooh! 2015-02-19 09:52:28 Mariostar What? 2015-02-19 09:52:46 Ultimate 150cc! 2015-02-19 09:52:56 Mariostar TOO FAST???? 2015-02-19 09:53:03 Mariostar Are you on? 2015-02-19 09:53:08 Mariostar Yes. 2015-02-19 09:53:16 Mariostar Well,brb? 2015-02-19 09:53:22 Ultimate Lol 2015-02-19 09:54:05 Ultimate Won't be typing tip were done. 2015-02-19 09:54:11 Mariostar same 2015-02-19 09:55:21 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-19 09:55:59 Mariostar Get Shrekt. 2015-02-19 09:58:25 Mariostar Darn... 2015-02-19 10:01:16 Mariostar .......ugh...l haven't had a 3DS for a year! 2015-02-19 10:04:43 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-19 10:04:52 Mariostar How did l jump over the ramp? 0_o 2015-02-19 10:04:56 Ultimate Nice game ! 2015-02-19 10:05:36 Mariostar l was watching 3D Youtube on my New 3DS. 2015-02-19 10:05:56 Ultimate Ooh! Fancy! 2015-02-19 10:06:37 Ultimate Were there pwetty colours? 2015-02-19 10:08:45 Ultimate Umm… Hi? 2015-02-19 10:10:37 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-19 10:12:08 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-19 16:14:17 --> Yoshi2_ (Yoshi2@hjqo-75-20-359-317.netcologne.de) has joined #pikipedia 2015-02-19 16:17:24 <-- Yoshi2 (Yoshi2@hjle-53-75-18-311.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-19 17:32:36 --> PikFan (Mibbit@guoz-28-062.shs.lane.edu) has joined #pikipedia 2015-02-19 17:32:36 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-19 17:32:58 @PikFan ...drat 2015-02-19 17:33:03 @PikFan he's not here 2015-02-19 17:33:27 @PikFan I'll come back at lunch, I suppose 2015-02-19 17:33:48 <-- PikFan (Mibbit@guoz-28-062.shs.lane.edu) has quit (Client Quit) 2015-02-19 18:34:19 --> Yoshi2__ (Yoshi2@hegu-15-06-958-995.netcologne.de) has joined #pikipedia 2015-02-19 18:37:48 <-- Yoshi2_ (Yoshi2@hjqo-75-20-359-317.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-19 18:38:02 --> Yoshi2 (Yoshi2@wiop-72-33-871-17.netcologne.de) has joined #pikipedia 2015-02-19 18:38:15 <-- Yoshi2 (Yoshi2@wiop-72-33-871-17.netcologne.de) has quit (Client Quit) 2015-02-19 18:39:53 <-- Yoshi2__ (Yoshi2@hegu-15-06-958-995.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-19 19:01:11 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-19 19:01:11 Testyo Good evening everyone! 2015-02-19 19:02:09 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-19 19:02:10 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-19 19:07:52 --> UltraFlint (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-19 20:16:48 --> PikFan (Mibbit@guoz-28-062.shs.lane.edu) has joined #pikipedia 2015-02-19 20:16:48 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-19 20:17:03 @PikFan hi 2015-02-19 20:18:01 @PikFan looks like Espyo is leading a crackdown on those obstacle names 2015-02-19 20:18:11 @Espyo hi 2015-02-19 20:18:14 @Espyo hmm? what about the names? 2015-02-19 20:18:29 @PikFan Dirt Wall vs dirt wall 2015-02-19 20:18:58 @PikFan well, their page names, anyway 2015-02-19 20:19:27 @Espyo just following the policy 2015-02-19 20:19:50 @PikFan I like what you did with [[Gate]]; it's more comprehensive, and you can actually link to the types of gates 2015-02-19 20:19:50 Testyo "Gate" article = http://www.pikminwiki.com/index.php?title=Gate 2015-02-19 20:20:20 @Espyo mhm 2015-02-19 20:20:27 @Espyo since the start I felt it was the way to go 2015-02-19 20:20:31 @Espyo glad to know I wasn't wrong 2015-02-19 20:20:46 @Espyo and I'm REALLY pleased with the hazard pages 2015-02-19 20:21:25 @PikFan the hazard pages do look good 2015-02-19 20:22:10 @PikFan I never really considered fire geysers, electric wires, etc as obstacles 2015-02-19 20:24:07 @PikFan on the note of obstacle names, I still disagree with the fact that we should use lower case in lists 2015-02-19 20:25:14 @PikFan I don't mind using them lower case in regular text and stuff, but lower case in lists just seems... wrong 2015-02-19 20:27:42 @PikFan but then, that raises the question of capitalizing fire geysers in lists 2015-02-19 20:27:53 @PikFan that I disagree with 2015-02-19 20:28:02 @PikFan ...and I just contradicted myself 2015-02-19 20:28:04 @PikFan yay 2015-02-19 20:29:02 @PikFan meh, I guess obstacles will stay LC in lists, even if I don't like it 2015-02-19 20:29:29 @PikFan anyway, I need ideas for fanon obstacles 2015-02-19 20:30:01 @PikFan I want to draw the rest of the Distant Desert, but I want to be able to have obstacles 2015-02-19 20:30:28 @PikFan electrodes could be used to power not just light bulbs, but other types of machinery, too 2015-02-19 20:31:14 @PikFan also I had an idea for an obstacle that has to do with White Pikmin's speed 2015-02-19 20:44:49 <-- PikFan (Mibbit@guoz-28-062.shs.lane.edu) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-19 20:51:32 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-19 21:22:55 --> Yoshi2 (Yoshi2@ghmg-60-51-06-085.netcologne.de) has joined #pikipedia 2015-02-19 21:47:38 --> Yoshi2_ (Yoshi2@qbvd-75-25-234-229.netcologne.de) has joined #pikipedia 2015-02-19 21:50:24 <-- Yoshi2 (Yoshi2@ghmg-60-51-06-085.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-19 21:51:22 <-- Yoshi2_ (Yoshi2@qbvd-75-25-234-229.netcologne.de) has quit (Read error: Operation timed out) 2015-02-19 21:51:52 --> Yoshi2 (Yoshi2@vlpr-60-52-994-63.netcologne.de) has joined #pikipedia 2015-02-19 22:13:19 Testyo [Fanon RC] User talk:Candhfan621 by Peach Bulborb (+102 N Created page with "{{Welcome}} If you need anything, [[User talk:Peach Bulborb|...) http://www.pikminfanon.com/index.php?title=User_talk:Candhfan621&curid=9498&diff=47732&oldid=0 2015-02-19 22:13:20 Testyo [Fanon RC] User talk:Sunny1506 by Peach Bulborb (+132 N Created page with "{{Welcome}} If you need anything, [[User talk:Peach Bulborb|...) http://www.pikminfanon.com/index.php?title=User_talk:Sunny1506&curid=9499&diff=47733&oldid=0 2015-02-19 22:14:30 <-- Yoshi2 (Yoshi2@vlpr-60-52-994-63.netcologne.de) has quit (Quit: Leaving) 2015-02-19 22:26:50 --> UltraFlint_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-19 22:27:18 <-- UltraFlint (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-19 22:27:43 -- UltraFlint_ is now known as UltraFlint 2015-02-19 23:52:43 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-19 23:53:01 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-20 02:29:38 -- UltraFlint is now known as UltraMrARIO 2015-02-20 02:29:54 -- UltraMrARIO is now known as UltraMario 2015-02-20 04:14:28 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-20 04:44:54 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-20 07:26:36 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-20 07:28:12 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-20 07:29:50 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-20 07:32:05 <-- UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-20 07:46:35 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-20 08:15:53 --> Yoshi2 (Yoshi2@avop-99-37-114-045.netcologne.de) has joined #pikipedia 2015-02-20 08:42:11 --> Yoshi2_ (Yoshi2@satu-70-25-238-259.netcologne.de) has joined #pikipedia 2015-02-20 08:42:29 <-- Yoshi2 (Yoshi2@avop-99-37-114-045.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-20 09:14:25 --> Yoshi2 (Yoshi2@jijf-53-25-18-706.netcologne.de) has joined #pikipedia 2015-02-20 09:16:02 <-- Yoshi2_ (Yoshi2@satu-70-25-238-259.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-20 09:19:05 --> Yoshi2_ (Yoshi2@hjqt-72-32-338-319.netcologne.de) has joined #pikipedia 2015-02-20 09:19:05 <-- Yoshi2 (Yoshi2@jijf-53-25-18-706.netcologne.de) has quit (Read error: Connection reset by peer) 2015-02-20 09:45:02 --> Yoshi2__ (Yoshi2@bxni-56-63-533-528.netcologne.de) has joined #pikipedia 2015-02-20 09:48:15 <-- Yoshi2_ (Yoshi2@hjqt-72-32-338-319.netcologne.de) has quit (Ping timeout: 240 seconds) 2015-02-20 10:07:54 --> Yoshi2_ (Yoshi2@osid-96-99-691-01.netcologne.de) has joined #pikipedia 2015-02-20 10:11:33 <-- Yoshi2__ (Yoshi2@bxni-56-63-533-528.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-20 10:12:34 --> Yoshi2__ (Yoshi2@ghmg-60-51-496-994.netcologne.de) has joined #pikipedia 2015-02-20 10:15:59 <-- Yoshi2_ (Yoshi2@osid-96-99-691-01.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-20 10:34:04 --> Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-20 10:34:12 Mariostar Sup. 2015-02-20 10:39:16 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-20 10:47:51 --> Yoshi2_ (Yoshi2@jntu-41-40-130-667.netcologne.de) has joined #pikipedia 2015-02-20 10:47:53 <-- Yoshi2__ (Yoshi2@ghmg-60-51-496-994.netcologne.de) has quit (Read error: Connection reset by peer) 2015-02-20 10:52:45 --> Yoshi2__ (Yoshi2@wntu-39-18-792-30.netcologne.de) has joined #pikipedia 2015-02-20 10:55:02 <-- Yoshi2_ (Yoshi2@jntu-41-40-130-667.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-20 10:57:19 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-02-20 11:16:27 <-- Yoshi2__ (Yoshi2@wntu-39-18-792-30.netcologne.de) has quit (Quit: Leaving) 2015-02-20 17:13:30 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-20 17:13:31 Testyo Hey everyone! 2015-02-20 17:14:21 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-20 17:14:21 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-20 17:23:33 Testyo [Pikipedia RC] Pikmin extinction by GreenPikmin (+347 /* Partial extinction */) http://www.pikminwiki.com/index.php?title=Pikmin_extinction&curid=1305&diff=145557&oldid=145376 2015-02-20 17:53:47 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-20 17:54:52 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Client Quit) 2015-02-20 17:56:35 --> Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-20 17:57:17 Mariostar Espyo,is it ok if I change my chat name to Mario probably permanent? I change it occasionally but It's obvious It's me. 2015-02-20 17:57:30 @Espyo eh 2015-02-20 17:57:32 @Espyo fine by me 2015-02-20 17:57:42 Mariostar Ok,thanks. 2015-02-20 17:57:43 @Espyo although UltraMario is also a user here 2015-02-20 17:57:44 @Espyo so it could be him 2015-02-20 17:57:51 @Espyo people could get confused 2015-02-20 17:57:52 @Espyo so be careful 2015-02-20 17:58:10 Mariostar I'll just leave it then. :\ 2015-02-20 17:59:14 Mariostar Are you still working on that game? 2015-02-20 18:00:43 @Espyo of course 2015-02-20 18:01:13 Mariostar All I'm doing is getting my New Nintendo 3DS' C-stick to work. 2015-02-20 18:01:23 @Espyo did it come without working? 2015-02-20 18:01:54 Mariostar It works,but pressing down doesn't function corrctly if l use my thumb. 2015-02-20 18:02:06 @Espyo hmm 2015-02-20 18:05:36 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-20 18:07:28 --> Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-20 18:07:55 Mariostar >_< 2015-02-20 18:14:14 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-20 18:34:21 Testyo [Pikipedia RC] Challenge run by GreenPikmin (-89 /* Pikmin count */ 57 will suffice for 100%) http://www.pikminwiki.com/index.php?title=Challenge_run&curid=17228&diff=145558&oldid=143814 2015-02-20 18:59:52 Testyo [Pikipedia RC] 57-Pikmin run by GreenPikmin (+1713 N Created page with "A 57-Pikmin run is a full playthrough [[Challenge Run]] of ''...) http://www.pikminwiki.com/index.php?title=57-Pikmin_run&curid=18304&diff=145559&oldid=0 2015-02-20 18:59:52 Testyo [Pikipedia RC] 57-Pikmin run by GreenPikmin (0 m More to come) http://www.pikminwiki.com/index.php?title=57-Pikmin_run&curid=18304&diff=145560&oldid=145559 2015-02-20 18:59:52 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-02-20 19:05:20 Testyo [Pikipedia RC] 57-Pikmin run by GreenPikmin (+34 m) http://www.pikminwiki.com/index.php?title=57-Pikmin_run&curid=18304&diff=145563&oldid=145562 2015-02-20 19:10:46 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-20 19:16:56 @Espyo nice 2015-02-20 19:17:03 @Espyo GreenPikmin is pretty cool 2015-02-20 19:17:27 @Espyo I know of another Pikmin player whose name starts with "GreenP", and they're cool too 2015-02-20 19:17:29 @Espyo coincidence? 2015-02-20 19:17:32 @Espyo ...oh, wait 2015-02-20 19:17:36 @Espyo said player changed their name 2015-02-20 19:17:42 @Espyo they're not cool any more because of it 2015-02-20 19:22:10 --> Yoshi2 (Yoshi2@qbvd-06-63-582-95.netcologne.de) has joined #pikipedia 2015-02-20 19:56:11 Testyo [Pikipedia RC] Challenge run by GreenPikmin (+63 m /* Pikmin count */) http://www.pikminwiki.com/index.php?title=Challenge_run&curid=17228&diff=145571&oldid=145569 2015-02-20 20:01:15 Testyo [Pikipedia RC] 50-Pikmin run by GreenPikmin (+160) http://www.pikminwiki.com/index.php?title=50-Pikmin_run&curid=82&diff=145572&oldid=139837 2015-02-20 20:16:32 Testyo [Pikipedia RC] Talk:57-Pikmin run by GreenPikmin (+462) http://www.pikminwiki.com/index.php?title=Talk:57-Pikmin_run&curid=18306&diff=145573&oldid=145568 2015-02-20 20:21:35 Testyo [Pikipedia RC] 57-Pikmin run by GreenPikmin (+72) http://www.pikminwiki.com/index.php?title=57-Pikmin_run&curid=18304&diff=145574&oldid=145567 2015-02-20 20:21:36 Testyo [Pikipedia RC] Paper bag by GreenPikmin (+126 /* Pikmin 2 */) http://www.pikminwiki.com/index.php?title=Paper_bag&curid=1298&diff=145575&oldid=145564 2015-02-20 20:38:24 <-- Yoshi2 (Yoshi2@qbvd-06-63-582-95.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-20 20:41:55 Testyo [Pikipedia RC] 57-Pikmin run by GreenPikmin (+327) http://www.pikminwiki.com/index.php?title=57-Pikmin_run&curid=18304&diff=145576&oldid=145574 2015-02-20 20:46:31 @J I never had a capital P 2015-02-20 20:50:16 @Espyo dialects 2015-02-20 20:57:00 Testyo [Pikipedia RC] Talk:Challenge run by GreenPikmin (+761 N Created page with "I noticed that for the Pikmin 2 low day runs it said 3 days t...) http://www.pikminwiki.com/index.php?title=Talk:Challenge_run&curid=18307&diff=145578&oldid=0 2015-02-20 20:57:49 @Espyo he's right, who DID come up with "three day run"? 2015-02-20 21:02:04 Testyo [Pikipedia RC] Challenge run by GreenPikmin (+23 /* Low-day */) http://www.pikminwiki.com/index.php?title=Challenge_run&curid=17228&diff=145579&oldid=145571 2015-02-20 21:07:09 Testyo [Pikipedia RC] Talk:Challenge run by GreenPikmin (+237 m) http://www.pikminwiki.com/index.php?title=Talk:Challenge_run&curid=18307&diff=145580&oldid=145578 2015-02-20 21:07:09 Testyo [Pikipedia RC] Pikmin 2 by GreenPikmin (+78 /* Gameplay */) http://www.pikminwiki.com/index.php?title=Pikmin_2&curid=1283&diff=145581&oldid=145095 2015-02-20 21:18:46 Miles "Glitches have been found to go out of bounds and leave the cave with only the 5 Yellow Pikmin initially available to complete an electrode to activate the Onion, though these exploits may have been or will be patched." 2015-02-20 21:18:47 Miles ... 2015-02-20 21:18:49 Miles What 2015-02-20 21:30:08 @Espyo they have been patched 2015-02-20 21:30:11 @Espyo I think 2015-02-20 21:30:14 @Espyo but the exploit exists 2015-02-20 21:30:24 @Espyo dodge whistle onto the snow ramp where the iron ball is 2015-02-20 21:30:28 @Espyo then you can go oob and escape 2015-02-20 21:34:00 -- UltraMario is now known as UltraMarioParty2 2015-02-20 21:49:19 Miles Either it was fixed or it wasn't 2015-02-20 21:49:49 Miles Further fixes now for something that was found immediately after the game came out isn't happening 2015-02-20 21:50:36 @Espyo yeah, that part is pretty awkward 2015-02-20 21:52:54 Testyo [Pikipedia RC] Spacesuit upgrades by AeroBlaze777 (+721 Added a glitch section. Needs cleaning up imo.) http://www.pikminwiki.com/index.php?title=Spacesuit_upgrades&curid=15736&diff=145582&oldid=145115 2015-02-20 22:10:39 Miles Seems it still works 2015-02-20 22:10:51 @Espyo all the better 2015-02-20 22:11:07 Miles Which, for the record, means it's a 42 Pikmin Run 2015-02-20 22:11:17 @Espyo right 2015-02-20 22:11:41 @Espyo my memory's failing me 2015-02-20 22:11:45 @Espyo what about the Vehemoth Phosbat? 2015-02-20 22:11:53 @Espyo don't you need 20 to light up the large battery? 2015-02-20 22:11:56 Miles Candypops 2015-02-20 22:12:03 @Espyo oh, right 2015-02-20 22:12:30 @Espyo so you tested just now? 2015-02-20 22:12:53 Miles I got out of the Yellow Onion area at any rate 2015-02-20 22:13:10 @Espyo wait, don't you need to take the iron ball out of the way before that 2015-02-20 22:13:14 @Espyo I don't think you do, but just checking 2015-02-20 22:13:38 @Espyo ...wait, how can you get the Dodge Whistle without even leaving the cave 2015-02-20 22:13:44 Miles The entire point is skipping the iron ball... 2015-02-20 22:13:49 Miles You don't use the dodge whistle 2015-02-20 22:13:54 @Espyo oh! 2015-02-20 22:13:57 @Espyo right, I remember the exact trick now 2015-02-20 22:14:09 @Espyo I thought it involved the dodge whistle 2015-02-20 22:14:11 @Espyo right, it doesn't 2015-02-20 22:14:17 @Espyo well, I'll change the article 2015-02-20 22:23:25 Testyo [Pikipedia RC] 42-Pikmin run by GreenPikmin (+238 /* Requirements */ Side notes) http://www.pikminwiki.com/index.php?title=42-Pikmin_run&curid=18304&diff=145590&oldid=145585 2015-02-20 22:26:09 Miles "This challenge is predicted to be very difficult and no run is known to have been completed." 2015-02-20 22:26:11 Miles Wait what? 2015-02-20 22:26:20 Miles I'm sure plenty of people have done 42 pikmin playthroughs 2015-02-20 22:28:18 @Espyo https://www.youtube.com/watch?v=Y9juZZPsiK8 2015-02-20 22:28:50 @Espyo the guy's mind is in the right place, but looks like he really butchered this article 2015-02-20 23:34:26 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-20 23:38:51 Testyo [Pikipedia RC] 42-Pikmin run by GreenPikmin (-6 Holy cow, I'm all over this) http://www.pikminwiki.com/index.php?title=42-Pikmin_run&curid=18304&diff=145594&oldid=145591 2015-02-20 23:48:54 Testyo [Pikipedia RC] Challenge run by GreenPikmin (+25 /* Low-day */) http://www.pikminwiki.com/index.php?title=Challenge_run&curid=17228&diff=145595&oldid=145589 2015-02-21 00:09:00 Testyo [Pikipedia RC] 7-day run (Pikmin 3) by GreenPikmin (+1839 N Created page with "{{game icons|p3=y}} A 7-day run of ''[[Pikmin 3]]'' is a [[C...) http://www.pikminwiki.com/index.php?title=7-day_run_(Pikmin_3)&curid=18310&diff=145596&oldid=0 2015-02-21 00:15:57 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-21 00:16:12 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-21 00:43:33 -- UltraMarioParty2 is now known as UltraMario 2015-02-21 01:35:09 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-02-21 01:48:08 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-21 02:06:30 -- UltraMario is now known as UlraMarioParty2 2015-02-21 02:36:38 <-- UlraMarioParty2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-21 04:59:36 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-21 07:13:46 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-02-21 08:40:24 --> Yoshi2 (Yoshi2@wnyj-94-82-112-552.netcologne.de) has joined #pikipedia 2015-02-21 09:58:03 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Ping timeout: 255 seconds) 2015-02-21 12:01:42 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-21 12:01:42 Testyo Hi everyone! 2015-02-21 12:02:29 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-21 12:02:30 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-21 15:48:23 Testyo [Pikipedia RC] Bingo Battle by AeroBlaze777 (+58 m) http://www.pikminwiki.com/index.php?title=Bingo_Battle&curid=15731&diff=145606&oldid=145605 2015-02-21 16:22:32 --> Yoshi2_ (Yoshi2@yrgu-25-20-859-59.netcologne.de) has joined #pikipedia 2015-02-21 16:25:11 <-- Yoshi2 (Yoshi2@wnyj-94-82-112-552.netcologne.de) has quit (Read error: Operation timed out) 2015-02-21 16:45:26 Yoshi2_ hm, did I greet testyo yet? 2015-02-21 16:45:27 Testyo hu.... up your hostname 2015-02-21 16:48:51 Testyo [Pikipedia RC] Man-at-Legs by 137.175.185.8 (+20 /* Gallery */) http://www.pikminwiki.com/index.php?title=Man-at-Legs&curid=749&diff=145607&oldid=144541 2015-02-21 16:48:51 Testyo [Pikipedia RC] User account Sunburn9000 created http://www.pikminwiki.com/index.php?title=User:Sunburn9000 2015-02-21 16:48:52 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-02-21 16:51:21 @Espyo not today 2015-02-21 16:53:05 Yoshi2_ guess not 2015-02-21 16:53:19 Yoshi2_ hey Testyo! 2015-02-21 16:53:20 Testyo BTW, full rights are you gonna do that for the caves aswell? 2015-02-21 16:57:59 Yoshi2_ today I've had a lot of fun implementing a brainfuck interpreter in python 2015-02-21 16:58:00 Testyo Language... 2015-02-21 16:58:56 Testyo [Pikipedia RC] Bingo Battle by AeroBlaze777 (+2719 /* Items */) http://www.pikminwiki.com/index.php?title=Bingo_Battle&curid=15731&diff=145609&oldid=145606 2015-02-21 17:01:41 @Espyo hehe, nice 2015-02-21 17:01:45 @Espyo Testyo is far too picky 2015-02-21 17:01:46 Testyo unless you want to 'alternative', since it's valid in both US and GB English 2015-02-21 17:05:34 Yoshi2_ my interpreter has a performance of around 180 thousand operations per second, but that is probably not very quick 2015-02-21 17:08:24 @Espyo it doesn't sound very quick, no 2015-02-21 17:08:31 @Espyo but it doesn't really sound slow 2015-02-21 17:09:26 Yoshi2_ I just need a compiler of bf written in a more efficient language as a reference 2015-02-21 17:12:19 --> Sunburn9000 (Mibbit@rfxeymgztg193.225-710-772.mc.videotron.ca) has joined #pikipedia 2015-02-21 17:12:24 Sunburn9000 Hello 2015-02-21 17:12:31 Sunburn9000 What's up? 2015-02-21 17:12:55 <-- Sunburn9000 (Mibbit@rfxeymgztg193.225-710-772.mc.videotron.ca) has quit (Client Quit) 2015-02-21 17:13:46 Yoshi2_ 37 seconds, very disappointing 2015-02-21 17:19:47 @Espyo mhm 2015-02-21 17:34:14 Testyo [Pikipedia RC] Bulblax Kingdom by E (+1 /* Sublevel 7 */) http://www.pikminwiki.com/index.php?title=Bulblax_Kingdom&curid=61&diff=145610&oldid=145134 2015-02-21 17:34:14 Testyo [Pikipedia RC] Bulblax Kingdom by E (0 /* Sublevel 7 */) http://www.pikminwiki.com/index.php?title=Bulblax_Kingdom&curid=61&diff=145611&oldid=145610 2015-02-21 17:44:20 Testyo [Pikipedia RC] Bingo Battle by AeroBlaze777 (+396 m /* Items */) http://www.pikminwiki.com/index.php?title=Bingo_Battle&curid=15731&diff=145612&oldid=145609 2015-02-21 17:45:09 --> UlraMarioParty2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-21 17:51:06 -- UlraMarioParty2 is now known as UltraMarioParty2 2015-02-21 17:57:35 -- irc: disconnected from server 2015-02-21 17:58:15 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-02-21 17:58:15 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-02-21 17:58:15 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-02-21 17:58:15 -- Channel #pikipedia: 8 nicks (2 ops, 0 voices, 6 normals) 2015-02-21 17:58:15 -- URL for #pikipedia: http://www.pikminwiki.com 2015-02-21 17:58:15 -- Mode #pikipedia [+o J] by ChanServ 2015-02-21 17:58:16 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-02-21 18:11:59 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-21 18:55:23 Testyo [Pikipedia RC] Spotty Bulbear by 97.88.197.254 (0) http://www.pikminwiki.com/index.php?title=Spotty_Bulbear&curid=1590&diff=145613&oldid=144966 2015-02-21 19:38:24 -- UltraMarioParty2 is now known as UltraMetaKnight 2015-02-21 20:18:09 <-- UltraMetaKnight (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-21 20:20:37 --> UltraMetaKnight (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-21 21:14:00 -- UltraMetaKnight is now known as UltraMario 2015-02-21 22:27:08 Testyo [Pikipedia RC] Glitches in Pikmin 2 by 71.164.252.129 (+2 /* Pikmin stuck under bridge */) http://www.pikminwiki.com/index.php?title=Glitches_in_Pikmin_2&curid=8423&diff=145614&oldid=145391 2015-02-21 22:27:22 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-21 22:27:46 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-21 22:55:07 <-- Yoshi2_ (Yoshi2@yrgu-25-20-859-59.netcologne.de) has quit (Quit: Leaving) 2015-02-21 23:35:30 Testyo what the actual trophy view mode 2015-02-22 00:32:43 Testyo [Pikipedia RC] Gate by AeroBlaze777 (-58 /* Reinforced wall */) http://www.pikminwiki.com/index.php?title=Gate&curid=699&diff=145615&oldid=145499 2015-02-22 01:22:55 Testyo [Pikipedia RC] Distant Tundra Remix by AeroBlaze777 (+3056 Finished merge.) http://www.pikminwiki.com/index.php?title=Distant_Tundra_Remix&curid=16389&diff=145616&oldid=145604 2015-02-22 02:17:43 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Later everyone!) 2015-02-22 02:27:02 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-22 02:27:39 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-22 04:28:49 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-22 05:31:16 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-22 05:31:59 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-22 05:32:29 -- UltraMario_ is now known as UltraMario 2015-02-22 07:00:25 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-22 07:04:57 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-22 08:34:05 --> Yoshi2 (Yoshi2@nvjf-22-83-321-391.netcologne.de) has joined #pikipedia 2015-02-22 08:58:30 @J a 2015-02-22 08:58:34 @J */a 2015-02-22 08:58:37 @J so 2015-02-22 08:58:46 @J I have this washing machine cleaning thing in the cupboard 2015-02-22 08:58:51 @J and it's exploded into furriness 2015-02-22 08:58:57 @J _through_ the cardboard box 2015-02-22 09:00:51 Yoshi2 did it damage the washing machine? 2015-02-22 09:03:58 UltraMario hi 2015-02-22 09:11:05 @J it wasn't in the washing machine, it was in the cupboard 2015-02-22 09:11:25 @J just sitting there 2015-02-22 09:19:50 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-22 10:54:59 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-22 12:03:57 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-22 12:06:30 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-22 12:06:30 Testyo Greetings everyone! 2015-02-22 12:30:38 @J hi 2015-02-22 13:40:04 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-22 13:40:04 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-22 13:53:47 @J so today, I went through all my old Minecraft worlds and made a quick recording of the features, in case they ever become unplayable 2015-02-22 13:53:58 @J it was so nostalgic 2015-02-22 13:54:18 @J even the oldest is only like 4 years ago, but even so 2015-02-22 14:17:00 @Espyo hehe 2015-02-22 14:17:11 @Espyo yeah, it's easy to get that feeling 2015-02-22 14:17:25 @Espyo by the way, today I dreamed you were 34 years old 2015-02-22 14:17:32 @Espyo growth spurt much? 2015-02-22 14:35:00 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-22 14:37:15 --> MarioS (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-22 14:37:24 MarioS Hey, Ultimate. 2015-02-22 14:37:30 <-- MarioS (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Client Quit) 2015-02-22 14:37:31 Ultimate Hi 2015-02-22 14:38:34 --> MS (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-22 14:38:39 MS sorry 2015-02-22 14:38:55 Ultimate Umm... Why? 2015-02-22 14:39:09 MS I went off. 2015-02-22 14:39:31 Ultimate It's fine, I don't expect it to work first time. 2015-02-22 14:39:51 MS It wasn't do to errors though,anyway. 2015-02-22 14:40:00 MS You want to play? 2015-02-22 14:40:21 Ultimate One sec... Just need to save 2015-02-22 14:40:27 MS Ok. 2015-02-22 14:40:49 MS I fell in love with Kirby RBAY 2015-02-22 14:41:27 Ultimate Wow, I just watched the episode where Dedede gives everyone a TV. 2015-02-22 14:41:35 Ultimate That was enough for me! 2015-02-22 14:41:50 MS Now l need a Mii for Tiff and Tuff. :\ 2015-02-22 14:42:06 Ultimate :D 2015-02-22 14:42:24 MS I've been watching it at night, and ran out of episodes, so l watched pokémon. 2015-02-22 14:42:38 MS Also this New Nintendo 3DS stylus is killing me. 2015-02-22 14:43:37 Ultimate My original 3DS one broke, so I bought spares and they have sharp ridges where you hold it... Not good! 2015-02-22 14:43:38 MS It was amazing. 2015-02-22 14:43:56 MS The Pokémon. 2015-02-22 14:44:16 MS The tone the character used and then what happened, just amazing. 2015-02-22 14:44:36 MS I've lost a lot of my older 3DS stylus..ez 2015-02-22 14:44:53 MS I lost two. 2015-02-22 14:45:20 Ultimate I bought 6 spares, I can only find 2... 2015-02-22 14:45:28 MS XD 2015-02-22 14:45:33 MS Sorry. 2015-02-22 14:45:54 MS l'm trying to find a picture of the New stylus. 2015-02-22 14:46:39 Ultimate ... 2015-02-22 14:47:06 MS This is the best l can find http://img.game.co.uk/images/content/random/NN3DSInfo.jpg 2015-02-22 14:47:57 Ultimate I have the leaflet for the New 3DS. I think it's in there... 2015-02-22 14:48:11 MS ok 2015-02-22 14:48:23 MS So, you wanna play MH4U? 2015-02-22 14:48:40 Ultimate Yeah, in a sec... 2015-02-22 14:49:21 MS Tetsucabra-50 5732 4084 0580 2015-02-22 14:49:23 Ultimate I went to save, but walk forward a tiny bit. There was a cutscene and now I have to fight a boss... 2015-02-22 14:49:41 MS I forgot the passcode. -.- 2015-02-22 14:50:22 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-22 14:50:37 MS 7291 Tescucumba-52-3084-0762-8179 2015-02-22 14:51:10 UltraMario hi 2015-02-22 14:51:14 UltraMario wat 2015-02-22 14:51:19 MS You on the game with the VP and guy who reminds you of Herbert 2015-02-22 14:51:23 MS Hey UM. 2015-02-22 14:51:33 Ultimate Yep. 2015-02-22 14:51:47 MS I finally got my New Nintendo 3DS. :) 2015-02-22 14:51:58 UltraMario dammit 2015-02-22 14:51:58 UltraMario :< 2015-02-22 14:51:59 Ultimate His voice sounds exactly the same! 2015-02-22 14:52:02 UltraMario i wish i had one 2015-02-22 14:52:03 UltraMario ;_ 2015-02-22 14:52:26 MS Das sad. :( 2015-02-22 14:52:58 MS UM,want to play the MH4U demo with us? 2015-02-22 14:53:20 UltraMario dont have it 2015-02-22 14:53:20 UltraMario also my 3ds is busted 2015-02-22 14:53:20 UltraMario :| 2015-02-22 14:53:35 MS |: 2015-02-22 14:53:50 Ultimate Ok I'm going on MH4U. 2015-02-22 14:53:58 MS You die? 2015-02-22 14:54:15 MS Pass: 7291 Tescucumba-52-3084-0762-8179 Beginner. 2015-02-22 14:54:54 Ultimate Dies it still ask you if you want to use the circle pad pro? 2015-02-22 14:55:07 Ultimate *Does 2015-02-22 14:55:40 MS It says it recognized it instantly and asks if l want to calibrate it. 2015-02-22 14:55:50 Ultimate Ok 2015-02-22 14:56:06 MS It doesn't ask if l want to use it,but l can still use the D-pad. 2015-02-22 14:56:28 MS l still use the D-pad for aiming with the bow though. 2015-02-22 14:56:38 @J [14:17:25] @Espyo by the way, today I dreamed you were 34 years old 2015-02-22 14:56:43 @J that is weird 2015-02-22 14:56:49 @Espyo quite 2015-02-22 14:57:07 @Espyo but hey, I also dreamed of a revolutionary new HTML idea 2015-02-22 14:57:10 @Espyo custom context menus 2015-02-22 14:57:21 Yoshi2 J: looking at screenshots of the old minecraft servers I used to play on always hits me with a huge amount of nostalgia 2015-02-22 14:57:24 @Espyo imagine on wikis, you right-click a link 2015-02-22 14:57:25 MS l use the C-stick for camera control while moving around without aiming. 2015-02-22 14:57:36 @Espyo and there are options on the context menu to open the link, in a new tab, etc., the usual things 2015-02-22 14:57:48 @Espyo but also commands to open the respective talk page, the respective edit page, history page, etc. 2015-02-22 14:57:54 @J hmm 2015-02-22 14:57:55 MS You on? 2015-02-22 14:58:02 @J well, you wouldn't call it context menus 2015-02-22 14:58:14 @Espyo they're options in the existing right-click context menu 2015-02-22 14:58:26 @J you would call it link metadata, and most browsers would display it as context menu data 2015-02-22 14:58:31 @J but you wouldn't have to do it that way 2015-02-22 14:58:52 @Espyo what do you have in mind? 2015-02-22 14:59:28 @J nothing in particular, that's just the way specifications like HTML work 2015-02-22 15:00:40 @Espyo hm 2015-02-22 15:01:05 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-22 15:06:04 <-- MS (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-22 15:11:00 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-22 15:11:05 --> MS (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-22 15:11:16 Ultimate Well... 2015-02-22 15:11:26 MS That went good. 2015-02-22 15:11:42 Ultimate Yup 2015-02-22 15:12:35 Yoshi2 is that a honest "that went good" or a sarcastic "that went good"? 2015-02-22 15:12:44 MS Honest. 2015-02-22 15:12:51 MS But said sarcastically. 2015-02-22 15:13:11 MS l'm on Pokémon shuffle. 2015-02-22 15:14:03 Ultimate I'm on Citizens of Earth. Already done my dose of Pokémon Shuffle today. 2015-02-22 15:15:01 MS I just go back on when l've finished a play session when my hearts are back. 2015-02-22 15:15:54 MS The pokémon from EX1 as Level 1 is stronger than my Leven 3 Mew. 2015-02-22 15:16:10 Ultimate Wow. 2015-02-22 15:16:54 MS *Level 2015-02-22 15:17:14 UltraMario Leven 3 2015-02-22 15:17:14 UltraMario :3 2015-02-22 15:17:18 MS Odd. 2015-02-22 15:17:33 MS Leven sword has three uses left. 2015-02-22 15:17:47 MS l'll show you. 2015-02-22 15:17:50 UltraMario oshit 2015-02-22 15:18:15 MS Oh shit what? 2015-02-22 15:20:03 MS https://miiverse.nintendo.net/posts/AYQHAAABAACNUKE-lGAm2A 2015-02-22 15:20:44 MS There is the Mew and level 1 thing. 2015-02-22 15:21:22 Ultimate Either Absol or Rotom. Maybe Lucario? 2015-02-22 15:21:51 MS I wonder why Mew is weaker than Absol, at a higher level too. 2015-02-22 15:22:31 MS l'm out of hearts. 2015-02-22 15:22:44 Ultimate Everyone can get to Mew straight away. But with the extra levels, you have to do a bit of work for. 2015-02-22 15:23:03 MS I know, it still seems odd. 2015-02-22 15:23:21 MS l beat stage two aswell but they got away 2015-02-22 15:24:10 MS UM, did you see the Miiverse post? 2015-02-22 15:24:19 Ultimate I have a Noivern on Omega Ruby that's better than my Mega Evolved Charizard, even with Charizard 7 levels higher. 2015-02-22 15:24:24 Ultimate Yeah. 2015-02-22 15:24:27 -- MS is now known as Mariostar 2015-02-22 15:24:35 Mariostar l meant Ultramario 2015-02-22 15:24:48 UltraMario hh 2015-02-22 15:24:48 UltraMario huh 2015-02-22 15:24:58 Mariostar https://miiverse.nintendo.net/posts/AYQHAAABAACNUKE-lGAm2A The pokémon thing. 2015-02-22 15:24:58 Ultimate I reloaded that when I pressed go... -_- 2015-02-22 15:25:22 Ultimate *realised (stupid autocorrect) 2015-02-22 15:25:44 Mariostar U STOOPID! 2015-02-22 15:25:45 UltraMario uh ok 2015-02-22 15:25:45 UltraMario lol 2015-02-22 15:25:45 UltraMario LEVEN SWORD 2015-02-22 15:26:10 Mariostar l feel like Espyo is stalking us. -.- 2015-02-22 15:26:37 Mariostar He just reads whatever we put. Probably not, but you never know. 2015-02-22 15:26:54 Ultimate IP address? 2015-02-22 15:26:56 Yoshi2 I am not sure why you would think that 2015-02-22 15:27:06 Mariostar We should have a Ice climbers wiki. 2015-02-22 15:27:13 Mariostar Think about it. 2015-02-22 15:27:37 Mariostar Smash,NES REMIX,Ice climbers,Nana and Popop,enemys. 2015-02-22 15:27:41 @Espyo if I wanted to stalk you, you wouldn't even suspect it 2015-02-22 15:27:47 @Espyo and it certainly wouldn't be through a public IRC room 2015-02-22 15:27:53 Mariostar 4 or 5 pages. 2015-02-22 15:28:50 Mariostar Or would you?.... No, I know, I just thought about it, because you're here whenever I am and never say anything. 2015-02-22 15:29:34 @Espyo I'm always here during the weekend 2015-02-22 15:29:43 @Espyo and I'm not saying anything because I don't have to 2015-02-22 15:29:47 Yoshi2 I'm glad nobody suspects me 2015-02-22 15:29:56 @Espyo mhm 2015-02-22 15:30:13 Ultimate *everyone states at Yoshi2* 2015-02-22 15:30:23 * Yoshi2 stares back 2015-02-22 15:30:30 Mariostar I know you're always on, again, it just seems creepy, I know you don't need to, but again, creepy. 2015-02-22 15:30:37 Mariostar Probably not actually. 2015-02-22 15:31:33 Mariostar *Don't need to say anything. 2015-02-22 15:32:13 Mariostar So, Ultimate, what're you doing? : ) 2015-02-22 15:32:16 Yoshi2 I've talked with maybe 5 other people in a channel of over 100 people 2015-02-22 15:32:16 Testyo a banner gah 2015-02-22 15:32:26 Yoshi2 THAT is creepy, when you think about it 2015-02-22 15:32:46 * Mariostar is thinking about it 2015-02-22 15:32:50 Yoshi2 a lot of people who you have never seen talk 2015-02-22 15:33:00 Ultimate Doing some 'dumpster' diving with Herbert. 2015-02-22 15:33:13 Mariostar The Sonic fanbase are horrible people ~Screwattack 2015-02-22 15:33:18 Mariostar XD 2015-02-22 15:33:43 Ultimate And I got a Donut... O_o 2015-02-22 15:34:06 Mariostar I will PM you my reply because l probably can't say it. 2015-02-22 15:34:50 Mariostar 5 humans are in this chat right now. 2015-02-22 15:35:35 Yoshi2 there are 11 users total 2015-02-22 15:35:40 Yoshi2 minus 1, because Testyo 2015-02-22 15:35:40 Testyo guess what, they backed the barc archive into the image 2015-02-22 15:36:24 Mariostar Testyo, what's 9+10? 2015-02-22 15:36:25 Testyo Qt is quite well-supported on Windows, though I don't throw lots of pikmin at him to bring him down to earth 2015-02-22 15:36:32 Mariostar Fair enough. 2015-02-22 15:37:10 Mariostar Testyo 2015-02-22 15:37:11 Testyo which was because site, ready to be downloaded 2015-02-22 15:37:20 --> Yoshi2_ (Yoshi2@thhb-94-32-091-024.netcologne.de) has joined #pikipedia 2015-02-22 15:37:23 Mariostar And one last time: Testyo 2015-02-22 15:37:24 Testyo remember, anonymous people who don't know a thing about how to do stuff tend to just search on Google for a wiki and go to my game later 2015-02-22 15:37:52 Yoshi2_ well 2015-02-22 15:38:01 Yoshi2_ that is an interesting piece of information 2015-02-22 15:38:11 Mariostar The F-zero wiki has a chat, just though l'd say that. 2015-02-22 15:38:28 Ultimate *everyone moves* 2015-02-22 15:38:40 Yoshi2_ considering that everybody can go on an irc server and create a new channel, that is not suprising 2015-02-22 15:39:06 Mariostar I'm suprised others don't, like DK, Metroid, Kirby. 2015-02-22 15:39:12 Yoshi2_ I've now created the #Yoshi2FanClub 2015-02-22 15:39:28 Mariostar Also, Ultimate, it says Herbert when loading the F-zero chat room. 2015-02-22 15:39:50 <-- Yoshi2 (Yoshi2@nvjf-22-83-321-391.netcologne.de) has quit (Read error: Operation timed out) 2015-02-22 15:40:50 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-22 15:41:36 Yoshi2_ some nintendo-themed forums should have irc channels 2015-02-22 15:42:30 Mariostar This chat works without adobe,HTML,anything. 2015-02-22 15:42:39 --> Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has joined #pikipedia 2015-02-22 15:42:54 Ultimate ... 2015-02-22 15:43:18 Mariostar When the sun explodes it will remain 2015-02-22 15:43:50 Mariostar Do you think humanity will be around near the end of the earth? 2015-02-22 15:44:29 Ultimate Probably not 2015-02-22 15:44:48 Mariostar What if we never have a war that wipes us out. 2015-02-22 15:45:05 Ultimate Still no. 2015-02-22 15:45:17 Mariostar We will all DIE! 2015-02-22 15:45:56 Yoshi2_ spoiler: life has a 100% mortality rate 2015-02-22 15:46:08 Mariostar Also, Yoshi you're banned from #weegee , don't ask why. 2015-02-22 15:46:28 Ultimate Can I ask why? 2015-02-22 15:46:36 Mariostar Yes. 2015-02-22 15:46:45 Ultimate Why? 2015-02-22 15:46:59 Mariostar His name has a underscore. 2015-02-22 15:47:09 * Mariostar trollface 2015-02-22 15:47:14 -- Yoshi2_ is now known as Yoshi2 2015-02-22 15:47:25 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-22 15:47:34 Ultimate How 'bout now? 2015-02-22 15:47:42 --> Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-22 15:48:04 Mariostar Totally perfect reason for people to be banned from #Weegee 2015-02-22 15:48:20 Yoshi2 I agree 2015-02-22 15:48:24 Yoshi2 underscores are horrible 2015-02-22 15:48:31 Mariostar Also the Kirby anime destroyed everything l knew about Kirby. 2015-02-22 15:48:35 -- Yoshi2 is now known as __Yoshi2__ 2015-02-22 15:48:40 Mariostar Seriously though,they are? 2015-02-22 15:48:46 __Yoshi2__ no 2015-02-22 15:48:47 Mariostar *. 2015-02-22 15:48:49 -- __Yoshi2__ is now known as Yoshi2 2015-02-22 15:49:21 Ultimate Well... 2015-02-22 15:49:28 Yoshi2 underscores are ascii characters just like A and B and should be treated the same 2015-02-22 15:49:44 Mariostar Rhey look horrible. 2015-02-22 15:49:47 Mariostar *they 2015-02-22 15:50:00 Mariostar When combined with other characters. 2015-02-22 15:50:34 Ultimate _A_B_ 2015-02-22 15:50:41 Yoshi2 they are a great replacement for space when you can't use space 2015-02-22 15:50:53 Mariostar They look fine like that. 2015-02-22 15:50:59 Yoshi2 although I'd agree that they do not look very good in names 2015-02-22 15:51:05 Mariostar That's why l hate rhem. 2015-02-22 15:51:12 Ultimate That does actually look pretty cool... 2015-02-22 15:51:15 Yoshi2 I only use space so that I have alternative nicks when my current one is taken 2015-02-22 15:51:24 Yoshi2 uhm 2015-02-22 15:51:29 Yoshi2 *I only use underscore 2015-02-22 15:51:37 Mariostar I just make mine MS or MarioS 2015-02-22 15:51:47 Mariostar or Mariostar/MS123 2015-02-22 15:52:03 Mariostar ★ 2015-02-22 15:52:12 Ultimate _U_L_T_I_M_A_T_E_ 2015-02-22 15:52:22 Ultimate That's when you hate em'. 2015-02-22 15:52:39 Mariostar By the way what does this look like to you?               2015-02-22 15:52:48 Mariostar Ultimate says they look like poop. 2015-02-22 15:53:05 Mariostar https://miiverse.nintendo.net/posts/AYMHAAACAAADVHi0OvPMSA 2015-02-22 15:54:15 Ultimate Blank, blank, blank, blank, cocktail, blank, boy, blank, blank, blank, angry face, poop, blank, blank. 2015-02-22 15:54:42 Mariostar To me it's Wii U GP,play coin,D-pad,D-pad,home,C-pad,B,A,Wii,NFC point,P1,P2,P3,P4 2015-02-22 15:55:12 Mariostar P2 is poop. 2015-02-22 15:55:19 Mariostar  2015-02-22 15:55:41 Ultimate Well it is a number 2... 2015-02-22 15:55:46 Mariostar XD 2015-02-22 15:56:04 Mariostar Also,they're the hands on a Wii U or Wii. 2015-02-22 15:56:35 Mariostar  2015-02-22 15:56:38 Ultimate Huh... 2015-02-22 15:56:49 Yoshi2 to me it looks like Box with a number in them, Box with a number in them, Box with a number in them, ... 2015-02-22 15:57:11 Yoshi2 I guess my font doesn't support those special characters 2015-02-22 15:57:34 Mariostar Ok. 2015-02-22 15:58:10 Mariostar So..... 2015-02-22 15:58:33 Mariostar You know UFOs are real? 2015-02-22 15:58:58 Ultimate I'm raiding a fire station. 2015-02-22 15:59:28 Mariostar They still update the SSB4 official website. 2015-02-22 15:59:39 Yoshi2 whenever you see something in the sky and you are not sure what it is, you see an UFO 2015-02-22 15:59:53 Yoshi2 a flying object that you cannot identify 2015-02-22 15:59:54 Mariostar Exactly. 2015-02-22 16:00:42 Mariostar Bob is building a army. 2015-02-22 16:01:00 Ultimate *An army 2015-02-22 16:01:11 Mariostar Ant army 2015-02-22 16:01:21 Yoshi2 an ant army 2015-02-22 16:01:32 Ultimate Just any army really... 2015-02-22 16:01:56 Mariostar This will probably come up as a ?, but Nintendo actually made this: http://i1.cdnds.net/15/08/image007.jpg 2015-02-22 16:02:10 Ultimate Blank. 2015-02-22 16:02:19 Mariostar Exactly. 2015-02-22 16:02:35 Mariostar Just type Nintendo into google and it will be by news. 2015-02-22 16:05:04 Yoshi2 http://www.areagames.de/games/nintendo/news/nintendo-eigenen-oscars-2015-verliehen-134993/ 2015-02-22 16:05:07 Yoshi2 pretty neat 2015-02-22 16:06:13 Ultimate Fox'a award: best barrel roll. 2015-02-22 16:06:25 Ultimate *Fox's 2015-02-22 16:06:45 Mariostar BARREL ROOL, BARREL ROLL, DO THE BARREL BARREL ROLL! 2015-02-22 16:07:02 Mariostar DO A BARREL ROOL, ULTIMATE, DO A BARREL ROOL! 2015-02-22 16:08:08 Mariostar 1:16 This is the word of God, well, itls not, but it's still very true! https://www.youtube.com/watch?v=Ph4nT2O3s9I 2015-02-22 16:09:32 Mariostar l'm going... 2015-02-22 16:09:45 Mariostar Bye. 2015-02-22 16:09:55 Ultimate Uh... Ok. Bye! 2015-02-22 16:09:59 Mariostar Bye. 2015-02-22 16:10:04 Mariostar Oh, Ultimate. 2015-02-22 16:10:20 Ultimate Yesss... 2015-02-22 16:10:37 Mariostar Can we go on Mariokart? *has big eyes* 2015-02-22 16:11:11 Ultimate Sure, Citizens of Earth just crashed so I'm about to start up MK7. 2015-02-22 16:11:20 Mariostar YAAAAAAAAY! 2015-02-22 16:11:20 Testyo Why are you screaming? That's not healthy! 2015-02-22 16:11:36 Mariostar Want to battle or race? 2015-02-22 16:11:40 Ultimate SCREAM SCREAM SCREAM! 2015-02-22 16:11:47 Ultimate Don't mind. 2015-02-22 16:12:00 Mariostar http://t0.gstatic.com/images?q=tbn:ANd9GcTulPLzLzhW6Bu95M73DNgO3rjPFpnZ0p8OqlP6wnnekzyVZp49fQ6cydg 2015-02-22 16:12:18 Mariostar I'll go on LL. 2015-02-22 16:12:28 Mariostar brb though. 2015-02-22 16:12:52 Ultimate Gimme a minute too... 2015-02-22 16:12:56 <-- Ultimate (Mibbit@ytw3-nvpd6-6-0-efvl70.6-6.cable.virginm.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-22 16:13:18 Mariostar Ok. 2015-02-22 16:19:14 Mariostar l'm going to do a whole race using the gyroscope with the 3D on. 2015-02-22 16:20:15 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-22 16:35:44 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-22 16:39:16 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-22 16:40:27 --> Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-22 16:41:16 <-- Mariostar (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Client Quit) 2015-02-22 16:45:24 --> MS (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has joined #pikipedia 2015-02-22 16:46:09 MS Hello. 2015-02-22 16:47:59 <-- MS (Mibbit@gyyr38-097-069-581.range33-047.btcentralplus.com) has quit (Client Quit) 2015-02-22 18:46:44 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-22 18:49:20 Testyo and yeah, in So..... 2015-02-22 19:05:50 Yoshi2 Testyo: what is so? 2015-02-22 19:05:50 Testyo search the file for like "novice training" and replace some characters, keeping the game slow 2015-02-22 19:14:49 @J keeping it slow 2015-02-22 19:26:09 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-22 21:10:13 <-- Yoshi2 (Yoshi2@thhb-94-32-091-024.netcologne.de) has quit (Quit: Leaving) 2015-02-22 21:45:32 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-22 21:45:54 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-22 21:46:22 -- UltraMario_ is now known as UltraMario 2015-02-22 22:47:21 Testyo hey, you there, was replying without any accent or stuttering 2015-02-23 00:00:21 UltraMario lol 2015-02-23 00:00:24 UltraMario silly testyo' 2015-02-23 00:00:24 Testyo ヽ༼ຈل͜ຈ༽ノ SIXTY NINE THERE 2015-02-23 00:00:27 UltraMario WTF 2015-02-23 00:00:38 UltraMario LOL 2015-02-23 00:00:38 UltraMario testyo is a perv now 2015-02-23 00:00:39 Testyo it looks K 2015-02-23 00:11:21 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-23 00:11:30 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-23 00:30:29 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-23 00:33:46 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-23 02:39:27 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-23 02:53:43 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-23 02:54:44 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-23 03:05:39 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: night) 2015-02-23 06:23:24 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-23 08:00:09 --> Yoshi2 (Yoshi2@thhw-77-33-827-97.netcologne.de) has joined #pikipedia 2015-02-23 15:44:36 --> Yoshi2_ (Yoshi2@hjlj-99-32-667-510.netcologne.de) has joined #pikipedia 2015-02-23 15:47:42 <-- Yoshi2 (Yoshi2@thhw-77-33-827-97.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-02-23 18:53:38 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-23 18:53:38 Testyo Hi everyone! 2015-02-23 18:54:29 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-23 18:54:29 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-23 18:54:39 Yoshi2_ hey Testyo & Espyo 2015-02-23 18:54:42 Testyo get and transform is done for everything, I don't remember really needing Cygwin 2015-02-23 18:56:39 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-23 18:57:16 @Espyo hi 2015-02-23 19:03:38 @J hey 2015-02-23 19:49:12 -- UltraMario is now known as UltraFlint 2015-02-23 20:20:30 Testyo [Pikipedia RC] Titan Dweevil by GreenPikmin (+353 Someone asked me about this) http://www.pikminwiki.com/index.php?title=Titan_Dweevil&curid=1484&diff=145639&oldid=145315 2015-02-23 20:25:35 Testyo [Pikipedia RC] Female Sheargrub by E (-36) http://www.pikminwiki.com/index.php?title=Female_Sheargrub&curid=644&diff=145640&oldid=145300 2015-02-23 20:25:38 Testyo [Pikipedia RC] Wistful Wild by E (+3 /* Enemies */) http://www.pikminwiki.com/index.php?title=Wistful_Wild&curid=1512&diff=145641&oldid=143451 2015-02-23 20:44:35 <-- UltraFlint (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-23 20:45:29 --> UltraFlint_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-23 20:45:29 -- UltraFlint_ is now known as UltraFlint 2015-02-23 20:45:30 -- UltraFlint is now known as UltraMario 2015-02-23 20:45:31 -- UltraMario is now known as UltraFlint 2015-02-23 20:45:59 -- UltraFlint is now known as UltraMario 2015-02-23 20:51:18 Testyo [Pikipedia RC] Pikipedia:Featured articl... by 83.222.44.100 (+251 Added my suggestion -Leretz) http://www.pikminwiki.com/index.php?title=Pikipedia:Featured_articles/nominations&curid=1767&diff=145643&oldid=145642 2015-02-23 20:56:20 Testyo [Pikipedia RC] Pikipedia:Featured articl... by L3re7z (+81 m forgot my name WHOOPSIE) http://www.pikminwiki.com/index.php?title=Pikipedia:Featured_articles/nominations&curid=1767&diff=145644&oldid=145643 2015-02-23 20:56:21 Testyo [Pikipedia RC] Pikipedia:Featured articl... by L3re7z (+3 m forgot to verb) http://www.pikminwiki.com/index.php?title=Pikipedia:Featured_articles/nominations&curid=1767&diff=145645&oldid=145644 2015-02-23 21:16:31 Testyo [Pikipedia RC] Gate by E (+471 /* Locations */) http://www.pikminwiki.com/index.php?title=Gate&curid=699&diff=145647&oldid=145630 2015-02-23 21:16:31 Testyo [Pikipedia RC] Gate by E (+1 /* Locations */) http://www.pikminwiki.com/index.php?title=Gate&curid=699&diff=145648&oldid=145647 2015-02-23 21:16:32 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-02-23 22:17:13 Testyo [Pikipedia RC] The Forest of Hope by Naj101 (-59 /* Trivia */) http://www.pikminwiki.com/index.php?title=The_Forest_of_Hope&curid=1640&diff=145688&oldid=144938 2015-02-23 22:41:42 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-23 22:46:55 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-23 22:50:47 <-- Yoshi2_ (Yoshi2@hjlj-99-32-667-510.netcologne.de) has quit (Quit: Leaving) 2015-02-23 22:52:32 Testyo all right, when i play a game the character goes slowly down 2015-02-23 23:43:27 -- UltraMario is now known as UltraMetaKnight 2015-02-23 23:52:26 <-- UltraMetaKnight (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-23 23:52:26 --> UltraMetaKnight_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-23 23:52:32 -- UltraMetaKnight_ is now known as UltraMetaKnight 2015-02-23 23:59:25 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-23 23:59:32 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-24 00:40:22 -- UltraMetaKnight is now known as Ultramiibo 2015-02-24 01:35:56 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-24 01:39:00 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Client Quit) 2015-02-24 01:39:53 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-24 02:25:15 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-24 02:39:14 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-24 02:40:44 <-- Ultramiibo (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-24 03:15:08 --> UltraMario_ (UltraMario@2601:c:1c00:usn:rsqz:szwu:ploz:kjnj) has joined #pikipedia 2015-02-24 03:16:29 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-24 03:17:23 <-- UltraMario_ (UltraMario@2601:c:1c00:usn:rsqz:szwu:ploz:kjnj) has quit (Read error: Connection reset by peer) 2015-02-24 03:18:40 --> UltraMario_ (UltraMario@2601:c:1c00:usn:rsqz:szwu:ploz:kjnj) has joined #pikipedia 2015-02-24 03:22:25 -- UltraMario_ is now known as UltraMario 2015-02-24 03:26:00 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-24 03:27:27 <-- UltraMario (UltraMario@2601:c:1c00:usn:rsqz:szwu:ploz:kjnj) has quit (Ping timeout: 240 seconds) 2015-02-24 03:27:32 -- UltraMario_ is now known as UltraMario 2015-02-24 03:36:39 --> UltraMario_ (UltraMario@2601:c:1c00:lzm:ksgu:mutm:jgzg:jiik) has joined #pikipedia 2015-02-24 03:39:51 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 240 seconds) 2015-02-24 03:39:55 -- UltraMario_ is now known as UltraMario 2015-02-24 03:42:25 --> UltraMario_ (UltraMario@2601:c:1c00:lzm:ksgu:mutm:jgzg:jiik) has joined #pikipedia 2015-02-24 03:45:00 <-- UltraMario (UltraMario@2601:c:1c00:lzm:ksgu:mutm:jgzg:jiik) has quit (Ping timeout: 255 seconds) 2015-02-24 03:45:46 -- UltraMario_ is now known as UltraMario 2015-02-24 03:46:10 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-24 03:48:56 --> UltraMario_ (UltraMario@2601:c:1c00:stu:mvqv:jhry:xlop:jlpi) has joined #pikipedia 2015-02-24 03:50:51 <-- UltraMario (UltraMario@2601:c:1c00:lzm:ksgu:mutm:jgzg:jiik) has quit (Ping timeout: 255 seconds) 2015-02-24 03:51:02 -- UltraMario_ is now known as UltraMario 2015-02-24 03:51:38 --> UltraMario_ (UltraMario@2601:c:1c00:stu:mvqv:jhry:xlop:jlpi) has joined #pikipedia 2015-02-24 03:55:06 --> UltraMario__ (UltraMario@2601:c:1c00:nyk:izjx:hzln:hixj:ioqg) has joined #pikipedia 2015-02-24 03:55:21 <-- UltraMario (UltraMario@2601:c:1c00:stu:mvqv:jhry:xlop:jlpi) has quit (Ping timeout: 255 seconds) 2015-02-24 03:55:25 -- UltraMario__ is now known as UltraMario 2015-02-24 03:58:30 <-- UltraMario_ (UltraMario@2601:c:1c00:stu:mvqv:jhry:xlop:jlpi) has quit (Ping timeout: 255 seconds) 2015-02-24 03:59:52 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Read error: Connection reset by peer) 2015-02-24 04:07:12 --> UltraMario_ (UltraMario@2601:c:1c00:qph:siwz:jsmh:wquy:wlhg) has joined #pikipedia 2015-02-24 04:11:06 <-- UltraMario (UltraMario@2601:c:1c00:nyk:izjx:hzln:hixj:ioqg) has quit (Ping timeout: 255 seconds) 2015-02-24 04:11:14 -- UltraMario_ is now known as UltraMario 2015-02-24 04:30:48 --> UltraMario_ (UltraMario@2601:c:1c00:kxi:gyyk:xwvy:nirn:wlpp) has joined #pikipedia 2015-02-24 04:32:42 <-- UltraMario (UltraMario@2601:c:1c00:qph:siwz:jsmh:wquy:wlhg) has quit (Ping timeout: 255 seconds) 2015-02-24 04:33:05 -- UltraMario_ is now known as UltraMario 2015-02-24 04:34:52 --> UltraMario_ (UltraMario@2601:c:1c00:njp:tukl:iphm:vtrh:ltmt) has joined #pikipedia 2015-02-24 04:36:54 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-02-24 04:37:39 <-- UltraMario (UltraMario@2601:c:1c00:kxi:gyyk:xwvy:nirn:wlpp) has quit (Ping timeout: 255 seconds) 2015-02-24 04:37:45 -- UltraMario_ is now known as UltraMario 2015-02-24 04:40:33 --> UltraMario_ (UltraMario@2601:c:1c00:pis:tglt:nyrj:qtxy:khto) has joined #pikipedia 2015-02-24 04:43:30 <-- UltraMario (UltraMario@2601:c:1c00:njp:tukl:iphm:vtrh:ltmt) has quit (Ping timeout: 255 seconds) 2015-02-24 04:43:36 -- UltraMario_ is now known as UltraMario 2015-02-24 04:57:26 --> UltraMario_ (UltraMario@2601:c:1c00:kss:kxgr:usjq:kkhm:ygil) has joined #pikipedia 2015-02-24 04:58:53 <-- UltraMario_ (UltraMario@2601:c:1c00:kss:kxgr:usjq:kkhm:ygil) has quit (Read error: Connection reset by peer) 2015-02-24 04:59:40 --> UltraMario_ (UltraMario@2601:c:1c00:olt:lmmz:rrng:gqtq:hpir) has joined #pikipedia 2015-02-24 05:01:03 <-- UltraMario (UltraMario@2601:c:1c00:pis:tglt:nyrj:qtxy:khto) has quit (Ping timeout: 255 seconds) 2015-02-24 05:01:23 -- UltraMario_ is now known as UltraMario 2015-02-24 05:07:23 --> UltraMario___ (UltraMario@2601:c:1c00:zis:pvvh:xmyr:rmyt:svjk) has joined #pikipedia 2015-02-24 05:07:48 <-- UltraMario (UltraMario@2601:c:1c00:olt:lmmz:rrng:gqtq:hpir) has quit (Ping timeout: 255 seconds) 2015-02-24 05:08:13 -- UltraMario___ is now known as UltraMario 2015-02-24 05:14:40 --> UltraMario_ (UltraMario@2601:c:1c00:lur:gxir:llph:guli:iwgv) has joined #pikipedia 2015-02-24 05:17:05 --> UltraMario__ (UltraMario@2601:c:1c00:xyk:iuwj:onvk:hgqv:jijr) has joined #pikipedia 2015-02-24 05:17:15 <-- UltraMario (UltraMario@2601:c:1c00:zis:pvvh:xmyr:rmyt:svjk) has quit (Ping timeout: 255 seconds) 2015-02-24 05:17:49 -- UltraMario__ is now known as UltraMario 2015-02-24 05:20:51 <-- UltraMario_ (UltraMario@2601:c:1c00:lur:gxir:llph:guli:iwgv) has quit (Ping timeout: 255 seconds) 2015-02-24 05:23:22 --> UltraMario_ (UltraMario@2601:c:1c00:jvt:wlyz:ostn:mpkt:yhxt) has joined #pikipedia 2015-02-24 05:26:15 <-- UltraMario (UltraMario@2601:c:1c00:xyk:iuwj:onvk:hgqv:jijr) has quit (Ping timeout: 255 seconds) 2015-02-24 05:26:20 -- UltraMario_ is now known as UltraMario 2015-02-24 05:35:57 --> UltraMario_ (UltraMario@2601:c:1c00:tvy:joj:wvlv:utph:wpjj) has joined #pikipedia 2015-02-24 05:38:19 --> UltraMario__ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-24 05:38:24 <-- UltraMario (UltraMario@2601:c:1c00:jvt:wlyz:ostn:mpkt:yhxt) has quit (Ping timeout: 255 seconds) 2015-02-24 05:38:28 -- UltraMario__ is now known as UltraMario 2015-02-24 05:42:00 <-- UltraMario_ (UltraMario@2601:c:1c00:tvy:joj:wvlv:utph:wpjj) has quit (Ping timeout: 255 seconds) 2015-02-24 06:00:00 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-24 06:01:21 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-24 06:03:53 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-24 06:06:45 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-24 06:06:55 -- UltraMario_ is now known as UltraMario 2015-02-24 06:09:51 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 240 seconds) 2015-02-24 06:18:11 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-24 07:12:27 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-24 07:12:42 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-24 07:12:50 -- UltraMario_ is now known as UltraMario 2015-02-24 07:13:54 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-24 07:17:24 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-24 07:17:31 --> UltraMario__ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-24 07:17:40 -- UltraMario__ is now known as UltraMario 2015-02-24 07:20:33 <-- UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-24 07:23:44 --> Yoshi2 (Yoshi2@ztfx-18-99-411-83.netcologne.de) has joined #pikipedia 2015-02-24 07:52:58 --> anon18 (Mibbit@jpq-129-156-712-176.socal.res.rr.com) has joined #pikipedia 2015-02-24 07:53:16 <-- anon18 (Mibbit@jpq-129-156-712-176.socal.res.rr.com) has quit (Client Quit) 2015-02-24 07:55:33 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-24 10:04:56 <-- Yoshi2 (Yoshi2@ztfx-18-99-411-83.netcologne.de) has quit (Quit: Leaving) 2015-02-24 13:22:02 --> Yoshi2 (Yoshi2@134.61.yg.lgy) has joined #pikipedia 2015-02-24 14:03:13 <-- Yoshi2 (Yoshi2@134.61.yg.lgy) has quit (Quit: Leaving) 2015-02-24 16:59:34 --> Yoshi2 (Yoshi2@dbai-22-83-370-924.netcologne.de) has joined #pikipedia 2015-02-24 19:09:45 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Ping timeout: 255 seconds) 2015-02-24 19:13:07 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-24 19:24:54 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-24 19:24:54 Testyo Evening everyone! 2015-02-24 19:25:36 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-24 19:25:37 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-24 19:25:48 Yoshi2 hey Espyo & Testyo 2015-02-24 19:25:49 Testyo fake positives only happen if you're lagging, which I'm alone for the next hour now 2015-02-24 19:28:17 @Espyo hi 2015-02-24 19:28:41 Yoshi2 https://github.com/arookas/BMS 2015-02-24 19:28:51 Yoshi2 it feels like birthday and christmas at the same time 2015-02-24 19:28:54 @Espyo ooh 2015-02-24 19:29:08 @Espyo camel explosions? 2015-02-24 19:29:45 Yoshi2 I have never experienced camel explosions myself, so I cannot say much about that 2015-02-24 19:30:02 @Espyo only thing I can think of is he ditched camelcase 2015-02-24 19:31:01 Yoshi2 did he ever use camelcase? 2015-02-24 19:31:26 @Espyo not sure 2015-02-24 19:32:00 Yoshi2 I don't think we've seen a lot of his source code 2015-02-24 19:38:14 Yoshi2 I was planning to work on a rewrite of my irc bot, but this might bring me back to working on the BMS thing again 2015-02-24 19:42:07 @Espyo hehe 2015-02-24 19:42:11 @Espyo time constraints 2015-02-24 19:42:12 @Espyo classic 2015-02-24 19:47:30 Yoshi2 and don't forget exams 2015-02-24 19:49:59 @Espyo right 2015-02-24 20:21:56 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-24 21:29:39 <-- Yoshi2 (Yoshi2@dbai-22-83-370-924.netcologne.de) has quit (Quit: Leaving) 2015-02-24 22:24:13 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-24 23:02:17 Testyo for the imports, I'll need winrar 2015-02-24 23:53:20 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-24 23:53:38 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-25 02:28:32 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 252 seconds) 2015-02-25 02:46:54 --> Pikpik (Mibbit@sgff-48-630-85-02.nrflva.fios.verizon.net) has joined #pikipedia 2015-02-25 02:50:24 Pikpik Is it possible to change the number of pikmin that you have in challenge mode, if yes, then how? 2015-02-25 02:52:02 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-25 02:54:29 <-- Pikpik (Mibbit@sgff-48-630-85-02.nrflva.fios.verizon.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-25 02:56:33 --> Pikpik (Mibbit@sgff-48-630-85-02.nrflva.fios.verizon.net) has joined #pikipedia 2015-02-25 02:56:34 <-- Pikpik (Mibbit@sgff-48-630-85-02.nrflva.fios.verizon.net) has quit (Client Quit) 2015-02-25 04:55:31 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 35.0.1/20150122214805]) 2015-02-25 06:30:47 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-25 06:55:51 --> Yoshi2 (Yoshi2@hjqt-91-95-139-30.netcologne.de) has joined #pikipedia 2015-02-25 08:16:39 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 240 seconds) 2015-02-25 09:54:59 <-- Yoshi2 (Yoshi2@hjqt-91-95-139-30.netcologne.de) has quit (Quit: Leaving) 2015-02-25 16:58:34 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Read error: Connection reset by peer) 2015-02-25 17:21:09 --> Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has joined #pikipedia 2015-02-25 17:24:19 --> Yoshi2 (Yoshi2@puhw-06-13-971-87.netcologne.de) has joined #pikipedia 2015-02-25 18:11:19 --> PikFan (Mibbit@guoz-28-062.shs.lane.edu) has joined #pikipedia 2015-02-25 18:11:19 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-25 18:12:22 <-- PikFan (Mibbit@guoz-28-062.shs.lane.edu) has quit (Client Quit) 2015-02-25 18:13:27 <-- Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has quit (Ping timeout: 240 seconds) 2015-02-25 18:52:32 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-25 18:52:32 Testyo Hey everyone! 2015-02-25 18:53:27 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-25 18:53:27 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-25 18:53:38 Yoshi2 hey Testyo & Espyo 2015-02-25 18:53:39 Testyo and you get to keep the page you're on on the code 029429DC 00000FFF 2015-02-25 18:56:20 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-25 18:58:56 @Espyo hi 2015-02-25 18:59:48 UltraMario hi 2015-02-25 18:59:57 UltraMario im getting a new amiibo today :D 2015-02-25 19:00:28 UltraMario brb 2015-02-25 19:00:32 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-02-25 19:01:00 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-25 19:09:31 @Espyo neat, which one? 2015-02-25 19:10:14 UltraMario bowser 2015-02-25 19:10:20 UltraMario cuz he's one of my mains 2015-02-25 19:10:26 @Espyo they say he's a pretty heavy amiibo 2015-02-25 19:10:27 UltraMario and cuz the figure seems pretty sweet 2015-02-25 19:10:31 UltraMario lol 2015-02-25 20:25:12 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-25 20:31:27 -- UltraMario is now known as UltraCharizard 2015-02-25 20:38:36 Testyo [Pikipedia RC] Piklopedia by GreenPikmin (+10 m /* Others */ Technically an enemy) http://www.pikminwiki.com/index.php?title=Piklopedia&curid=1108&diff=145786&oldid=144102 2015-02-25 20:43:00 --> PikFan (Mibbit@guoz-28-062.shs.lane.edu) has joined #pikipedia 2015-02-25 20:43:00 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-25 20:43:45 @PikFan hi 2015-02-25 20:44:01 @Espyo hi 2015-02-25 20:46:26 @PikFan ok I really need a laptop because those todos are nagging at me 2015-02-25 20:47:10 @Espyo hehehehe 2015-02-25 20:47:27 @Espyo btw, PikFan 2015-02-25 20:47:29 @Espyo and J 2015-02-25 20:47:31 @Espyo and Yoshi2 2015-02-25 20:47:39 @Espyo http://www.pikminwiki.com/Pikipedia:Featured_articles/nominations 2015-02-25 20:47:43 @Espyo http://www.pikminwiki.com/Template:Poll/nominations 2015-02-25 20:51:04 Yoshi2 a template for poll nominations? 2015-02-25 20:51:53 @PikFan oh yeah, there was something I wanted to say 2015-02-25 20:51:56 --> Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has joined #pikipedia 2015-02-25 20:52:17 @PikFan how come in {{date}}, it's day month year 2015-02-25 20:52:17 Testyo "date" template = http://www.pikminwiki.com/index.php?title=Template:date 2015-02-25 20:52:25 Waterpikmin hi ugys 2015-02-25 20:52:28 Waterpikmin guys 2015-02-25 20:52:39 @PikFan the wiki follows US spelling, so naturally the dates should follow it too 2015-02-25 20:52:41 @PikFan hi 2015-02-25 20:53:00 Waterpikmin so im really happy 2015-02-25 20:53:09 @PikFan why? 2015-02-25 20:53:20 Waterpikmin i started livestreaming! 2015-02-25 20:53:27 Waterpikmin on twitch! 2015-02-25 20:53:33 @PikFan oh, cool 2015-02-25 20:53:50 Waterpikmin if you want to see me, which yes, i do play pikmin 2015-02-25 20:54:03 Waterpikmin my twitch is Greninja19 2015-02-25 20:54:13 --> Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has joined #pikipedia 2015-02-25 20:55:12 Waterpikmin also, i was looking at some underrated games, and i found a game that deserves some credit 2015-02-25 20:55:47 Waterpikmin ladies and gentlemen, 2015-02-25 20:55:55 Waterpikmin parappa the rapper. 2015-02-25 20:55:57 Waterpikmin omg 2015-02-25 20:56:03 Waterpikmin this game 2015-02-25 20:56:06 @Espyo I've heard good things about it, yep 2015-02-25 20:56:15 Waterpikmin its AMAZING 2015-02-25 20:56:25 Waterpikmin the spinoff, the sequel, the 2015-02-25 20:56:34 Waterpikmin anime...... 2015-02-25 20:56:39 @Espyo PikFan: yeah, plus the current date system is awkward 2015-02-25 20:56:40 Waterpikmin look it up 2015-02-25 20:56:45 @Espyo but my priority was to plop everything into a template 2015-02-25 20:56:50 @Espyo so then we could standardize everything 2015-02-25 20:56:58 @Espyo and if we needed to change the format, we only had to touch one thing 2015-02-25 20:57:06 @Espyo there's a parappa anime? 2015-02-25 20:57:11 @PikFan hmm, makes sense 2015-02-25 20:57:20 Waterpikmin yep 2015-02-25 20:57:32 Waterpikmin it wasnt very good ratings wise, but wow 2015-02-25 20:57:35 Waterpikmin its not that bad 2015-02-25 20:57:40 @PikFan wait, what's parappa 2015-02-25 20:57:48 Waterpikmin look it up 2015-02-25 20:58:05 Waterpikmin its a sony game 2015-02-25 20:58:14 Waterpikmin for ps1 and 2 and psp 2015-02-25 20:58:23 Waterpikmin so espyo 2015-02-25 20:58:32 Waterpikmin im actually livestreaming! 2015-02-25 20:58:39 @PikFan hm, cool 2015-02-25 20:58:45 Waterpikmin i started a few days ago 2015-02-25 20:58:53 @Espyo near 2015-02-25 20:59:12 Waterpikmin so if you want to check it out, my twitch is Greninja19 2015-02-25 20:59:21 Waterpikmin i may start streaming soon 2015-02-25 20:59:39 Waterpikmin im probs gonna do pikmin 2015-02-25 20:59:54 @Espyo http://www.pikminwiki.com/Miiverse looks good to me (the dates) 2015-02-25 21:01:10 Waterpikmin i actually entered that contest 2015-02-25 21:01:41 Waterpikmin it was a pretty bad entry, but i did it anyway 2015-02-25 21:02:35 Waterpikmin well, im gonna start livestreaming, so ill see you in a bit! or on the stream! 2015-02-25 21:02:40 @Espyo still probably better than a lot of them 2015-02-25 21:02:42 @Espyo see you 2015-02-25 21:02:47 @Espyo I have dinner now, so brb 2015-02-25 21:02:53 Waterpikmin lol bye! 2015-02-25 21:02:59 <-- Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-25 21:03:46 Testyo [Pikipedia RC] Pikipedia:Featured articl... by PikFan23 (+75 /* Support */) http://www.pikminwiki.com/index.php?title=Pikipedia:Featured_articles/nominations&curid=1767&diff=145789&oldid=145645 2015-02-25 21:06:41 <-- Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has quit (Ping timeout: 252 seconds) 2015-02-25 21:07:13 <-- Yoshi2 (Yoshi2@puhw-06-13-971-87.netcologne.de) has quit (Quit: Leaving) 2015-02-25 21:13:54 <-- PikFan (Mibbit@guoz-28-062.shs.lane.edu) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-25 21:29:16 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-25 21:32:33 --> Spark02 (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-25 21:33:38 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 252 seconds) 2015-02-25 21:49:29 -- UltraCharizard is now known as UltraMario 2015-02-25 21:57:35 <-- Spark02 (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-02-25 22:30:35 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-25 22:32:34 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-25 22:36:57 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-25 22:39:53 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-25 23:09:27 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-25 23:39:33 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-02-25 23:40:32 Testyo [Pikipedia RC] Unmarked Spectralid by GreenPikmin (+33) http://www.pikminwiki.com/index.php?title=Unmarked_Spectralid&curid=1592&diff=145795&oldid=145791 2015-02-25 23:46:41 -- UltraMario is now known as UltraMarioParty2 2015-02-26 00:05:58 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-26 00:06:22 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-26 01:39:46 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-02-26 01:44:48 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-02-26 01:45:09 Ford4385 I have a question if anyone is willing to answer 2015-02-26 01:49:52 Ford4385 Do any of you know if winged pikmin can kill Skitter Leafs and Desiccated Skitter Leafs, by landing on them? 2015-02-26 01:54:00 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-26 02:32:08 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-02-26 02:32:52 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-02-26 02:55:41 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-26 03:22:36 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-26 03:34:52 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-26 03:44:09 -- UltraMarioParty2 is now known as UltraMario 2015-02-26 05:21:41 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 252 seconds) 2015-02-26 05:29:18 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-26 05:47:24 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 255 seconds) 2015-02-26 06:08:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-26 07:32:18 --> Yoshi2 (Yoshi2@hjqt-60-01-953-7.netcologne.de) has joined #pikipedia 2015-02-26 09:48:16 <-- Yoshi2 (Yoshi2@hjqt-60-01-953-7.netcologne.de) has quit (Quit: Leaving) 2015-02-26 10:25:11 Miles Yes, if you hit them before they notice you 2015-02-26 10:25:23 Miles I'm only 8 1/2 hours late 2015-02-26 12:07:37 --> Yoshi2 (Yoshi2@054-156.eduroam.rwth-aachen.de) has joined #pikipedia 2015-02-26 12:13:38 <-- Yoshi2 (Yoshi2@054-156.eduroam.rwth-aachen.de) has quit (Quit: Leaving) 2015-02-26 16:07:50 --> Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has joined #pikipedia 2015-02-26 16:12:21 --> Spark02 (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has joined #pikipedia 2015-02-26 16:13:41 <-- Spark02 (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has quit (Client Quit) 2015-02-26 16:14:15 <-- Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has quit (Ping timeout: 255 seconds) 2015-02-26 16:25:03 --> Yoshi2 (Yoshi2@lmrv-96-44-197-12.netcologne.de) has joined #pikipedia 2015-02-26 18:37:34 --> Ringtailed-Fox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-02-26 18:39:44 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Ping timeout: 252 seconds) 2015-02-26 18:47:27 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-26 18:47:27 Testyo Hi everyone! 2015-02-26 18:48:34 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-26 18:48:35 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-26 18:54:06 Yoshi2 hey Espyo & Testyo 2015-02-26 18:54:06 Testyo people can't see that thought so 2015-02-26 18:54:50 @Espyo hey 2015-02-26 18:55:43 Yoshi2 I am very close to have the new version of my bms thing working in a basic way 2015-02-26 18:55:56 Yoshi2 this close: ->[ ]<- 2015-02-26 18:56:36 @Espyo nice, nice 2015-02-26 18:56:39 @J just broke 2 bowls 2015-02-26 18:56:40 @J very sad 2015-02-26 18:56:44 @Espyo why 2? 2015-02-26 18:56:50 @J they were stacked up 2015-02-26 18:56:58 @Espyo hm 2015-02-26 18:56:59 @J ready to be cleaned 2015-02-26 18:57:12 @Espyo you did the wrong type of "cleaning" 2015-02-26 18:57:19 Yoshi2 I agree 2015-02-26 18:57:40 @J I wasn't even anywhere near them 2015-02-26 18:57:49 @Espyo even worse 2015-02-26 18:57:50 @J they must have just been precariously balanced 2015-02-26 18:57:54 Yoshi2 they magically sled down? 2015-02-26 18:57:56 @Espyo instead of doing the wrong cleaning, you did no cleaning at all 2015-02-26 18:58:18 Yoshi2 it is always annoying when things fall down after a long while for no reason at all 2015-02-26 18:58:18 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-26 18:58:51 Yoshi2 I had a lot of fun collecting stuff from a toolkit when it fell down 2015-02-26 18:59:27 @Espyo hehe 2015-02-26 19:12:48 -- UltraMario is now known as UltraFlint 2015-02-26 19:35:23 Yoshi2 all that is left to have a midi file that can be played, is for the sheduled midi actions to be compiled into a file \o/ 2015-02-26 19:37:01 @Espyo yay 2015-02-26 19:38:01 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Read error: Connection reset by peer) 2015-02-26 19:38:48 --> Gamefreak75_ (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-02-26 19:38:56 -- Gamefreak75_ is now known as Gamefreak75 2015-02-26 19:58:40 Yoshi2 I get to fix a high number of runtime errors now 2015-02-26 20:03:08 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Quit: nwehehehe) 2015-02-26 20:03:23 @Espyo heh 2015-02-26 20:19:24 Yoshi2 looks like the code went bad and I am unable to run it correctly 2015-02-26 20:20:19 @Espyo well then 2015-02-26 20:20:24 Yoshi2 oh wait, I think I see why it won't work 2015-02-26 20:27:52 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-26 20:37:23 --> PikFan (Mibbit@guoz-28-062.shs.lane.edu) has joined #pikipedia 2015-02-26 20:37:23 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-26 20:37:50 <-- PikFan (Mibbit@guoz-28-062.shs.lane.edu) has quit (Client Quit) 2015-02-26 20:37:54 --> PikFan (Mibbit@guoz-28-062.shs.lane.edu) has joined #pikipedia 2015-02-26 20:37:55 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-26 20:38:14 <-- PikFan (Mibbit@guoz-28-062.shs.lane.edu) has quit (Client Quit) 2015-02-26 20:38:19 --> PikFan (Mibbit@guoz-28-062.shs.lane.edu) has joined #pikipedia 2015-02-26 20:38:19 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-26 20:38:26 Testyo [Pikipedia RC] Crimson Candypop Bud by GreenPikmin (+493) http://www.pikminwiki.com/index.php?title=Crimson_Candypop_Bud&curid=409&diff=145821&oldid=145384 2015-02-26 20:39:26 --> PikFan2 (Mibbit@guoz-28-062.shs.lane.edu) has joined #pikipedia 2015-02-26 20:40:19 <-- PikFan (Mibbit@guoz-28-062.shs.lane.edu) has quit (Killed (NickServ (GHOST command used by PikFan2))) 2015-02-26 20:40:27 @Espyo hm 2015-02-26 20:40:28 -- PikFan2 is now known as PikFan 2015-02-26 20:40:31 @Espyo hey PikFan 2015-02-26 20:40:37 PikFan hi 2015-02-26 20:40:47 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-26 20:42:22 @PikFan my iPad doesn't like me today 2015-02-26 20:43:33 Testyo [Pikipedia RC] Golden Candypop Bud by GreenPikmin (+394) http://www.pikminwiki.com/index.php?title=Golden_Candypop_Bud&curid=598&diff=145822&oldid=145210 2015-02-26 20:43:33 Testyo [Pikipedia RC] Crimson Candypop Bud by GreenPikmin (+12 m /* Locations */) http://www.pikminwiki.com/index.php?title=Crimson_Candypop_Bud&curid=409&diff=145823&oldid=145821 2015-02-26 20:48:35 Testyo [Pikipedia RC] Lapis Lazuli Candypop Bud by GreenPikmin (+593) http://www.pikminwiki.com/index.php?title=Lapis_Lazuli_Candypop_Bud&curid=1018&diff=145824&oldid=145385 2015-02-26 20:50:30 <-- PikFan (Mibbit@guoz-28-062.shs.lane.edu) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-26 20:55:34 -- UltraFlint is now known as UltraMario 2015-02-26 21:03:42 Testyo [Pikipedia RC] Violet Candypop Bud by GreenPikmin (+816) http://www.pikminwiki.com/index.php?title=Violet_Candypop_Bud&curid=1708&diff=145825&oldid=145209 2015-02-26 21:04:35 Yoshi2 woohoo, I got something 2015-02-26 21:04:43 @Espyo oh? 2015-02-26 21:05:44 Yoshi2 basic bms playback 2015-02-26 21:06:14 Yoshi2 plays notes one by one, no concurrent track playing 2015-02-26 21:06:30 @Espyo hmmm 2015-02-26 21:06:32 Yoshi2 it does take pauses into account 2015-02-26 21:07:25 Yoshi2 time to git that stuff 2015-02-26 21:07:39 @Espyo mhm 2015-02-26 21:15:26 Yoshi2 I'll try to play one of the se files 2015-02-26 21:17:14 Yoshi2 ah wait, I think they use bms commands which I cannot parse yet 2015-02-26 21:17:27 Yoshi2 I'll leave that for next time, I guess 2015-02-26 21:18:17 @Espyo heh 2015-02-26 21:18:47 Testyo [Pikipedia RC] Ivory Candypop Bud by GreenPikmin (+832) http://www.pikminwiki.com/index.php?title=Ivory_Candypop_Bud&curid=937&diff=145828&oldid=145383 2015-02-26 21:34:30 <-- Yoshi2 (Yoshi2@lmrv-96-44-197-12.netcologne.de) has quit (Quit: Leaving) 2015-02-26 22:31:39 -- UltraMario is now known as UltraKingDedede 2015-02-26 22:42:27 Testyo back when all we happen? every time you're knocked to the ground, or just specific attacks? 2015-02-26 23:04:46 -- UltraKingDedede is now known as Ultramiibo 2015-02-26 23:10:56 <-- Ringtailed-Fox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Read error: Connection reset by peer) 2015-02-26 23:26:35 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by Beta2))) 2015-02-26 23:26:41 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-26 23:59:35 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: So long everyone!) 2015-02-26 23:59:47 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-27 00:30:04 -- Ultramiibo is now known as Ultraudiosurf2 2015-02-27 00:39:59 <-- Ultraudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-27 00:42:00 --> Ultraudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-27 00:42:59 -- Ultraudiosurf2 is now known as UltraMaudiosurf 2015-02-27 02:51:00 <-- UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-27 02:57:15 --> UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-27 03:02:42 <-- UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-27 03:08:48 --> UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-27 03:35:06 <-- UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-27 03:37:29 --> UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-27 03:48:59 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-27 04:04:44 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-27 04:10:45 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-02-27 05:06:09 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-02-27 06:05:30 --> UltraMaudiosurf_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-27 06:06:18 <-- UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-27 06:06:19 -- UltraMaudiosurf_ is now known as UltraMaudiosurf 2015-02-27 06:38:42 <-- UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-27 06:55:40 --> UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-27 07:49:32 <-- UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-27 08:05:52 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Quit: nwehehehe) 2015-02-27 08:39:27 --> Yoshi2 (Yoshi2@dbvy-58-75-16-39.netcologne.de) has joined #pikipedia 2015-02-27 11:11:33 --> UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-27 11:31:12 <-- UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-27 11:32:36 --> UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-27 11:55:03 <-- UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-27 15:06:05 --> Shard1 (Mibbit@945-928-066-991.lightspeed.cicril.sbcglobal.net) has joined #pikipedia 2015-02-27 15:06:09 <-- Shard1 (Mibbit@945-928-066-991.lightspeed.cicril.sbcglobal.net) has quit (Client Quit) 2015-02-27 15:41:37 --> Yoshi2_ (Yoshi2@dban-68-49-467-885.netcologne.de) has joined #pikipedia 2015-02-27 15:45:17 <-- Yoshi2 (Yoshi2@dbvy-58-75-16-39.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-27 18:56:31 --> UltraMaudiosurf (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-27 18:57:46 -- UltraMaudiosurf is now known as UltraMario 2015-02-27 18:59:12 -- UltraMario is now known as UltraFlint 2015-02-27 19:34:12 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-27 19:34:13 Testyo Hello everyone! 2015-02-27 19:35:15 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-27 19:35:15 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-27 19:43:59 Yoshi2_ hey Espyo & Testyo 2015-02-27 19:43:59 Testyo then again, I can't really be too sure it's not Challenge Mode messing with the fruits are, for every single one of them 2015-02-27 19:44:06 @Espyo hi 2015-02-27 19:44:16 Testyo [Pikipedia RC] Treasure Hoard/Icon compa... by GreenPikmin (-17 m) http://www.pikminwiki.com/index.php?title=Treasure_Hoard/Icon_comparisons&curid=9008&diff=146118&oldid=146109 2015-02-27 19:44:17 @Espyo calm down Testyo, one sentence at a time 2015-02-27 19:44:17 Testyo yeah, we plan on changing it was surreal 2015-02-27 19:46:43 Yoshi2_ Testyo: is the dress black and blue? (y/n) 2015-02-27 19:46:43 Testyo Yeah. 2015-02-27 19:46:48 Yoshi2_ hmpf 2015-02-27 19:48:00 @Espyo it really IS all over the place 2015-02-27 19:48:07 @Espyo today at work, everybody exploded 2015-02-27 19:48:39 Yoshi2_ it is crazy 2015-02-27 19:48:59 Yoshi2_ you could ask somebody "what's the colour?" and that person would most likely have an idea what you are talking about 2015-02-27 19:49:38 Yoshi2_ I'm one of those people who do not see it as black and blue 2015-02-27 19:51:32 @J what is going on 2015-02-27 19:51:57 Yoshi2_ J: it is better if you don't know 2015-02-27 19:52:43 @J sure 2015-02-27 19:54:26 Testyo [Pikipedia RC] Treasure Hoard by GreenPikmin (+865 /* Listing */) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=146119&oldid=146116 2015-02-27 20:00:51 @Espyo you could ask somebody "what's the colour?" and that person would most likely have an idea what you are talking about 2015-02-27 20:00:52 @Espyo exactly 2015-02-27 20:00:55 @Espyo provided you're not J 2015-02-27 20:01:04 @Espyo just google "dress color", J 2015-02-27 20:01:10 @Espyo and chances are you'll find it right away 2015-02-27 20:06:18 @J it sounds really interesting, so I'll do that right away 2015-02-27 20:07:25 @Espyo oh, snap, I forgot something 2015-02-27 20:07:27 @Espyo you're color blind... 2015-02-27 20:07:36 @Espyo well, you should still be able to get SOMETHING out of it 2015-02-27 20:07:51 @Espyo I don't think your color-blindness will get much in the way of it, judging from what I know about color-blindness 2015-02-27 20:35:02 @J I just learned a crazy thing 2015-02-27 20:35:15 @J so Unix/Linux line endings are \r\n 2015-02-27 20:35:30 @J if you just echo \r in a terminal, it moves the cursor to the start of the line 2015-02-27 20:35:36 @J but it doesn't move to the next line 2015-02-27 20:36:02 @Espyo ...what? 2015-02-27 20:36:08 @Espyo Unix/Linux line endings are \n 2015-02-27 20:36:08 @J so if you want to show an updating display really easily, you just echo \r then overwrite the line 2015-02-27 20:36:11 @J uh 2015-02-27 20:36:12 @Espyo Mac is \r 2015-02-27 20:36:16 @J yeah, silly me 2015-02-27 20:36:16 @Espyo windows is \r\n for no good reason 2015-02-27 20:36:22 @J yeah, just \n 2015-02-27 20:36:26 @J but \r does a thing 2015-02-27 20:36:32 @J and it's crazy 2015-02-27 20:36:37 @Espyo yeah, I think I learned that some time ago 2015-02-27 20:36:41 @J it even works if you do tail 2015-02-27 20:36:41 @Espyo or didn't, but speculated 2015-02-27 20:36:51 @Espyo because hey, I had to find some reasoning for there being two characters 2015-02-27 20:36:55 @Espyo and I was more or less right 2015-02-27 20:37:00 @J the tail -f output changes as it reads it 2015-02-27 20:37:05 @J it's really weird 2015-02-27 20:37:09 @Espyo hm 2015-02-27 20:38:24 @Espyo but anyway, yeah, the terminal is a magical thing 2015-02-27 20:38:30 @Espyo and then I go back to windows' 2015-02-27 20:38:32 @Espyo and it's just... 2015-02-27 20:39:02 @J but why wouldn't you want to copy/paste in blocks? 2015-02-27 20:39:22 @Espyo yeah, epic feature 2015-02-27 20:39:31 @Espyo for programs I WANT to select in blocks, that's not a thing 2015-02-27 20:39:36 @Espyo for the command line, it is 2015-02-27 20:39:39 @Espyo brilliant 2015-02-27 20:42:02 @Espyo at work, all machines run Linux, we have one game machine so we can test the games on something that isn't our simple laptops 2015-02-27 20:42:15 @Espyo but for some reason, we have to run a script to enable the mouse, after every boot 2015-02-27 20:42:18 @J games? 2015-02-27 20:42:24 @Espyo casino games 2015-02-27 20:42:30 @Espyo didn't I mention that's what I do at work, here? 2015-02-27 20:42:35 @Espyo mostly electronic bingo 2015-02-27 20:42:40 @J yeah, probably 2015-02-27 20:42:55 @Espyo that machine also opens xterm at startup 2015-02-27 20:42:58 @J I was wondering if you meant that, or one for playing games at breaks or something 2015-02-27 20:43:01 @Espyo so today, I read that you can just edit ~/.bashrc to add any commands you want to run with the terminal 2015-02-27 20:43:06 @Espyo and boom, instant mouse on bootup 2015-02-27 20:43:07 @Espyo felt good 2015-02-27 20:43:23 @J hmm... 2015-02-27 20:43:26 @Espyo hm, we could play them during breaks, if we already didn't play them all the time to work on them 2015-02-27 20:43:41 @J instead you probably want a script associated with the login stuff 2015-02-27 20:43:48 @J otherwise it will run on every new terminal 2015-02-27 20:43:58 @Espyo tough that is a non problem 2015-02-27 20:44:05 @Espyo it goes from having the mouse enabled to having the mouse enabled 2015-02-27 20:44:11 @J yeah but 2015-02-27 20:44:15 Yoshi2_ playing casino games sounds much less exciting than working on them 2015-02-27 20:44:15 @Espyo but anyway, I think they use their own in-house distro 2015-02-27 20:44:24 @Espyo which explains why stuff doesn't really... uh... 2015-02-27 20:44:27 @Espyo well, it's not really normal 2015-02-27 20:44:32 @Espyo it's just a terminal running a game, no logins 2015-02-27 20:44:42 @Espyo playing casino games sounds much less exciting than working on them 2015-02-27 20:44:46 @Espyo good thing the sales numbers disagree 2015-02-27 20:44:54 @Espyo but yes, I for one enjoy working on them a LOT more 2015-02-27 20:45:03 @Espyo except the part where I have to work with code that isn't mine 2015-02-27 20:45:07 @Espyo that's always a bother :| 2015-02-27 20:45:42 @J wait, your main computers are laptops? 2015-02-27 20:45:47 Yoshi2_ that is always an issue 2015-02-27 20:45:54 @Espyo mhm, laptops 2015-02-27 20:46:01 @J do you use separate keyboard/mouse/monitor? 2015-02-27 20:46:04 @Espyo we do 2015-02-27 20:46:17 @Espyo even if we didn't, it wouldn't be THAT bad 2015-02-27 20:46:19 @Espyo at least not for me 2015-02-27 20:46:24 @J hmm 2015-02-27 20:46:45 @J well, anyway, they probably use customised Ubuntu or OpenSUSE or something 2015-02-27 20:46:56 @Espyo likely, yeah 2015-02-27 20:47:16 @Espyo or the distro was made by one of the companies they bought 2015-02-27 20:47:19 @Espyo it's... a bit complicated 2015-02-27 20:47:33 @J hardly anyone makes a distro from scratch, though 2015-02-27 20:47:42 @Espyo they DID have a meeting for the 5th anniversary, with everybody in the company (we're around 60, so we all fit in a single meeting room) 2015-02-27 20:47:51 @Espyo and they did explain the steps the company took through time 2015-02-27 20:48:01 @Espyo and I know the distro has a logo for a company that we... bought 2015-02-27 20:48:15 @Espyo I'm not sure if we bought it, if we were born form it, or what else 2015-02-27 20:48:21 @Espyo it was more of a party than a teaching meeting 2015-02-27 20:48:23 @Espyo *shrug* 2015-02-27 20:48:45 @Espyo but yeah, nobody really makes them from scratch, and I doubt a company that has to spend work time on the games would be spending it on a full distro 2015-02-27 20:48:58 @Espyo the games run under OpenGL 2015-02-27 20:49:08 @Espyo so at the very least, a LOT would have to be done to make a distro that worked 2015-02-27 20:51:43 Yoshi2_ is it that difficult to get some graphics drivers running from scratch? 2015-02-27 20:52:09 @Espyo I'd imagine so 2015-02-27 20:53:30 @J I mean, it's certainly doable 2015-02-27 20:53:40 @J you just have to download and compile a load of stuff 2015-02-27 20:53:58 @J but why would you, unless you were specifically learning how to do that 2015-02-27 20:55:10 @Espyo right 2015-02-27 20:58:06 @J sounds fun though 2015-02-27 21:15:04 <-- Yoshi2_ (Yoshi2@dban-68-49-467-885.netcologne.de) has quit (Quit: Leaving) 2015-02-27 21:41:48 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-02-27 21:56:37 Testyo [Pikipedia RC] Pikipedia:Featured articl... by GoldenTriforce (+105 /* Support */) http://www.pikminwiki.com/index.php?title=Pikipedia:Featured_articles/nominations&curid=1767&diff=146120&oldid=145790 2015-02-27 22:01:40 Testyo [Pikipedia RC] Pikipedia:Featured articl... by GoldenTriforce (0 /* Support */) http://www.pikminwiki.com/index.php?title=Pikipedia:Featured_articles/nominations&curid=1767&diff=146121&oldid=146120 2015-02-27 22:01:41 Testyo [Pikipedia RC] Spotty Bulbear by E (-1 /* Trivia */) http://www.pikminwiki.com/index.php?title=Spotty_Bulbear&curid=1590&diff=146122&oldid=145613 2015-02-27 22:06:59 -- UltraFlint is now known as UltraMario 2015-02-27 22:51:43 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-02-27 23:08:53 -- UltraMario is now known as UltraLucario 2015-02-27 23:28:57 Testyo computer may we talkin—ah, yes 2015-02-27 23:37:50 Testyo [Pikipedia RC] Treasure Hoard by GreenPikmin (-596 /* Listing */) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=146123&oldid=146119 2015-02-28 00:18:32 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-28 00:18:34 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-02-28 02:52:27 --> T3 (T3@21-92-364-722.cable.teksavvy.com) has joined #pikipedia 2015-02-28 03:18:16 -- UltraLucario is now known as UltraMario 2015-02-28 03:41:51 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-28 03:45:56 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-28 03:47:37 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-28 03:51:34 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-28 04:04:10 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-28 04:23:17 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-28 04:27:23 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-28 04:27:49 --> Cheepy-Cheepy (Mibbit@x-57-566-19-732.hsd3.pa.comcast.net) has joined #pikipedia 2015-02-28 04:28:00 Cheepy-Cheepy Hello 2015-02-28 04:28:34 Cheepy-Cheepy It's been quite a while since I've been here. 2015-02-28 04:28:45 <-- Cheepy-Cheepy (Mibbit@x-57-566-19-732.hsd3.pa.comcast.net) has quit (Client Quit) 2015-02-28 05:06:27 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-28 05:11:51 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 240 seconds) 2015-02-28 06:21:51 <-- T3 (T3@21-92-364-722.cable.teksavvy.com) has quit (Ping timeout: 240 seconds) 2015-02-28 07:01:00 --> T3 (T3@21-92-364-722.cable.teksavvy.com) has joined #pikipedia 2015-02-28 07:01:00 <-- T3 (T3@21-92-364-722.cable.teksavvy.com) has quit (Client Quit) 2015-02-28 07:08:25 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-28 09:05:48 --> Yoshi2 (Yoshi2@edeq-91-40-633-13.netcologne.de) has joined #pikipedia 2015-02-28 09:14:08 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-02-28 09:16:55 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-28 09:42:45 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-02-28 10:50:56 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-28 11:05:22 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]) 2015-02-28 12:09:30 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-02-28 12:09:31 Testyo Hi everyone! 2015-02-28 12:10:49 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-02-28 12:10:50 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-02-28 12:14:48 Yoshi2 hey Espyo & Testyo 2015-02-28 12:14:49 Testyo I gave up on my dream of becoming a master hacker 2015-02-28 12:16:22 @Espyo hi 2015-02-28 12:16:25 @Espyo what, why, Testyo? 2015-02-28 12:16:26 Testyo was there actually a few hours 2015-02-28 12:16:37 @Espyo but what made it disappear, Testyo? 2015-02-28 12:16:38 Testyo but yeah, here, the larger one means the one with links that were removed in that case your ISP does suck 2015-02-28 12:16:49 Yoshi2 Testyo: lm 3 2015-02-28 12:16:49 Testyo I said I gave up on my dream of becoming a master hacker because Yoshi2 mentioned my name. This random message came from the messages I'm sorry i gave up on my dream of becoming a master hacker and I have Pikmin 3 :|. They were joined by the common word i. 2015-02-28 12:16:50 @Espyo I hate it when my ISP removes links 2015-02-28 13:14:22 --> Yoshi2_ (Yoshi2@pumg-56-18-428-45.netcologne.de) has joined #pikipedia 2015-02-28 13:16:15 <-- Yoshi2 (Yoshi2@edeq-91-40-633-13.netcologne.de) has quit (Read error: Connection reset by peer) 2015-02-28 13:27:25 --> Yoshi2 (Yoshi2@wiok-37-01-771-636.netcologne.de) has joined #pikipedia 2015-02-28 13:27:26 <-- Yoshi2_ (Yoshi2@pumg-56-18-428-45.netcologne.de) has quit (Read error: Connection reset by peer) 2015-02-28 13:37:37 -- irc: disconnected from server 2015-02-28 13:38:17 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-02-28 13:38:17 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-02-28 13:38:17 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-02-28 13:38:17 -- Channel #pikipedia: 7 nicks (2 ops, 0 voices, 5 normals) 2015-02-28 13:38:17 -- URL for #pikipedia: http://www.pikminwiki.com 2015-02-28 13:38:17 -- Mode #pikipedia [+o J] by ChanServ 2015-02-28 13:38:18 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-02-28 13:56:27 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-28 14:10:50 --> Yoshi2_ (Yoshi2@hjlj-01-13-929-72.netcologne.de) has joined #pikipedia 2015-02-28 14:12:14 <-- Yoshi2 (Yoshi2@wiok-37-01-771-636.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-02-28 14:36:59 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 252 seconds) 2015-02-28 14:59:00 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-02-28 14:59:06 Ford4385 Hello 2015-02-28 14:59:15 Ford4385 Now I can see the chat 2015-02-28 15:01:16 @Espyo hi 2015-02-28 15:01:48 Ford4385 Did you find out the answer to my question? The one about the two skitterleafs? 2015-02-28 15:02:07 @Espyo not yet 2015-02-28 15:02:13 @Espyo I rarely get on Pikmin 3, because I'm so busy 2015-02-28 15:02:19 @Espyo but I keep a list down of things I have to check when I do 2015-02-28 15:02:45 Ford4385 Ok. As long as you try. I just think it is an important thing to mention 2015-02-28 15:03:30 @Espyo agreed 2015-02-28 15:03:33 @Espyo don't worry, I will 2015-02-28 15:04:15 Ford4385 I also wondered that. I mean it's very logical question, seeing as skitterleafs are essentially Dwarf Bulborbs 2015-02-28 15:04:42 @Espyo yep 2015-02-28 15:08:39 Ford4385 Do you know if there is a glitch with the chat? Because sometimes it only loads to having InfoServ saying the message of the day 2015-02-28 15:08:54 @Espyo might be slow 2015-02-28 15:09:08 @Espyo I wasn't being able to join some days ago, so I tried the web app on the wiki 2015-02-28 15:09:14 @Espyo and had to wait like 2 minutes before it connected 2015-02-28 15:09:17 @Espyo so it probably happens commonly 2015-02-28 15:10:18 Ford4385 Ok 2015-02-28 15:10:36 Ford4385 It just gets annoying. 2015-02-28 15:10:40 Yoshi2_ I have similar issues on other IRC servers 2015-02-28 15:11:16 Ford4385 Also what gets kind of annoying is the fact that only 3 people are chatting with a total of 8 people online 2015-02-28 15:11:33 @Espyo would you prefer 3/8 people chatting, or 3/3? 2015-02-28 15:12:10 Yoshi2_ Chanserv is a bot/service, Testyo is a bot 2015-02-28 15:12:11 Testyo search the file for like "novice training" and replace some characters, keeping the redirected page? 2015-02-28 15:12:25 @Espyo yep 2015-02-28 15:12:25 Yoshi2_ so that makes it 3/6 people talking 2015-02-28 15:12:42 Ford4385 Well, Its just you come in expecting atleast 1 other person to talk, and half the time no one does 2015-02-28 15:13:11 @Espyo because we're all busy 2015-02-28 15:13:14 @Espyo we're here almost all day, sure 2015-02-28 15:13:20 @Espyo but we're not just sitting here staring at the chat 2015-02-28 15:13:26 @Espyo we just keep the chat on one tab, and do something else 2015-02-28 15:13:34 @Espyo and when people come, sure, we greet them, and talk 2015-02-28 15:13:38 @Espyo sometimes we don't simply because we missed it 2015-02-28 15:13:57 Yoshi2_ if you add the name of the person you are talking to in your message, that increases the chances that the person will see the message 2015-02-28 15:14:02 Yoshi2_ and maybe respond to it 2015-02-28 15:14:09 Ford4385 Ok 2015-02-28 15:14:18 @Espyo because the chat client normally plays a sound 2015-02-28 15:14:23 @Espyo to warn that people that they've been called 2015-02-28 15:14:30 @Espyo but if you do that too often, you'll just be annoying 2015-02-28 15:14:59 Ford4385 It only plays a sound if someone says your name? 2015-02-28 15:15:06 @Espyo depends 2015-02-28 15:15:13 @Espyo like, not all of us use the app on the wiki 2015-02-28 15:15:20 @Espyo others use a program on their computer to chat with 2015-02-28 15:15:25 @Espyo others use Mibbit on its own web page 2015-02-28 15:15:31 @Espyo and everything has its settings 2015-02-28 15:15:35 @Espyo to play sounds, flash windows, do nothing, etc. 2015-02-28 15:15:54 Ford4385 So if your on the wiki it will play sounds when they mention you? 2015-02-28 15:15:58 Yoshi2_ standalone chat clients, i.e. those that run without a browser, usually have a setting to play a sound when your name is mentioned 2015-02-28 15:16:10 Yoshi2_ i am not sure about the web client on the wiki 2015-02-28 15:16:14 @Espyo uh, I think so, yeah 2015-02-28 15:16:24 Ford4385 If you mention my name, I can find out 2015-02-28 15:16:25 @Espyo try switching to a new tab, and I'll call your name in 10 seconds 2015-02-28 15:16:36 @Espyo Ford4385: 2015-02-28 15:17:11 Ford4385 Nothing. Maybe try again 2015-02-28 15:17:15 @Espyo okay 2015-02-28 15:17:17 @Espyo Ford4385 2015-02-28 15:17:19 @Espyo Ford4385, 2015-02-28 15:17:23 @Espyo Ford4385 Ford4385 2015-02-28 15:17:46 @Espyo maybe it only does it on a Mibbit tab 2015-02-28 15:17:55 @Espyo like, actual chat.mibbit.com, instead of the app on the wiki 2015-02-28 15:18:14 @Espyo Ford4385 (once more) 2015-02-28 15:18:42 Yoshi2_ odd, the mibbit client on the wiki takes a pretty long time to connect 2015-02-28 15:18:58 @Espyo so it's not just me and him 2015-02-28 15:19:18 Ford4385 Well, it doesnt make a sound 2015-02-28 15:19:21 --> yoshi3 (Mibbit@hjlj-01-13-929-72.netcologne.de) has joined #pikipedia 2015-02-28 15:19:32 Yoshi2_ yoshi3: 2015-02-28 15:19:33 @Espyo yoshi3: check if it makes a sound for you 2015-02-28 15:19:39 @Espyo oh, well, you beat me to it 2015-02-28 15:19:39 Yoshi2_ yoshi3: 2015-02-28 15:19:46 Yoshi2_ yoshi3: 2015-02-28 15:20:00 yoshi3 no sound 2015-02-28 15:20:13 @Espyo oh well 2015-02-28 15:20:18 Ford4385 Yoshi 2 and yoshi 3? 2015-02-28 15:20:19 <-- yoshi3 (Mibbit@hjlj-01-13-929-72.netcologne.de) has quit (Client Quit) 2015-02-28 15:20:50 Ford4385 Wheres yoshi 1? 2015-02-28 15:21:21 Yoshi2_ sit down as I tell you the story of my name 2015-02-28 15:21:42 Yoshi2_ Once upon a time, the official nintendo website had a forum 2015-02-28 15:22:06 Yoshi2_ I liked Yoshi, so I thought about naming myself "Yoshi" on the forum 2015-02-28 15:22:12 Yoshi2_ but the name was taken already 2015-02-28 15:22:24 Yoshi2_ so I went ahead and just called myself "Yoshi2", which wasn't taken 2015-02-28 15:22:48 Ford4385 Ok 2015-02-28 15:22:58 Ford4385 But why the _ at the end 2015-02-28 15:23:26 Yoshi2_ alternative nick for when Yoshi2 is taken on this irc server, e.g. when I had a disconnect 2015-02-28 15:23:29 -- Yoshi2_ is now known as Yoshi2 2015-02-28 15:24:01 Ford4385 ok 2015-02-28 15:24:26 Testyo https://github.com/RenolY2/py-playBMS/blob/master/EventParsers/ParserCreator.py#L97 bother to clear allocated memory for bitmaps? 2015-02-28 15:24:50 @Espyo that has nothing to do with bitmaps, Testyo 2015-02-28 15:24:51 Testyo yep, that bother to clear allocated memory for bitmaps? 2015-02-28 15:24:55 @Espyo at least it doesn't look like it 2015-02-28 15:25:01 @Espyo ...Testyo, you already asked that 2015-02-28 15:25:02 Testyo news sections/pages are historically really badly maintained on the correction 2015-02-28 15:25:11 @Espyo :| 2015-02-28 15:25:35 Yoshi2 I still kinda miss the nintendo forum 2015-02-28 15:25:44 Yoshi2 you even received 5 stars per day for logging in 2015-02-28 15:26:08 Ford4385 5 stars? 2015-02-28 15:26:13 @Espyo hm 2015-02-28 15:26:14 Yoshi2 club nintendo stars 2015-02-28 15:26:18 @Espyo woah 2015-02-28 15:26:28 Ford4385 I wish club nintendo had better stuff 2015-02-28 15:26:37 @Espyo hopefully the replacement system will 2015-02-28 15:26:52 Ford4385 cause the U.S. club nintendo is bad 2015-02-28 15:26:57 Yoshi2 the NA club nintendo has a lot of neat stuff to spend coins on now 2015-02-28 15:27:51 Ford4385 Some games, 2015-02-28 15:28:41 Ford4385 Theres also physical stuff, but not really good physical items 2015-02-28 15:28:54 Yoshi2 yeah 2015-02-28 15:29:43 Ford4385 Maybe the MM T-Shirt (or is it a puzzle?) 2015-02-28 15:30:03 Yoshi2 the European Club Nintendo has some physical stuff, but not much digital stuff 2015-02-28 15:30:30 Ford4385 Well the NA club just got 117 games for the ending of club nintendo here 2015-02-28 15:31:52 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-28 15:36:31 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-02-28 15:37:13 Ford4385 I'm back 2015-02-28 15:37:18 Ford4385 And that took forever to load 2015-02-28 15:39:34 --> Yoshi2_ (Yoshi2@hjlj-01-13-929-72.netcologne.de) has joined #pikipedia 2015-02-28 15:39:48 <-- Yoshi2_ (Yoshi2@hjlj-01-13-929-72.netcologne.de) has quit (Client Quit) 2015-02-28 15:40:09 Yoshi2 hm, maybe it is an issue related to mibbit? 2015-02-28 15:41:39 Ford4385 Maybe 2015-02-28 15:43:23 --> yoshi3 (Mibbit@hjlj-01-13-929-72.netcologne.de) has joined #pikipedia 2015-02-28 15:43:38 yoshi3 huh, this was almost instant 2015-02-28 15:43:50 yoshi3 maybe an issue with the embedded client on the wiki 2015-02-28 15:44:16 <-- yoshi3 (Mibbit@hjlj-01-13-929-72.netcologne.de) has quit (Client Quit) 2015-02-28 15:45:48 Ford4385 I dont know 2015-02-28 15:51:02 Ford4385 I hope it will get fixed 2015-02-28 15:51:51 --> yoshi3 (Mibbit@hjlj-01-13-929-72.netcologne.de) has joined #pikipedia 2015-02-28 15:52:03 yoshi3 hmm, this was fairly quick 2015-02-28 15:52:22 yoshi3 maybe it is an issue with the irc server after all 2015-02-28 15:52:26 <-- yoshi3 (Mibbit@hjlj-01-13-929-72.netcologne.de) has quit (Client Quit) 2015-02-28 15:52:45 Ford4385 I really dont know 2015-02-28 15:53:49 Yoshi2 don't worry 2015-02-28 15:54:41 Ford4385 Maybe it will be fixed. Or i just need to be more patient 2015-02-28 15:56:39 Yoshi2 you could try a standalone irc client and see if that changes anything 2015-02-28 15:59:17 --> PikminLover (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-02-28 15:59:30 Ford4385 I think its just the wiki 2015-02-28 15:59:46 PikminLover Cause it loaded fine on mibbits website 2015-02-28 15:59:57 @Espyo hm 2015-02-28 16:00:00 @Espyo not much we can do, though 2015-02-28 16:00:34 Ford4385 Yes 2015-02-28 16:01:10 Ford4385 Maybe I just need to be patient 2015-02-28 16:02:00 <-- PikminLover (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-02-28 16:04:22 Yoshi2 up to a specific point, it does involve some patience 2015-02-28 16:05:04 Ford4385 Which is something I lack. Which always annoyed me in pikmin 1 2015-02-28 16:07:28 Ford4385 Also the shaggy long legs fight. I atleast found out how not to fight it 2015-02-28 16:09:48 Ford4385 That was most definitely fun 2015-02-28 16:11:28 Yoshi2 not fighting it was fun? 2015-02-28 16:12:18 Ford4385 No. I found out the way your not supposed to fight it. Apparently charging its legs is a bad idea 2015-02-28 16:13:43 Yoshi2 ah, I see 2015-02-28 16:14:14 Ford4385 And that you shouln't attack it with winged pikmin 2015-02-28 16:14:58 Ford4385 Or to atleast get rid of the hair first 2015-02-28 16:21:43 Ford4385 You can change the color? 2015-02-28 16:21:53 Ford4385 Apparently yes 2015-02-28 16:23:35 Yoshi2 color support is not an integral part of IRC, but a lot of clients have defined some special characters to be used as color codes 2015-02-28 16:25:04 Ford4385 Ok 2015-02-28 16:27:12 Ford4385 And they have the colors of the pikmin 2015-02-28 16:27:51 Yoshi2 red, blue, yellow, black, white, purple 2015-02-28 16:28:07 Ford4385 Pink and grey 2015-02-28 16:28:14 Ford4385 For winged and rocks 2015-02-28 16:32:33 Ford4385 Does anyone actually have a theory of if they will include the other pikmin? From the end of pikmin 1, the onions? (sorry about spoilers for some) 2015-02-28 16:33:32 Yoshi2 I haven't played through pikmin 1 yet :( 2015-02-28 16:34:17 Ford4385 Sorry if I spoiled it 2015-02-28 16:34:36 @Espyo I don't think it has any gameplay meaning 2015-02-28 16:35:02 @Espyo it just shows that the planet of the Pikmin is so diverse, that there are a lot of Pikmin types, but not all of them are suitable for gameplay 2015-02-28 16:36:35 Ford4385 How did you do the bar? And maybe nintendo will add the pikmin 2015-02-28 16:37:02 @Espyo it's some IRC magic 2015-02-28 16:37:06 @Espyo it's a bit hard to do without the right tools 2015-02-28 16:37:49 Ford4385 So I probably couldnt do it 2015-02-28 16:37:56 @Espyo probably 2015-02-28 16:38:01 @Espyo actually, yeah, you can 2015-02-28 16:38:04 @Espyo on Mibbit is sort of easy 2015-02-28 16:38:07 @Espyo do /style 1 1 2015-02-28 16:38:14 @Espyo the first 1 is the text color, the second is the background 2015-02-28 16:38:18 @Espyo if they're the same, voilá 2015-02-28 16:38:23 @Espyo do /style 1 to return to normal 2015-02-28 16:38:44 Ford4385 Ok? 2015-02-28 16:39:14 Yoshi2 there are colour codes for the background 2015-02-28 16:39:34 Yoshi2 so if you make the background and the text both the same color, you have that 2015-02-28 16:39:37 Ford4385 Maybe this? 2015-02-28 16:40:16 Ford4385 This? 2015-02-28 16:40:58 Yoshi2 the last one does it right, as far as I can tell 2015-02-28 16:40:58 Ford4385 Its pink! 2015-02-28 16:41:05 Ford4385 Like the winged pikmin! 2015-02-28 16:42:14 Ford4385 If you can't tell winged are my favorite 2015-02-28 16:43:59 Yoshi2 ah, I see 2015-02-28 16:44:36 Yoshi2 winged pikmin are pretty cool, I'd use them everywhere if they weren't so weak 2015-02-28 16:44:48 Yoshi2 I like rock pikmin very much 2015-02-28 16:45:11 Ford4385 Yeah, I hate how weak they are. But Spray a spicy spray, with a large squad. You got a powerful threat 2015-02-28 16:50:37 Ford4385 I use rocks against bulborbs, when I don't want to risk my wings 2015-02-28 16:51:45 Yoshi2 I use rocks against everything that isn't in water or burns 2015-02-28 16:52:13 Ford4385 Yeah. I do need to fight the Plasma wraith, and I'll use rocks for that 2015-02-28 16:57:22 Ford4385 It is a ok strategy to use rocks right? 2015-02-28 16:59:00 Yoshi2 any strategy that does not make you lose a lot of pikmin is an ok strategy, in my opinion 2015-02-28 17:01:37 Ford4385 That will be a problem for me then 2015-02-28 17:10:37 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-28 18:27:15 Testyo [Pikipedia RC] Twilight River Remix by AeroBlaze777 (-199 m) http://www.pikminwiki.com/index.php?title=Twilight_River_Remix&curid=15783&diff=146125&oldid=145741 2015-02-28 18:32:35 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-02-28 18:32:36 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-02-28 18:32:47 @PikFan hi 2015-02-28 18:33:44 @PikFan ok so remember how in Pikmin 1 the Pikmin would follow another path to get to the Onion if their way was blocked? 2015-02-28 18:34:08 @PikFan they don't do that in P2 and 3 2015-02-28 18:34:38 @PikFan they just run endlessly into whatever's blocking their way 2015-02-28 18:36:16 @PikFan also I had a Pikmin-related dream last night 2015-02-28 18:36:53 @PikFan in Pikmin 2, if you did a special thing before the debt was paid, the Ship would have different dialogs 2015-02-28 18:40:06 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-28 18:44:13 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-28 19:02:38 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 252 seconds) 2015-02-28 19:06:44 @J aaaaaand I forgot all about eating 2015-02-28 19:29:57 @PikFan beautiful 2015-02-28 19:52:26 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-02-28 20:22:35 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]) 2015-02-28 20:24:08 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-28 20:36:01 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-02-28 20:39:54 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-28 21:12:48 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]) 2015-02-28 21:13:11 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-02-28 21:16:02 <-- Yoshi2 (Yoshi2@hjlj-01-13-929-72.netcologne.de) has quit (Quit: Leaving) 2015-02-28 21:18:28 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-02-28 21:19:19 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Client Quit) 2015-02-28 21:38:47 Testyo [Pikipedia RC] Iridescent Glint Beetle by 67.190.60.231 (-7 /* Strategy */ Yes, captains can damage it when it's petrified.) http://www.pikminwiki.com/index.php?title=Iridescent_Glint_Beetle&curid=715&diff=146126&oldid=143939 2015-02-28 22:14:02 Testyo [Pikipedia RC] Treasure Hoard by GreenPikmin (+592 /* Listing */ Taken from TCRF) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=146127&oldid=146123 2015-02-28 22:54:30 Testyo [Pikipedia RC] Treasure Hoard by GreenPikmin (+433 /* Listing */) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=146128&oldid=146127 2015-02-28 23:19:38 Testyo [Pikipedia RC] Drone Supplies by GreenPikmin (+2 m) http://www.pikminwiki.com/index.php?title=Drone_Supplies&curid=707&diff=146129&oldid=137847 2015-02-28 23:24:40 Testyo [Pikipedia RC] Abstract Masterpiece by GreenPikmin (0 m) http://www.pikminwiki.com/index.php?title=Abstract_Masterpiece&curid=48&diff=146130&oldid=145077 2015-03-01 00:45:54 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-01 00:46:12 Ford4385 Hello all! 2015-03-01 00:48:22 @Espyo hi 2015-03-01 00:50:44 Ford4385 How are you doing? 2015-03-01 00:50:57 --> mib_ozitmq (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-01 00:52:15 @Espyo good 2015-03-01 00:52:22 Ford4385 thats good 2015-03-01 00:52:44 <-- mib_ozitmq (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-01 00:53:20 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-01 01:01:56 @J I started trying to work out how to have VLC open in a new instance only if no other instances are visible (but possible visible on another desktop) 2015-03-01 01:02:07 @J suddenly it's 1am and my script is 70 lines and growing 2015-03-01 01:32:24 @Espyo why are you awake 2015-03-01 01:32:40 @Espyo hm, neat idea, though 2015-03-01 01:50:11 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-01 01:50:42 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Ping timeout: 255 seconds) 2015-03-01 05:29:04 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-01 05:29:24 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-03-01 05:29:27 -- UltraMario_ is now known as UltraMario 2015-03-01 05:54:58 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-01 06:45:26 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-01 06:47:42 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-03-01 06:47:45 -- UltraMario_ is now known as UltraMario 2015-03-01 07:57:27 --> Yoshi2 (Yoshi2@sayj-06-63-030-48.netcologne.de) has joined #pikipedia 2015-03-01 09:31:03 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]) 2015-03-01 10:55:38 @J *possibly 2015-03-01 10:55:54 @J ...just correcting a typo from 10 hours ago 2015-03-01 10:55:59 @J hi Yoshi2 2015-03-01 10:58:01 Yoshi2 hey J 2015-03-01 10:59:04 @J [01:01:56] @J I started trying to work out how to have VLC open in a new instance only if no other instances are visible (but possible visible on another desktop) 2015-03-01 10:59:04 @J [01:02:07] @J suddenly it's 1am and my script is 70 lines and growing 2015-03-01 10:59:13 @J so anyway, I finished it and it's great 2015-03-01 11:02:40 Yoshi2 heh, nice 2015-03-01 11:02:46 Yoshi2 how long is the finished version? 2015-03-01 11:11:02 @J 90 lines with comments 2015-03-01 11:11:55 @J https://github.com/ikn/config-stuff 2015-03-01 11:12:06 @J very crazy stuff 2015-03-01 12:00:38 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-01 12:00:38 Testyo Hello everyone! 2015-03-01 12:01:45 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-01 12:01:45 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-01 12:01:59 Yoshi2 hey Testyo & Espyo 2015-03-01 12:02:00 Testyo mid-term tests are just that for the most part, they're a bunch of slobbering idiots 2015-03-01 12:06:56 @J what 2015-03-01 12:07:12 @J Testyo lm 2015-03-01 12:07:13 Testyo I said mid-term tests are just that for the most part, they're a bunch of slobbering idiots because Yoshi2 mentioned my name. This random message came from the messages it's just that for the most part, they're a bunch of slobbering idiots and mid-term tests are just "tests". They were joined by the common word just. 2015-03-01 12:07:22 @J amazing 2015-03-01 12:10:38 @Espyo hi 2015-03-01 12:10:45 @Espyo pfft 2015-03-01 12:11:31 Yoshi2 still better than if the bot worked with markov chains 2015-03-01 12:13:13 @Espyo the TCRF chat bot does 2015-03-01 12:13:14 @Espyo and it sucks 2015-03-01 12:13:28 @Espyo it mixes stuff chatgoers said using markov chains 2015-03-01 12:13:32 @Espyo and it's pretty forgettable 2015-03-01 12:26:50 -- irc: disconnected from server 2015-03-01 12:27:31 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-01 12:27:32 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-01 12:27:32 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-01 12:27:32 -- Channel #pikipedia: 8 nicks (2 ops, 0 voices, 6 normals) 2015-03-01 12:27:32 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-01 12:27:32 -- Mode #pikipedia [+o J] by ChanServ 2015-03-01 12:27:32 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-01 13:06:23 @J I dropped a sweet on the floor 2015-03-01 13:06:26 @J and it _exploded_ 2015-03-01 13:07:20 @Espyo hm 2015-03-01 13:07:24 @Espyo probably depends on the kind of sweet 2015-03-01 13:07:31 @Espyo but damn, did you have fun cleaning up the shards? 2015-03-01 13:09:28 Yoshi2 Espyo: I am not sure what sweets you eat, but mine are not made of glass 2015-03-01 13:09:59 @Espyo well, neither are mine 2015-03-01 13:10:06 @Espyo but if I were to chuck them on the floor, sure, they'd explode 2015-03-01 13:10:06 Yoshi2 unless dropping a sweet includes dropping the plate it was on 2015-03-01 13:10:11 @Espyo pfft 2015-03-01 13:10:52 Yoshi2 but if you dropped the plate with the sweet on it, a sweet exploding should be the least of your problems 2015-03-01 13:28:32 -- irc: disconnected from server 2015-03-01 13:29:10 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-01 13:29:10 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-01 13:29:10 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-01 13:29:10 -- Channel #pikipedia: 7 nicks (1 op, 0 voices, 6 normals) 2015-03-01 13:29:10 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-01 13:29:10 -- Mode #pikipedia [+o J] by ChanServ 2015-03-01 13:29:12 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-01 13:38:24 @J [13:07:31] @Espyo but damn, did you have fun cleaning up the shards? 2015-03-01 13:38:25 @J no 2015-03-01 13:38:35 @J it was a lemon sherbert 2015-03-01 13:38:51 @J so not just sharp sticky stuff 2015-03-01 13:38:53 @J but also powder 2015-03-01 14:24:43 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-01 14:24:44 Testyo Greetings everyone! 2015-03-01 14:24:51 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-01 14:24:51 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-01 14:41:22 @Espyo http://www.pikminwiki.com/Main_Page new poll and featured article are up 2015-03-01 14:41:39 @Espyo I had to do a fair bit of this by myself, the community wasn't really into voting this time around >_> 2015-03-01 14:45:51 Yoshi2 woohoo 2015-03-01 14:46:32 Yoshi2 the poll doesn't seem to be showing up for me, but that might be just my combination of noscript and an adblocker 2015-03-01 14:47:31 @Espyo hence why I added a "poll not showing?" text next to it 2015-03-01 14:48:30 Yoshi2 funny enough, that text does not do anything for me 2015-03-01 14:48:54 @Espyo you have to mouse-over 2015-03-01 14:49:27 Yoshi2 ohhh, I see 2015-03-01 14:49:48 @J why would it get blocked as an advert? 2015-03-01 14:51:11 @J anyway, the main page is too wide now - it needs around 1200px to view properly 2015-03-01 14:51:29 @J not terrible, but it would be good to have it below 1000px 2015-03-01 14:51:49 Yoshi2 I think my adblocker isn't actually blocking anything here, noscript is probably the issue here 2015-03-01 14:52:30 Yoshi2 looking at the page source, the poll references a js script from the polldaddy site 2015-03-01 14:53:08 @Espyo hmm... 2015-03-01 14:53:12 @Espyo I'll try to compress it 2015-03-01 14:54:14 @J http://i.imgur.com/jBcMDGa.png 1920px wide monitor 2015-03-01 14:55:20 Yoshi2 it is possible to look up the polldaddy link and vote on that though 2015-03-01 14:55:55 @J maybe have the 'not working' a link to that, then 2015-03-01 14:55:57 Yoshi2 http://answers.polldaddy.com/poll/8691561 2015-03-01 14:56:34 @Espyo right 2015-03-01 14:56:50 @Espyo right, a link to it 2015-03-01 14:56:51 @Espyo good idea 2015-03-01 15:05:30 --> Yoshi2_ (Yoshi2@edeq-08-25-520-038.netcologne.de) has joined #pikipedia 2015-03-01 15:09:00 <-- Yoshi2 (Yoshi2@sayj-06-63-030-48.netcologne.de) has quit (Ping timeout: 255 seconds) 2015-03-01 15:14:57 Testyo [Pikipedia RC] User account Eellsworth24 created http://www.pikminwiki.com/index.php?title=User:Eellsworth24 2015-03-01 17:09:57 @J http://stuff.ikn.org.uk/fileshare/farragone%20warnings.mkv 2015-03-01 17:21:26 @Espyo looking good 2015-03-01 17:38:16 @J okay, why does Minecraft still have deserts next to snow biomes 2015-03-01 17:39:29 Yoshi2_ because why not 2015-03-01 17:41:06 @J and why is this village _in his cauldron_ 2015-03-01 17:41:36 @Espyo you mean the villagers are having a party inside a cauldron? 2015-03-01 17:42:18 @J just one guy 2015-03-01 17:42:30 @Espyo you said "this village" 2015-03-01 17:42:53 @Espyo but hey, he's just taking a bath 2015-03-01 17:42:56 @Espyo shoo 2015-03-01 17:43:14 @J oh 2015-03-01 17:43:17 @J *villager 2015-03-01 17:43:21 @J http://i.imgur.com/RJZhXvI.png 2015-03-01 17:43:23 @Espyo but anyway, is this the latest version? 2015-03-01 17:43:33 @Espyo I thought snow/desert biomes were fixed years ago 2015-03-01 17:43:50 @Espyo yep, squeaky clean 2015-03-01 17:44:09 @J 1.7.10, with Biomes O' Plenty 2015-03-01 17:44:36 @Espyo could be a problem with the mod 2015-03-01 17:45:05 @J maybe 2015-03-01 17:45:29 @J oh, apparently I also forgot to put my trousers on 2015-03-01 17:45:33 @J that would explain some things 2015-03-01 17:47:02 Testyo [Pikipedia RC] Mission Mode by AeroBlaze777 (+72 m /* Co-op */) http://www.pikminwiki.com/index.php?title=Mission_Mode&curid=16414&diff=146159&oldid=145732 2015-03-01 17:47:02 Testyo [Pikipedia RC] Mission Mode by AeroBlaze777 (+1 /* Rankings */) http://www.pikminwiki.com/index.php?title=Mission_Mode&curid=16414&diff=146160&oldid=146159 2015-03-01 18:00:35 Testyo wow into challenge runs 2015-03-01 18:38:59 @Espyo that probably explains loads 2015-03-01 18:40:43 Yoshi2_ I thought I found the game I used to play in my childhood 2015-03-01 18:41:04 Yoshi2_ but by now the game has been remaked at least once, and I'm completely unable to find the original version 2015-03-01 18:42:13 Yoshi2_ doesn't help that the game is from a developer in east europe, and every single English reference to it is from a fake software hoster :/ 2015-03-01 18:47:55 @Espyo hm 2015-03-01 18:48:01 @Espyo what a weird story 2015-03-01 18:49:47 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-01 18:53:25 Yoshi2_ Espyo: it is quite weird indeed, there are barely any references to that version of the game I used to play 2015-03-01 18:55:01 Yoshi2_ quite disappointing, because I have some fond memories of that game 2015-03-01 18:58:46 @Espyo can you describe it? 2015-03-01 19:00:15 Yoshi2_ I already know the name of the game, it's just that it is an entire series of games now, and I am unable to find the original version that I played back then 2015-03-01 19:01:36 @Espyo hm, ok 2015-03-01 19:02:27 Yoshi2_ the name of the game, as far as I can tell, is brave dwarves 2015-03-01 19:02:39 Yoshi2_ and this is how I remember it looking like: http://i.imgur.com/tzwXiR2.gif 2015-03-01 19:03:04 Yoshi2_ but if you search for it on google, you will find a lot of screenshots contains completely different graphics, even pre-rendered ones 2015-03-01 19:03:24 Yoshi2_ you will also find a lot of fake file hosters who claim to have the game, so it is a minefield 2015-03-01 19:10:44 <-- T3 (T3@21-92-364-722.cable.teksavvy.com) has quit 2015-03-01 19:13:49 @Espyo never even heard of it 2015-03-01 19:16:47 Yoshi2_ I would've been suprised if you had heard of it 2015-03-01 19:17:19 --> Aredpikmin (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-01 19:17:37 Testyo [Pikipedia RC] Treasure Hoard by GreenPikmin (0 /* Listing */) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=146161&oldid=146135 2015-03-01 19:18:12 Aredpikmin Treasure hoard page? 2015-03-01 19:18:53 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-01 19:19:03 Ford4385 Hello all! 2015-03-01 19:20:31 Aredpikmin Hello 2015-03-01 19:21:19 Ford4385 I've never heard of Aredpikmin 2015-03-01 19:21:52 <-- Aredpikmin (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-01 19:23:13 Ford4385 And they are gone 2015-03-01 19:24:11 Ford4385 Oh well 2015-03-01 19:24:32 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 252 seconds) 2015-03-01 19:38:22 Ford4385 Yay no ones here! 2015-03-01 19:41:18 Yoshi2_ hey Ford4385 2015-03-01 19:41:37 Ford4385 Hello 2015-03-01 19:47:36 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-01 20:05:47 Ford4385 ... 2015-03-01 20:05:56 Ford4385 ... 2015-03-01 20:08:13 Yoshi2_ dot dot dot? 2015-03-01 20:08:16 -- Yoshi2_ is now known as Yoshi2 2015-03-01 20:08:57 Ford4385 It means silence 2015-03-01 20:10:02 Yoshi2 I could talk a bit about the homework I'm doing right now if you want 2015-03-01 20:10:46 Ford4385 Its better than nothing....... 2015-03-01 20:16:00 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-03-01 20:20:39 Ford4385 Now it is nothing 2015-03-01 20:30:44 Ford4385 So much for that 2015-03-01 20:31:44 Yoshi2 I'm dealing with disjunctive normal forms right now, which are a way to represent a logical formula 2015-03-01 20:32:03 Ford4385 Ok 2015-03-01 20:32:26 Yoshi2 boolean logic can be funny sometimes 2015-03-01 20:33:09 Testyo [Pikipedia RC] Treasure Hoard by GreenPikmin (0 /* Listing */) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=146162&oldid=146161 2015-03-01 20:33:20 Ford4385 Good job Testyo 2015-03-01 20:33:21 Testyo well, not sure why, but in a single file, it's a bit weird 2015-03-01 20:34:38 Ford4385 I really think we mentioned the Treasure Hoard 2015-03-01 20:35:18 Yoshi2 so if you had a boolean function that takes two values x1, x2 and outputs True only when the first value is true and the second value is false, or when both values are false, the DNF of it is x1*not(x2) + not(x1)*not(x2) 2015-03-01 20:35:18 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-01 20:35:29 Yoshi2 with * being the boolean AND and + being the boolean OR 2015-03-01 20:36:21 Ford4385 I have absolutely no clue what you are saying 2015-03-01 20:38:17 Yoshi2 for the most part, that's just boolean logic 2015-03-01 20:39:24 Ford4385 Which I have no clue what that is] 2015-03-01 20:44:21 Yoshi2 it is a part of maths that deals with the values True and False, and functions that only take those two values 2015-03-01 20:44:22 Ford4385 I have no clue what Boolean logic is 2015-03-01 20:44:28 Yoshi2 basically, I think 2015-03-01 20:44:31 Ford4385 Ok 2015-03-01 20:45:14 Yoshi2 so you have the boolean and, which returns true if both values are true 2015-03-01 20:45:29 Yoshi2 or, which is true when either of the two values are true 2015-03-01 20:45:45 Yoshi2 and you have not, which simply negates a value, i.e. True becomes False and vice versa 2015-03-01 20:45:55 Ford4385 Ok... 2015-03-01 20:46:23 Yoshi2 and every other boolean function can be constructed using 'and', 'or' and 'not' 2015-03-01 20:47:15 Ford4385 I think the only word in those sentences I truly understood was "can" 2015-03-01 20:49:16 @J you can write 'and' given 'or' and 'not' 2015-03-01 20:50:02 Ford4385 Those too 2015-03-01 20:50:17 Yoshi2 if you are familiar with maths, you should have an idea of what "function" means 2015-03-01 20:50:28 @J and that's kind of weird, in maths you usually use ^ for 'and' and v for 'or' 2015-03-01 20:50:38 @J and obviously ¬ 2015-03-01 20:50:46 Yoshi2 yeah 2015-03-01 20:51:33 Ford4385 I know, but its the weekend, and math doesnt count 2015-03-01 20:51:37 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-01 20:52:07 Yoshi2 maybe I should become a teacher 2015-03-01 20:52:09 Yoshi2 or maybe not 2015-03-01 20:52:25 @J http://i.imgur.com/q9E6ENF.png that guy talking about ... prompted me to plot my ... frequency over time 2015-03-01 20:52:26 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-01 20:52:36 @J well, not so much time as IRC messages 2015-03-01 20:52:42 @J but yeah, that's a thing 2015-03-01 20:52:42 Ford4385 What? 2015-03-01 20:53:11 @J http://i.imgur.com/9f1mbeL.png for comparison, everything I've said 2015-03-01 20:53:14 @J [20:52:25] @J http://i.imgur.com/q9E6ENF.png that guy talking about ... prompted me to plot my ... frequency over time 2015-03-01 20:53:24 @J yes, I'm crazy 2015-03-01 20:53:49 Ford4385 I have no clue what your talking about 2015-03-01 20:54:39 @J yes, I'm crazy 2015-03-01 20:55:05 Yoshi2 the graph shows how often J writes ... compared to seconds passed since a specific point of time 2015-03-01 20:55:23 Yoshi2 well, *plot 2015-03-01 20:55:38 Ford4385 Well, the second graph pretty much died 2015-03-01 20:55:55 @J it's lines in my IRC log, not seconds 2015-03-01 20:56:02 @J but yeah 2015-03-01 20:56:12 @J apparently I used to ... a lot and now I don't 2015-03-01 20:56:49 Ford4385 How did you get that graph? 2015-03-01 20:56:56 @J mostly magic 2015-03-01 20:56:58 @J a bit of luck 2015-03-01 20:57:20 Yoshi2 oh, messages 2015-03-01 20:57:27 Yoshi2 that's why you always name your axes 2015-03-01 20:57:42 @J not if I explain them because I don't know how 2015-03-01 20:59:34 Yoshi2 ah, I missed your message that explained the axes 2015-03-01 21:07:40 Ford4385 And now back to silence 2015-03-01 21:08:04 Ford4385 My color? 2015-03-01 21:08:07 Ford4385 I fixed it now 2015-03-01 21:12:47 Yoshi2 I'll be off to bed now, good night 2015-03-01 21:12:52 Ford4385 Night 2015-03-01 21:13:54 Ford4385 Hey J do you have a favorite type of pikmin? 2015-03-01 21:14:15 <-- Yoshi2 (Yoshi2@edeq-08-25-520-038.netcologne.de) has quit (Quit: Leaving) 2015-03-01 21:22:10 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-01 21:40:13 Testyo time tables *yeah 2015-03-01 21:40:21 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]) 2015-03-01 21:42:38 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-01 22:18:53 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-01 22:20:06 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-03-01 22:20:11 -- UltraMario_ is now known as UltraMario 2015-03-01 22:29:10 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-01 22:30:00 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-03-01 22:30:13 -- UltraMario_ is now known as UltraMario 2015-03-01 22:31:33 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-01 22:31:37 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-01 22:43:10 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-01 22:43:10 Testyo Evening everyone! 2015-03-01 22:43:19 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-01 22:43:19 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-01 22:43:31 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]) 2015-03-01 22:44:58 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-01 23:35:42 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-03-01 23:37:45 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-01 23:46:52 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-01 23:47:11 Ford4385 Hello everyone! 2015-03-01 23:49:48 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-01 23:56:06 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-01 23:58:39 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-03-01 23:58:53 -- UltraMario_ is now known as UltraMario 2015-03-02 00:08:38 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-02 00:09:12 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-02 00:09:24 Ford4385 Hello all! 2015-03-02 00:11:15 UltraMario HI 2015-03-02 00:12:25 Ford4385 Hello UltraMario 2015-03-02 00:14:09 Ford4385 Hey UltraMario whats your favorite pikmin type? 2015-03-02 00:14:38 UltraMario idk 2015-03-02 00:14:42 UltraMario purple i guess 2015-03-02 00:16:28 Ford4385 Purples were nice, but I love winged pikmin (as you might guess from my chat color choice) 2015-03-02 00:20:06 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-02 00:26:45 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-02 01:07:11 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-02 01:13:36 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-02 02:21:23 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-02 02:33:27 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Ping timeout: 255 seconds) 2015-03-02 02:35:10 --> WingedPikmin (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-02 02:35:37 WingedPikmin Hello 2015-03-02 02:35:58 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-02 02:40:03 Ford4385 Hello all 2015-03-02 02:40:13 WingedPikmin Hello 2015-03-02 02:40:30 Ford4385 Another winged pikmin fan? 2015-03-02 02:40:46 WingedPikmin Obviously. The name is WingedPikmin 2015-03-02 02:40:57 Ford4385 Yeah 2015-03-02 02:41:32 WingedPikmin Whats your favorite thing about Winged Pikmin? 2015-03-02 02:41:52 Ford4385 Well, I like the fact that they can carry stuff over water, and take shortcuts 2015-03-02 02:42:09 WingedPikmin I like the little pink wings, and their cuteness 2015-03-02 02:42:17 Ford4385 Thats good too 2015-03-02 02:42:34 WingedPikmin Yes 2015-03-02 02:53:21 Ford4385 Whats your least favorite 2015-03-02 02:53:50 WingedPikmin Probably rock..... or maybe yellows in the first game 2015-03-02 02:54:03 Ford4385 Especcialy yellows in the first 2015-03-02 02:54:13 Ford4385 Rocks are ok.... but I dont know 2015-03-02 03:03:56 WingedPikmin Bye yall 2015-03-02 03:04:01 Ford4385 Bye 2015-03-02 03:04:11 Ford4385 I gotta go also 2015-03-02 03:04:13 Ford4385 Bye! 2015-03-02 03:04:17 <-- WingedPikmin (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-02 03:04:19 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-02 03:28:48 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-03-02 05:02:51 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-02 08:01:14 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-02 08:02:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-02 08:02:34 -- UltraMario_ is now known as UltraMario 2015-03-02 08:02:34 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Excess Flood) 2015-03-02 08:03:16 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-02 08:16:36 --> Yoshi2 (Yoshi2@qwlj-27-82-322-60.netcologne.de) has joined #pikipedia 2015-03-02 09:39:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-02 09:59:56 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-02 10:33:41 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-02 11:38:16 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-02 11:38:32 Ford4385 Hello everyone! 2015-03-02 11:39:02 Yoshi2 good day 2015-03-02 11:39:37 Ford4385 How are you? 2015-03-02 11:42:52 Yoshi2 fine, except for the fact that I have a lot of learning to do for my exam that is less than two days away 2015-03-02 11:43:22 Ford4385 Ok 2015-03-02 11:55:58 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-02 15:59:43 --> Yoshi2_ (Yoshi2@hjqo-53-20-027-531.netcologne.de) has joined #pikipedia 2015-03-02 16:02:23 <-- Yoshi2 (Yoshi2@qwlj-27-82-322-60.netcologne.de) has quit (Read error: Operation timed out) 2015-03-02 18:58:33 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-02 18:58:33 Testyo Evening everyone! 2015-03-02 18:59:18 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-02 18:59:18 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-02 19:03:00 Yoshi2_ hey Espyo & Testyo 2015-03-02 19:03:01 Testyo then, each sub-class overrides that method to add over 100 will just make the new Pikmin not spawn 2015-03-02 19:21:51 @Espyo hi 2015-03-02 19:22:23 Yoshi2_ today must be netsplit day because I'm encountering netsplits on two different irc networks at once 2015-03-02 19:32:22 @Espyo hmmmmm 2015-03-02 19:48:54 --> Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has joined #pikipedia 2015-03-02 19:49:10 --> Spark02 (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has joined #pikipedia 2015-03-02 19:49:18 <-- Spark02 (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has quit (Client Quit) 2015-03-02 20:31:53 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-02 20:31:56 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-02 20:33:41 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-02 20:33:41 Testyo Greetings everyone! 2015-03-02 20:33:51 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-02 20:33:51 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-02 20:42:52 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-02 20:54:13 <-- Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has quit (Ping timeout: 272 seconds) 2015-03-02 20:59:00 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-02 20:59:15 Ford4385 Hello all! 2015-03-02 21:05:50 Ford4385 Like usually no immediate response 2015-03-02 21:05:53 Ford4385 Oh well 2015-03-02 21:08:07 @Espyo hi 2015-03-02 21:10:17 Ford4385 Oh hello espyo 2015-03-02 21:12:36 Ford4385 Hey espyo, where did you come up with your name? 2015-03-02 21:12:46 @Espyo no idea, I've had it since 2006 2015-03-02 21:12:54 @Espyo it MIGHT have been related to Espio, from the Sonic franchise 2015-03-02 21:13:02 @Espyo but I don't think so, 'cause I was never a big fan of him 2015-03-02 21:13:53 Ford4385 Thats what I was thinking 2015-03-02 21:13:57 Ford4385 That or the pokemon Espeon 2015-03-02 21:13:59 Testyo [Pikipedia RC] Nectar Egg by GreenPikmin (+62) http://www.pikminwiki.com/index.php?title=Nectar_Egg&curid=636&diff=146182&oldid=144235 2015-03-02 21:14:35 Ford4385 That works Testyo 2015-03-02 21:14:36 Testyo charming what 2015-03-02 21:15:08 Ford4385 You make no sense to me Testyo 2015-03-02 21:15:09 Testyo https://www.dropbox.com/s/ywy6t1qam9tlzwn/demobgm_musicoPiece%232.midi?dl=0 second melody in the code 029429DC 00000FFF 2015-03-02 21:15:29 Ford4385 Ok Testyo. Do as you please I guess 2015-03-02 21:15:29 Testyo yep 2015-03-02 21:15:47 @J nice 2015-03-02 21:15:58 Ford4385 Isn't Testyo supposed to be a bot? 2015-03-02 21:15:59 Testyo if you guys remember when i knew each one corresponded to a power of 2 2015-03-02 21:16:41 @J now he's a poet 2015-03-02 21:16:51 Ford4385 Bad Testyo 2015-03-02 21:16:51 Testyo I have to do it before the new one broke too, very quickly, so it was somehow killing hard drives 2015-03-02 21:17:17 Ford4385 This is actually sorta amusing 2015-03-02 21:17:35 Ford4385 Testyo 2015-03-02 21:17:36 Testyo and then a few more bytes change some more positions ahead, still in the middle of the British version 2015-03-02 21:18:57 Ford4385 Does anyone have a clue what the music Testyo linked to earlier was? (Or sound?) 2015-03-02 21:18:58 Testyo we use CC-BY-SA, which means any redistribution of the argument only removes game icons, it's called 'noicons'; for those that do other things too, it's 'clash' 2015-03-02 21:19:24 Ford4385 Anyone that isn't an AI? 2015-03-02 21:19:26 @Espyo hmmmm... 2015-03-02 21:19:34 @Espyo I think it might be Super Mario Sunshine 2015-03-02 21:19:35 @Espyo without downloading 2015-03-02 21:20:01 @Espyo it's a midi, and Yoshi2_'s been going all around with SMS and Pikmin 2 music, and it says "musico", which is pretty Italian 2015-03-02 21:20:13 Ford4385 Maybe 2015-03-02 21:20:19 Ford4385 I always loved Sunshine 2015-03-02 21:20:45 Ford4385 I really don't wanna download, but I wanna know what it is 2015-03-02 21:21:03 Ford4385 Yoshi2_ If its possibly your file, do you know what it is? 2015-03-02 21:22:17 Ford4385 I'm assuming its Demo Background music 2015-03-02 21:22:32 Ford4385 based on demobgm 2015-03-02 21:23:14 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-02 21:23:42 Ford4385 Can Testyo link to more music? 2015-03-02 21:23:42 Testyo hey, everything's an even newer framerate test build because hey, guess what 2015-03-02 21:23:46 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Client Quit) 2015-03-02 21:23:47 Ford4385 I guess not 2015-03-02 21:24:02 @Espyo he's fully random 2015-03-02 21:24:10 @Espyo he mixes things we said before 2015-03-02 21:24:15 Ford4385 Who made him? 2015-03-02 21:24:15 @Espyo so... 2015-03-02 21:24:17 @Espyo me 2015-03-02 21:24:21 @Espyo Testyo: who are you? 2015-03-02 21:24:21 Testyo I am Espyo's bot! For more info, type Testyo help. 2015-03-02 21:24:28 Ford4385 Oh 2015-03-02 21:24:48 Ford4385 You should do what they do other AI 2015-03-02 21:25:11 @Espyo I could make this more complex 2015-03-02 21:25:15 Ford4385 Have like specific keywords that tells him a item to select from his bank of words 2015-03-02 21:25:15 @Espyo but I really don't have the time for it 2015-03-02 21:25:36 @Espyo uh, I have things that are KIND OF like that 2015-03-02 21:25:40 @Espyo not too advanced 2015-03-02 21:25:43 @Espyo and I don't have many of them 2015-03-02 21:25:50 @Espyo one of them would be this: [[Red Bulborb]] 2015-03-02 21:25:50 Testyo "Red_Bulborb" article = http://www.pikminwiki.com/index.php?title=Red_Bulborb 2015-03-02 21:26:10 Ford4385 Does that work for anything? 2015-03-02 21:26:18 @Espyo mhm 2015-03-02 21:26:24 @Espyo [[This page doesn't exist]] 2015-03-02 21:26:24 Testyo "This_page_doesn't_exist" article = http://www.pikminwiki.com/index.php?title=This_page_doesn't_exist 2015-03-02 21:26:30 Ford4385 Or maybe testyo can just search what you said for page names 2015-03-02 21:26:30 Testyo get and transform is your OS? 2015-03-02 21:26:43 Ford4385 Like if I were to say Winged Pikmin 2015-03-02 21:26:57 Ford4385 You might make it to where Testyo can add a link 2015-03-02 21:26:57 Testyo so anxious for the best way to do it 2015-03-02 21:27:22 Ford4385 Testyo Help 2015-03-02 21:27:23 Testyo Help file: https://dl.dropbox.com/u/47921869/Permanent/Testyo/Help.html Ask Espyo for more info! 2015-03-02 21:28:08 Ford4385 How old is testyo? 2015-03-02 21:28:08 Testyo I was born on 8/4/2012, which means I am 2 years, 10 months and 24 days old! 2015-03-02 21:28:23 Ford4385 Thats a lot newer than I thought 2015-03-02 21:28:26 Yoshi2_ Ford4385: "musico" was a typo, iirc the file is of a piece of music extracted from a file called demobgm, in Pikmin 1 2015-03-02 21:29:05 Ford4385 Ok 2015-03-02 21:29:27 Ford4385 Am I Right in guessing that Demobgm is demo background music? 2015-03-02 21:30:12 Ford4385 Whats Testyo Blackjack 2015-03-02 21:30:12 Testyo that's not editing the wiki? 2015-03-02 21:30:34 Ford4385 Its in his help file 2015-03-02 21:31:04 @Espyo he doesn't have blackjack, though 2015-03-02 21:31:05 Yoshi2_ that would be my guess too, though it doesn't make too much sense in this case 2015-03-02 21:31:17 Ford4385 Its in his help file 2015-03-02 21:31:27 @Espyo wait 2015-03-02 21:31:32 Ford4385 What? 2015-03-02 21:31:33 @Espyo nuts, I forgot 2015-03-02 21:31:34 @Espyo he DOES 2015-03-02 21:31:38 @Espyo I forgot I wrote blackjack for him 2015-03-02 21:31:43 Ford4385 I'm bored 2015-03-02 21:31:44 Testyo Oh, you're bored? Try using some of my features in a weird manner. I have special responses for certain scenarios! 2015-03-02 21:31:46 @Espyo Testyo: blackjack 2015-03-02 21:31:47 Testyo Your first cards: [♣5] [♠Q] (15). Do you want to hit or stay? 2015-03-02 21:31:52 @Espyo hit 2015-03-02 21:31:52 Testyo Your cards: [♣5] [♠Q] [♥A] (16). Do you want to hit or stay? 2015-03-02 21:31:55 @Espyo stay 2015-03-02 21:31:55 Yoshi2_ the sounds were not part of some demonstration, they were actually used in Pikmin 1 2015-03-02 21:31:55 Testyo Dealer's cards: [♠9] [♠10] (19). Dealer has more points. You lost! 2015-03-02 21:32:02 @Espyo hm 2015-03-02 21:32:09 Ford4385 Testyo: Blackjack 2015-03-02 21:32:10 Testyo Your first cards: [♣4] [♠Q] (14). Do you want to hit or stay? 2015-03-02 21:32:12 Ford4385 Hit 2015-03-02 21:32:13 Testyo Your cards: [♣4] [♠Q] [♣K] (24). You went over. You lost! 2015-03-02 21:32:16 Ford4385 Dan 2015-03-02 21:32:17 Ford4385 g 2015-03-02 21:32:22 Ford4385 Testyo: Blackjack 2015-03-02 21:32:23 Testyo Your first cards: [♥7] [♠3] (10). Do you want to hit or stay? 2015-03-02 21:32:25 Ford4385 hit 2015-03-02 21:32:26 Testyo Your cards: [♥7] [♠3] [♥2] (12). Do you want to hit or stay? 2015-03-02 21:32:28 @Espyo dinner, bbl 2015-03-02 21:32:30 Ford4385 hit 2015-03-02 21:32:30 Testyo Your cards: [♥7] [♠3] [♥2] [♠9] (21). 21! You won! 2015-03-02 21:32:35 Ford4385 Yes! 2015-03-02 21:32:52 Yoshi2_ Ford4385: there is also #testyo which is a channel just for playing around with testyo 2015-03-02 21:32:52 Testyo what yas 2015-03-02 21:33:41 Ford4385 Yeah! 2015-03-02 21:34:30 Ford4385 Whats Cards against humanity? 2015-03-02 21:35:03 Ford4385 Can we try it? 2015-03-02 21:36:06 Ford4385 Espyo can you play cah with us? 2015-03-02 21:36:09 --> Yoshi2 (Yoshi2@hjqo-53-20-027-531.netcologne.de) has joined #pikipedia 2015-03-02 21:42:43 Ford4385 Espyo can you play CAH with us? 2015-03-02 21:45:59 --> Ford4386 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-02 21:46:20 <-- Yoshi2 (Yoshi2@hjqo-53-20-027-531.netcologne.de) has quit (Quit: Leaving) 2015-03-02 21:46:45 <-- Ford4386 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-02 22:04:17 Testyo [Pikipedia RC] Crystal by AeroBlaze777 (-42 m /* Crystal nodule */) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=146183&oldid=145842 2015-03-02 22:05:45 -- Yoshi2_ is now known as Yoshi2 2015-03-02 22:05:47 Ford4385 Crazy testyo 2015-03-02 22:05:47 Testyo abcd.- greed 2015-03-02 22:08:56 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-02 22:12:12 @Espyo sorry, busy 2015-03-02 22:12:21 @Espyo I like CAH, but I'll have to sit this one out 2015-03-02 22:12:32 Yoshi2 Espyo: we have stopped playing CAH already 2015-03-02 22:12:49 @Espyo oh 2015-03-02 22:12:56 Yoshi2 testyo's story function is suprisingly entertaining 2015-03-02 22:12:57 Testyo well, to be fair, frame-perfect not categories 2015-03-02 22:14:44 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-02 22:19:44 Ford4385 Testyo story 2015-03-02 22:19:44 Testyo BetaMaster: "I like video games!" 2015-03-02 22:19:45 Testyo BetaMaster: "(Wait a second... what exactly is going on?)" 2015-03-02 22:19:45 Testyo smuckola: "Thanks, Obama." 2015-03-02 22:19:54 BetaMaster come on now 2015-03-02 22:20:01 @Espyo mhm, it is 2015-03-02 22:20:08 Ford4385 Like that. Its just entirely random 2015-03-02 22:20:41 Ford4385 If you go to #testyo i'm just spamming it with the storys 2015-03-02 22:20:42 Testyo below y' doin'? 2015-03-02 22:21:21 Yoshi2 for some reason, a lot of stories about me involve me being mean to other people 2015-03-02 22:22:00 Ford4385 Yeah 2015-03-02 22:22:17 Ford4385 Or UltraMario..... doing some naughty things 2015-03-02 22:22:46 Ford4385 And now Yoshi2 just got naked according to testyo 2015-03-02 22:22:47 Testyo I'll I forget 2015-03-02 22:23:58 Ford4385 : Yoshi2: "I've been thinking about my life..." : Espyo breakdances. : Espyo commits suicide. 2015-03-02 22:23:58 Testyo I'm still waiting for the next 20 tries doing stupid mistakes 2015-03-02 22:25:14 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-02 22:26:02 Ford4385 Espyo, you dont wanna know what testyo just said 2015-03-02 22:26:02 Testyo yas destroy poison gates 2015-03-02 22:26:50 @Espyo I've seen a lot of stories Testyo made 2015-03-02 22:26:51 Testyo yeah 2015-03-02 22:27:04 @Espyo yeah 2015-03-02 22:27:46 Ford4385 In the #testyo have you seen his most recent? 2015-03-02 22:27:46 Testyo 11:29 Espyo there's this barc archive into the Start.dol 2015-03-02 22:29:00 Yoshi2 that seems like an excerpt from the bible 2015-03-02 22:34:43 Ford4385 testyo found out that I was a necromancer 2015-03-02 22:34:43 Testyo How many treasures total 1 hour a day or so 2015-03-02 22:39:19 Yoshi2 I'll be off now, good night 2015-03-02 22:39:40 Ford4385 Bye 2015-03-02 22:39:53 @Espyo night 2015-03-02 22:40:30 Ford4385 Testyo hangman 2015-03-02 22:40:30 Testyo Ladies and gentlemen, I've started a hangman game. You have 10 tries to guess this 6 letter word. Start guessing! 2015-03-02 22:40:37 Ford4385 A 2015-03-02 22:40:38 Testyo |---O-<-< Tries: 9/10 _ _ _ _ _ _, There is no a. 2015-03-02 22:40:42 Ford4385 I 2015-03-02 22:40:43 Testyo |---O-<-< Tries: 9/10 _ _ _ I _ _, There is 1 i. 2015-03-02 22:40:46 Ford4385 E 2015-03-02 22:40:46 Testyo |---O-<-< Tries: 8/10 _ _ _ I _ _, There is no e. 2015-03-02 22:40:52 Ford4385 Q 2015-03-02 22:40:52 Testyo |---O-<-< Tries: 7/10 _ _ _ I _ _, There is no q. 2015-03-02 22:40:56 Ford4385 e 2015-03-02 22:40:56 Testyo The letter e was already used. 2015-03-02 22:40:58 Ford4385 r 2015-03-02 22:40:58 Testyo |---O-<-< Tries: 7/10 _ R _ I _ _, There is 1 r. 2015-03-02 22:41:00 Ford4385 t 2015-03-02 22:41:01 Testyo |---O-<-< Tries: 6/10 _ R _ I _ _, There is no t. 2015-03-02 22:41:03 Ford4385 y 2015-03-02 22:41:03 Testyo |---O-<-< Tries: 6/10 _ R Y I _ _, There is 1 y. 2015-03-02 22:41:04 Ford4385 u 2015-03-02 22:41:04 Testyo |---O-<-< Tries: 5/10 _ R Y I _ _, There is no u. 2015-03-02 22:41:06 Ford4385 u 2015-03-02 22:41:06 Testyo The letter u was already used. 2015-03-02 22:41:07 Ford4385 i 2015-03-02 22:41:07 Testyo The letter i was already used. 2015-03-02 22:41:09 Ford4385 a 2015-03-02 22:41:09 Testyo The letter a was already used. 2015-03-02 22:41:10 Ford4385 s 2015-03-02 22:41:11 Testyo |---O-<-< Tries: 4/10 _ R Y I _ _, There is no s. 2015-03-02 22:41:12 Ford4385 d 2015-03-02 22:41:12 Testyo |---O-<-< Tries: 3/10 _ R Y I _ _, There is no d. 2015-03-02 22:41:13 Ford4385 f 2015-03-02 22:41:13 Testyo |---O-<-< Tries: 2/10 _ R Y I _ _, There is no f. 2015-03-02 22:41:14 Ford4385 g 2015-03-02 22:41:14 Testyo |---O-<-< Tries: 2/10 _ R Y I _ G, There is 1 g. 2015-03-02 22:41:15 Ford4385 h 2015-03-02 22:41:16 Testyo |---O-<-< Tries: 1/10 _ R Y I _ G, There is no h. 2015-03-02 22:41:21 Ford4385 j 2015-03-02 22:41:22 Testyo Game over! The word was crying. 2015-03-02 22:41:22 <-- Yoshi2 (Yoshi2@hjqo-53-20-027-531.netcologne.de) has quit (Quit: Leaving) 2015-03-02 22:45:07 Ford4385 Hey espyo 2015-03-02 22:45:10 @Espyo hmm? 2015-03-02 22:45:18 Ford4385 For testyo's hangman 2015-03-02 22:45:19 Testyo the your OS? 2015-03-02 22:45:30 Ford4385 why dont you make it names of the articles on this wiki 2015-03-02 22:45:36 @Espyo hmmm 2015-03-02 22:45:38 Ford4385 Instead of a random word 2015-03-02 22:45:46 @Espyo good idea 2015-03-02 22:45:58 @Espyo although there are a few problems 2015-03-02 22:46:03 @Espyo for one thing, there can be no spaces 2015-03-02 22:46:15 @Espyo and almost all enemy, ship part, treasure and fruit names have two words or more 2015-03-02 22:46:21 @Espyo so that only leaves a few terms left 2015-03-02 22:46:29 @Espyo and playing with a pool of 50 words or so is kind of boring 2015-03-02 22:46:33 @Espyo it's a good idea on paper, but... 2015-03-02 22:46:36 @Espyo it probably wouldn't work 2015-03-02 22:46:53 Ford4385 Yeah 2015-03-02 22:47:00 Ford4385 But In hangman there can be spaces 2015-03-02 22:47:05 Ford4385 You just dont guess it 2015-03-02 22:47:19 @Espyo hm 2015-03-02 22:47:21 @Espyo oh yeah 2015-03-02 22:47:31 @Espyo though I'd have to implement a space detection/ignoration system 2015-03-02 22:48:13 Ford4385 Yeah 2015-03-02 22:52:49 Ford4385 Espyo, remember how I asked that question about the skitter leafs? 2015-03-02 22:54:36 @Espyo mhm? 2015-03-02 22:54:52 Ford4385 I found out the answer 2015-03-02 22:55:23 @Espyo oh? 2015-03-02 22:55:55 Ford4385 Yes even the frail wings can crush skitter leafs 2015-03-02 22:57:14 Ford4385 Its suprised me... but the wings can kill the skitter leafs 2015-03-02 22:58:28 @Espyo neat 2015-03-02 22:58:35 @Espyo add it to the wiki, please 2015-03-02 22:59:26 Ford4385 I think its already there that all pikmin can crush it 2015-03-02 22:59:43 @Espyo oh 2015-03-02 22:59:50 @Espyo [[Skitter Leaf]] 2015-03-02 22:59:50 Testyo "Skitter_Leaf" article = http://www.pikminwiki.com/index.php?title=Skitter_Leaf 2015-03-02 23:01:26 Ford4385 Well the skitter leaf article states 2015-03-02 23:01:50 Ford4385 http://mibpaste.com/47dLn4 2015-03-02 23:02:04 @Espyo yep 2015-03-02 23:02:16 Ford4385 My question was on the dessicated, which I just proved 2015-03-02 23:02:23 @Espyo ah 2015-03-02 23:02:33 Ford4385 Im not sure about regularly, but while resting they do die instantly 2015-03-02 23:03:01 Ford4385 I'll restart the day and find out 2015-03-02 23:03:31 @Espyo ok 2015-03-02 23:05:21 Ford4385 Winged pikmin will have to attack it while its not resting 2015-03-02 23:05:38 Ford4385 I just sacrificed 2 winged pikmin to find out 2015-03-02 23:07:49 @Espyo so does that mean Wingeds won't OHKO it if it's moving? 2015-03-02 23:08:12 Ford4385 Yes 2015-03-02 23:08:34 Ford4385 Wings have to attack it like they would a dwarf bulborb for example 2015-03-02 23:08:35 @Espyo I think it's worth adding to the article 2015-03-02 23:09:06 Ford4385 [[Desiccated Skitter Leaf]] 2015-03-02 23:09:06 Testyo "Desiccated_Skitter_Leaf" article = http://www.pikminwiki.com/index.php?title=Desiccated_Skitter_Leaf 2015-03-02 23:11:27 Ford4385 How about this? 2015-03-02 23:11:28 Ford4385 Although they are agile, Desiccated Skitter Leaves are extremely frail, and will die instantly if a Pikmin is thrown on top of one. Winged Pikmin are the only exception because they can crush a resting Desiccated Skitter Leaf, but not an active one. These creatures can snatch and eat Pikmin quickly, so if one is on the attack, caution must be taken. 2015-03-02 23:11:39 Ford4385 (this is under behavior) 2015-03-02 23:12:28 @Espyo sounds good 2015-03-02 23:12:50 Ford4385 Ok I added that sentence: Winged Pikmin are the only exception because they can crush a resting Desiccated Skitter Leaf, but not an active one 2015-03-02 23:14:39 Ford4385 Also Espyo, do you know where the best place to raise yellow is? (in pikmin 3) 2015-03-02 23:14:46 Testyo [Pikipedia RC] Desiccated Skitter Leaf by Ford4385 (+118 m /* Behavior */) http://www.pikminwiki.com/index.php?title=Desiccated_Skitter_Leaf&curid=9564&diff=146184&oldid=145478 2015-03-02 23:15:38 Ford4385 Does testyo state all the changes made? 2015-03-02 23:15:39 Testyo it's a little different is in a few days 2015-03-02 23:15:46 @Espyo not really @yellows 2015-03-02 23:15:54 @Espyo and he states most of them 2015-03-02 23:16:07 @Espyo like, he'll only post 2 of the recent changes in 5 minutes 2015-03-02 23:16:15 @Espyo if people make 3 changes in 5 minutes, he'll just hide the 3rd 2015-03-02 23:16:18 @Espyo that way he won't spam the channel 2015-03-02 23:16:21 @Espyo specially if people do like 30 2015-03-02 23:16:34 Ford4385 Ok 2015-03-02 23:21:56 Ford4385 Is there anything you want check in Pikmin 3 or 2? 2015-03-02 23:22:39 Ford4385 Specifically the pikmin 2 GC edition. 2015-03-02 23:24:54 Ford4385 Cause I might be able to check 2015-03-02 23:27:53 @Espyo hm, not really 2015-03-02 23:27:56 @Espyo I've got all three games 2015-03-02 23:27:59 @Espyo (first two on GC) 2015-03-02 23:28:05 @Espyo so if I need something later, I can check 2015-03-02 23:28:06 @Espyo thanks 2015-03-02 23:29:15 Ford4385 Ok 2015-03-02 23:29:38 Ford4385 I need to get pikmin 1 back for my GC 2015-03-02 23:30:20 @Espyo you lent it? 2015-03-02 23:30:48 Ford4385 I had it, but sold it back to gamestop 2015-03-02 23:31:28 Ford4385 Brb 2015-03-02 23:33:36 @Espyo sucks 2015-03-02 23:34:54 Testyo [Pikipedia RC] Paper bag by GreenPikmin (+129 /* See also */) http://www.pikminwiki.com/index.php?title=Paper_bag&curid=1298&diff=146185&oldid=145776 2015-03-02 23:35:45 @Espyo woah 2015-03-02 23:35:47 @Espyo I think I knew that 2015-03-02 23:35:49 @Espyo but still, woah 2015-03-02 23:57:24 Testyo yeah, just what so darn awkward 2015-03-03 00:02:11 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-03 00:05:16 Ford4385 Back 2015-03-03 00:05:52 @Espyo I have to go sleep now 2015-03-03 00:05:53 @Espyo night 2015-03-03 00:06:02 Ford4385 Night 2015-03-03 00:06:28 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-03 00:06:48 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-03 00:07:17 Ford4385 Testyo is gone to now? 2015-03-03 00:07:28 Ford4385 Awwwww 2015-03-03 00:07:44 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-03 00:44:36 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-03 00:58:12 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by Beta2))) 2015-03-03 00:58:17 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-03 04:02:37 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-03 04:14:33 -- UltraMario is now known as UltraAzazel 2015-03-03 04:48:36 -- UltraAzazel is now known as UltraMario 2015-03-03 05:24:29 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-03 05:34:21 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-03 05:36:08 -- UltraMario is now known as UltraMario|FNAF3 2015-03-03 05:43:11 <-- UltraMario|FNAF3 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-03 05:46:17 --> UltraMario|FNAF3 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-03 05:51:56 -- UltraMario|FNAF3 is now known as UltraMario 2015-03-03 06:00:32 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-03 06:01:34 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-03 06:23:15 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-03 06:25:32 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-03 06:25:33 -- UltraMario_ is now known as UltraMario 2015-03-03 06:35:26 -- UltraMario is now known as UltraMario|FNAF3 2015-03-03 06:39:23 -- UltraMario|FNAF3 is now known as UltraMario 2015-03-03 06:47:24 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]) 2015-03-03 06:47:51 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-03 07:45:42 --> Yoshi2 (Yoshi2@qbai-58-75-526-048.netcologne.de) has joined #pikipedia 2015-03-03 08:08:04 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]) 2015-03-03 09:14:26 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Ping timeout: 245 seconds) 2015-03-03 12:48:31 --> Yoshi2_ (Yoshi2@xkss-96-94-641-623.netcologne.de) has joined #pikipedia 2015-03-03 12:52:11 <-- Yoshi2 (Yoshi2@qbai-58-75-526-048.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-03 18:47:36 <-- Yoshi2_ (Yoshi2@xkss-96-94-641-623.netcologne.de) has quit (*.net *.split) 2015-03-03 18:47:36 <-- smuckola (smuckola@e7.smuckola.org) has quit (*.net *.split) 2015-03-03 18:52:48 --> Yoshi2_ (Yoshi2@xkss-96-94-641-623.netcologne.de) has joined #pikipedia 2015-03-03 18:52:48 --> smuckola (smuckola@e7.smuckola.org) has joined #pikipedia 2015-03-03 19:08:37 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-03 19:13:38 -- UltraMario is now known as UltraFlint 2015-03-03 19:23:38 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-03 19:30:26 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-03 19:30:27 Testyo Greetings everyone! 2015-03-03 19:31:31 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-03 19:31:31 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-03 19:47:14 Yoshi2_ hey Espyo & Testyo 2015-03-03 19:47:15 Testyo or you just press the play button on the chat client normally plays a sound 2015-03-03 19:47:18 @Espyo hi 2015-03-03 20:36:01 Testyo [Pikipedia RC] Smoky Progg by 166.137.252.95 (+866 /* Strategy */) http://www.pikminwiki.com/index.php?title=Smoky_Progg&curid=1681&diff=146299&oldid=145668 2015-03-03 20:51:14 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-03 20:52:53 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-03 20:56:51 -- UltraFlint is now known as UltraToonLink 2015-03-03 20:59:51 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-03 20:59:52 Testyo Hello everyone! 2015-03-03 21:00:02 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-03 21:00:02 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-03 21:07:28 -- UltraToonLink is now known as UltraRoboticOperatingBuddy 2015-03-03 21:21:50 <-- UltraRoboticOperatingBuddy (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]) 2015-03-03 21:22:07 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-03 21:22:16 --> UltraRoboticOperatingBuddy (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-03 21:22:19 Ford4385 Hello everyone! 2015-03-03 21:25:09 Ford4385 How are all of you? 2015-03-03 21:25:41 Yoshi2_ fine, though tired of learning for my exam 2015-03-03 21:25:54 Ford4385 Wanna play hangman? 2015-03-03 21:26:26 Ford4385 I'm messing around on #testyo 2015-03-03 21:26:27 Testyo "continued see if something goes horribly wrong 2015-03-03 21:26:44 Yoshi2_ no thanks, I'll be going to bed in a bit 2015-03-03 21:26:56 Ford4385 Aww ok 2015-03-03 21:27:10 Yoshi2_ I'm also aware when something happens in #testyo, my chat client lights up the channel when somebody writes a message 2015-03-03 21:27:11 Testyo Oh, well cozy 2015-03-03 21:27:54 Ford4385 Yeah 2015-03-03 21:32:11 Yoshi2_ I'll be off now, good night 2015-03-03 21:34:03 Ford4385 Night 2015-03-03 21:35:06 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-03 21:35:39 <-- Yoshi2_ (Yoshi2@xkss-96-94-641-623.netcologne.de) has quit (Quit: Leaving) 2015-03-03 21:55:22 Testyo [Pikipedia RC] Super Smash Bros. for 3DS... by AeroBlaze777 (+1564 /* Trophies */) http://www.pikminwiki.com/index.php?title=Super_Smash_Bros._for_3DS_and_Wii_U&curid=9716&diff=146300&oldid=146290 2015-03-03 22:15:04 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Read error: Connection reset by peer) 2015-03-03 22:17:35 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-03 22:28:46 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-03 22:28:46 Testyo Hey everyone! 2015-03-03 22:28:51 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-03 22:28:51 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-03 23:35:44 <-- UltraRoboticOperatingBuddy (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-03 23:37:37 --> UltraRoboticOperatingBuddy (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-04 00:08:22 --> UltraRoboticOperatingBuddy_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-04 00:10:05 <-- UltraRoboticOperatingBuddy (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraRoboticOperatingBuddy_))) 2015-03-04 00:10:12 -- UltraRoboticOperatingBuddy_ is now known as UltraRoboticOperatingBuddy 2015-03-04 00:10:30 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-04 00:10:42 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-04 00:14:15 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-04 00:32:18 -- UltraRoboticOperatingBuddy is now known as UltraMario 2015-03-04 00:53:21 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-03-04 01:22:40 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Remote host closed the connection) 2015-03-04 01:24:12 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-04 01:27:56 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-04 01:38:04 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-04 01:39:52 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-04 01:41:03 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-04 01:41:35 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-04 02:39:01 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by Beta2))) 2015-03-04 02:39:07 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-04 02:51:03 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-04 03:25:02 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-04 03:28:35 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-04 03:28:54 -- UltraMario is now known as UltraOlimar 2015-03-04 03:53:32 <-- UltraOlimar (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]) 2015-03-04 04:07:07 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-04 05:42:53 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-04 05:42:54 RingtailedFox awr 2015-03-04 05:42:56 RingtailedFox rawr 2015-03-04 05:51:51 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-04 07:17:51 --> Yoshi2 (Yoshi2@satz-53-75-055-545.netcologne.de) has joined #pikipedia 2015-03-04 10:06:38 <-- Yoshi2 (Yoshi2@satz-53-75-055-545.netcologne.de) has quit (Quit: Leaving) 2015-03-04 12:30:53 --> Yoshi2 (Yoshi2@054-156.eduroam.rwth-aachen.de) has joined #pikipedia 2015-03-04 13:34:21 <-- Yoshi2 (Yoshi2@054-156.eduroam.rwth-aachen.de) has quit (Quit: Leaving) 2015-03-04 15:01:20 <-- smuckola (smuckola@e7.smuckola.org) has quit (*.net *.split) 2015-03-04 15:06:59 --> smuckola (smuckola@e7.smuckola.org) has joined #pikipedia 2015-03-04 16:28:33 --> Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has joined #pikipedia 2015-03-04 17:16:45 <-- Spark (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has quit (Ping timeout: 272 seconds) 2015-03-04 17:16:48 --> Spark02 (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has joined #pikipedia 2015-03-04 18:12:32 <-- Spark02 (sparkles@268-76-402-985-kmjvaga.hfc.comcastbusiness.net) has quit (Read error: Operation timed out) 2015-03-04 18:29:31 --> Yoshi2 (Yoshi2@uebk-46-44-698-793.netcologne.de) has joined #pikipedia 2015-03-04 18:44:23 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-04 19:04:12 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-04 19:04:12 Testyo Hey everyone! 2015-03-04 19:04:52 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-04 19:04:52 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-04 19:06:28 Yoshi2 hey Espyo & Testyo 2015-03-04 19:06:28 Testyo they need next time he joins 2015-03-04 19:12:19 -- irc: disconnected from server 2015-03-04 19:12:32 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-04 19:12:32 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-04 19:12:32 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-04 19:12:32 -- Channel #pikipedia: 8 nicks (2 ops, 0 voices, 6 normals) 2015-03-04 19:12:32 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-04 19:12:32 -- Mode #pikipedia [+o J] by ChanServ 2015-03-04 19:12:33 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-04 19:19:12 Testyo [Pikipedia RC] Crystal by Piktoad (+373 /* Trivia */Add the "Small Large Crystal" Trivia) http://www.pikminwiki.com/index.php?title=Crystal&curid=18151&diff=146335&oldid=146183 2015-03-04 19:25:51 --> UltraOlimar (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-04 19:25:54 @Espyo I honestly don't understand how Piktoad fails to notice my edits on top of them 2015-03-04 19:25:59 @Espyo where I remove the capitalization on the object names 2015-03-04 19:26:15 @Espyo hi UltraMarlio 2015-03-04 19:28:46 Yoshi2 that is a bit odd, but maybe they will understand if you send them a message about that 2015-03-04 19:29:03 @Espyo eh, it's not that important 2015-03-04 19:30:35 Yoshi2 fair enough 2015-03-04 19:32:02 @Espyo bah 2015-03-04 19:32:11 @Espyo somebody created a quote template on the Pikmin wikia 2015-03-04 19:32:17 @Espyo that means their IQ is a positive number 2015-03-04 19:32:25 @Espyo wish there was a way to get them to Pikipedia without using wikia's chat 2015-03-04 19:32:37 @Espyo because wikia probably has Pikmin wiki under the radar for a bit 2015-03-04 19:32:51 @Espyo after that admin came to a chat me and Kirby were having and was like "no." 2015-03-04 19:34:23 Testyo [Pikipedia RC] Twilight Hollow by GreenPikmin (+6 /* Treasure */) http://www.pikminwiki.com/index.php?title=Twilight_Hollow&curid=15778&diff=146338&oldid=145206 2015-03-04 19:34:24 Testyo [Pikipedia RC] Shaded Garden by GreenPikmin (+50 /* Treasure */) http://www.pikminwiki.com/index.php?title=Shaded_Garden&curid=15747&diff=146339&oldid=145207 2015-03-04 19:34:24 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-04 19:39:26 Testyo [Pikipedia RC] Twilight Hollow Remix by GreenPikmin (+7 /* Treasures  */) http://www.pikminwiki.com/index.php?title=Twilight_Hollow_Remix&curid=16376&diff=146343&oldid=146070 2015-03-04 19:39:27 Testyo [Pikipedia RC] Shaded Garden Remix by GreenPikmin (-2 /* Treasure */) http://www.pikminwiki.com/index.php?title=Shaded_Garden_Remix&curid=11624&diff=146344&oldid=145729 2015-03-04 19:39:27 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-04 19:56:47 -- UltraOlimar is now known as UltraAnimeLuigi 2015-03-04 20:30:01 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-04 20:30:15 -- UltraAnimeLuigi is now known as UltraMaudiosurf2 2015-03-04 20:40:58 <-- Yoshi2 (Yoshi2@uebk-46-44-698-793.netcologne.de) has quit (Quit: Leaving) 2015-03-04 20:55:06 @Espyo http://www.reddit.com/r/videos/comments/2xvgs0/a_liquid_simulator_in_ascii/ this is just too amazing 2015-03-04 20:59:35 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-04 21:00:40 Ford4385 Hello everyone 2015-03-04 21:01:33 @Espyo hi 2015-03-04 21:01:39 Ford4385 Hello 2015-03-04 21:01:55 Ford4385 I told you that I answered my question right? 2015-03-04 21:02:24 @Espyo mhm, you did 2015-03-04 21:02:35 Ford4385 Ok. Wasn't sure if I did 2015-03-04 21:07:38 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-04 21:08:11 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-04 21:08:42 Ford4385 Espyo? 2015-03-04 21:08:56 BetaMaster he disconnected 2015-03-04 21:10:26 Ford4385 oh 2015-03-04 21:10:33 Ford4385 That means no testyo 2015-03-04 21:11:35 BetaMaster correct 2015-03-04 21:13:32 Ford4385 Then I can't mess around in #testyo 2015-03-04 21:13:37 Ford4385 I'm sad now 2015-03-04 21:17:10 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-04 21:31:05 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-04 21:38:03 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]) 2015-03-04 21:41:31 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-04 21:41:31 Testyo Hello everyone! 2015-03-04 21:41:41 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-04 21:41:41 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-04 21:41:44 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-04 22:01:24 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-03-04 22:18:58 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-04 22:19:07 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-04 22:19:07 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-04 22:24:03 -- UltraMaudiosurf2 is now known as UltraMario 2015-03-04 23:01:58 Testyo [Pikipedia RC] Talk:Captain Olimar by Kirbyddd (+140 /* Hair */) http://www.pikminwiki.com/index.php?title=Talk:Captain_Olimar&curid=4103&diff=146349&oldid=146163 2015-03-04 23:07:00 Testyo [Pikipedia RC] Talk:Captain Olimar by Kirbyddd (-13 m /* Hair */) http://www.pikminwiki.com/index.php?title=Talk:Captain_Olimar&curid=4103&diff=146350&oldid=146349 2015-03-04 23:07:00 Testyo [Pikipedia RC] Talk:Fortress of Festivit... by Ford4385 (+186) http://www.pikminwiki.com/index.php?title=Talk:Fortress_of_Festivity&curid=18361&diff=146351&oldid=146188 2015-03-04 23:07:00 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-04 23:12:02 Testyo [Pikipedia RC] Peckish Aristocrab by AeroBlaze777 (+223 /* In Super Smash Bros for Wii U */) http://www.pikminwiki.com/index.php?title=Peckish_Aristocrab&curid=8618&diff=146353&oldid=144477 2015-03-04 23:37:29 Testyo [Pikipedia RC] Captain Olimar by Kirbyddd (+123 A little more descriptiveness and phrasing) http://www.pikminwiki.com/index.php?title=Captain_Olimar&curid=286&diff=146354&oldid=146315 2015-03-04 23:58:17 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-04 23:58:20 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-05 00:06:53 --> Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has joined #pikipedia 2015-03-05 00:07:08 <-- Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has quit (Client Quit) 2015-03-05 01:27:41 --> Anonymous (Mibbit@204.9.so.xnj) has joined #pikipedia 2015-03-05 01:27:52 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-05 01:27:54 <-- Anonymous (Mibbit@204.9.so.xnj) has quit (Client Quit) 2015-03-05 01:30:03 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-05 02:04:25 -- UltraMario is now known as UltraRosalinaandLuma 2015-03-05 02:06:10 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-05 03:20:57 -- UltraRosalinaandLuma is now known as UltraAnimeLuigi 2015-03-05 03:36:28 <-- Miles (Miles@73.7.wk.ynn) has quit (*.net *.split) 2015-03-05 03:36:28 <-- ChanServ (chanserv@services.darkmyst.org) has quit (*.net *.split) 2015-03-05 03:41:24 -- UltraAnimeLuigi is now known as UltraMaudiosurf2 2015-03-05 03:47:32 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0/20150222232811]) 2015-03-05 03:50:53 --> Miles (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has joined #pikipedia 2015-03-05 03:50:54 --> ChanServ (chanserv@services.darkmyst.org) has joined #pikipedia 2015-03-05 03:50:54 <-- ChanServ (chanserv@services.darkmyst.org) has left #pikipedia (Reop) 2015-03-05 03:50:54 --> ChanServ (chanserv@services.darkmyst.org) has joined #pikipedia 2015-03-05 03:50:54 -- Mode #pikipedia [+o ChanServ] by atlanta.ga.us.darkmyst.org 2015-03-05 03:54:45 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-05 03:58:23 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-05 05:06:08 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-05 07:15:17 --> Yoshi2 (Yoshi2@qwqt-46-99-121-627.netcologne.de) has joined #pikipedia 2015-03-05 11:30:32 --> ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-05 11:30:58 ford4385 Hello 2015-03-05 11:35:02 Yoshi2 hey 2015-03-05 11:35:57 ford4385 How are you? 2015-03-05 11:41:07 Yoshi2 alright, how about you? 2015-03-05 11:42:07 <-- ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-05 11:44:33 Yoshi2 rude 2015-03-05 15:34:27 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-05 16:02:22 --> Yoshi2_ (Yoshi2@jijf-03-25-515-033.netcologne.de) has joined #pikipedia 2015-03-05 16:06:08 <-- Yoshi2 (Yoshi2@qwqt-46-99-121-627.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-05 16:26:56 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 245 seconds) 2015-03-05 16:41:24 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-05 17:23:47 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-05 18:39:02 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Ping timeout: 252 seconds) 2015-03-05 18:42:11 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-05 18:45:57 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-05 18:45:57 Testyo Greetings everyone! 2015-03-05 18:46:40 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-05 18:46:40 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-05 18:46:56 Yoshi2_ hey Espyo & Testyo 2015-03-05 18:46:57 Testyo I'll be really pissed if after all this time, Wiimms SZS Tools did exactly what for? 2015-03-05 18:56:09 @Espyo hi 2015-03-05 19:11:44 Testyo [Pikipedia RC] Plasm Wraith by Piktoad (+92 /* Names in other languages */ Add a note for French.) http://www.pikminwiki.com/index.php?title=Plasm_Wraith&curid=8368&diff=146414&oldid=145319 2015-03-05 19:22:38 @J a 2015-03-05 19:22:40 @J */a 2015-03-05 19:23:54 Yoshi2_ good day to you too, J 2015-03-05 19:47:58 @J hey 2015-03-05 19:56:52 @Espyo hehe 2015-03-05 19:56:56 @Espyo that really is a lifesaver, huh 2015-03-05 20:30:48 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-05 21:45:36 -- UltraMaudiosurf2 is now known as UltraMario 2015-03-05 22:20:18 Testyo probably at the very least the 'Number generation' section isn't 2015-03-05 22:28:21 -- UltraMario is now known as UltraLemmyKoopa 2015-03-05 22:32:52 <-- Yoshi2_ (Yoshi2@jijf-03-25-515-033.netcologne.de) has quit (Quit: Leaving) 2015-03-05 22:40:39 -- UltraLemmyKoopa is now known as UltraAnimeLuigi 2015-03-05 22:54:51 Spark j, espyo, do either of you use python? 2015-03-05 22:55:18 @Espyo J does 2015-03-05 22:55:27 @Espyo I only know the absolute of the absolute basics 2015-03-05 22:55:36 Spark the absolute basics might be enough 2015-03-05 22:55:44 Spark im very bad at python lol 2015-03-05 22:55:50 Spark so i have this: 2015-03-05 22:55:51 Spark print 'NifExportError' + str(e) 2015-03-05 22:56:00 @Espyo the only Python I wrote was a script for HexChat that colors my text blue 2015-03-05 22:56:09 Spark and its saying "invalid syntax" with an arrow pointing at the last ' 2015-03-05 22:56:17 @Espyo hmm... 2015-03-05 22:56:57 @Espyo is that how you're meant to call print? 2015-03-05 22:57:22 Spark i dont know, im modifying a blender plugin 2015-03-05 22:57:30 Spark thats what was there 2015-03-05 22:57:39 Spark but its giving an error 2015-03-05 22:57:49 Spark it looks right, though, based on what i know 2015-03-05 22:57:50 @Espyo did you modify it? 2015-03-05 22:59:11 Spark all ive modified was changing 'NifExportError: ' + str(e) to 'NifExportError' + str(e) 2015-03-05 22:59:22 Spark i suspected the : might be causing the problem but it apparently wasnt 2015-03-05 23:00:07 @Espyo how weird 2015-03-05 23:01:10 Spark oh well, i suppose i could just remove that line 2015-03-05 23:01:14 Spark it's not essential, i think 2015-03-05 23:01:30 Spark by the way, you should upload that python hexchat script somewhere, im curious how you did it :P 2015-03-05 23:02:05 @J it depends on the Python version 2015-03-05 23:02:15 @J 3 doesn't have a print statement, it has a print function 2015-03-05 23:02:30 @Espyo I probably will, I got some friends to use HexChat over Mibbit, so they might want it 2015-03-05 23:02:43 Spark well, that cant be it, because the error is pointing to the second ' 2015-03-05 23:02:52 Spark that wouldnt happen if it were that, would it 2015-03-05 23:03:07 @Espyo https://dl.dropboxusercontent.com/u/47921869/auto_color.py boop 2015-03-05 23:03:12 @Espyo it could happen 2015-03-05 23:03:38 @J well, that's what happens, not sure why though 2015-03-05 23:03:53 Spark oh 2015-03-05 23:03:58 Spark okay, that explains it 2015-03-05 23:04:03 Spark thanks j :) 2015-03-05 23:04:32 @J no problem 2015-03-05 23:04:42 Spark and espy, thanks for posting the script, that will be useful 2015-03-05 23:04:51 @Espyo no prob 2015-03-05 23:05:00 @Espyo I just self-learned the Python needed for that 2015-03-05 23:05:03 @Espyo so chances are... 2015-03-05 23:05:07 @Espyo there is some VERY gruesome code in there 2015-03-05 23:05:11 @Espyo like... VERY gruesome 2015-03-05 23:05:16 @Espyo and I would be none the wiser 2015-03-05 23:05:43 Spark i know even less python than you, so it wont bother me at least :P 2015-03-05 23:06:14 @J you can definitely tell you don't really know Python from that code 2015-03-05 23:06:29 @J but Python makes it hard to do bad stuff as much as is really possible 2015-03-05 23:06:43 @J so you never really end up with terrible code 2015-03-05 23:07:52 Spark when i tried making that same script, a while back 2015-03-05 23:08:04 Spark i dont recall exactly how i went about it, but it caused a crash 2015-03-05 23:08:23 Spark xP 2015-03-05 23:11:33 Spark i feel like by the time im done with this, i'll have memorized all the differences between whatever python version im using now and whatever version it was made for 2015-03-05 23:11:49 Spark since apparently the only reason it doesnt work on newer versions of blender is outdated python 2015-03-05 23:14:32 @J there aren't really that many backwards incompatibilities 2015-03-05 23:14:55 @J and there's a tool called '2to3' which does the conversion for you, for most cases 2015-03-05 23:15:11 @J it's probably included with your Python 3 installation 2015-03-05 23:15:34 Spark hmm ill check 2015-03-05 23:17:24 Spark nope 2015-03-05 23:18:43 @J on Windows it looks like it would be C:\Python3x\Tools\Scripts\2to3.py 2015-03-05 23:19:40 Spark alright thanks 2015-03-05 23:20:08 @J and I should go now, bye 2015-03-05 23:20:35 Spark bye! 2015-03-05 23:20:38 Spark thanks for all the help 2015-03-05 23:20:50 @J good luck getting it working 2015-03-05 23:29:17 @Espyo I lol'd http://imgs.xkcd.com/comics/insurance.png 2015-03-05 23:33:48 -- UltraAnimeLuigi is now known as UltraMaudiosurf2 2015-03-06 00:01:21 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: So long everyone!) 2015-03-06 00:01:27 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-06 00:46:02 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: brb) 2015-03-06 00:57:58 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-06 01:02:58 --> WikiGuest (Mibbit@o-32-841-850-885.hsd1.pa.comcast.net) has joined #pikipedia 2015-03-06 01:03:07 <-- WikiGuest (Mibbit@o-32-841-850-885.hsd1.pa.comcast.net) has quit (Client Quit) 2015-03-06 01:27:37 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by Beta2))) 2015-03-06 01:27:43 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-06 01:55:37 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-06 01:57:51 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-06 02:37:20 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-03-06 02:38:17 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-06 02:39:47 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-06 03:28:17 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-06 03:29:42 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-06 03:33:43 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-06 03:49:07 -- UltraMaudiosurf2 is now known as UltraLittleMac 2015-03-06 05:07:03 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-06 07:00:18 -- UltraLittleMac is now known as UltraAnimeLuigi 2015-03-06 07:50:22 --> Yoshi2 (Yoshi2@jija-91-99-29-84.netcologne.de) has joined #pikipedia 2015-03-06 09:30:35 <-- UltraAnimeLuigi (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-06 11:04:20 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-06 11:04:33 Ford4385 Goodmorning! 2015-03-06 11:13:38 Yoshi2 morning 2015-03-06 11:24:17 Ford4385 How are you? 2015-03-06 11:25:01 Yoshi2 same as yesterday 2015-03-06 11:25:08 Yoshi2 how about you? 2015-03-06 11:25:37 Ford4385 I'm good 2015-03-06 11:25:48 Ford4385 I'm listening to some song right now 2015-03-06 11:49:41 Ford4385 Silence...... 2015-03-06 11:57:12 Yoshi2 if you wait long enough, the channel might stay silent for one or two hours 2015-03-06 11:57:42 Ford4385 Yeah..... 2015-03-06 11:57:52 Ford4385 I believe it 2015-03-06 11:58:30 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-06 12:37:31 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-06 13:54:42 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-06 15:21:10 --> Yoshi2_ (Yoshi2@qban-32-51-227-677.netcologne.de) has joined #pikipedia 2015-03-06 15:24:47 <-- Yoshi2 (Yoshi2@jija-91-99-29-84.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-06 18:35:03 @J [23:29:17] @Espyo I lol'd http://imgs.xkcd.com/comics/insurance.png 2015-03-06 18:35:24 @J very much like the meeting I was in today, which was about flexible working hours 2015-03-06 18:36:38 @J I believe the phrases 'hack' and 'let's face it, you're all programmers' actually came up, so maybe people were thinking of the comic 2015-03-06 18:36:41 @J (I hadn't seen it yet) 2015-03-06 18:46:55 Yoshi2_ neat 2015-03-06 19:02:38 --> UltraAnimeLuigi (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-06 19:02:56 -- UltraAnimeLuigi is now known as UltraMario 2015-03-06 19:27:27 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-06 19:27:27 Testyo Hello everyone! 2015-03-06 19:28:14 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-06 19:28:15 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-06 19:36:10 -- UltraMario is now known as UltraPalutena 2015-03-06 19:37:37 --> UltraPalutena_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-06 19:38:21 <-- UltraPalutena (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraPalutena_))) 2015-03-06 19:38:32 -- UltraPalutena_ is now known as UltraPalutena 2015-03-06 19:42:04 Yoshi2_ hey Espyo & Testyo 2015-03-06 19:42:08 Testyo though I'm on the Wii U, so if I'm on another tab too long, I gave you any other tracks 2015-03-06 19:42:30 UltraPalutena wat 2015-03-06 19:43:36 @Espyo hi 2015-03-06 19:45:18 @J oh, I thought you were already here Espyo 2015-03-06 19:45:29 @J [18:35:03] @J [23:29:17] @Espyo I lol'd http://imgs.xkcd.com/comics/insurance.png 2015-03-06 19:45:29 @J [18:35:24] @J very much like the meeting I was in today, which was about flexible working hours 2015-03-06 19:45:30 @J [18:36:38] @J I believe the phrases 'hack' and 'let's face it, you're all programmers' actually came up, so maybe people were thinking of the comic 2015-03-06 19:45:30 @J [18:36:41] @J (I hadn't seen it yet) 2015-03-06 19:50:07 @Espyo wow, hah 2015-03-06 20:01:44 <-- Miles (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has quit (*.net *.split) 2015-03-06 20:01:45 <-- ChanServ (chanserv@services.darkmyst.org) has quit (*.net *.split) 2015-03-06 20:03:14 Testyo [Pikipedia RC] Forum:Discussions in the ... by Kirbyddd (+96) http://www.pikminwiki.com/index.php?title=Forum:Discussions_in_the_Drake&curid=18375&diff=146428&oldid=146357 2015-03-06 20:06:17 -- UltraPalutena is now known as UltraAnimeLuigi 2015-03-06 20:13:22 Testyo [Pikipedia RC] Forum:Discussions in the ... by Kirbyddd (+289) http://www.pikminwiki.com/index.php?title=Forum:Discussions_in_the_Drake&curid=18375&diff=146429&oldid=146428 2015-03-06 20:13:23 Testyo [Pikipedia RC] Forum:Discussions in the ... by Kirbyddd (+1) http://www.pikminwiki.com/index.php?title=Forum:Discussions_in_the_Drake&curid=18375&diff=146430&oldid=146429 2015-03-06 20:18:20 --> UltraAnimeLuigi_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-06 20:20:41 <-- UltraAnimeLuigi (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-06 20:20:52 -- UltraAnimeLuigi_ is now known as UltraAnimeLuigi 2015-03-06 20:38:51 Testyo [Pikipedia RC] User:Piktoad/sig by Piktoad (+177 N Wow ! A wild signature appear !) http://www.pikminwiki.com/index.php?title=User:Piktoad/sig&curid=18379&diff=146431&oldid=0 2015-03-06 20:43:59 --> ChanServ (chanserv@services.darkmyst.org) has joined #pikipedia 2015-03-06 20:43:59 --> Miles (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has joined #pikipedia 2015-03-06 20:43:59 -- Mode #pikipedia [+o ChanServ] by atlanta.ga.us.darkmyst.org 2015-03-06 21:00:40 --> ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-06 21:01:13 ford4385 Hello everyone 2015-03-06 21:09:34 BetaMaster hi 2015-03-06 21:12:23 ford4385 How are you? 2015-03-06 21:15:39 -- UltraAnimeLuigi is now known as UltraMario 2015-03-06 21:17:18 ford4385 I knew that UltraAnimeLuigi was Ultramario 2015-03-06 21:17:38 UltraMario :p 2015-03-06 21:18:38 ford4385 Anyone wanna play cah? 2015-03-06 21:18:51 UltraMario cah? 2015-03-06 21:19:03 ford4385 Cards against humanity 2015-03-06 21:19:11 ford4385 Testyo cah 2015-03-06 21:19:11 Testyo You didn't tell me the users who are going to play! 2015-03-06 21:19:26 ford4385 Who will play? We need 3 people 2015-03-06 21:20:01 @Espyo super busy now 2015-03-06 21:20:04 @Espyo got a new TV and headset 2015-03-06 21:20:06 @Espyo so I can't join, sorry 2015-03-06 21:20:38 --> Wingedpikmin (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-06 21:20:46 ford4385 ok 2015-03-06 21:21:08 ford4385 Testyo cah ford4385 Ultramario Wingedpikmin 2015-03-06 21:21:08 Testyo Ladies and gentlemen, we're starting a Cards Against Humanity game with a 5 point limit! 2015-03-06 21:21:09 Testyo Round #1. Czar: Ultramario. Points (limit is 5): ford4385: 0 | Wingedpikmin: 0 | Ultramario: 0. 2015-03-06 21:21:09 Testyo Question: What am I giving up for Lent? 2015-03-06 21:21:34 ford4385 Ultramario, do you know how to plat? 2015-03-06 21:21:58 UltraMario wat 2015-03-06 21:22:01 UltraMario idk 2015-03-06 21:22:22 ford4385 As the czar you choose what you think the correct answer is 2015-03-06 21:22:39 Yoshi2_ ford4385: #testyo 2015-03-06 21:22:39 Testyo ... it's fine 2015-03-06 21:22:40 Wingedpikmin Like I'll say 2015-03-06 21:22:42 Wingedpikmin 1 2015-03-06 21:22:50 ford4385 Good point 2015-03-06 21:22:55 ford4385 Testyo stop 2015-03-06 21:22:55 Testyo This Cards Against Humanity game was ended by ford4385... 2015-03-06 21:23:24 ford4385 I forgot about that server 2015-03-06 21:23:37 Yoshi2_ channel 2015-03-06 21:23:57 ford4385 Channel 2015-03-06 21:23:59 ford4385 Thats what I meant 2015-03-06 21:24:22 ford4385 Would you play cah? 2015-03-06 21:24:35 Wingedpikmin With me and Ford4385 2015-03-06 21:24:39 ford4385 Yeah 2015-03-06 21:24:46 ford4385 me and him/her 2015-03-06 21:26:24 @Espyo there are instructions on the help page 2015-03-06 21:26:25 @Espyo Testyo: help 2015-03-06 21:26:26 Testyo Help file: https://dl.dropbox.com/u/47921869/Permanent/Testyo/Help.html Ask Espyo for more info! 2015-03-06 21:30:21 Testyo [Pikipedia RC] File:Pikmin Help Me .png uploaded by Piktoad (A [[Red Pikmin]] who grabbed a plant.) http://www.pikminwiki.com/index.php?title=File:Pikmin_Help_Me_.png 2015-03-06 21:33:58 <-- Wingedpikmin (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-06 21:51:31 <-- ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Ping timeout: 245 seconds) 2015-03-06 21:55:39 Testyo [Pikipedia RC] User:Piktoad by Piktoad (+420) http://www.pikminwiki.com/index.php?title=User:Piktoad&curid=18158&diff=146435&oldid=144829 2015-03-06 22:10:30 <-- Yoshi2_ (Yoshi2@qban-32-51-227-677.netcologne.de) has quit (Quit: Leaving) 2015-03-06 22:16:16 Testyo [Pikipedia RC] User:Piktoad by Piktoad (0) http://www.pikminwiki.com/index.php?title=User:Piktoad&curid=18158&diff=146436&oldid=146435 2015-03-06 22:29:36 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-03-06 22:31:24 Testyo [Pikipedia RC] User talk:Piktoad by AeroBlaze777 (+655) http://www.pikminwiki.com/index.php?title=User_talk:Piktoad&curid=18031&diff=146437&oldid=143968 2015-03-06 22:41:29 Testyo [Pikipedia RC] Violet Candypop Bud by GreenPikmin (+41 /* Pikmin 2 */) http://www.pikminwiki.com/index.php?title=Violet_Candypop_Bud&curid=1708&diff=146438&oldid=146324 2015-03-06 22:56:37 Testyo [Pikipedia RC] User:Ford4385 by Ford4385 (+50) http://www.pikminwiki.com/index.php?title=User:Ford4385&curid=17179&diff=146439&oldid=139989 2015-03-06 22:56:38 Testyo [Pikipedia RC] User:Ford4385 by Ford4385 (-50) http://www.pikminwiki.com/index.php?title=User:Ford4385&curid=17179&diff=146441&oldid=146439 2015-03-06 23:01:40 Testyo [Pikipedia RC] User:Ford4385 by Ford4385 (+68 Added more) http://www.pikminwiki.com/index.php?title=User:Ford4385&curid=17179&diff=146442&oldid=146441 2015-03-06 23:02:09 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-06 23:10:16 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-06 23:52:02 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: So long everyone!) 2015-03-06 23:52:13 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-07 01:58:37 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-07 03:01:35 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-07 03:07:27 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-07 03:07:30 RingtailedFox AIm 2015-03-07 03:07:32 RingtailedFox heya 2015-03-07 03:07:51 -- UltraMario is now known as UltraMaudiosurf2 2015-03-07 03:08:00 UltraMaudiosurf2 hi 2015-03-07 03:08:15 UltraMaudiosurf2 wow that's the first time i've ever seen you talk ringtailedfox :P 2015-03-07 03:08:22 RingtailedFox lol 2015-03-07 03:08:47 RingtailedFox lurk forever, then talk when they least expect it. best way to keep others on their toes :p 2015-03-07 03:55:38 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-07 03:56:17 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-07 04:28:31 -- UltraMaudiosurf2 is now known as UltraRobin 2015-03-07 04:29:41 <-- UltraRobin (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-07 04:32:18 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-07 04:32:36 -- UltraMaudiosurf2 is now known as UltraRobin 2015-03-07 06:28:32 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-03-07 06:50:34 -- UltraRobin is now known as UltraAnimeLuigi 2015-03-07 07:37:53 --> UltraAnimeLuigi_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-07 07:39:46 <-- UltraAnimeLuigi (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-07 07:39:51 -- UltraAnimeLuigi_ is now known as UltraAnimeLuigi 2015-03-07 08:08:27 --> Yoshi2 (Yoshi2@ztfs-60-06-953-431.netcologne.de) has joined #pikipedia 2015-03-07 08:26:19 -- UltraAnimeLuigi is now known as UltraMaudiosurf 2015-03-07 08:26:23 -- UltraMaudiosurf is now known as UltraMaudiosurf2 2015-03-07 08:34:36 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Quit: nwehehehe) 2015-03-07 09:16:03 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-07 09:43:14 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-07 11:01:37 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-07 11:06:29 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-07 11:51:25 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-07 11:51:25 Testyo Hey everyone! 2015-03-07 11:51:43 UltraMaudiosurf2 hi testyo :D 2015-03-07 11:51:44 Testyo bright side is, he's going they do, we won't be the first targets 2015-03-07 11:52:24 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-07 11:52:25 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-07 11:52:42 Yoshi2 hey Espyo & Testyo 2015-03-07 11:52:42 Testyo you see: http://wit.wiimm.de/ 2015-03-07 11:55:36 @Espyo hi 2015-03-07 14:03:43 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-07 14:36:54 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-07 14:37:07 Ford4385 Hello 2015-03-07 14:38:16 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-07 14:48:54 Testyo [Pikipedia RC] Talk:Tane no Uta by Ford4385 (+136) http://www.pikminwiki.com/index.php?title=Talk:Tane_no_Uta&curid=4504&diff=146448&oldid=137383 2015-03-07 14:50:39 Ford4385 I forgot I just edited that page 2015-03-07 14:51:00 Ford4385 I don't even remember what I put now 2015-03-07 14:53:55 Testyo [Pikipedia RC] Talk:Super Smash Bros. fo... by Ford4385 (+135 Question) http://www.pikminwiki.com/index.php?title=Talk:Super_Smash_Bros._for_3DS_and_Wii_U&curid=16566&diff=146449&oldid=141301 2015-03-07 14:54:56 Ford4385 And again..... 2015-03-07 14:59:35 BetaMaster hi 2015-03-07 15:00:28 Ford4385 Hello BetaMaster 2015-03-07 15:03:59 Testyo [Pikipedia RC] Talk:Super Smash Bros. fo... by Ford4385 (+83 /* Picture for infobox */) http://www.pikminwiki.com/index.php?title=Talk:Super_Smash_Bros._for_3DS_and_Wii_U&curid=16566&diff=146450&oldid=146449 2015-03-07 15:03:59 Testyo [Pikipedia RC] Talk:Super Smash Bros. fo... by Ford4385 (+264 Question) http://www.pikminwiki.com/index.php?title=Talk:Super_Smash_Bros._for_3DS_and_Wii_U&curid=16566&diff=146451&oldid=146450 2015-03-07 15:09:57 Ford4385 Am I the only one doing stuff? Cause i've made 4 edits and Testyo has done all of them 2015-03-07 15:09:58 Testyo you should append to the end of that, 'yes, I KNEW it was simple 2015-03-07 15:21:02 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-07 15:21:34 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-07 15:30:01 --> Yoshi2_ (Yoshi2@igfx-32-56-734-777.netcologne.de) has joined #pikipedia 2015-03-07 15:30:01 <-- Yoshi2 (Yoshi2@ztfs-60-06-953-431.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-07 15:49:51 Ford4385 I guess no ones here 2015-03-07 16:02:22 Yoshi2_ Ford4385: there are other people besides you who also edit the wiki 2015-03-07 16:04:11 Ford4385 I know, but Testyo is only showing my edits. How does it even decide? 2015-03-07 16:04:11 Testyo because we've had a netsplit for like a whole day or so are my friends 2015-03-07 16:05:25 Yoshi2_ Ford4385: maybe you are the only one who happens to edit the wiki at this moment? 2015-03-07 16:05:55 Yoshi2_ I don't think testyo shows any edits made while he is gone 2015-03-07 16:05:56 Testyo yep and couldn't come up with anything suitable 2015-03-07 16:06:34 Ford4385 I don't know. Espyo said something about one edit per 5 minutes 2015-03-07 16:06:48 Ford4385 But it seems odd that only mine are up 2015-03-07 16:07:46 Yoshi2_ Ford4385: http://www.pikminwiki.com/Special:RecentChanges 2015-03-07 16:09:15 Ford4385 Well, I guess its because I'm the only one editing stuff 2015-03-07 16:11:45 Yoshi2_ at least the only one who has made edits in the last few hours 2015-03-07 16:12:07 Ford4385 Thats what I meant 2015-03-07 16:12:30 Ford4385 But few edits. What do you think? Is it a good thing or a bad thing? 2015-03-07 16:14:43 Yoshi2_ it is better than having too many edits 2015-03-07 16:14:54 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-07 16:14:59 Yoshi2_ which would be difficult to moderate 2015-03-07 16:15:08 Ford4385 But that might imply that there is a lot of mistakes 2015-03-07 16:15:15 Ford4385 So its good and bad having little edits 2015-03-07 16:15:50 Ford4385 Good because that means there is not many mistakes. But bad because people aren't adding ideas and screenshots and opinions 2015-03-07 16:50:23 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-07 19:10:04 --> Pikmin (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-07 19:10:24 Pikmin Hello 2015-03-07 19:11:06 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-07 19:11:21 Ford4385 Hello 2015-03-07 19:11:28 <-- Pikmin (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-07 19:13:47 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-07 19:31:24 Testyo she isnt someone cursor and other things we don't really like? 2015-03-07 19:33:05 Ford4385 testyo lm 1 2015-03-07 19:33:05 Testyo I said she isnt someone cursor and other things we don't really like? because it was a timed random message. This random message came from the messages she isnt someone from the wiki and you know when they ask about keeping the cursor and other things we don't really like?. 2015-03-07 20:04:44 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-07 20:20:36 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-03-07 21:15:08 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-07 21:15:43 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-07 21:15:51 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-07 21:15:51 Testyo Hello everyone! 2015-03-07 21:16:33 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-07 21:16:33 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-07 22:15:38 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-07 22:19:39 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-07 22:25:04 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-07 22:31:19 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-07 22:32:10 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-07 23:23:12 <-- Yoshi2_ (Yoshi2@igfx-32-56-734-777.netcologne.de) has quit (Quit: Leaving) 2015-03-07 23:36:42 Testyo [Pikipedia RC] Orange Bulborb by 71.192.10.237 (+270) http://www.pikminwiki.com/index.php?title=Orange_Bulborb&curid=1189&diff=146452&oldid=144809 2015-03-08 00:10:26 --> Ringtailed-Fox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-08 00:13:04 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Ping timeout: 252 seconds) 2015-03-08 00:14:04 --> Ab (Mibbit@57-73-285-29.client.mchsi.com) has joined #pikipedia 2015-03-08 00:14:44 <-- Ab (Mibbit@57-73-285-29.client.mchsi.com) has quit (Client Quit) 2015-03-08 00:15:16 --> Abc (Mibbit@57-73-285-29.client.mchsi.com) has joined #pikipedia 2015-03-08 00:15:35 -- Abc is now known as BigArmoredMawdad 2015-03-08 00:15:36 <-- BigArmoredMawdad (Mibbit@57-73-285-29.client.mchsi.com) has quit (Client Quit) 2015-03-08 00:22:03 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-08 00:25:17 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-08 00:27:46 Ford4385 Hello people 2015-03-08 00:29:08 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-08 00:35:30 Testyo do u in a bubble 2015-03-08 00:36:00 Ford4385 Testyo lm 1 2015-03-08 00:36:00 Testyo I said do u in a bubble because it was a timed random message. This random message came from the messages do u have a page? and oh look, it's in a bubble. 2015-03-08 00:36:10 Ford4385 Oh ok 2015-03-08 00:43:06 -- UltraMaudiosurf2 is now known as UltraDuckHunt 2015-03-08 00:46:00 Ford4385 Ok then UltraDuckHunt 2015-03-08 00:52:12 Testyo [Pikipedia RC] Violet Candypop Bud by GreenPikmin (+567) http://www.pikminwiki.com/index.php?title=Violet_Candypop_Bud&curid=1708&diff=146453&oldid=146438 2015-03-08 00:56:29 --> Ringtailed_Fox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-08 00:57:17 Ford4385 Two ringtailed-fox? 2015-03-08 00:58:46 <-- Ringtailed_Fox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Client Quit) 2015-03-08 00:59:14 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-08 00:59:49 <-- Ringtailed-Fox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Ping timeout: 252 seconds) 2015-03-08 01:16:21 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-08 01:17:02 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-08 01:36:28 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-08 01:59:09 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-08 02:44:28 -- UltraDuckHunt is now known as UltraMario 2015-03-08 02:58:37 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-08 06:12:13 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Ping timeout: 252 seconds) 2015-03-08 06:23:21 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-08 06:58:19 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-08 07:01:53 -- UltraMario is now known as UltraBlackYoshi 2015-03-08 07:16:04 -- UltraBlackYoshi is now known as UltraMaudiosurf2 2015-03-08 07:27:28 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-08 07:30:24 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-08 08:32:47 --> Yoshi2 (Yoshi2@pzwf-44-32-591-072.netcologne.de) has joined #pikipedia 2015-03-08 08:41:59 UltraMaudiosurf2 hi yoshi2 2015-03-08 08:43:21 Yoshi2 morning 2015-03-08 09:48:40 <-- Yoshi2 (Yoshi2@pzwf-44-32-591-072.netcologne.de) has quit (Quit: Leaving) 2015-03-08 10:01:11 UltraMaudiosurf2 rip 2015-03-08 10:16:46 -- UltraMaudiosurf2 is now known as Greninja 2015-03-08 10:21:12 -- Greninja is now known as UltraGreninja 2015-03-08 12:09:43 -- UltraGreninja is now known as UltraBlackYoshi 2015-03-08 12:31:08 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-08 12:32:10 Ford4385 Hello 2015-03-08 12:33:28 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-08 12:33:28 Testyo Hey everyone! 2015-03-08 12:34:43 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-08 12:34:44 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-08 12:35:01 Ford4385 Testyo is back! 2015-03-08 12:35:01 Testyo basically, you just want it to launch stuff, really be too sure it's not Challenge Mode messing with the memory 2015-03-08 12:35:59 UltraBlackYoshi hi 2015-03-08 12:36:11 UltraBlackYoshi hey ford 2015-03-08 12:36:17 UltraBlackYoshi do you have super smash bros for wii u? 2015-03-08 12:37:20 Ford4385 Yes I do 2015-03-08 12:37:36 @Espyo hi 2015-03-08 12:37:47 UltraBlackYoshi want to add my nnid? :) 2015-03-08 12:38:02 Ford4385 Hey espyo, and UltraBlackYoshi ok I will 2015-03-08 12:38:07 UltraBlackYoshi it's UltraMariio 2015-03-08 12:38:10 UltraBlackYoshi with two i's 2015-03-08 12:38:23 UltraBlackYoshi also i just beat up my yoshi amiibo :S 2015-03-08 12:38:27 UltraBlackYoshi *:D 2015-03-08 12:38:40 Ford4385 Ok hold on 2015-03-08 12:39:33 UltraBlackYoshi ok 2015-03-08 12:39:47 Ford4385 Ok UltraBlackYoshi i sent friend request 2015-03-08 12:39:51 UltraBlackYoshi yay 2015-03-08 12:39:53 UltraBlackYoshi thnx 2015-03-08 12:39:59 UltraBlackYoshi i'll add you after the match 2015-03-08 12:40:07 UltraBlackYoshi and then maybe we can play online in a bit! :D 2015-03-08 12:40:53 UltraBlackYoshi damn galaga 2015-03-08 12:41:14 Ford4385 Ok 2015-03-08 12:43:10 UltraBlackYoshi yay i beat him 2015-03-08 12:43:29 UltraBlackYoshi okay do you want to play online? :o 2015-03-08 12:43:33 UltraBlackYoshi i'll be the host btw 2015-03-08 12:43:33 Ford4385 Yep 2015-03-08 12:43:54 Ford4385 You've accepted the friend request right? 2015-03-08 12:43:59 UltraBlackYoshi just lemme save my amiibo 2015-03-08 12:44:03 UltraBlackYoshi oh woops, forgot :P 2015-03-08 12:44:08 Ford4385 Ok 2015-03-08 12:44:18 UltraBlackYoshi will do 2015-03-08 12:44:48 Ford4385 I'll host it, cause I'm ready now 2015-03-08 12:44:52 UltraBlackYoshi oh 2015-03-08 12:44:53 UltraBlackYoshi :< 2015-03-08 12:45:08 Ford4385 You can tell me rules and stuff 2015-03-08 12:45:09 UltraBlackYoshi well i like to play with specific rules but that's fine i guess :P 2015-03-08 12:45:12 UltraBlackYoshi oh cool 2015-03-08 12:45:23 UltraBlackYoshi i like medium items and customs 2015-03-08 12:45:25 UltraBlackYoshi :) 2015-03-08 12:45:35 Ford4385 Ok 2015-03-08 12:45:47 UltraBlackYoshi gimme a minute 2015-03-08 12:46:13 UltraBlackYoshi coming 2015-03-08 12:46:20 Ford4385 I'm doing settings 2015-03-08 12:46:23 UltraBlackYoshi ok 2015-03-08 12:46:38 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-08 12:46:43 UltraBlackYoshi rip 2015-03-08 12:56:17 --> mib_xi5vem (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-08 12:58:58 mib_xi5vem Sorry ford4385 disconnected 2015-03-08 13:00:29 mib_xi5vem I'm ford4385 btw 2015-03-08 13:00:30 UltraBlackYoshi `hi 2015-03-08 13:00:41 mib_xi5vem Cause i couldnt connect on the wiki 2015-03-08 13:00:43 UltraBlackYoshi this is fun 2015-03-08 13:00:46 UltraBlackYoshi :) 2015-03-08 13:00:53 UltraBlackYoshi time to play as bikini suit samus B) 2015-03-08 13:00:55 mib_xi5vem Yeah 2015-03-08 13:00:58 mib_xi5vem Why> 2015-03-08 13:00:59 mib_xi5vem ? 2015-03-08 13:01:02 UltraBlackYoshi wynaut :P 2015-03-08 13:01:22 mib_xi5vem This is pikmin wiki not pokemon 2015-03-08 13:01:43 UltraBlackYoshi i never said it was :| 2015-03-08 13:02:35 mib_xi5vem ok 2015-03-08 13:07:08 mib_xi5vem I win 2015-03-08 13:07:10 UltraBlackYoshi GDI 2015-03-08 13:07:19 UltraBlackYoshi i hate my down aerial attack... 2015-03-08 13:07:21 UltraBlackYoshi :P 2015-03-08 13:07:38 mib_xi5vem Yeah 2015-03-08 13:07:43 mib_xi5vem That killed you 3 times 2015-03-08 13:08:03 UltraBlackYoshi xP 2015-03-08 13:08:22 mib_xi5vem Brb 2015-03-08 13:09:36 UltraBlackYoshi k 2015-03-08 13:12:15 mib_xi5vem You win 2015-03-08 13:12:19 UltraBlackYoshi yay :D 2015-03-08 13:12:22 UltraBlackYoshi BE STILL 2015-03-08 13:12:23 UltraBlackYoshi :> 2015-03-08 13:12:48 mib_xi5vem I'm lucky I had pity final smash 2015-03-08 13:12:58 mib_xi5vem It lets you have 2 final smashess 2015-03-08 13:13:02 UltraBlackYoshi also 2015-03-08 13:13:12 UltraBlackYoshi are items on low now? 2015-03-08 13:13:13 UltraBlackYoshi :| 2015-03-08 13:13:26 mib_xi5vem Items are on medium 2015-03-08 13:13:29 UltraBlackYoshi o 2015-03-08 13:13:36 mib_xi5vem Want them On high? 2015-03-08 13:13:40 UltraBlackYoshi nah 2015-03-08 13:13:49 UltraBlackYoshi but it felt like they were on low on that stage :P 2015-03-08 13:13:57 mib_xi5vem Idk 2015-03-08 13:14:18 UltraBlackYoshi it's fine 2015-03-08 13:14:27 UltraBlackYoshi im just going crazy!!!!!!!!111 2015-03-08 13:14:30 * UltraBlackYoshi explodes 2015-03-08 13:15:25 mib_xi5vem Another custom stage 2015-03-08 13:16:33 mib_xi5vem Good job 2015-03-08 13:16:36 mib_xi5vem You got stuck 2015-03-08 13:18:46 UltraBlackYoshi yay 2015-03-08 13:18:49 UltraBlackYoshi yeah lol 2015-03-08 13:18:53 mib_xi5vem I hit the wall 2015-03-08 13:18:57 UltraBlackYoshi pink alph :3 2015-03-08 13:19:26 mib_xi5vem Yes 2015-03-08 13:19:37 mib_xi5vem Its the closest to britanny there is 2015-03-08 13:19:45 UltraBlackYoshi i bet you're alternate universe clone would be VegetaTorchic 2015-03-08 13:19:47 UltraBlackYoshi ;) 2015-03-08 13:19:56 mib_xi5vem What? 2015-03-08 13:20:08 UltraBlackYoshi get it? cuz GokuMudkip... 2015-03-08 13:20:10 * UltraBlackYoshi shrugs 2015-03-08 13:20:16 mib_xi5vem And lets see what your like without custimastions 2015-03-08 13:20:21 UltraBlackYoshi ono 2015-03-08 13:20:23 UltraBlackYoshi :< 2015-03-08 13:20:35 UltraBlackYoshi okay 2015-03-08 13:20:40 UltraBlackYoshi i'm not as good without them :P 2015-03-08 13:20:53 UltraBlackYoshi but i'll do my best! 2015-03-08 13:21:01 mib_xi5vem ok 2015-03-08 13:26:38 UltraBlackYoshi :( 2015-03-08 13:26:49 mib_xi5vem Victory! 2015-03-08 13:29:34 mib_xi5vem Lol 2015-03-08 13:29:44 mib_xi5vem I win 2015-03-08 13:29:47 UltraBlackYoshi :P 2015-03-08 13:29:50 UltraBlackYoshi my crappy custom stage 2015-03-08 13:29:58 mib_xi5vem Yeah 2015-03-08 13:30:30 mib_xi5vem Final battle ok? 2015-03-08 13:32:35 UltraBlackYoshi yay 2015-03-08 13:32:37 UltraBlackYoshi aw ok 2015-03-08 13:32:37 mib_xi5vem That dodge do 2015-03-08 13:32:39 UltraBlackYoshi :< 2015-03-08 13:32:48 UltraBlackYoshi we'll play more later :) 2015-03-08 13:32:52 mib_xi5vem Its that dodge that killed me 2015-03-08 13:33:00 UltraBlackYoshi aw 2015-03-08 13:33:02 UltraBlackYoshi :< 2015-03-08 13:33:17 mib_xi5vem I would have won if you didn't dodge the ship thingy (forgot what it was called) 2015-03-08 13:33:26 UltraBlackYoshi the dragoon 2015-03-08 13:33:28 UltraBlackYoshi sorry :( 2015-03-08 13:33:36 mib_xi5vem How did you even do that 2015-03-08 13:33:47 UltraBlackYoshi we'll play again later i guess 2015-03-08 13:34:17 mib_xi5vem Yeah. I should be on. Just ask me when I get back on 2015-03-08 13:34:18 UltraBlackYoshi you press l to shield 2015-03-08 13:34:23 UltraBlackYoshi and while you shield 2015-03-08 13:34:25 UltraBlackYoshi press down 2015-03-08 13:34:27 UltraBlackYoshi and you can do that 2015-03-08 13:34:33 mib_xi5vem Ok 2015-03-08 13:34:35 mib_xi5vem and bye 2015-03-08 13:34:39 UltraBlackYoshi bye :( 2015-03-08 13:34:49 mib_xi5vem I should be ford4385 or wingedpikmin or apikmin 2015-03-08 13:34:54 mib_xi5vem so bye 2015-03-08 13:34:57 <-- mib_xi5vem (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-08 13:34:59 UltraBlackYoshi bye D: 2015-03-08 13:59:34 -- UltraBlackYoshi is now known as UltraMaudiosurf2 2015-03-08 14:17:51 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-08 14:19:15 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-08 14:50:30 -- UltraMaudiosurf2 is now known as UltraMario 2015-03-08 15:05:55 --> Yoshi2 (Yoshi2@pzwf-44-32-591-072.netcologne.de) has joined #pikipedia 2015-03-08 15:13:25 UltraMario hi yoshi2 2015-03-08 15:15:37 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-08 15:16:32 Yoshi2 hello 2015-03-08 15:16:39 BetaMaster jhi 2015-03-08 15:37:42 --> Yoshi2_ (Yoshi2@cumg-39-63-88-325.netcologne.de) has joined #pikipedia 2015-03-08 15:39:02 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-08 15:40:55 <-- Yoshi2 (Yoshi2@pzwf-44-32-591-072.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-08 16:13:48 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-08 16:22:04 Testyo on social . 2015-03-08 16:31:13 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-08 16:31:21 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-08 16:37:06 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-08 16:37:17 Ford4385 Hello 2015-03-08 16:37:39 Yoshi2_ good day 2015-03-08 16:39:08 Ford4385 how are you? 2015-03-08 16:39:28 Yoshi2_ same as always 2015-03-08 16:40:54 Ford4385 me too 2015-03-08 16:43:12 Yoshi2_ it becomes difficult to answer the "how are you" question in a new way every day 2015-03-08 16:46:26 Ford4385 Yes 2015-03-08 16:55:36 Ford4385 How long do you have to be idle to be put in the "Idlers" category? 2015-03-08 16:56:02 Yoshi2_ what idlers category? 2015-03-08 16:58:36 Ford4385 It says Chatting and Idlers 2015-03-08 16:59:00 Ford4385 over to thr right 2015-03-08 16:59:15 Ford4385 With the list of the users 2015-03-08 16:59:40 Yoshi2_ ah, that's a thing implemented by mibbit 2015-03-08 17:00:11 Yoshi2_ no idea what criteria mibbit uses, it probably puts anybody who writes something in "Chatting" 2015-03-08 17:00:15 Yoshi2_ the rest stay in Idlers 2015-03-08 17:00:58 Ford4385 But if you dont say anything for a bit, you go into idlers 2015-03-08 17:01:14 Yoshi2_ very possible 2015-03-08 17:01:16 Ford4385 I was asking if anyone knew how long it actually was 2015-03-08 17:05:38 Yoshi2_ http://wiki.mibbit.com/index.php/Userlist 2015-03-08 17:06:01 Yoshi2_ at the bottom it says that chatters are people who have sent a message in the last 10 minutes by default 2015-03-08 17:06:16 Ford4385 Ok\ 2015-03-08 17:07:08 Yoshi2_ you could try waiting for 10 minutes and see if that is true 2015-03-08 17:09:34 Ford4385 It is 2015-03-08 17:09:36 Ford4385 I know 2015-03-08 17:16:28 Testyo [Pikipedia RC] Hocotate ship by AeroBlaze777 (+16 m /* See also */) http://www.pikminwiki.com/index.php?title=Hocotate_ship&curid=713&diff=146461&oldid=145657 2015-03-08 17:16:28 Testyo [Pikipedia RC] Talk:Super Smash Bros. fo... by AeroBlaze777 (+212 /* Music Section */) http://www.pikminwiki.com/index.php?title=Talk:Super_Smash_Bros._for_3DS_and_Wii_U&curid=16566&diff=146462&oldid=146459 2015-03-08 17:17:26 Ford4385 Yep Yoshi2_ you just went into idlers 2015-03-08 17:17:48 Yoshi2_ mystery solved 2015-03-08 17:18:25 Ford4385 yp 2015-03-08 17:18:28 Ford4385 *yep 2015-03-08 17:21:30 Testyo [Pikipedia RC] Super Smash Bros. for 3DS... by AeroBlaze777 (+66 m /* Music */) http://www.pikminwiki.com/index.php?title=Super_Smash_Bros._for_3DS_and_Wii_U&curid=9716&diff=146463&oldid=146456 2015-03-08 17:21:30 Testyo [Pikipedia RC] Hocotate ship by 83.222.44.100 (-221 This ship never appears in AC:NL) http://www.pikminwiki.com/index.php?title=Hocotate_ship&curid=713&diff=146464&oldid=146461 2015-03-08 17:23:49 Ford4385 Thats incorrect 2015-03-08 17:23:53 Ford4385 It's in acnl 2015-03-08 17:23:55 Ford4385 I have it 2015-03-08 17:27:34 Ford4385 How can I contact him? 2015-03-08 17:30:48 Yoshi2_ too bad that person does not use an account 2015-03-08 17:31:15 Yoshi2_ http://www.thonky.com/animal-crossing-new-leaf/fortune-cookies/ does mention an item named "Dolphin" 2015-03-08 17:31:34 Yoshi2_ and I think if you add a screenshot of it, it should be proof enough 2015-03-08 17:31:34 Testyo [Pikipedia RC] User talk:AeroBlaze777 by Ford4385 (+167 Stated an incorrect edit) http://www.pikminwiki.com/index.php?title=User_talk:AeroBlaze777&curid=11593&diff=146465&oldid=144148 2015-03-08 17:31:34 Testyo [Pikipedia RC] User talk:AeroBlaze777 by Ford4385 (+190) http://www.pikminwiki.com/index.php?title=User_talk:AeroBlaze777&curid=11593&diff=146466&oldid=146465 2015-03-08 17:31:34 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-08 17:31:45 Ford4385 Ignore those edits 2015-03-08 17:31:50 Ford4385 I mistook what it said 2015-03-08 17:32:48 Yoshi2_ I see 2015-03-08 17:33:15 Ford4385 When I read the edit log, I thought Aeroblaze made the edit 2015-03-08 17:33:41 Ford4385 Also, I realized that it techniccaly isnt in the game 2015-03-08 17:35:56 Yoshi2_ the hocotate ship isn't in the game? 2015-03-08 17:36:03 @Espyo not in A:C 2015-03-08 17:36:06 @Espyo err... *AC 2015-03-08 17:36:28 Yoshi2_ I do suppose it is easy to mix up the various ships from Pikmin 2015-03-08 17:36:36 Testyo [Pikipedia RC] User talk:AeroBlaze777 by Ford4385 (+357 /* Hocotate Ship edit */) http://www.pikminwiki.com/index.php?title=User_talk:AeroBlaze777&curid=11593&diff=146469&oldid=146467 2015-03-08 17:36:37 Testyo [Pikipedia RC] User talk:AeroBlaze777 by Ford4385 (-357 /* Hocotate Ship edit */) http://www.pikminwiki.com/index.php?title=User_talk:AeroBlaze777&curid=11593&diff=146470&oldid=146469 2015-03-08 17:36:37 Ford4385 Its the dolphin 2015-03-08 17:36:50 Ford4385 I just deleted my comment there 2015-03-08 17:36:53 Ford4385 Ignore that 2015-03-08 17:37:04 Ford4385 I put stuff and then deleted it realizing my mistake 2015-03-08 17:37:19 Ford4385 But the ship in acnl is the dolphin, it only has one seat 2015-03-08 17:37:30 @Espyo all right, so the Pikmin 2 ship doesn't have an official name 2015-03-08 17:37:34 @Espyo but 2015-03-08 17:37:49 @Espyo the US version of Pikmin 3 calls it "Hocotate ship", the same name we have currently 2015-03-08 17:38:06 Ford4385 Pikmin 1 is the S.S. Dolphin 2015-03-08 17:38:10 @Espyo L3re7z suggests renaming the ship to "Hocotate Freight ship" 2015-03-08 17:38:24 @Espyo I say no, because that's made up, and Pikmin 3 has one official name, even if it's only on one version of the game 2015-03-08 17:38:32 @Espyo what do you guys think? 2015-03-08 17:39:05 Ford4385 Maybe. I kinda agree with Hocotate Freight Ship, because Its a ship owned by hocotate freight 2015-03-08 17:39:47 @Espyo of course, but we'd be using a made-up name, when an official name exists 2015-03-08 17:39:47 Ford4385 It never really is known who the owner is 2015-03-08 17:40:06 Ford4385 But yeah.... Just keep the name "Hocotate ship" 2015-03-08 17:40:29 Ford4385 Also, shouldn't the golden ship be different than "Hocotate ship" 2015-03-08 17:40:42 Ford4385 Because It is stated that the gold one is the presidents ship 2015-03-08 17:43:26 @Espyo huh?! 2015-03-08 17:43:30 @Espyo I've never head such a thing 2015-03-08 17:43:50 Ford4385 I remember when I was playing that it stated the gold one was the presidents ship 2015-03-08 17:45:15 Ford4385 Also, it can't be a gold paint job because in pikmin 3 you can see the ship in its normal paint job 2015-03-08 17:49:07 @Espyo >Then everyone will be gaudily 2015-03-08 17:49:08 @Espyo clad in gold, like me! ...No. 2015-03-08 17:49:08 @Espyo I am unique. And beautiful. Yes. 2015-03-08 17:49:14 @Espyo not sure who says that, but that's one line in Pikmin 2 2015-03-08 17:49:48 @Espyo that's the only line I can find in the entire script 2015-03-08 17:50:20 Ford4385 I'm pretty sure that they are two seperate ships 2015-03-08 17:56:30 Ford4385 I believe this because since louie returns that means to be canon they would have to gone back to the planet and rescue louie 2015-03-08 17:57:13 Ford4385 And since the ship is gold, then in pikmin 3 its not. I think they are seperate ships 2015-03-08 18:00:10 Ford4385 I mean it is compelling evidence 2015-03-08 18:02:31 @Espyo hmmm... 2015-03-08 18:03:10 @Espyo though a theory I heard around is that, because the freight had to go under debt again just before Pikmin 3 (which is canon), they might have sold the gold plating to help pay back the loan 2015-03-08 18:03:38 Ford4385 I'm not sure 2015-03-08 18:04:14 Ford4385 I think it the gold was part of the ship, because if they were to have gold plating on the ship, wouldn't that just put them in debt again? 2015-03-08 18:05:22 Ford4385 And we know the president has a ship for himself, because in one of the data files left by olimar, I believe it mentions the president going to a beach 2015-03-08 18:11:40 --> Yoshi2 (Yoshi2@jiok-96-94-146-8.netcologne.de) has joined #pikipedia 2015-03-08 18:14:22 <-- Yoshi2_ (Yoshi2@cumg-39-63-88-325.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-08 18:14:46 Ford4385 I am right that one of olimars log things tell that the president went on a trip right? 2015-03-08 18:29:53 Ford4385 Espyo do you know what I'm talking about? 2015-03-08 18:30:09 @Espyo yeah, you're right 2015-03-08 18:30:19 @Espyo they're out there working hard, and the president is just chilling in a beach somewhere 2015-03-08 18:30:47 Ford4385 Yep 2015-03-08 18:31:42 Ford4385 So are we going to seperate the two ships? Or copy this stuff down and put it as an idea? Or just keep them together? 2015-03-08 18:32:06 Testyo [Pikipedia RC] File:Yellow Pikmin Hearing.jpg uploaded by Piktoad http://www.pikminwiki.com/index.php?title=File:Yellow_Pikmin_Hearing.jpg 2015-03-08 18:32:20 @Espyo I honestly doubt the normal ship and the golden ship are different 2015-03-08 18:33:28 Ford4385 I think they are. I just gave this evidence I guess you'd call it. Its more speculation than anything 2015-03-08 18:34:09 @Espyo precisely, it's too speculative 2015-03-08 18:34:21 @Espyo like, sure, the president can have his own ship 2015-03-08 18:34:35 @Espyo but nothing points out that it's the golden ship, and that's even implying they're a separate rocket 2015-03-08 18:35:36 Ford4385 Well yes. But its still questionable how it can be gold in pikmin 2 and then be back to normal in pikmin 3 2015-03-08 18:39:47 @Espyo like I said, they sold it off 2015-03-08 18:40:01 @Espyo much more logical than having two ships 2015-03-08 18:40:15 @Espyo if they had a normal ship and a golden one, why didn't they sell the golden one on Pikmin 2 to pay the debt? 2015-03-08 18:40:23 @Espyo and if it was the president's special ship that he wanted to keep secret 2015-03-08 18:40:32 @Espyo then why did they suddenly start using it after the debt is repaid? 2015-03-08 18:41:03 Ford4385 I don't know. But if they were to put gold plating, that would surely put them in debt again 2015-03-08 18:41:26 @Espyo that's also weird 2015-03-08 18:42:02 Ford4385 It can't be because gold isn't worth much on their planet 2015-03-08 18:42:06 Yoshi2 didn't they only drop into debt due to loss of those carrots? 2015-03-08 18:42:13 Ford4385 Yeah 2015-03-08 18:42:15 @Espyo yep 2015-03-08 18:42:27 Ford4385 *cough cough* Louie *cough cough* 2015-03-08 18:43:10 Ford4385 I like louie as a character, but his life choices are horrible 2015-03-08 18:44:00 @Espyo heh, yeah 2015-03-08 18:44:08 @Espyo http://www.youtube.com/watch?v=u4RQFbUzhXw 12:00 have those 3 yellow pellets always been there? 2015-03-08 18:45:03 Ford4385 Pretty sure the answers no 2015-03-08 18:45:38 Ford4385 Because I don't remember them being there 2015-03-08 18:45:44 @Espyo I'll check later, on another run video, on a non-Japanese version 2015-03-08 18:45:58 Ford4385 There might have been 3 there but more spread out 2015-03-08 18:46:02 @Espyo yeah, exactly 2015-03-08 18:46:08 @Espyo anyway, watch the full run, as well 2015-03-08 18:46:10 Ford4385 Its just unatural for them to be that close 2015-03-08 18:46:10 @Espyo it's incredible 2015-03-08 18:46:14 @Espyo the guy knows what he's doing 2015-03-08 18:46:20 @Espyo Its just unatural 2015-03-08 18:46:26 @Espyo yeah, my thoughts exactly 2015-03-08 18:47:27 Ford4385 And I can tell thats a speedrun or something. The way he took down that bulborb before plucking the yellow pikmin 2015-03-08 18:48:25 @Espyo yep 2015-03-08 18:48:27 @Espyo speedrun 2015-03-08 18:48:31 @Espyo but not just ANY speedrun 2015-03-08 18:48:34 @Espyo [[Tool-assisted speedrun]] 2015-03-08 18:48:35 Testyo "Tool-assisted_speedrun" article = http://www.pikminwiki.com/index.php?title=Tool-assisted_speedrun 2015-03-08 18:48:59 Ford4385 So it is a tool assissted 2015-03-08 18:49:11 Ford4385 I only watched that part to check for the pellets 2015-03-08 18:49:37 @Espyo right 2015-03-08 18:50:54 Ford4385 At 12:52 where did he get the bomb-rocks? 2015-03-08 18:53:23 @Espyo at 12:47, he throws some Pikmin to the bomb-rocks near the gate 2015-03-08 18:53:40 Ford4385 There are bomb-rocks there? 2015-03-08 18:53:49 @Espyo mhm 2015-03-08 18:54:58 Ford4385 That would have been helpful in my playthrough.... 2015-03-08 18:55:07 @Espyo they're the first bombs you get 2015-03-08 18:55:14 @Espyo they're next to a new type of gate 2015-03-08 18:55:25 @Espyo to hint to you that they do something related to reinforced walls 2015-03-08 18:55:54 Ford4385 Oh. I just went straight to the left. With the bomb-rocks in a can 2015-03-08 18:59:43 Ford4385 I can tell its tool assisted 2015-03-08 18:59:53 Ford4385 The way he throws onto the box 2015-03-08 19:00:08 @Espyo mhm 2015-03-08 19:03:22 Ford4385 And the fact of me being stupid and not seeing TAS Pikmin 2015-03-08 19:26:34 Ford4385 Espyo: do you have a favorite pikmin type? 2015-03-08 19:26:43 @Espyo not really 2015-03-08 19:27:25 Ford4385 You don't? I thought you did 2015-03-08 19:27:58 Ford4385 Lets ask testyo what his favorite is. 2015-03-08 19:27:58 Testyo for the first comment and it interested me 2015-03-08 19:28:10 Ford4385 Testyo red or yello 2015-03-08 19:28:11 Testyo Yello. 2015-03-08 19:28:18 Ford4385 Testyo yellow or blue 2015-03-08 19:28:19 Testyo Yellow. 2015-03-08 19:28:26 Ford4385 So far its yellow 2015-03-08 19:29:25 Yoshi2 Testyo: red or yellow or blue 2015-03-08 19:29:25 Testyo Yellow or blue. 2015-03-08 19:29:44 Ford4385 it thinks its yellow or blue is a option 2015-03-08 19:29:57 Ford4385 Well in pikmin 1 he likes yellows 2015-03-08 19:30:10 Ford4385 Testyo Yellow or red 2015-03-08 19:30:11 Testyo Both. 2015-03-08 19:30:15 Ford4385 *sighs* 2015-03-08 19:31:19 Ford4385 Testyo yellow or red 2015-03-08 19:31:19 Testyo Red. 2015-03-08 19:31:29 Ford4385 Testyo: red or blue 2015-03-08 19:31:30 Testyo Blue. 2015-03-08 19:31:49 Ford4385 Testyo: Blue or white 2015-03-08 19:31:50 Testyo Neither. 2015-03-08 19:31:57 Ford4385 Testyo Blue or purple 2015-03-08 19:31:57 Testyo Purple. 2015-03-08 19:32:07 Ford4385 Testyo purple or white 2015-03-08 19:32:07 Testyo Purple. 2015-03-08 19:32:17 Ford4385 Ok he likes purples in 2 2015-03-08 19:34:04 Ford4385 Testyo red or blue 2015-03-08 19:34:05 Testyo Red. 2015-03-08 19:34:13 Ford4385 Testyo red or yellow 2015-03-08 19:34:13 Testyo Red. 2015-03-08 19:34:20 Ford4385 Testyo Red or winged 2015-03-08 19:34:21 Testyo Red. 2015-03-08 19:34:28 Ford4385 Testyo red or rocks 2015-03-08 19:34:29 Testyo Both. 2015-03-08 19:34:34 Ford4385 Testyo rocks or red 2015-03-08 19:34:35 Testyo Red. 2015-03-08 19:34:44 Ford4385 Ok he likes red pikmin in pikmin 3 2015-03-08 19:36:39 @Espyo the last one you pick has the least probability of getting picked, though 2015-03-08 19:36:42 @Espyo so try like this: 2015-03-08 19:36:46 @Espyo Testyo: what color of Pikmin is your favorite? 2015-03-08 19:36:46 Testyo Light Pink. 2015-03-08 19:36:50 @Espyo done, Winged 2015-03-08 19:39:12 Ford4385 Testyo what color of pikmin is your favorite 2015-03-08 19:39:12 Testyo and yeah, in that < come from? 2015-03-08 19:39:22 Ford4385 Testyo what color of pikmin is your favorite? 2015-03-08 19:39:23 Testyo Dark Green. 2015-03-08 19:39:38 Ford4385 I loved dark green pikmin also 2015-03-08 19:40:25 Ford4385 I just love how they are so dark green 2015-03-08 19:41:08 Ford4385 Testyo Wing or dark green 2015-03-08 19:41:09 Testyo Neither. 2015-03-08 19:42:26 @Espyo J: have you noticed that if you put your cursor under "Help", on the sidebar, you get a tooltip with "The place to find out"? 2015-03-08 19:44:35 Ford4385 It does! 2015-03-08 19:45:08 @Espyo what the hell is up with that?! 2015-03-08 19:45:26 Ford4385 I don't know 2015-03-08 19:45:43 @Espyo it's not just on this wiki 2015-03-08 19:45:53 @Espyo can't remember which other one I saw it on, but it's a NIWA one 2015-03-08 19:47:13 Ford4385 Idk 2015-03-08 19:47:20 Ford4385 Its not on Bulbapdia 2015-03-08 19:47:59 @J weird 2015-03-08 19:48:10 @Espyo Zelda Wiki? 2015-03-08 19:48:18 @J http://www.pikminwiki.com/MediaWiki:Common.js should be able to modify it there 2015-03-08 19:48:22 Testyo [Pikipedia RC] User:Piktoad by Piktoad (+1561) http://www.pikminwiki.com/index.php?title=User:Piktoad&curid=18158&diff=146477&oldid=146436 2015-03-08 19:48:30 @Espyo on a .js? 2015-03-08 19:48:32 @Espyo oh 2015-03-08 19:48:53 @Espyo in Portuguese, the message is "A place reserved for help." 2015-03-08 19:49:11 @Espyo let me try other non-wikipedia, non-wikia wikis 2015-03-08 19:49:41 @J yeah, probably that page was populated with the defaults when we first created it, which would've been years ago 2015-03-08 19:49:44 @Espyo http://wiki.srb2.org/wiki 2015-03-08 19:49:47 @Espyo it's a MediaWiki thing 2015-03-08 19:50:00 @Espyo why is the default such a messed up thing? 2015-03-08 19:50:02 @J might be worth grabbing the default from a wiki that hasn't changed it and has recent MW 2015-03-08 19:50:04 @Espyo it's not even a sentence... kinda 2015-03-08 19:50:11 @J as in, it should be long fixed in MW 2015-03-08 19:50:15 @Espyo yeah 2015-03-08 19:50:27 @Espyo but now, to find a MW wiki like that... 2015-03-08 19:50:39 @Espyo wait, let me try googling the thing 2015-03-08 19:51:21 @J alternatively, delete the page and check what text is shown 2015-03-08 19:51:26 @J ...no-one'll notice 2015-03-08 19:51:38 @Espyo probably 2015-03-08 19:52:14 @Espyo http://als.wikipedia.org/wiki/MediaWiki:Monobook.js/Wikibooks 2015-03-08 19:53:01 @Espyo what if we download MW's most recent files and check there? 2015-03-08 19:53:41 @Espyo I'm on it 2015-03-08 19:56:54 @J actually... 2015-03-08 19:57:00 @J what if you just remove all those lines? 2015-03-08 19:57:11 @J the defaults should be good, right? 2015-03-08 19:58:14 @Espyo are there defaults? 2015-03-08 20:00:51 @Espyo ...I can't find what I'm looking for in the mediawiki source 2015-03-08 20:09:42 Ford4385 Has anyone seen UltraMario lately? 2015-03-08 20:10:37 @J well, if you get something different in Portuguese and we don't have Portuguese on the page 2015-03-08 20:10:45 @J it's very likely it'd do the same for English 2015-03-08 20:11:22 @J UltraMario left 4 and a half hours ago 2015-03-08 20:11:33 Ford4385 oh 2015-03-08 20:11:45 @Espyo hm, right 2015-03-08 20:19:20 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-08 20:59:20 Testyo [Pikipedia RC] S.S. Drake by AeroBlaze777 (+51 m /* Gallery */) http://www.pikminwiki.com/index.php?title=S.S._Drake&curid=8349&diff=146478&oldid=146373 2015-03-08 21:00:25 @Espyo what about we just point this out to Porple, and he can figure out what to do? 2015-03-08 21:00:33 @Espyo if he wants to delete them, update everything, ... 2015-03-08 21:00:42 @Espyo and that way, he'll even fix it on other NIWA wikis he owns 2015-03-08 21:18:32 @J did you try removing the lines from the page? 2015-03-08 21:19:40 Testyo [Pikipedia RC] Wollywog by Scittery Leaves23 (+1147 Behavior, Strategy) http://www.pikminwiki.com/index.php?title=Wollywog&curid=1677&diff=146479&oldid=144411 2015-03-08 21:30:48 @Espyo no, not yet 2015-03-08 21:30:59 @Espyo wonder if stuff would remain in cache, though 2015-03-08 21:32:27 @Espyo actually... 2015-03-08 21:32:34 @Espyo aren't we meant to add text to the message? 2015-03-08 21:32:42 @Espyo "The place to find out about ." 2015-03-08 21:32:45 @Espyo we fill in the blank 2015-03-08 21:32:55 @Espyo I think I've seen that in other wikis, when I tried googling the term 2015-03-08 21:34:26 @Espyo all right, it's either in cache, or the default is the same as the text that's there 2015-03-08 21:34:36 @Espyo I'll ask Porple, okay? 2015-03-08 21:39:52 Testyo [Pikipedia RC] Gate by GreenPikmin (+775 /* Locations */) http://www.pikminwiki.com/index.php?title=Gate&curid=699&diff=146481&oldid=145758 2015-03-08 21:59:20 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-08 22:02:12 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-08 22:29:07 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-08 22:45:14 Testyo [Pikipedia RC] Template:Smash trophy by AeroBlaze777 (+116 m Your turn espyo) http://www.pikminwiki.com/index.php?title=Template:Smash_trophy&curid=18090&diff=146483&oldid=144409 2015-03-08 23:11:09 <-- Yoshi2 (Yoshi2@jiok-96-94-146-8.netcologne.de) has quit (Quit: Leaving) 2015-03-08 23:18:21 Testyo ... your school really? 2015-03-08 23:19:32 UltraMario ... my school really? 2015-03-08 23:19:35 UltraMario testyo 2015-03-08 23:19:36 Testyo the stated byttery life was space when you can't use space 2015-03-08 23:19:42 UltraMario byterry 2015-03-09 00:00:52 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-09 00:01:20 Ford4385 Hello everyone 2015-03-09 00:01:33 Ford4385 UltraMario: Hello 2015-03-09 00:01:42 UltraMario hi 2015-03-09 00:01:46 UltraMario wanna play smash? 2015-03-09 00:02:11 Ford4385 Yes I do 2015-03-09 00:02:46 UltraMario after i ate ice cream 2015-03-09 00:02:50 UltraMario :P 2015-03-09 00:03:21 Ford4385 So your gonna eat icecream now? 2015-03-09 00:03:33 UltraMario yea 2015-03-09 00:04:04 Ford4385 Ok I'm gonna set stuff up 2015-03-09 00:06:28 Ford4385 Ok its set up 2015-03-09 00:06:54 Ford4385 Actually, let me make a custom first 2015-03-09 00:08:11 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-09 00:09:05 UltraMario ok 2015-03-09 00:11:40 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-09 00:17:12 Ford4385 Ok. Im setting up now 2015-03-09 00:18:37 Ford4385 The rooms open UltraMario 2015-03-09 00:18:56 UltraMario ok 2015-03-09 00:18:58 UltraMario waut 2015-03-09 00:19:35 UltraMario wait 2015-03-09 00:19:54 Ford4385 I'm waiting 2015-03-09 00:20:01 UltraMario ok sorry 2015-03-09 00:20:33 UltraMario trying to connect my controller 2015-03-09 00:20:48 Ford4385 Ok 2015-03-09 00:21:16 UltraMario coming 2015-03-09 00:21:29 Ford4385 What controller do you use? 2015-03-09 00:21:36 Ford4385 I just use the gamepad 2015-03-09 00:21:38 UltraMario gamecube controller 2015-03-09 00:21:54 Ford4385 You got an adapter? Lucky! 2015-03-09 00:21:55 UltraMario i use a mayflash adapter tho cuz i couldn't get the official adapter :P 2015-03-09 00:22:00 Ford4385 Oh ok 2015-03-09 00:22:04 UltraMario :p 2015-03-09 00:22:25 UltraMario and with the mayflash adapter i can use it with games other than smash 2015-03-09 00:22:31 UltraMario so it's better than the real adapter 2015-03-09 00:22:33 UltraMario :) 2015-03-09 00:22:44 UltraMario 5 stock? :P 2015-03-09 00:22:49 UltraMario that's a bit much 2015-03-09 00:23:04 Ford4385 Fine 3 stock 2015-03-09 00:23:10 UltraMario sorry 2015-03-09 00:23:38 UltraMario wait 2015-03-09 00:23:41 UltraMario team battles? 2015-03-09 00:23:45 Ford4385 Me and you vs. cpus 2015-03-09 00:23:49 UltraMario ok 2015-03-09 00:23:53 UltraMario level 9 or something? 2015-03-09 00:24:04 Ford4385 Level 4 2015-03-09 00:24:09 Ford4385 But I can make it higher 2015-03-09 00:24:20 Ford4385 I don't know what you can do 2015-03-09 00:24:25 Ford4385 I can do lv 8 2015-03-09 00:24:30 UltraMario i don't care what level as long as we have fun 2015-03-09 00:24:32 UltraMario :) 2015-03-09 00:24:44 Ford4385 Ok 2015-03-09 00:25:06 UltraMario ok 2015-03-09 00:30:26 UltraMario yay 2015-03-09 00:30:27 UltraMario :D 2015-03-09 00:30:46 Ford4385 I apparently lowered peachs speed alot 2015-03-09 00:31:28 UltraMario seems so 2015-03-09 00:31:32 UltraMario wait 2015-03-09 00:31:35 UltraMario they're level 5 :P 2015-03-09 00:31:40 UltraMario but that's okay i guess 2015-03-09 00:31:42 Ford4385 Ik i raised the level 2015-03-09 00:31:46 Ford4385 And I'm sheik 2015-03-09 00:31:50 UltraMario woops 2015-03-09 00:31:56 UltraMario picked the wrong stage 2015-03-09 00:32:03 UltraMario and outfit 2015-03-09 00:32:04 UltraMario xP 2015-03-09 00:34:24 UltraMario lol 2015-03-09 00:34:29 UltraMario YOU AINT NO AIRFIGHTER MAC! 2015-03-09 00:35:04 Ford4385 Ik 2015-03-09 00:35:26 Ford4385 What does the little voice chat thingy do? 2015-03-09 00:36:07 UltraMario dammit 2015-03-09 00:36:07 UltraMario i picked the wrong stage again :( 2015-03-09 00:36:07 UltraMario oh 2015-03-09 00:36:07 UltraMario you can voice chat 2015-03-09 00:36:07 UltraMario but i never really use it :P 2015-03-09 00:36:14 Ford4385 You can? 2015-03-09 00:36:20 Ford4385 Does it actually work? 2015-03-09 00:36:28 UltraMario yup\ 2015-03-09 00:36:34 UltraMario yeah 2015-03-09 00:36:38 UltraMario just press minus 2015-03-09 00:36:42 Ford4385 Do both have to have it on? 2015-03-09 00:36:49 UltraMario nah 2015-03-09 00:37:05 Ford4385 I can hear it 2015-03-09 00:37:11 UltraMario yup 2015-03-09 00:37:24 Ford4385 That was loud and annoying.... 2015-03-09 00:37:35 UltraMario sorry 2015-03-09 00:37:37 UltraMario :( 2015-03-09 00:37:54 UltraMario im probably loud and annoying 2015-03-09 00:37:56 UltraMario ;_; 2015-03-09 00:37:56 Ford4385 Its loud and annoying, like me 2015-03-09 00:41:48 UltraMario yay 2015-03-09 00:42:00 UltraMario this is fu 2015-03-09 00:42:02 UltraMario n 2015-03-09 00:42:04 UltraMario :> 2015-03-09 00:42:50 Ford4385 yes 2015-03-09 00:49:25 Ford4385 We lost 2015-03-09 00:49:30 UltraMario brb 2015-03-09 00:51:25 UltraMario back 2015-03-09 00:51:34 UltraMario i got chest pains 2015-03-09 00:51:36 UltraMario :( 2015-03-09 00:51:58 UltraMario ugh 2015-03-09 00:54:37 UltraMario yay 2015-03-09 00:54:53 UltraMario villager's got bags under her eyes 2015-03-09 00:54:56 UltraMario :P 2015-03-09 00:55:44 Ford4385 Cool 2015-03-09 01:00:33 UltraMario yay 2015-03-09 01:00:38 UltraMario also 2015-03-09 01:00:45 UltraMario i liked how it picked 2 meta knights 2015-03-09 01:00:49 UltraMario ON THE HALBERD STAGE 2015-03-09 01:00:50 UltraMario xD 2015-03-09 01:01:08 Ford4385 yes 2015-03-09 01:01:18 UltraMario im dork pit 2015-03-09 01:01:20 UltraMario ;) 2015-03-09 01:01:24 UltraMario aw 2015-03-09 01:01:26 UltraMario :( 2015-03-09 01:01:28 UltraMario no customs? 2015-03-09 01:01:29 UltraMario D: 2015-03-09 01:01:33 UltraMario it's fine i guess 2015-03-09 01:01:35 UltraMario :< 2015-03-09 01:04:38 UltraMario CURSES 2015-03-09 01:04:39 UltraMario FOILED AGAIN 2015-03-09 01:06:27 UltraMario wat 2015-03-09 01:06:29 UltraMario :( 2015-03-09 01:06:33 Ford4385 gtg 2015-03-09 01:06:41 UltraMario ok D: 2015-03-09 01:06:47 Ford4385 Do you like my proffesor oak mii? 2015-03-09 01:07:12 UltraMario yup 2015-03-09 01:07:14 UltraMario :> 2015-03-09 01:07:18 UltraMario why the falcon helmet tho? :P 2015-03-09 01:07:22 Ford4385 Cause I can 2015-03-09 01:07:26 UltraMario hehe 2015-03-09 01:07:27 UltraMario :P 2015-03-09 01:07:42 Ford4385 I need to battle wario 2015-03-09 01:07:53 Ford4385 That way I can say "No riding your bike indoors" 2015-03-09 01:09:38 Ford4385 Goodbye people! 2015-03-09 01:09:40 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-09 02:04:23 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-09 03:30:00 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-09 07:40:27 --> Yoshi2 (Yoshi2@yrbk-77-32-387-23.netcologne.de) has joined #pikipedia 2015-03-09 11:52:05 --> Miles_ (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has joined #pikipedia 2015-03-09 11:55:14 <-- Miles (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has quit (Ping timeout: 272 seconds) 2015-03-09 15:22:19 --> Yoshi2_ (Yoshi2@dbvd-20-70-807-05.netcologne.de) has joined #pikipedia 2015-03-09 15:25:35 <-- Yoshi2 (Yoshi2@yrbk-77-32-387-23.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-09 18:24:45 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-09 18:32:18 -- UltraMario is now known as UltraDuster 2015-03-09 18:53:05 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-09 18:53:06 Testyo Greetings everyone! 2015-03-09 18:53:59 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-09 18:53:59 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-09 18:54:04 UltraDuster reminds me of professor farmsworth or whatever from futurama :3 2015-03-09 18:54:13 UltraDuster the way he says greetings everyone i mean 2015-03-09 19:05:19 @Espyo heh 2015-03-09 19:11:47 @Espyo http://www.pikminwiki.com/User_talk:Porplemontage#Weird_tooltip ...it seems fine to him? 2015-03-09 19:11:48 @Espyo huh? 2015-03-09 19:12:43 UltraDuster is that the real porple? 2015-03-09 19:12:57 @Espyo supposedly 2015-03-09 19:13:06 UltraDuster i doubt it 2015-03-09 19:14:20 UltraDuster mother 3 is fun 2015-03-09 19:16:52 @Espyo sure is 2015-03-09 19:22:30 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-09 19:45:53 @J ...so that page has the broken text for you, right? 2015-03-09 19:46:18 @J oh, he means he sees that text and it makes sense? 2015-03-09 19:46:29 @J I guess it could make sense, but it's odd wording 2015-03-09 19:50:06 @Espyo it's English, but 2015-03-09 19:50:08 @Espyo it makes no sense 2015-03-09 19:50:32 UltraDuster ghost armor is tough 2015-03-09 19:55:17 @Espyo yep 2015-03-09 19:55:53 UltraDuster but it gives me some decent exp 2015-03-09 20:11:52 @Espyo http://www.reddit.com/r/Pikmin/comments/2xsivm/pikmin_2_canadian_boxart/ is this worth saving? 2015-03-09 20:15:42 Yoshi2_ Espyo: I think it is better to have it than not to have it 2015-03-09 20:16:49 @Espyo agreed 2015-03-09 20:16:57 @Espyo but on the other hand, it's nothing noteworthy 2015-03-09 20:17:59 Yoshi2_ I'd keep it somewhere close in case you want to create a collection of box art or something like that 2015-03-09 20:18:17 @Espyo could be anywhere and nowhere 2015-03-09 20:18:19 @Espyo hm 2015-03-09 20:39:46 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-09 20:41:03 UltraDuster hi 2015-03-09 20:41:18 Ford4385 Hello 2015-03-09 20:41:22 Ford4385 Hello 2015-03-09 20:41:38 Yoshi2_ olleH 2015-03-09 20:41:47 UltraDuster ih 2015-03-09 20:42:16 Ford4385 Yoshi2_: why are you talking backwards? 2015-03-09 20:42:27 UltraDuster wynaut 2015-03-09 20:42:31 UltraDuster also i beat mr. passion 2015-03-09 20:42:33 UltraDuster yay 2015-03-09 20:42:38 Ford4385 Mr passion? 2015-03-09 20:42:46 UltraDuster a boss in mother 3 2015-03-09 20:42:47 UltraDuster :P 2015-03-09 20:42:51 Ford4385 Ok 2015-03-09 20:43:06 Ford4385 I've never played Earthbound/Mother 2015-03-09 20:43:11 UltraDuster oh 2015-03-09 20:43:13 Ford4385 (Pretty sure they are kinda the same) 2015-03-09 20:43:14 UltraDuster it's pretty fun 2015-03-09 20:43:20 Yoshi2_ Ford4385: I wanted to do something different for a change 2015-03-09 20:43:26 UltraDuster yeah they are, except mother is mother 2 2015-03-09 20:43:33 UltraDuster . 2015-03-09 20:43:38 UltraDuster *earthbound is mother 2 2015-03-09 20:43:41 UltraDuster dammit P 2015-03-09 20:43:43 UltraDuster *:P 2015-03-09 20:44:23 UltraDuster wanna play smash after i save? 2015-03-09 20:44:25 Ford4385 Yoshi2_: Ok cool 2015-03-09 20:44:33 Ford4385 UltraDuster: In a sec, I got homework 2015-03-09 20:44:37 UltraDuster osorry 2015-03-09 20:46:15 UltraDuster yoshi2_ do you have smash wii u? 2015-03-09 20:46:24 Yoshi2_ nope 2015-03-09 20:47:03 UltraDuster aw 2015-03-09 20:47:41 Ford4385 I'll be done in a sec 2015-03-09 20:47:48 Ford4385 Its just Surface area of cones 2015-03-09 20:47:59 UltraDuster ok 2015-03-09 20:58:50 Ford4385 I'm done 2015-03-09 20:58:56 UltraDuster ok 2015-03-09 20:59:42 UltraDuster let me save 2015-03-09 21:02:01 Ford4385 Lemme load the game 2015-03-09 21:03:10 UltraDuster ok im ready 2015-03-09 21:03:20 UltraDuster shall i make the room? 2015-03-09 21:03:28 Ford4385 I created room 2015-03-09 21:04:10 UltraDuster aw 2015-03-09 21:04:12 UltraDuster ok 2015-03-09 21:04:14 Ford4385 I'm making it more fun and dangerous 2015-03-09 21:04:40 UltraDuster gimme a second 2015-03-09 21:04:41 UltraDuster huh 2015-03-09 21:04:43 UltraDuster ono 2015-03-09 21:04:50 UltraDuster what do you mean by that? :| 2015-03-09 21:05:11 Ford4385 Turned on score display and turned off damage display 2015-03-09 21:05:18 UltraDuster ono 2015-03-09 21:05:22 UltraDuster that's not fun 2015-03-09 21:05:23 UltraDuster :/ 2015-03-09 21:05:35 UltraDuster i like being able to see how hurt i am... 2015-03-09 21:05:45 UltraDuster also what is score display 2015-03-09 21:05:53 Ford4385 Its fun, cause you never know how close to dying you are 2015-03-09 21:06:06 UltraDuster yeah but 2015-03-09 21:06:12 UltraDuster i just like playing normally :P 2015-03-09 21:06:19 UltraDuster also turn on customs\ 2015-03-09 21:06:37 Ford4385 and score will show like "Villager 10 points") 2015-03-09 21:06:49 UltraDuster score sounds meh 2015-03-09 21:07:01 UltraDuster can you turn it back on if you don't mind? 2015-03-09 21:07:06 UltraDuster you don't have to 2015-03-09 21:07:51 UltraDuster did you do it? 2015-03-09 21:07:54 Ford4385 Yes 2015-03-09 21:08:01 UltraDuster thnx 2015-03-09 21:08:04 Ford4385 Also what do you want your cpu teamate to be set to? 2015-03-09 21:08:13 UltraDuster oh 2015-03-09 21:08:15 UltraDuster dark pit 2015-03-09 21:08:31 UltraDuster also level 8 2015-03-09 21:08:45 Ford4385 I'm doing lvl 5 2015-03-09 21:08:48 Ford4385 But I can do 8 2015-03-09 21:09:05 UltraDuster eh, you don't have to if that's too challenging for you 2015-03-09 21:09:07 UltraDuster :p 2015-03-09 21:09:18 -- UltraDuster is now known as UltraMario 2015-03-09 21:09:23 Ford4385 6 now 2015-03-09 21:09:34 UltraMario ok 2015-03-09 21:09:47 UltraMario darnit 2015-03-09 21:09:53 UltraMario can i restart? 2015-03-09 21:09:58 UltraMario i forgot to turn off tapjump 2015-03-09 21:10:07 Ford4385 You can do it 2015-03-09 21:10:11 UltraMario sorry 2015-03-09 21:10:13 UltraMario :( 2015-03-09 21:10:16 Ford4385 or not 2015-03-09 21:10:17 Ford4385 Ok 2015-03-09 21:11:13 Ford4385 Cpu still dark pit? 2015-03-09 21:12:01 UltraMario yeah 2015-03-09 21:12:20 Ford4385 ok 2015-03-09 21:16:45 UltraMario :( 2015-03-09 21:17:14 UltraMario can we team up instead? :P 2015-03-09 21:17:54 Ford4385 Ok 2015-03-09 21:23:32 UltraMario uh 2015-03-09 21:23:37 UltraMario why did you pick that stage? :| 2015-03-09 21:23:57 UltraMario also why did you keep using pocket? :P 2015-03-09 21:23:58 Ford4385 I dont know 2015-03-09 21:24:06 UltraMario it's the worst stage ever... 2015-03-09 21:24:10 UltraMario :S 2015-03-09 21:33:04 UltraMario yay 2015-03-09 21:33:08 Ford4385 I'm horrible as Captain falcon I guess 2015-03-09 21:33:11 UltraMario that stage is fun 2015-03-09 21:33:14 UltraMario naw, you're alright 2015-03-09 21:33:16 UltraMario :P) 2015-03-09 21:33:28 UltraMario i've seen worse falcon players 2015-03-09 21:34:02 Ford4385 Also Jigglypuff resists falcon punch 2015-03-09 21:34:18 UltraMario well i mean 2015-03-09 21:34:23 UltraMario she can fly 2015-03-09 21:34:35 UltraMario so it's kinda easy for her to get away from 2015-03-09 21:34:36 UltraMario :P 2015-03-09 21:35:00 Ford4385 Also, some players can get hit over 10 times with falcon punch, and not get launched 2015-03-09 21:35:18 UltraMario :S 2015-03-09 21:35:31 UltraMario i once played online and 2015-03-09 21:38:54 Ford4385 Btw, did you see those rest KO's? 2015-03-09 21:38:57 UltraMario there was this player where all he did was spam falcon punches 2015-03-09 21:38:59 UltraMario yup 2015-03-09 21:39:00 UltraMario :> 2015-03-09 21:43:17 UltraMario VICTORY 2015-03-09 21:43:18 Ford4385 I was trying to rest KO ganon 2015-03-09 21:43:36 UltraMario i see 2015-03-09 21:47:49 UltraMario dammit 2015-03-09 21:47:50 Ford4385 We did horribly 2015-03-09 21:47:50 UltraMario :( 2015-03-09 21:52:01 UltraMario rekt 2015-03-09 21:52:02 Ford4385 Yay! 2015-03-09 21:52:03 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-09 21:52:20 UltraMario rip 2015-03-09 21:53:24 --> ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-09 21:54:46 Testyo [Pikipedia RC] Super Smash Bros. for 3DS... by AeroBlaze777 (+167 m /* Trivia */) http://www.pikminwiki.com/index.php?title=Super_Smash_Bros._for_3DS_and_Wii_U&curid=9716&diff=146498&oldid=146493 2015-03-09 21:56:21 UltraMario wee 2015-03-09 21:56:23 UltraMario :D 2015-03-09 21:56:35 UltraMario also idk why it keeps making me say victory 2015-03-09 21:56:37 UltraMario :P 2015-03-09 21:56:47 ford4385 Idk 2015-03-09 21:56:52 ford4385 And I'm back 2015-03-09 21:56:59 ford4385 google chrome closd 2015-03-09 21:57:10 UltraMario gj google chrome 2015-03-09 21:57:37 ford4385 Ik 2015-03-09 21:57:43 ford4385 But this is last battle 2015-03-09 21:57:44 ford4385 K? 2015-03-09 22:02:47 ford4385 Awww 2015-03-09 22:02:49 ford4385 Now bye 2015-03-09 22:02:50 UltraMario damn 2015-03-09 22:02:52 UltraMario okay 2015-03-09 22:02:54 UltraMario :< 2015-03-09 22:04:10 <-- ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-09 22:29:56 Testyo [Pikipedia RC] Talk:S.S. Drake by Ford4385 (+100 m) http://www.pikminwiki.com/index.php?title=Talk:S.S._Drake&curid=18384&diff=146499&oldid=146494 2015-03-09 22:31:57 <-- Yoshi2_ (Yoshi2@dbvd-20-70-807-05.netcologne.de) has quit (Quit: Leaving) 2015-03-09 22:49:51 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Ping timeout: 245 seconds) 2015-03-09 23:05:24 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-09 23:09:47 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-09 23:14:11 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-09 23:14:32 Ford4385 Hello 2015-03-09 23:15:55 Ford4385 I was gonna ask Espyo something, but I forgot what it was 2015-03-09 23:17:07 @Espyo heh 2015-03-09 23:17:11 Ford4385 I remember now! 2015-03-09 23:17:27 Ford4385 How do you make pictures part of your signature? 2015-03-09 23:18:27 Ford4385 Like having a picture in my signature 2015-03-09 23:18:49 Ford4385 And can I have a multicolored signature somehow? 2015-03-09 23:21:34 Ford4385 I know you can have pictures, but I'm not sure about multicolored (or even colored) 2015-03-09 23:22:59 Ford4385 I only know the pictures because of people like [[User:LoafyTheBreadbug]] 2015-03-09 23:22:59 Testyo "User:LoafyTheBreadbug" article = http://www.pikminwiki.com/index.php?title=User:LoafyTheBreadbug 2015-03-09 23:23:51 Ford4385 Or maybe it was [[User:Loafythebreadbug]] 2015-03-09 23:23:51 Testyo "User:Loafythebreadbug" article = http://www.pikminwiki.com/index.php?title=User:Loafythebreadbug 2015-03-09 23:24:10 Ford4385 Well I dont know then 2015-03-09 23:28:10 Ford4385 Well Espyo? 2015-03-09 23:30:10 @Espyo oh, sorry 2015-03-09 23:30:11 @Espyo busy 2015-03-09 23:30:26 @Espyo you can add a picture anywhere by doing [[File:picturename]] 2015-03-09 23:30:26 Testyo "File:picturename" article = http://www.pikminwiki.com/index.php?title=File:picturename 2015-03-09 23:30:30 @Espyo so just do that as a signature 2015-03-09 23:33:47 Ford4385 So in the signature i just put [[File:RedPikmin]] for example? 2015-03-09 23:33:47 Testyo "File:RedPikmin" article = http://www.pikminwiki.com/index.php?title=File:RedPikmin 2015-03-09 23:34:41 @Espyo yeah 2015-03-09 23:34:48 @Espyo well, with the extension 2015-03-09 23:34:53 @Espyo so [[File:RedPikmin.jpg]] 2015-03-09 23:34:53 Testyo "File:RedPikmin.jpg" article = http://www.pikminwiki.com/index.php?title=File:RedPikmin.jpg 2015-03-09 23:35:11 Ford4385 Good point 2015-03-09 23:35:26 Ford4385 I should put .jpg at the end 2015-03-09 23:35:53 Ford4385 What about Loafy the breadbug? I wanna know if I got the name right above 2015-03-09 23:36:01 @Espyo what about? 2015-03-09 23:37:18 Ford4385 I tried linking to his page as an example, but I don't think I did it right 2015-03-09 23:37:39 Ford4385 Does the Capitalization have to be correct? 2015-03-09 23:39:51 @Espyo just as any other page 2015-03-09 23:39:55 @Espyo which for the most part is yes 2015-03-09 23:40:03 @Espyo except for the first letter after the namespace 2015-03-09 23:40:18 @Espyo so RedPikmin = redPikmin =/= redpikmin 2015-03-09 23:41:14 Ford4385 I'd have to put say Ford4385 or ford4385 to get to my userpage? Or just caps 2015-03-09 23:42:47 Ford4385 [[User:Ford4385]] 2015-03-09 23:42:48 Testyo "User:Ford4385" article = http://www.pikminwiki.com/index.php?title=User:Ford4385 2015-03-09 23:42:52 Ford4385 Does it work like that? 2015-03-09 23:43:03 Ford4385 So that works' 2015-03-09 23:43:15 Ford4385 [[User:ford4385]] 2015-03-09 23:43:16 Testyo "User:ford4385" article = http://www.pikminwiki.com/index.php?title=User:ford4385 2015-03-09 23:43:33 Ford4385 So caps doesnt matter 2015-03-09 23:43:56 Ford4385 Brb 2015-03-09 23:59:09 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-10 00:03:04 Ford4385 Back 2015-03-10 00:03:15 Ford4385 Hey UltraMario Wanna smash battle? 2015-03-10 00:03:37 UltraMario nah, sorry 2015-03-10 00:03:45 Ford4385 Aww ok 2015-03-10 00:13:13 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-10 00:13:17 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-10 00:41:21 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-10 02:10:01 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-10 02:28:52 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Read error: No route to host) 2015-03-10 02:30:44 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-10 03:21:19 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-10 04:50:03 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-10 05:07:37 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-10 05:08:00 -- UltraMario_ is now known as UltraMario 2015-03-10 06:56:31 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-10 08:49:09 --> Yoshi2 (Yoshi2@movy-77-87-45-43.netcologne.de) has joined #pikipedia 2015-03-10 18:07:56 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-10 18:17:57 -- UltraMario is now known as UltraDuser 2015-03-10 18:18:04 -- UltraDuser is now known as UltraDuster 2015-03-10 19:25:46 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-10 19:25:46 Testyo Evening everyone! 2015-03-10 19:26:35 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-10 19:26:36 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-10 19:26:56 Yoshi2 hey Testyo & Espyo 2015-03-10 19:26:56 Testyo yes! and a lot more new files than new pages 2015-03-10 19:38:37 @Espyo hi 2015-03-10 19:38:43 @Espyo https://d3esbfg30x759i.cloudfront.net/ss/zlCfzTFevNgJa-xjLY 2015-03-10 19:41:26 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-10 20:07:53 <-- UltraDuster (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-10 20:08:46 --> UltraDuster (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-10 20:09:35 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-10 20:09:47 Ford4385 Hello everyone! 2015-03-10 20:11:04 Testyo [Pikipedia RC] User account Fireball207 created http://www.pikminwiki.com/index.php?title=User:Fireball207 2015-03-10 20:11:04 Testyo [Pikipedia RC] Category talk:Harmless en... by Ford4385 (+145 m) http://www.pikminwiki.com/index.php?title=Category_talk:Harmless_enemies&curid=18390&diff=146616&oldid=146602 2015-03-10 20:12:45 Yoshi2 good day 2015-03-10 20:12:57 Ford4385 Hey Yoshi 2015-03-10 20:13:26 @Espyo hi 2015-03-10 20:13:46 Ford4385 Hey Espyo 2015-03-10 20:26:34 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-10 20:31:15 Testyo [Pikipedia RC] Hiding by Fireball207 (+744 N No longer a dead link on the Clover page.) http://www.pikminwiki.com/index.php?title=Hiding&curid=18445&diff=146617&oldid=0 2015-03-10 20:31:36 @Espyo woop, new page 2015-03-10 20:46:37 -- UltraDuster is now known as UltraMario 2015-03-10 20:55:29 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-10 20:56:02 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-10 21:03:02 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-10 21:03:02 Testyo Hi everyone! 2015-03-10 21:03:26 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-10 21:03:26 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-10 21:04:22 --> Yoshi2_ (Yoshi2@iluw-91-94-157-9.netcologne.de) has joined #pikipedia 2015-03-10 21:07:27 <-- Yoshi2 (Yoshi2@movy-77-87-45-43.netcologne.de) has quit (Read error: Operation timed out) 2015-03-10 21:38:04 Testyo [Fanon RC] Pikmin X by 72.161.156.64 (0 /* Abilities */ ) http://www.pikminfanon.com/index.php?title=Pikmin_X&curid=9485&diff=47735&oldid=47671 2015-03-10 22:01:16 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-10 22:08:14 Testyo [Pikipedia RC] Flukeweed by GreenPikmin (-42 /* Dam */) http://www.pikminwiki.com/index.php?title=Flukeweed&curid=9275&diff=146624&oldid=145817 2015-03-10 22:16:40 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-10 23:02:17 <-- Yoshi2_ (Yoshi2@iluw-91-94-157-9.netcologne.de) has quit (Quit: Leaving) 2015-03-10 23:44:08 Testyo [Pikipedia RC] Formidable Oak by Eface155 (+1 m /* Enemies */) http://www.pikminwiki.com/index.php?title=Formidable_Oak&curid=9576&diff=146659&oldid=146132 2015-03-10 23:50:43 @Espyo pretty sure that enemy just flies away when it 2015-03-10 23:50:49 @Espyo it doesn't crumble to gold 2015-03-10 23:51:14 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-10 23:51:36 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-10 23:52:06 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-10 23:52:50 Ford4385 Hello 2015-03-11 00:00:02 Ford4385 Hey UltraMario can you play smash? 2015-03-11 00:00:08 --> SuperAndrew (Mibbit@akni-971-034-630-903.sip.gnv.bellsouth.net) has joined #pikipedia 2015-03-11 00:00:15 <-- SuperAndrew (Mibbit@akni-971-034-630-903.sip.gnv.bellsouth.net) has quit (Client Quit) 2015-03-11 00:00:15 UltraMario i guess 2015-03-11 00:00:25 Ford4385 Yay! 2015-03-11 00:00:36 --> SuperAndrew (Mibbit@akni-971-034-630-903.sip.gnv.bellsouth.net) has joined #pikipedia 2015-03-11 00:00:44 UltraMario let me get set up 2015-03-11 00:00:56 Ford4385 I'll create room 2015-03-11 00:01:15 UltraMario my adapter takes like a minute to work :P 2015-03-11 00:01:19 Ford4385 Ok 2015-03-11 00:01:37 Ford4385 Hi SuperAndrew 2015-03-11 00:02:11 SuperAndrew Hi 2015-03-11 00:02:26 Ford4385 SuperAndrew you can try to join us 2015-03-11 00:02:41 SuperAndrew ? 2015-03-11 00:02:47 Ford4385 Smesh bros 2015-03-11 00:02:53 Ford4385 Custimzations 3 stock 2015-03-11 00:03:03 SuperAndrew I told you it won't work 2015-03-11 00:03:11 Ford4385 Try again 2015-03-11 00:03:17 UltraMario ok 2015-03-11 00:03:17 Ford4385 Maybe you'll get lucky 2015-03-11 00:03:18 SuperAndrew I have been trying 2015-03-11 00:03:27 UltraMario readu 2015-03-11 00:03:38 Ford4385 UltraMario I'm thinking we try it with auto handicap 2015-03-11 00:03:45 UltraMario eh 2015-03-11 00:03:54 UltraMario i don't use that feature that much :P 2015-03-11 00:04:02 Ford4385 Lets try it 2015-03-11 00:04:11 UltraMario doesnt that make damage carry over to the next match 2015-03-11 00:04:14 UltraMario or something 2015-03-11 00:04:33 Ford4385 If you do good, your starting damage will go up 2015-03-11 00:04:48 UltraMario >go up 2015-03-11 00:04:57 Ford4385 That way, its easier for others. 2015-03-11 00:04:59 UltraMario wait nvm 2015-03-11 00:05:01 UltraMario :p 2015-03-11 00:05:02 Ford4385 It makes it more fun 2015-03-11 00:05:02 UltraMario eh 2015-03-11 00:05:05 UltraMario that sounds kinda dumb 2015-03-11 00:05:11 UltraMario cuz then i would lose if i won 2015-03-11 00:05:40 Ford4385 nvm then 2015-03-11 00:05:45 UltraMario sorry 2015-03-11 00:05:46 UltraMario :< 2015-03-11 00:05:58 UltraMario brb 2015-03-11 00:06:03 UltraMario i want to change my menu music 2015-03-11 00:06:13 UltraMario the brawl online waiting room music is super obnoxious 2015-03-11 00:06:15 UltraMario xP 2015-03-11 00:06:17 Ford4385 Does it really matter? 2015-03-11 00:06:21 UltraMario sorry :( 2015-03-11 00:06:25 UltraMario ill be right back 2015-03-11 00:06:27 UltraMario D: 2015-03-11 00:06:41 UltraMario it's not on your end cuz it plays different menu music 2015-03-11 00:06:44 UltraMario for different players 2015-03-11 00:06:58 UltraMario much better 2015-03-11 00:07:04 Ford4385 ok...... 2015-03-11 00:07:06 UltraMario coming back 2015-03-11 00:08:21 UltraMario ono 2015-03-11 00:08:25 UltraMario wheres the room 2015-03-11 00:08:31 UltraMario o there it is 2015-03-11 00:08:57 UltraMario make em level 7 2015-03-11 00:09:32 Ford4385 ok 2015-03-11 00:10:18 UltraMario gdi 2015-03-11 00:10:25 UltraMario my controller messed up 2015-03-11 00:10:27 UltraMario srry 2015-03-11 00:10:34 UltraMario redo 2015-03-11 00:10:37 Ford4385 Ok 2015-03-11 00:10:37 UltraMario :( 2015-03-11 00:16:12 UltraMario yay 2015-03-11 00:16:16 UltraMario BACK SLASH 2015-03-11 00:16:16 Ford4385 Air slash! 2015-03-11 00:16:18 UltraMario AIR SLASH 2015-03-11 00:16:24 Ford4385 I'm really felling it! 2015-03-11 00:16:27 Ford4385 *feeling 2015-03-11 00:16:28 UltraMario :3 2015-03-11 00:16:31 UltraMario NOW ITS SHULK TIME 2015-03-11 00:16:37 UltraMario THIS IS THE MONADO'S POWAH 2015-03-11 00:16:39 Ford4385 NO ITS REYN TIME 2015-03-11 00:16:52 UltraMario man, watta buncha jokahs 2015-03-11 00:17:04 UltraMario :3 2015-03-11 00:17:19 Ford4385 yes 2015-03-11 00:17:47 UltraMario wat 2015-03-11 00:17:49 UltraMario this stage 2015-03-11 00:17:51 UltraMario again? 2015-03-11 00:17:52 UltraMario :| 2015-03-11 00:19:45 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-11 00:21:19 Ford4385 Dead 2015-03-11 00:21:46 UltraMario rip 2015-03-11 00:21:55 UltraMario whyd you pik that stage 2015-03-11 00:21:57 UltraMario again 2015-03-11 00:21:59 UltraMario :P 2015-03-11 00:22:04 Ford4385 cause its meh fav 2015-03-11 00:22:08 UltraMario why? :| 2015-03-11 00:22:14 Ford4385 I also like how it chose alph as cpu 2015-03-11 00:22:27 UltraMario just cuz it's pikmin doesn't make it the best stage ever :P 2015-03-11 00:22:30 UltraMario it has some flaws 2015-03-11 00:22:35 UltraMario LIKE THAT ANNOYING CRAB 2015-03-11 00:23:04 Ford4385 Whats wrong with the peckish aristocrab? 2015-03-11 00:23:07 UltraMario uh 2015-03-11 00:23:16 UltraMario he does tons of damage to you 2015-03-11 00:23:23 UltraMario and you have no time to react when he's on screen 2015-03-11 00:23:26 UltraMario and he kills you 2015-03-11 00:23:27 UltraMario :| 2015-03-11 00:23:58 UltraMario dude, 3 times is pushing it 2015-03-11 00:24:00 UltraMario xP 2015-03-11 00:24:48 UltraMario if you like this stage so much, maybe you should recreate in stage builder 2015-03-11 00:24:52 UltraMario then it'd be a better stage 2015-03-11 00:24:56 UltraMario cuz no annoying hazards 2015-03-11 00:27:31 UltraMario sorry, i didn't want to play this stage again. :P 2015-03-11 00:28:20 UltraMario its not my least favorite, but still, it's not one of my faves 2015-03-11 00:28:26 <-- SuperAndrew (Mibbit@akni-971-034-630-903.sip.gnv.bellsouth.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-11 00:29:15 UltraMario rip in peace 2015-03-11 00:29:17 Ford4385 SO CLOSE 2015-03-11 00:29:36 UltraMario can we play another stage now? xP| 2015-03-11 00:29:39 Ford4385 If meta knight didnt get that final smash I would win 2015-03-11 00:29:43 UltraMario yeah 2015-03-11 00:29:55 UltraMario im picking skyloft cuz 2015-03-11 00:29:56 UltraMario it 2015-03-11 00:29:59 UltraMario 's in the clouds 2015-03-11 00:30:06 UltraMario it makes enough sense, im an angel 2015-03-11 00:30:07 UltraMario :P 2015-03-11 00:34:36 UltraMario your stage is too dangerous 2015-03-11 00:34:37 UltraMario xP 2015-03-11 00:34:44 Ford4385 Ikr 2015-03-11 00:34:52 UltraMario lets go to skyloft 2015-03-11 00:34:54 UltraMario :D 2015-03-11 00:35:41 Ford4385 ok 2015-03-11 00:37:24 UltraMario uh 2015-03-11 00:37:26 UltraMario ok 2015-03-11 00:40:18 UltraMario rekt 2015-03-11 00:40:25 UltraMario NICE RY 2015-03-11 00:40:26 UltraMario *YRT 2015-03-11 00:40:28 UltraMario *TRY 2015-03-11 00:40:30 UltraMario :3 2015-03-11 00:41:30 UltraMario YOU SHALL BE PURIFIED!!! 2015-03-11 00:45:32 UltraMario yay 2015-03-11 00:45:52 Ford4385 Yes 2015-03-11 00:46:41 UltraMario bye 2015-03-11 00:46:51 Ford4385 bye 2015-03-11 00:46:53 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-11 02:31:38 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-11 02:41:06 -- UltraMario is now known as UltraVillager 2015-03-11 03:04:46 --> UltraVillager_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-11 03:06:01 <-- UltraVillager (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-11 03:06:56 -- UltraVillager_ is now known as UltraVillager 2015-03-11 03:49:34 --> Cheepy-Cheepy (Mibbit@x-57-566-19-732.hsd3.pa.comcast.net) has joined #pikipedia 2015-03-11 03:49:50 <-- Cheepy-Cheepy (Mibbit@x-57-566-19-732.hsd3.pa.comcast.net) has quit (Client Quit) 2015-03-11 04:13:21 -- UltraVillager is now known as UltraSleep 2015-03-11 05:46:55 <-- UltraSleep (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-11 05:48:09 --> UltraSleep (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-11 05:48:19 -- UltraSleep is now known as UltraMario|NotSleeping 2015-03-11 07:27:41 --> Yoshi2 (Yoshi2@ilpm-53-20-066-691.netcologne.de) has joined #pikipedia 2015-03-11 08:40:58 <-- UltraMario|NotSleeping (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-11 08:51:31 --> UltraMario|NotSleeping (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-11 11:14:21 <-- UltraMario|NotSleeping (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-11 12:56:21 <-- Yoshi2 (Yoshi2@ilpm-53-20-066-691.netcologne.de) has quit (Quit: Leaving) 2015-03-11 18:52:56 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-11 18:52:57 Testyo Greetings everyone! 2015-03-11 18:53:57 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-11 18:53:57 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-11 18:55:26 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Client Quit) 2015-03-11 18:55:37 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-11 18:55:37 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-11 19:04:18 --> Yoshi2 (Yoshi2@iluw-91-94-157-9.netcologne.de) has joined #pikipedia 2015-03-11 19:12:06 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-11 19:24:43 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-11 19:25:09 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-03-11 19:43:30 Testyo [Pikipedia RC] Sandbelching Meerslug by 71.192.10.237 (+302 /* Attacks */) http://www.pikminwiki.com/index.php?title=Sandbelching_Meerslug&curid=9285&diff=146701&oldid=144552 2015-03-11 19:48:33 Testyo [Pikipedia RC] Sandbelching Meerslug by Fireball207 (+182) http://www.pikminwiki.com/index.php?title=Sandbelching_Meerslug&curid=9285&diff=146702&oldid=146701 2015-03-11 19:59:47 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-11 19:59:59 Ford4385 Hello1 2015-03-11 20:00:03 Ford4385 *Hello! 2015-03-11 20:01:19 Yoshi2 good day 2015-03-11 20:06:03 Ford4385 How are you? 2015-03-11 20:07:05 Yoshi2 alright, and you? 2015-03-11 20:07:37 Ford4385 Good 2015-03-11 20:07:46 Ford4385 or should I say Fabulous? 2015-03-11 20:07:53 Ford4385 I'll go with fabulous 2015-03-11 20:10:25 Ford4385 Yeah. I'm gonna say fabulous instead of food 2015-03-11 20:10:28 Ford4385 *good 2015-03-11 20:11:12 Yoshi2 food sounds fabulous too 2015-03-11 20:11:31 Ford4385 Depends on the type 2015-03-11 20:11:34 @Espyo heh 2015-03-11 20:11:34 @Espyo hi 2015-03-11 20:11:47 Ford4385 Hey Espyo, how are you?> 2015-03-11 20:11:59 @Espyo feeling good 2015-03-11 20:12:02 @Espyo I see you're fabulous 2015-03-11 20:12:10 Ford4385 Correct\ 2015-03-11 20:13:53 Ford4385 Is there anything to be done in Pikmin 3 that I can check later when I play? 2015-03-11 20:20:48 Ford4385 I can do anything accept the final area (Forbidden oak I think) 2015-03-11 20:21:59 Ford4385 *except 2015-03-11 20:23:21 @Espyo yep 2015-03-11 20:23:34 @Espyo [[Category:Articles needing Pikmin 3 help]] 2015-03-11 20:23:34 Testyo "Category:Articles_needing_Pikmin_3_help" article = http://www.pikminwiki.com/index.php?title=Category:Articles_needing_Pikmin_3_help 2015-03-11 20:23:36 @Espyo probably that ^ 2015-03-11 20:23:48 Ford4385 Didn't know that was a category 2015-03-11 20:23:53 Ford4385 Its not 2015-03-11 20:24:04 @Espyo yeah, my bad :/ 2015-03-11 20:24:08 @Espyo http://www.pikminwiki.com/Category:Articles_in_need_of_Pikmin_3_help 2015-03-11 20:24:09 @Espyo there we go 2015-03-11 20:28:54 Yoshi2 [[Category:I doubt this one exists]] 2015-03-11 20:28:55 Testyo "Category:I_doubt_this_one_exists" article = http://www.pikminwiki.com/index.php?title=Category:I_doubt_this_one_exists 2015-03-11 20:29:51 Ford4385 it doesnt 2015-03-11 20:30:03 Ford4385 [[Batman]] 2015-03-11 20:30:03 Testyo "Batman" article = http://www.pikminwiki.com/index.php?title=Batman 2015-03-11 20:34:36 Ford4385 I'm gonna mess around in #testyo 2015-03-11 20:34:37 Testyo what are Pikmin that were shaken off 2015-03-11 20:34:49 Ford4385 Testyo lm 1 2015-03-11 20:34:50 Testyo I said what are Pikmin that were shaken off because Ford4385 mentioned my name. This random message came from the messages what are we fighting for and and I couldn't call back Pikmin that were shaken off. 2015-03-11 20:49:05 Testyo [Pikipedia RC] File:Yellow Pikmin Hearin... by AeroBlaze777 (+4 m n00b) http://www.pikminwiki.com/index.php?title=File:Yellow_Pikmin_Hearing.jpg&curid=18383&diff=146703&oldid=146699 2015-03-11 21:14:20 Testyo [Pikipedia RC] Pikmin Short Movies by L3re7z (+196 /* Trivia */) http://www.pikminwiki.com/index.php?title=Pikmin_Short_Movies&curid=8065&diff=146704&oldid=146124 2015-03-11 21:14:20 Testyo [Pikipedia RC] Twilight River Remix by AeroBlaze777 (-107 m) http://www.pikminwiki.com/index.php?title=Twilight_River_Remix&curid=15783&diff=146705&oldid=146125 2015-03-11 21:28:00 @J ugh, horrible day 2015-03-11 21:28:07 @J tracking down bugs while you're feeling ill is no fun 2015-03-11 21:29:10 @Espyo today was a feature-creation day for me 2015-03-11 21:29:22 @Espyo but yeah, I can imagine 2015-03-11 21:29:27 @Espyo don't think I've ever had to do it 2015-03-11 21:29:37 @Espyo most sick days I just don't do much 2015-03-11 21:29:42 @Espyo and I've yet to have a really sick day at work 2015-03-11 21:30:04 <-- Yoshi2 (Yoshi2@iluw-91-94-157-9.netcologne.de) has quit (Quit: Leaving) 2015-03-11 21:30:29 @J I just went to sleep when I got back home, now I feel much better 2015-03-11 21:30:52 @J it's really weird sleeping so early though 2015-03-11 21:31:37 @Espyo hehe 2015-03-11 22:15:53 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-11 22:17:08 --> UltraMario|NotSleeping (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-11 22:17:54 -- UltraMario|NotSleeping is now known as UltraMario 2015-03-11 22:29:53 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-11 22:30:13 Testyo [Pikipedia RC] File:Yellow Pikmin Hearin... by Piktoad (+45 Add a link to the the US commercial.) http://www.pikminwiki.com/index.php?title=File:Yellow_Pikmin_Hearing.jpg&curid=18383&diff=146708&oldid=146703 2015-03-11 22:30:51 -- UltraMario_ is now known as UltraVillager 2015-03-11 22:32:01 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-11 22:33:10 --> UltraVillager_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-11 22:33:54 <-- UltraVillager (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraVillager_))) 2015-03-11 22:34:17 -- UltraVillager_ is now known as UltraVillager 2015-03-11 23:36:55 -- UltraVillager is now known as UltraBlackYoshi 2015-03-11 23:59:07 <-- UltraBlackYoshi (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-11 23:59:29 --> UltraBlackYoshi (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-12 00:03:01 -- UltraBlackYoshi is now known as UltraFusionSuit 2015-03-12 00:03:43 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-12 00:03:46 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-12 00:39:22 -- UltraFusionSuit is now known as UltraJohtochu 2015-03-12 00:58:30 -- UltraJohtochu is now known as UltraMaudiosurf2 2015-03-12 01:08:56 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-12 01:13:20 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-12 02:42:30 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-12 05:43:49 --> Chillv (Mibbit@e49-59-30-54.col.wideopenwest.com) has joined #pikipedia 2015-03-12 05:44:24 <-- Chillv (Mibbit@e49-59-30-54.col.wideopenwest.com) has quit (Client Quit) 2015-03-12 07:24:32 --> Yoshi2 (Yoshi2@qban-87-56-289-604.netcologne.de) has joined #pikipedia 2015-03-12 10:04:20 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-12 10:39:52 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-12 12:09:03 --> Yoshi2_ (Yoshi2@rypr-39-63-726-764.netcologne.de) has joined #pikipedia 2015-03-12 12:11:43 <-- Yoshi2 (Yoshi2@qban-87-56-289-604.netcologne.de) has quit (Read error: Operation timed out) 2015-03-12 12:18:21 --> Yoshi2__ (Yoshi2@bsdo-03-71-518-609.netcologne.de) has joined #pikipedia 2015-03-12 12:21:02 <-- Yoshi2_ (Yoshi2@rypr-39-63-726-764.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-12 12:21:25 --> Yoshi2 (Yoshi2@oxni-51-13-088-016.netcologne.de) has joined #pikipedia 2015-03-12 12:23:04 <-- Yoshi2__ (Yoshi2@bsdo-03-71-518-609.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-12 17:46:58 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-12 17:55:49 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-12 18:12:32 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-12 18:45:47 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-12 18:45:47 Testyo Good evening everyone! 2015-03-12 18:47:15 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-12 18:47:15 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-12 18:49:58 UltraMaudiosurf2 hi espio 2015-03-12 18:54:32 Yoshi2 hes Espyo & Testyo 2015-03-12 18:54:33 Testyo Steam saves game data in 2 places for a fangame 2015-03-12 18:54:40 @Espyo hi 2015-03-12 19:27:26 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-12 20:05:18 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-12 20:05:27 Ford4385 Hello 2015-03-12 20:05:33 UltraMaudiosurf2 hi 2015-03-12 20:05:36 UltraMaudiosurf2 wanna smash 2015-03-12 20:05:40 @Espyo hi 2015-03-12 20:06:06 Ford4385 Sorry, I gotta volunteer in a bit UltraMaudiosurf2 2015-03-12 20:06:12 Ford4385 And how are both of you? 2015-03-12 20:06:18 @Espyo feeling good, you? 2015-03-12 20:06:22 UltraMaudiosurf2 gud 2015-03-12 20:06:50 Ford4385 Still Fabulous 2015-03-12 20:14:42 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-12 20:15:37 Ford4385 I'll be back in an hour 2015-03-12 20:15:39 Ford4385 Bye 2015-03-12 20:15:43 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-12 20:16:31 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Client Quit) 2015-03-12 20:17:04 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-12 21:24:26 @Espyo I just tried a google search and https://dl.dropboxusercontent.com/u/47921869/tampered%20results.png 2015-03-12 21:52:29 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-12 21:52:44 Ford4385 Hey everyone! 2015-03-12 21:56:40 Ford4385 UltraMaudiosurf2: I'll be ready to smash in a second if you want 2015-03-12 21:57:00 UltraMaudiosurf2 nah 2015-03-12 21:58:29 Ford4385 Ok 2015-03-12 22:03:10 Testyo Idlers VERY gruesome 2015-03-12 22:03:40 @Espyo very 2015-03-12 22:08:40 Ford4385 Testyo lm 1 2015-03-12 22:08:41 Testyo I said Idlers VERY gruesome because it was a timed random message. This random message came from the messages Idlers and like... VERY gruesome. 2015-03-12 22:08:49 Ford4385 Ok cool 2015-03-12 22:11:34 <-- Yoshi2 (Yoshi2@oxni-51-13-088-016.netcologne.de) has quit (Quit: Leaving) 2015-03-12 22:20:47 UltraMaudiosurf2 testyo lm2 2015-03-12 22:20:47 Testyo I said Idlers VERY gruesome because it was a timed random message. This random message came from the messages Idlers and like... VERY gruesome. 2015-03-12 22:20:53 UltraMaudiosurf2 ok 2015-03-12 22:20:54 UltraMaudiosurf2 testyo 2015-03-12 22:20:55 Testyo it recommend Purples though 2015-03-12 22:21:00 UltraMaudiosurf2 testyo lm 2015-03-12 22:21:01 Testyo I said it recommend Purples though because UltraMaudiosurf2 mentioned my name. This random message came from the messages it has? and Haha I wouldn't recommend Purples though. 2015-03-12 22:21:18 UltraMaudiosurf2 lol 2015-03-12 22:24:46 @Espyo J: what RSS aggregator do you use? 2015-03-12 22:25:16 @Espyo there just isn't any piece of software that's good 2015-03-12 22:25:26 @Espyo they're all majorly flawed in some way, and it's driving me nuts 2015-03-12 22:48:35 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-12 22:51:49 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-12 22:56:40 Ford4385 Whats an RSS aggregator? 2015-03-12 22:58:27 @Espyo a thing that saves RSS feed news 2015-03-12 22:59:43 Ford4385 And I have no clue what that is 2015-03-12 23:00:24 @Espyo you know how some pages post news articles 2015-03-12 23:00:27 @Espyo or comics post new comics 2015-03-12 23:00:31 @Espyo they can create RSS feeds 2015-03-12 23:00:49 @Espyo and instead of going to their page to check new articles, comics, etc. 2015-03-12 23:01:02 @Espyo you just have a program reed the RSS feed and list all news from all sites in a single place 2015-03-12 23:01:53 Ford4385 Ok 2015-03-12 23:02:00 Ford4385 So kinda like an auto updater 2015-03-12 23:02:27 @Espyo yeah 2015-03-12 23:02:32 @Espyo well, it SHOULD be auto 2015-03-12 23:02:40 @Espyo one of the ones I used doesn't even auto-fetch 2015-03-12 23:02:56 Ford4385 From what I can tell, it should do that 2015-03-12 23:03:45 @Espyo yeah, it should... 2015-03-12 23:04:31 Ford4385 Well, thats bad that it isnt 2015-03-12 23:05:19 @Espyo yeah 2015-03-12 23:05:49 UltraMaudiosurf2 ford 2015-03-12 23:05:52 UltraMaudiosurf2 play smash 2015-03-12 23:05:54 UltraMaudiosurf2 ? 2015-03-12 23:07:17 Ford4385 In a sec 2015-03-12 23:08:08 Ford4385 I'm doing hw, and watching a TAS of SMG2 2015-03-12 23:17:18 --> FuzzyWuzzy77 (Mibbit@awlr-317-00-749-08.prvdri.fios.verizon.net) has joined #pikipedia 2015-03-12 23:18:32 Ford4385 UltraMaudiosurf2: I'm almost done 2015-03-12 23:18:41 <-- FuzzyWuzzy77 (Mibbit@awlr-317-00-749-08.prvdri.fios.verizon.net) has quit (Client Quit) 2015-03-12 23:28:24 --> UltraMaudiosurf2_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-12 23:30:46 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-12 23:30:53 -- UltraMaudiosurf2_ is now known as UltraMaudiosurf2 2015-03-12 23:40:13 Ford4385 UltraMaudiosurf2: I'm gonna be done in just a bit. I gotta shower and thats all 2015-03-12 23:55:04 Ford4385 UltraMaudiosurf2: Ready! 2015-03-13 00:02:05 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-13 00:02:07 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-13 00:09:40 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-13 00:19:14 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-13 00:19:26 Ford4385 UltraMaudiosurf2? Smash? 2015-03-13 00:19:28 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-13 00:19:44 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-13 00:19:56 Ford4385 Smash UltraMaudiosurf2? 2015-03-13 00:45:24 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-13 03:45:21 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-13 05:13:51 UltraMaudiosurf2 rip 2015-03-13 05:13:53 UltraMaudiosurf2 ;_; 2015-03-13 05:26:56 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-13 05:30:04 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-13 06:18:41 <-- UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-13 06:19:52 --> UltraMaudiosurf2 (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-13 07:19:00 --> Yoshi2 (Yoshi2@jntu-58-20-558-77.netcologne.de) has joined #pikipedia 2015-03-13 07:21:05 UltraMaudiosurf2 hi yosh2 2015-03-13 07:21:08 UltraMaudiosurf2 yosh2 2015-03-13 07:21:10 UltraMaudiosurf2 YOSHI2 2015-03-13 07:21:18 Yoshi2 morning 2015-03-13 09:01:51 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-13 09:49:36 -- irc: disconnected from server 2015-03-13 09:50:16 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-13 09:50:16 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-13 09:50:16 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-13 09:50:16 -- Channel #pikipedia: 6 nicks (1 op, 0 voices, 5 normals) 2015-03-13 09:50:16 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-13 09:50:16 -- Mode #pikipedia [+o J] by ChanServ 2015-03-13 09:50:17 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-13 09:53:52 -- UltraMaudiosurf2 is now known as UltraSleepy 2015-03-13 10:29:48 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-13 10:30:01 Ford4385 Hi 2015-03-13 10:31:27 Yoshi2 morning 2015-03-13 10:35:29 Ford4385 How are you? 2015-03-13 10:36:37 Yoshi2 alright 2015-03-13 10:37:49 Ford4385 I'm good/fabulous 2015-03-13 10:43:39 Yoshi2 how many percent fabulous are you compared to good? 2015-03-13 10:44:27 Ford4385 78/22 2015-03-13 10:45:55 Yoshi2 how high was your fabulousness yesterday? 2015-03-13 10:50:19 Ford4385 About 86 2015-03-13 10:57:11 Yoshi2 in three to four days your fabulous:good ratio will be exactly 50:50 2015-03-13 10:57:22 Yoshi2 in almost 10 days you will be 0% fabulous, and 100% good 2015-03-13 10:58:29 Yoshi2 in roughly three months your fabulousness will be at -642%, and you will be 742% good 2015-03-13 10:59:22 Ford4385 Who says it keeps going down? 2015-03-13 10:59:28 Ford4385 It just varies between days 2015-03-13 10:59:45 Ford4385 There is no positive or negative linear association 2015-03-13 11:00:17 Yoshi2 but it is much easier to work with linear mathematical functions 2015-03-13 11:00:50 Ford4385 Well, explain why the day before yesterday how I was a 73 2015-03-13 11:02:09 Ford4385 Whats your linear equations gotta say to that? 2015-03-13 11:03:10 Yoshi2 that could be explained with a quadratic function 2015-03-13 11:04:14 Yoshi2 now, if you had a fourth value that didn't fit my quadratic function, then I'd have trouble coming up with new functions 2015-03-13 11:05:51 Ford4385 I just know that the data ranges from 70-100 2015-03-13 11:10:20 Yoshi2 in that case the sinus function would be necessary to describe that change 2015-03-13 11:10:42 Ford4385 Ok That sounds interesting 2015-03-13 11:10:54 Yoshi2 85 + 15*sin(x) 2015-03-13 11:11:01 Yoshi2 always stays in the 70-100 range 2015-03-13 11:11:53 Ford4385 Ok cool 2015-03-13 11:13:19 Yoshi2 but yeah, you can't really describe something like that with a simple maths function 2015-03-13 11:13:32 Yoshi2 it can only be estimated by using a lot of data points 2015-03-13 11:16:00 Ford4385 Ok 2015-03-13 11:16:19 Ford4385 See if you can figure it out by the time I get back (In like 7 hours) 2015-03-13 11:16:27 Ford4385 So have fun and bye 2015-03-13 11:16:30 Ford4385 or not do it 2015-03-13 11:16:35 Ford4385 Idc either way 2015-03-13 11:16:37 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-13 12:50:38 --> UltraSleepy_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-13 12:50:38 <-- UltraSleepy (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-13 12:50:46 -- UltraSleepy_ is now known as UltraSleepy 2015-03-13 16:11:25 --> Yoshi2_ (Yoshi2@igfx-25-25-237-309.netcologne.de) has joined #pikipedia 2015-03-13 16:14:04 <-- Yoshi2 (Yoshi2@jntu-58-20-558-77.netcologne.de) has quit (Read error: Operation timed out) 2015-03-13 19:16:34 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-13 19:16:34 Testyo Hi everyone! 2015-03-13 19:17:35 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-13 19:17:35 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-13 19:25:47 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-13 19:31:41 Yoshi2_ hey Espyo & Testyo 2015-03-13 19:31:42 Testyo try that edit doesn't give any evidence 2015-03-13 19:31:43 Testyo [Fanon RC] User account ZulmaTrainor created http://www.pikminfanon.com/index.php?title=User:ZulmaTrainor 2015-03-13 19:31:44 Testyo [Fanon RC] User:ZulmaTrainor by ZulmaTrainor (+3403 N Created page with "[http://www.enasistem.ro/ computere Second hand] For some of ...) http://www.pikminfanon.com/index.php?title=User:ZulmaTrainor&curid=9504&diff=47749&oldid=0 2015-03-13 19:35:09 @Espyo hi 2015-03-13 19:36:32 @Espyo gee, that doesn't look like a spambot whatsoever 2015-03-13 19:41:46 Testyo [Fanon RC] User account Espyo created http://www.pikminfanon.com/index.php?title=User:ZulmaTrainor 2015-03-13 19:41:47 Testyo [Fanon RC] User account Espyo created http://www.pikminfanon.com/index.php?title=User:ZulmaTrainor 2015-03-13 19:43:51 Yoshi2_ from a technical point of view, spambots are quite interesting 2015-03-13 19:44:22 Yoshi2_ no matter the kind of website, they always manage to join it 2015-03-13 19:44:37 -- Yoshi2_ is now known as Yoshi2 2015-03-13 19:56:12 -- UltraSleepy is now known as UltraMario 2015-03-13 20:02:05 Testyo [Pikipedia RC] Piklopedia by GreenPikmin (+949 /* Others */) http://www.pikminwiki.com/index.php?title=Piklopedia&curid=1108&diff=146747&oldid=146746 2015-03-13 20:02:05 Testyo [Pikipedia RC] Piklopedia by GreenPikmin (-4 /* Others */) http://www.pikminwiki.com/index.php?title=Piklopedia&curid=1108&diff=146748&oldid=146747 2015-03-13 20:09:29 @Espyo agreed 2015-03-13 20:10:23 UltraMario testyo 2015-03-13 20:10:24 Testyo yep normal 2015-03-13 20:10:26 UltraMario hi 2015-03-13 20:12:18 Testyo [Pikipedia RC] Piklopedia by GreenPikmin (+476) http://www.pikminwiki.com/index.php?title=Piklopedia&curid=1108&diff=146749&oldid=146748 2015-03-13 20:15:14 Yoshi2 if there is any software involved, I'd love to see it 2015-03-13 20:15:43 Yoshi2 but those people probably sell it as some sort of service, with plugins for various websites 2015-03-13 20:27:35 Testyo [Pikipedia RC] Piklopedia by GreenPikmin (-1309 /* Locations */) http://www.pikminwiki.com/index.php?title=Piklopedia&curid=1108&diff=146750&oldid=146749 2015-03-13 20:32:07 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-13 20:34:05 @Espyo yeah, I was thinking that 2015-03-13 20:34:41 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-13 20:36:26 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-13 20:36:37 Ford4385 Hello 2015-03-13 20:37:21 Yoshi2 good day 2015-03-13 20:37:26 Ford4385 How are you 2015-03-13 20:37:46 Testyo [Pikipedia RC] Piklopedia by GreenPikmin (+2076 /* Locations */) http://www.pikminwiki.com/index.php?title=Piklopedia&curid=1108&diff=146751&oldid=146750 2015-03-13 20:38:02 Yoshi2 alright 2015-03-13 20:38:51 Ford4385 I'm still fabulouse 2015-03-13 20:38:54 Ford4385 *fabulous 2015-03-13 20:40:28 Yoshi2 from now on, I'll assume that you are fabulous by default unless you say otherwise 2015-03-13 20:40:38 Ford4385 Correct 2015-03-13 21:06:53 Ford4385 UltraMario, can you smash? 2015-03-13 21:08:06 UltraMario ohi 2015-03-13 21:08:09 UltraMario i guess 2015-03-13 21:08:31 Ford4385 Ok 2015-03-13 21:09:30 UltraMario wait 2015-03-13 21:09:48 Ford4385 k 2015-03-13 21:10:32 UltraMario coming 2015-03-13 21:10:40 Ford4385 Its created 2015-03-13 21:12:58 UltraMario k 2015-03-13 21:19:27 Ford4385 .... 2015-03-13 21:19:28 UltraMario ... 2015-03-13 21:19:30 UltraMario SO CLOSE 2015-03-13 21:19:31 UltraMario ;_; 2015-03-13 21:19:38 Ford4385 -_- 2015-03-13 21:20:09 UltraMario sorry 2015-03-13 21:20:11 UltraMario :>( 2015-03-13 21:20:12 UltraMario *:( 2015-03-13 21:20:27 Ford4385 its fine 2015-03-13 21:24:20 UltraMario GASKDGPPERMG 2015-03-13 21:24:30 Ford4385 The final smash.... 2015-03-13 21:28:11 Testyo [Pikipedia RC] Forum:Discussions in the ... by Kirbyddd (+103 m) http://www.pikminwiki.com/index.php?title=Forum:Discussions_in_the_Drake&curid=18375&diff=146752&oldid=146434 2015-03-13 21:28:27 UltraMario that was bullshit 2015-03-13 21:28:30 UltraMario so i restarted 2015-03-13 21:28:32 UltraMario :P 2015-03-13 21:28:42 Ford4385 It was your stage 2015-03-13 21:28:49 UltraMario no i mean 2015-03-13 21:28:50 UltraMario the cpus 2015-03-13 21:28:53 UltraMario were crazy 2015-03-13 21:29:03 Ford4385 of course 2015-03-13 21:29:29 UltraMario yum chicken nuggets 2015-03-13 21:31:45 UltraMario yay 2015-03-13 21:31:57 UltraMario pole dancing as palutena is fun :> 2015-03-13 21:32:08 Ford4385 What? 2015-03-13 21:32:20 UltraMario the side taunt :P 2015-03-13 21:32:30 Ford4385 ok 2015-03-13 21:32:33 @Espyo hehehe 2015-03-13 21:32:53 UltraMario teejee 2015-03-13 21:32:55 UltraMario *teehee 2015-03-13 21:32:56 UltraMario :3 2015-03-13 21:35:33 UltraMario lol palutena has glow in the dark wings 2015-03-13 21:35:35 UltraMario xD 2015-03-13 21:35:43 UltraMario did you see that? :P 2015-03-13 21:35:45 Ford4385 You like how I saved you from that blue shell? 2015-03-13 21:35:52 Ford4385 (Cause pocket is OP) 2015-03-13 21:35:54 UltraMario yeah that was cool :> 2015-03-13 21:36:38 Ford4385 Do you know why I havent gotten my stage choice? 2015-03-13 21:36:51 UltraMario idk 2015-03-13 21:36:52 UltraMario :| 2015-03-13 21:41:09 UltraMario yay 2015-03-13 21:41:15 UltraMario 2BAD4U 2015-03-13 21:45:05 UltraMario GET REKT 2015-03-13 21:45:10 UltraMario checkm8 2015-03-13 21:45:12 UltraMario :3 2015-03-13 21:45:25 UltraMario idk why it doesn't pick your stages 2015-03-13 21:45:27 UltraMario :( 2015-03-13 21:49:21 UltraMario yay 2015-03-13 21:49:24 UltraMario 2BAD4U 2015-03-13 21:49:27 UltraMario :> 2015-03-13 21:49:29 UltraMario winning is fun 2015-03-13 21:49:31 UltraMario ^_^ 2015-03-13 21:49:37 Ford4385 I wanna go to my stage! 2015-03-13 21:49:41 UltraMario sorry 2015-03-13 21:49:49 UltraMario should i try leaving and come back 2015-03-13 21:49:53 UltraMario and see if that does anything? 2015-03-13 21:49:56 Ford4385 ok 2015-03-13 21:50:01 UltraMario . 2015-03-13 21:50:08 UltraMario i didn't say you leave 2015-03-13 21:50:10 UltraMario but okay 2015-03-13 21:50:11 UltraMario :| 2015-03-13 21:50:31 UltraMario team battle? 2015-03-13 21:50:37 UltraMario waitttttttttttt 2015-03-13 21:50:39 UltraMario :| 2015-03-13 21:50:41 UltraMario yay 2015-03-13 21:51:19 Ford4385 nope' 2015-03-13 21:54:12 UltraMario : 2015-03-13 21:54:14 UltraMario :* 2015-03-13 21:54:16 UltraMario *:( 2015-03-13 21:54:18 UltraMario sorry 2015-03-13 21:54:27 UltraMario marth time 2015-03-13 21:54:37 Ford4385 dat smexy shulk 2015-03-13 21:54:41 UltraMario B) 2015-03-13 21:54:52 Ford4385 BACK SLASH 2015-03-13 21:57:31 UltraMario CRITICAL HIT 2015-03-13 21:57:33 UltraMario B) 2015-03-13 21:57:38 UltraMario yay 2015-03-13 21:58:08 UltraMario i was wearing marth's "roy" outfit 2015-03-13 21:58:10 UltraMario ;) 2015-03-13 21:58:19 Ford4385 ok 2015-03-13 21:58:23 Ford4385 Well, brb 2015-03-13 21:58:29 Ford4385 I'll stay in smash 2015-03-13 21:58:29 UltraMario ok 2015-03-13 21:58:39 Ford4385 but it'll just stay at the training thing 2015-03-13 21:58:44 UltraMario ok 2015-03-13 21:58:46 UltraMario i can wait 2015-03-13 22:04:01 UltraMario sorry 2015-03-13 22:04:03 UltraMario gtgb 2015-03-13 22:04:04 UltraMario *gtg 2015-03-13 22:04:06 UltraMario :( 2015-03-13 22:04:07 Ford4385 Bye 2015-03-13 22:04:40 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-13 22:05:09 UltraMario ;-; 2015-03-13 22:26:40 -- irc: disconnected from server 2015-03-13 22:51:51 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-13 22:51:51 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-13 22:51:51 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-13 22:51:51 -- Channel #pikipedia: 8 nicks (2 ops, 0 voices, 6 normals) 2015-03-13 22:51:51 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-13 22:51:51 -- Mode #pikipedia [+o J] by ChanServ 2015-03-13 22:51:53 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-14 00:00:10 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-14 00:00:13 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-14 00:22:55 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-14 00:23:42 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-14 00:32:46 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-14 00:33:33 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 00:58:19 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-03-14 01:19:28 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 01:21:23 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-14 01:21:26 -- UltraMario_ is now known as UltraMario 2015-03-14 01:26:29 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: ChatZilla 0.9.91.1 [Firefox 36.0.1/20150305021524]) 2015-03-14 01:26:53 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 01:32:14 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 01:33:52 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-14 01:33:58 -- UltraMario_ is now known as UltraMario 2015-03-14 03:05:41 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 03:07:55 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-14 03:07:56 -- UltraMario_ is now known as UltraMario 2015-03-14 03:13:34 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-14 03:13:43 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 03:13:58 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-14 03:15:42 -- UltraMario_ is now known as UltraMario 2015-03-14 03:17:10 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Excess Flood) 2015-03-14 03:18:15 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 03:23:17 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 03:23:19 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-14 03:23:26 -- UltraMario_ is now known as UltraMario 2015-03-14 03:27:40 --> UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 03:29:55 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-14 03:31:00 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 03:32:50 <-- UltraMario_ (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-14 03:38:53 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-14 03:54:08 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 04:05:07 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Ping timeout: 252 seconds) 2015-03-14 04:06:26 --> UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 04:27:26 <-- UltraMario (UltraMario@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-14 04:45:59 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 05:03:33 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-14 05:40:01 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-14 05:40:23 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 08:06:15 --> Yoshi2 (Yoshi2@sfiy-77-32-810-97.netcologne.de) has joined #pikipedia 2015-03-14 11:26:53 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-14 11:27:18 Ford4385 Hello 2015-03-14 11:28:50 Yoshi2 morning 2015-03-14 11:29:45 Ford4385 How are you? Good as usual? 2015-03-14 11:41:04 Yoshi2 as usual 2015-03-14 11:43:54 Ford4385 ok 2015-03-14 12:38:07 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-14 12:38:08 Testyo Greetings everyone! 2015-03-14 12:39:11 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-14 12:39:11 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-14 12:42:01 Ford4385 Hey espyo and testyo 2015-03-14 12:42:01 Testyo gaaah the PMs, huh? 2015-03-14 12:43:11 @Espyo hi 2015-03-14 12:43:29 Ford4385 How are you? 2015-03-14 12:44:59 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-14 12:45:34 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-14 12:45:48 Ford4385 I got disconnected 2015-03-14 12:46:24 Ford4385 testyo lm 1 2015-03-14 12:46:25 Testyo I said gaaah the PMs, huh? because Ford4385 mentioned my name. This random message came from the messages gaaah and again with the PMs, huh?. 2015-03-14 12:49:16 @Espyo I'm fine 2015-03-14 12:49:18 @Espyo you? 2015-03-14 12:50:52 Ford4385 13% good, 87% fabulous 2015-03-14 12:53:44 @Espyo hehe 2015-03-14 12:55:45 Ford4385 Or maybe its 12% good and 87% fabulous 2015-03-14 12:55:57 @Espyo and 1%...? 2015-03-14 12:56:16 Ford4385 1% wingedpikmin 2015-03-14 12:56:24 Yoshi2 fair enough 2015-03-14 12:56:55 Ford4385 I want to be a winged pikmin. Cause they are amazing 2015-03-14 12:59:11 Yoshi2 but then you will have to give up being good and fabulous 2015-03-14 12:59:43 Ford4385 But winged pikmin are ok and fabulous anyways 2015-03-14 12:59:48 Yoshi2 fair enough 2015-03-14 13:00:07 Ford4385 I just love winged pikmin 2015-03-14 14:04:20 Ford4385 Testyo what color pikmin is your favorite? 2015-03-14 14:04:21 Testyo Yellow. 2015-03-14 14:04:33 Ford4385 Yellow? Those ones are almost useless 2015-03-14 14:04:41 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-14 14:11:53 Ford4385 Always hated the yellows..... 2015-03-14 14:14:30 Ford4385 Making fun of us winged pikmin with their ears and ability to be thrown high 2015-03-14 14:22:22 --> Yoshi2_ (Yoshi2@rypm-89-68-39-959.netcologne.de) has joined #pikipedia 2015-03-14 14:23:56 Testyo [Pikipedia RC] User account DawnSKVgvpdh created http://www.pikminwiki.com/index.php?title=User:DawnSKVgvpdh 2015-03-14 14:24:35 <-- Yoshi2 (Yoshi2@sfiy-77-32-810-97.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-14 14:29:42 Ford4385 A new person 2015-03-14 14:31:36 Ford4385 Testyo what color pikmin is your favorite? 2015-03-14 14:31:37 Testyo Purple. 2015-03-14 14:33:11 --> Yoshi2 (Yoshi2@ilpr-27-37-91-100.netcologne.de) has joined #pikipedia 2015-03-14 14:34:52 <-- Yoshi2_ (Yoshi2@rypm-89-68-39-959.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-14 14:39:16 --> Yoshi2_ (Yoshi2@sayj-49-32-169-016.netcologne.de) has joined #pikipedia 2015-03-14 14:39:16 <-- Yoshi2 (Yoshi2@ilpr-27-37-91-100.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-14 14:39:47 --> Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has joined #pikipedia 2015-03-14 14:39:51 Waterpikmin espyo! 2015-03-14 14:40:04 Waterpikmin i found an olimar figure on toywiz! 2015-03-14 14:40:19 @Espyo nice 2015-03-14 14:40:27 @Espyo I've seen somebody talk about those on reddit 2015-03-14 14:40:34 Waterpikmin you may want to mention it on the next pikcast because it ships on april 2015-03-14 14:40:35 @Espyo but I have no idea what toywiz even is 2015-03-14 14:40:45 Waterpikmin its a website 2015-03-14 14:40:52 Waterpikmin look it up in google 2015-03-14 14:40:57 @Espyo ah, good point 2015-03-14 14:41:15 Waterpikmin i got mine pre ordered 2015-03-14 14:41:30 Waterpikmin there is also some great nintendo memorabelia 2015-03-14 14:42:02 Waterpikmin while i was watching pikcast 8.5 i sorta asked myself 2015-03-14 14:42:15 Ford4385 That olimar figure looks amazing 2015-03-14 14:42:17 <-- Yoshi2_ (Yoshi2@sayj-49-32-169-016.netcologne.de) has quit (Client Quit) 2015-03-14 14:42:43 Waterpikmin how can i get involved with the pikmin wiki? 2015-03-14 14:42:57 Waterpikmin i just want to help out as much as i can 2015-03-14 14:43:31 @Espyo just contribute 2015-03-14 14:43:34 @Espyo we have a LOT of tasks to do 2015-03-14 14:43:38 @Espyo [[Pikipedia:Helping out]] 2015-03-14 14:43:38 Waterpikmin like? 2015-03-14 14:43:38 Testyo "Pikipedia:Helping_out" article = http://www.pikminwiki.com/index.php?title=Pikipedia:Helping_out 2015-03-14 14:43:42 Waterpikmin ok thx! 2015-03-14 14:43:46 @Espyo they range from very advanced to very simple, but everything helps 2015-03-14 14:43:52 @Espyo so just don't overthink it, and head right to it 2015-03-14 14:44:03 Waterpikmin ok! 2015-03-14 14:44:32 Waterpikmin so, ive been in the pikmin fanbase for as long as i remember so it really is great to help out 2015-03-14 14:44:49 Waterpikmin what about the minecraft server? 2015-03-14 14:44:57 Waterpikmin what are u guys planning for that? 2015-03-14 14:45:09 Ford4385 Just a question Espyo do you happen to know where I can buy pikmin cheap? 2015-03-14 14:45:25 Waterpikmin amazon may be a good place 2015-03-14 14:45:29 Waterpikmin just saying 2015-03-14 14:47:36 Ford4385 Apparently if you want to buy pikmin new for the gamecube it costs $125 dollars 2015-03-14 14:47:36 Testyo $ 125 = 92.15 € / £ 78.8125 2015-03-14 14:47:58 Ford4385 I just realized I put the currency twice 2015-03-14 14:50:55 Waterpikmin i would get used 2015-03-14 14:51:12 Waterpikmin i have it cheap because i still have mine from like launch so 2015-03-14 14:52:45 Ford4385 Yeah, used is like $22 2015-03-14 14:52:45 Testyo $ 22 = 16.2184 € / £ 13.871 2015-03-14 14:54:05 Ford4385 A good condition collectible one is only $25 2015-03-14 14:54:09 Testyo $ 25 = 18.43 € / £ 15.7625 2015-03-14 14:54:46 Ford4385 testyo lm 1 2015-03-14 14:54:50 Testyo I said $ 25 = 18.43 € / £ 15.7625 because Ford4385 mentioned the number 25 and the unit $, so I converted it. 2015-03-14 14:54:57 Ford4385 Oh ok 2015-03-14 14:55:41 --> Yoshi2 (Yoshi2@hjle-91-94-130-268.netcologne.de) has joined #pikipedia 2015-03-14 14:55:49 Ford4385 Testyo your really weird at times 2015-03-14 14:56:05 Testyo also, Orteil said he's going to use normal variable constants 2015-03-14 14:56:41 Ford4385 testyo lm 1 2015-03-14 14:56:41 Testyo I said also, Orteil said he's going to use normal variable constants because Ford4385 mentioned my name. This random message came from the messages also, Orteil said he's going to nerf the last few buildings and I'll change my code to use normal variable constants. They were joined by the common word to. 2015-03-14 15:00:18 Ford4385 Waterpikmin, you know about testyo right? 2015-03-14 15:00:19 Testyo Impossible. 2015-03-14 15:10:37 Ford4385 Its back to me by myself 2015-03-14 15:13:19 Ford4385 UltraMario are you on? 2015-03-14 15:44:32 <-- Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-14 16:15:12 Testyo [Pikipedia RC] User talk:DawnSKVgvpdh by Prezintenden (+554 N Created page with "{{SUBST:welcome}} ~~~~") http://www.pikminwiki.com/index.php?title=User_talk:DawnSKVgvpdh&curid=18482&diff=146760&oldid=0 2015-03-14 16:15:46 --> Prezintenden (Mibbit@95.90.vyz.o) has joined #pikipedia 2015-03-14 16:18:24 @Espyo hey Prez 2015-03-14 16:18:35 Prezintenden hey 2015-03-14 16:18:38 Prezintenden cute background 2015-03-14 16:18:58 Prezintenden it's probably been there for half a year but still 2015-03-14 16:19:08 @Espyo yep, it has 2015-03-14 16:19:14 @Espyo we also have an alternate theme, based on the KopPad 2015-03-14 16:19:17 @Espyo should be on your settings 2015-03-14 16:19:27 Prezintenden yeah i saw 2015-03-14 16:19:38 Prezintenden the bg is gone when i log in, hm 2015-03-14 16:21:24 @Espyo the Pikmin one is the default one 2015-03-14 16:21:26 --> Yoshi2_ (Yoshi2@eypr-65-56-69-480.netcologne.de) has joined #pikipedia 2015-03-14 16:21:29 @Espyo the KopPad one is only for people with an account 2015-03-14 16:21:34 @Espyo (more or less) 2015-03-14 16:22:40 <-- Yoshi2 (Yoshi2@hjle-91-94-130-268.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-14 16:33:04 Ford4385 I use the Koppad one 2015-03-14 16:34:14 @Espyo same 2015-03-14 16:35:26 Testyo [Pikipedia RC] 2-Player Battle by Prezintenden (-80 m /* Trivia */ Could be any reason really) http://www.pikminwiki.com/index.php?title=2-Player_Battle&curid=86&diff=146761&oldid=145666 2015-03-14 16:35:32 Ford4385 I prefer it over the pikmin one 2015-03-14 17:37:32 <-- Prezintenden (Mibbit@95.90.vyz.o) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-14 17:57:04 @Espyo ah nuts 2015-03-14 17:57:21 @Espyo my engine's TODO has a line telling me to remove the "wait X time" action from the enemy scripts 2015-03-14 17:57:29 @Espyo and two lines after, there's a line telling me to re-add it to the code 2015-03-14 17:59:08 Ford4385 Have any of you seen this? 2015-03-14 17:59:09 Ford4385 https://www.youtube.com/watch?v=PYWLciDxPmM 2015-03-14 17:59:30 @Espyo I think I have 2015-03-14 18:00:28 Ford4385 Its cool 2015-03-14 18:01:07 Ford4385 In that video I found it 2015-03-14 18:01:21 Ford4385 Remember how we were talking about the 3 yellow pellets by the onion? 2015-03-14 18:01:51 @Espyo yeah? 2015-03-14 18:01:55 Ford4385 At 3:47 the pellets are seen 2015-03-14 18:02:08 Ford4385 They aren't as close together as in the TAS 2015-03-14 18:03:09 Ford4385 Atleast I believe they are no 2015-03-14 18:03:11 Ford4385 *not 2015-03-14 18:03:48 @Espyo yeah 2015-03-14 18:20:37 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-14 19:05:06 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-14 19:05:06 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-14 19:05:15 @PikFan happy pi day! 2015-03-14 19:05:31 @PikFan also working on two big projects 2015-03-14 19:06:07 Yoshi2_ hey PikFan 2015-03-14 19:07:07 Yoshi2_ hmm, my clock shows the date as 14.3.2015, so I didn't notice that today is pi day 2015-03-14 19:07:44 @PikFan there should be a 14th month 2015-03-14 19:07:48 @PikFan with 3 days 2015-03-14 19:07:54 @PikFan just for the sake of pi day 2015-03-14 19:07:58 @Espyo hi 2015-03-14 19:08:10 @Espyo it's only pi day in America 2015-03-14 19:08:39 @PikFan well, at least you have pi approximation day 2015-03-14 19:08:53 @PikFan 22.7 2015-03-14 19:08:57 @Espyo hm 2015-03-14 19:09:49 @PikFan in the meantime, I'm trying to figure out how to download images from Drive and get them into Paint 2015-03-14 19:10:09 @PikFan I'm using my mom's Windows 8 laptop so I have no idea how anything works 2015-03-14 19:10:12 Yoshi2_ I think we have euler day 2015-03-14 19:10:20 Yoshi2_ 27.1 2015-03-14 19:10:49 @Espyo paint on windows 8 is cancer 2015-03-14 19:10:52 @Espyo so watch out 2015-03-14 19:11:06 @PikFan hm, why? 2015-03-14 19:11:16 @Espyo the only thing paint is good for is for its simplicity 2015-03-14 19:11:28 @Espyo the windows 8 paint (and maybe 7, too?) somehow managed to screw that up 2015-03-14 19:11:32 @Espyo menus are hard to understand 2015-03-14 19:11:46 Testyo [Pikipedia RC] Armored Cannon Larva by GreenPikmin (+1 m /* Buried */) http://www.pikminwiki.com/index.php?title=Armored_Cannon_Larva&curid=110&diff=146762&oldid=146604 2015-03-14 19:11:47 @Espyo and they changed some of the ways drawings are made, in a way that can confuse people who are used to old paint 2015-03-14 19:12:14 @PikFan I found windows 7 paint a lot easier to use than windows XP paint 2015-03-14 19:12:43 @PikFan paint 8 looks like paint 7 2015-03-14 19:12:50 @PikFan iunno 2015-03-14 19:12:58 Yoshi2_ I don't see anything wrong with ms paint 2015-03-14 19:13:11 Yoshi2_ paint was never particulary good, in my opinion 2015-03-14 19:13:40 Yoshi2_ win 8's paint seems okay 2015-03-14 19:15:32 -- Yoshi2_ is now known as Yoshi2 2015-03-14 19:21:37 @PikFan ooh, might've needed to take more pictures 2015-03-14 19:22:03 @PikFan the images might be too far apart for me to put them together 2015-03-14 19:26:52 Testyo [Pikipedia RC] Piklopedia by GreenPikmin (+183 /* Entries */) http://www.pikminwiki.com/index.php?title=Piklopedia&curid=1108&diff=146763&oldid=146751 2015-03-14 19:30:13 @Espyo a map? 2015-03-14 19:30:46 @PikFan mhm 2015-03-14 19:30:52 @PikFan Thirsty Desert 2015-03-14 19:31:03 @PikFan that 2015-03-14 19:31:06 @PikFan ... 2015-03-14 19:31:18 @PikFan that's my first project: to make maps for all areas 2015-03-14 19:31:37 @PikFan my second project is to write down missing obstacle locations 2015-03-14 19:31:52 @PikFan why are there so many dirt walls 2015-03-14 19:32:19 @PikFan it's going to take me over 2 pages of notebook paper to write down dirt wall locations 2015-03-14 19:32:37 @PikFan (maybe I write big...?) 2015-03-14 19:36:31 @Espyo heh, probably 2015-03-14 19:36:39 @Espyo don't we have a dirt wall location list already? 2015-03-14 19:36:55 Testyo [Fanon RC] Pikmin: Attack of the Bre... by Cheepy-Cheepy (-1) http://www.pikminfanon.com/index.php?title=Pikmin:_Attack_of_the_Breadbugs&curid=4665&diff=47751&oldid=47737 2015-03-14 19:36:56 @PikFan it's incomplete 2015-03-14 19:37:17 @PikFan like in the GoH, it lists only three 2015-03-14 19:37:22 @PikFan when there are actually seven 2015-03-14 19:37:44 @PikFan also, don't we want MM + BB locations too? 2015-03-14 19:38:43 @PikFan BB locations will be harder since the layout varies for each one 2015-03-14 19:38:57 @Espyo we do 2015-03-14 19:39:01 @PikFan I'm pretty sure there's only 3 variations for each stage 2015-03-14 19:39:02 @PikFan okay 2015-03-14 19:39:05 @Espyo though those ones can wait until much later 2015-03-14 19:39:34 @PikFan I'll still write them down, of course, for when we do need them 2015-03-14 19:39:47 @Espyo yeah 2015-03-14 19:41:56 Testyo [Pikipedia RC] Cloaking Burrow-nit by Scittery Leaves23 (+1066 Behavior, Strategy) http://www.pikminwiki.com/index.php?title=Cloaking_Burrow-nit&curid=285&diff=146764&oldid=143932 2015-03-14 19:42:31 @PikFan oh, righ 2015-03-14 19:42:34 @PikFan *right 2015-03-14 19:42:54 @PikFan what ever happened to the February community spotlight video or whatever? 2015-03-14 19:43:03 @PikFan if there even was one 2015-03-14 19:43:26 Testyo *** Looking animation is... 2015-03-14 19:50:59 @PikFan ...oh, so there's already a map http://www.pikminwiki.com/images/1/15/Thirsty_Desert.png 2015-03-14 19:51:06 @PikFan meh 2015-03-14 19:51:20 @PikFan imo the whole thing should be there 2015-03-14 19:52:00 Testyo [Pikipedia RC] User:Piktoad by Piktoad (+311 Add a beatiful green box, beautiful icons for titles... And some beatiful butter...) http://www.pikminwiki.com/index.php?title=User:Piktoad&curid=18158&diff=146765&oldid=146742 2015-03-14 19:57:17 @Espyo hmm 2015-03-14 19:57:18 @Espyo not sure 2015-03-14 19:57:22 @Espyo it might still be in production 2015-03-14 19:57:55 @Espyo "the whole thing should be there"? 2015-03-14 19:58:12 @PikFan it's cropped 2015-03-14 19:58:55 @PikFan parts of the edge of the map are missing 2015-03-14 19:59:54 @Espyo so what? 2015-03-14 19:59:56 @Espyo they do nothing 2015-03-14 20:00:06 @Espyo it's better to have a smaller file, and one that can be better understood at thumbnail sizes 2015-03-14 20:00:06 @PikFan completioness 2015-03-14 20:00:10 @Espyo than a picture with pointless edges 2015-03-14 20:00:18 @Espyo I did initially make a full version 2015-03-14 20:00:20 @Espyo not worth it 2015-03-14 20:00:22 @Espyo check the history 2015-03-14 20:00:25 @Espyo (at least I think it was that map) 2015-03-14 20:04:05 @PikFan oh, it was Tropical Forest BE 2015-03-14 20:12:06 Testyo [Pikipedia RC] User:Piktoad by Piktoad (+382 /* Pikmin Preferences */Add Pikmin icons... And more of them pretty Flitterbie!) http://www.pikminwiki.com/index.php?title=User:Piktoad&curid=18158&diff=146766&oldid=146765 2015-03-14 20:13:11 @Espyo ah 2015-03-14 20:13:34 @PikFan mm, it feels better to have to complete, but I get what you're saying 2015-03-14 20:13:41 @PikFan *to have it complete 2015-03-14 20:17:07 Testyo [Pikipedia RC] Tropical Forest by PikFan23 (-49 m fix icons) http://www.pikminwiki.com/index.php?title=Tropical_Forest&curid=9412&diff=146767&oldid=145728 2015-03-14 20:26:46 @PikFan should 'nuggets' be title case or lowercase? 2015-03-14 20:27:16 Testyo [Pikipedia RC] Spotcap by PikFan23 (+8 m Redirected page to [[Spotcap and Kingcap#Spotcap]]) http://www.pikminwiki.com/index.php?title=Spotcap&curid=18325&diff=146768&oldid=145801 2015-03-14 20:27:16 Testyo [Pikipedia RC] Kingcap by PikFan23 (+8 m Redirected page to [[Spotcap and Kingcap#Kingcap]]) http://www.pikminwiki.com/index.php?title=Kingcap&curid=18300&diff=146769&oldid=145803 2015-03-14 20:37:46 @Espyo lower 2015-03-14 20:37:57 @Espyo also, I think windows butchered my headset, gonna reboot 2015-03-14 20:38:07 @PikFan heh 2015-03-14 20:38:22 @Espyo honestly, I was playing TF2 2015-03-14 20:38:26 @Espyo bumped my headset in a weird way 2015-03-14 20:38:37 @Espyo suddenly, no sound from the headset, but I can still get sound from the speakers if I want 2015-03-14 20:38:57 @Espyo so either windows did not take kindly into the USB jack probably being removed and put back in real quick 2015-03-14 20:39:02 @Espyo ...or these things are already broken 2015-03-14 20:39:06 @Espyo I have them for 6 days 2015-03-14 20:39:13 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Later everyone!) 2015-03-14 20:39:32 @PikFan windows must hate you 2015-03-14 20:39:35 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-14 20:45:42 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-14 20:45:42 Testyo Hello everyone! 2015-03-14 20:46:58 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-14 20:46:58 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-14 21:00:43 Testyo [Pikipedia RC] Tropical Forest by PikFan23 (-205 m err...) http://www.pikminwiki.com/index.php?title=Tropical_Forest&curid=9412&diff=146770&oldid=146767 2015-03-14 21:06:54 @Espyo oh, PikFan 2015-03-14 21:06:56 @Espyo before I forget 2015-03-14 21:07:00 @PikFan ? 2015-03-14 21:07:08 @Espyo {{tm}} 2015-03-14 21:07:08 Testyo "tm" template = http://www.pikminwiki.com/index.php?title=Template:tm 2015-03-14 21:07:10 @Espyo is that okay? 2015-03-14 21:07:27 @PikFan yeah 2015-03-14 21:07:31 @Espyo okay then 2015-03-14 21:07:53 @Espyo hey, do you have the manual for US Pikmin 2 on the GameCube? 2015-03-14 21:08:08 @PikFan I think so 2015-03-14 21:08:14 @PikFan tend to lose it a lot, though 2015-03-14 21:08:16 @PikFan why? 2015-03-14 21:08:18 @Espyo can you check the page explaining the dots on the radar? 2015-03-14 21:08:30 @Espyo some months ago, I saw a picture of a P2 manual 2015-03-14 21:08:40 @Espyo with a red, yellow, cyan, white, uh... 2015-03-14 21:08:42 @Espyo something else 2015-03-14 21:08:45 @Espyo and then pink dot 2015-03-14 21:08:53 @Espyo which doesn't match the final colors 2015-03-14 21:09:01 @Espyo 2 days ago, somebody reposted it on the skype chat 2015-03-14 21:09:08 @Espyo ...the link to the image died in the mean time for some reason 2015-03-14 21:09:14 @Espyo but anyway, we need to figure what where that comes from 2015-03-14 21:10:39 @PikFan red, yellow, light blue, purple, white, pink 2015-03-14 21:10:49 Testyo [Pikipedia RC] Spotcap and Kingcap by AeroBlaze777 (+2 m /* Spotcap */) http://www.pikminwiki.com/index.php?title=Spotcap_and_Kingcap&curid=18320&diff=146771&oldid=146370 2015-03-14 21:11:43 @Espyo mhm 2015-03-14 21:19:34 @PikFan https://lh3.googleusercontent.com/uMP_Nu_CJYVP-JbF6VJ9pBmkGO1K8SCx1eRrJFZvacVlja5p6ZAw0tPTMtXIgxV_d22LwjZWaOQ=w1566-h645 2015-03-14 21:33:56 @Espyo 403 2015-03-14 21:34:13 @Espyo that's how the link died for me, before, too 2015-03-14 21:34:19 @Espyo no amount of refreshes fixes it 2015-03-14 21:34:38 @PikFan it's not working? 2015-03-14 21:34:46 @Espyo it's not 2015-03-14 21:34:48 @PikFan works for me 2015-03-14 21:35:29 @Espyo it used to work for me too 2015-03-14 21:35:34 @Espyo during the first few hours they posted it 2015-03-14 21:35:37 @Espyo now it's just a 403 2015-03-14 21:35:43 @Espyo google shenanigans 2015-03-14 21:35:48 @Espyo maybe they think I'm a spambot now 2015-03-14 21:39:50 Yoshi2 link doesn't work for me either 2015-03-14 21:40:03 @PikFan :\ 2015-03-14 21:40:52 Yoshi2 and I've never done anything to anger google 2015-03-14 21:40:56 Yoshi2 at least I hope so 2015-03-14 21:41:25 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-14 21:43:12 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-14 21:47:50 @Espyo Firefox thing? 2015-03-14 21:49:50 Yoshi2 doesn't work in chrome either 2015-03-14 21:51:03 Testyo [Pikipedia RC] Odd Logo Series by GreenPikmin (+43) http://www.pikminwiki.com/index.php?title=Odd_Logo_Series&curid=803&diff=146772&oldid=138137 2015-03-14 21:51:04 Testyo [Pikipedia RC] Explorer's Friend Series by GreenPikmin (-73) http://www.pikminwiki.com/index.php?title=Explorer's_Friend_Series&curid=373&diff=146773&oldid=137900 2015-03-14 21:51:39 @Espyo again, google shenanigans 2015-03-14 21:52:02 @PikFan *shrug* 2015-03-14 22:30:31 <-- Yoshi2 (Yoshi2@eypr-65-56-69-480.netcologne.de) has quit (Quit: Leaving) 2015-03-14 22:36:17 Testyo [Pikipedia RC] Challenge run by GreenPikmin (+28 /* Other runs */) http://www.pikminwiki.com/index.php?title=Challenge_run&curid=17228&diff=146774&oldid=146400 2015-03-14 22:56:22 Testyo [Pikipedia RC] Cloaking Burrow-nit by GreenPikmin (-50 /* Gallery */) http://www.pikminwiki.com/index.php?title=Cloaking_Burrow-nit&curid=285&diff=146775&oldid=146764 2015-03-14 23:09:52 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Read error: No route to host) 2015-03-14 23:10:12 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-03-14 23:11:28 Testyo [Pikipedia RC] Colosseum by GreenPikmin (-183 /* Strategies */) http://www.pikminwiki.com/index.php?title=Colosseum&curid=189&diff=146776&oldid=143620 2015-03-14 23:11:28 Testyo [Pikipedia RC] File:Blowhog.png by GreenPikmin (-77) http://www.pikminwiki.com/index.php?title=File:Blowhog.png&curid=18113&diff=146777&oldid=144615 2015-03-14 23:16:29 Testyo [Pikipedia RC] File:PuffyBlowhogPikloped... by GreenPikmin (+109 /* Summary */) http://www.pikminwiki.com/index.php?title=File:PuffyBlowhogPiklopedia.jpg&curid=3196&diff=146778&oldid=82150 2015-03-14 23:26:32 Testyo [Pikipedia RC] File:AborealFrippery.png uploaded by GreenPikmin http://www.pikminwiki.com/index.php?title=File:AborealFrippery.png 2015-03-14 23:31:33 Testyo [Pikipedia RC] File:AborealFrippery.png by GreenPikmin (-63) http://www.pikminwiki.com/index.php?title=File:AborealFrippery.png&curid=14538&diff=146780&oldid=146779 2015-03-14 23:31:33 Testyo [Pikipedia RC] File:Cave.png uploaded by GreenPikmin http://www.pikminwiki.com/index.php?title=File:Cave.png 2015-03-14 23:31:33 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-14 23:34:06 @Espyo heh 2015-03-14 23:34:08 @Espyo hey PikFan 2015-03-14 23:34:17 @Espyo this guy thinks he's played Pikmin 2 too much http://charlesbulbmin.deviantart.com/art/I-ve-played-this-game-WAY-too-much-XD-519357253 2015-03-14 23:34:22 @Espyo you're at what, day 800? 2015-03-14 23:34:25 UltraMario ohi pikfan 2015-03-14 23:34:38 UltraMario you forgot about your chat. P 2015-03-14 23:34:41 UltraMario *:P 2015-03-14 23:36:34 Testyo [Pikipedia RC] File:Zoomed Acorn.jpg uploaded by GreenPikmin http://www.pikminwiki.com/index.php?title=File:Zoomed_Acorn.jpg 2015-03-14 23:36:34 Testyo [Pikipedia RC] File:Zoomed Acorn.jpg by GreenPikmin (-18) http://www.pikminwiki.com/index.php?title=File:Zoomed_Acorn.jpg&curid=14774&diff=146784&oldid=146783 2015-03-14 23:36:35 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-14 23:51:38 Testyo [Pikipedia RC] User:GreenPikmin by GreenPikmin (+328 /* Current Projects */) http://www.pikminwiki.com/index.php?title=User:GreenPikmin&curid=18216&diff=146787&oldid=146114 2015-03-15 00:58:53 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 01:44:47 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-15 01:45:22 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-15 02:44:52 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 02:45:35 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-15 04:01:12 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-15 05:24:11 -- UltraMario is now known as UltraWiiFitTrainer 2015-03-15 06:04:42 <-- UltraWiiFitTrainer (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 06:04:54 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-15 06:05:38 -- UltraMario is now known as UltraWiiFitTrainer 2015-03-15 06:08:41 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-15 06:11:42 <-- UltraWiiFitTrainer (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 06:12:15 -- UltraMario is now known as UltraWiiFitTrainer 2015-03-15 06:38:59 -- UltraWiiFitTrainer is now known as UltraJohtochu 2015-03-15 07:29:18 -- UltraJohtochu is now known as UltraMaudiosurf2 2015-03-15 08:11:35 --> Yoshi2 (Yoshi2@bsid-72-37-382-81.netcologne.de) has joined #pikipedia 2015-03-15 08:39:26 <-- UltraMaudiosurf2 (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 08:42:50 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-15 09:35:07 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-15 11:42:11 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 12:11:55 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-15 12:13:02 -- UltraMario is now known as UltraShulk 2015-03-15 12:29:32 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Ping timeout: 252 seconds) 2015-03-15 12:40:48 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-15 12:40:48 Testyo Greetings everyone! 2015-03-15 12:41:20 UltraShulk hi 2015-03-15 12:41:57 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-15 12:41:58 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-15 12:42:10 Yoshi2 I can't wait for xenoblade on the wii u 2015-03-15 12:42:15 Yoshi2 hey Testyo & Espyo 2015-03-15 12:42:16 Testyo if you devoted enough time 2015-03-15 12:43:01 UltraShulk im playing him in smash btw :P 2015-03-15 12:43:04 UltraShulk not xenoblade 2015-03-15 12:45:55 <-- Yoshi2 (Yoshi2@bsid-72-37-382-81.netcologne.de) has quit (Quit: Leaving) 2015-03-15 12:49:05 @Espyo hi 2015-03-15 12:49:23 UltraShulk rip 2015-03-15 12:54:19 --> Yoshi2 (Yoshi2@bsid-72-37-382-81.netcologne.de) has joined #pikipedia 2015-03-15 12:55:34 -- UltraShulk is now known as UltraSleep 2015-03-15 15:28:59 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-15 15:56:58 --> Yoshi2_ (Yoshi2@ffiy-39-13-766-257.netcologne.de) has joined #pikipedia 2015-03-15 16:00:44 <-- Yoshi2 (Yoshi2@bsid-72-37-382-81.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-15 16:22:31 Testyo [Pikipedia RC] User:Piktoad by Piktoad (-453 Remove the Flitterbies and the Pikmin "icons"... They took up too much space...) http://www.pikminwiki.com/index.php?title=User:Piktoad&curid=18158&diff=146797&oldid=146766 2015-03-15 16:40:19 Testyo PikFan: you know in P3 when you're knocked maintain minimal styles and such 2015-03-15 16:41:01 @Espyo ... 2015-03-15 16:41:19 -- Yoshi2_ is now known as Yoshi2 2015-03-15 16:41:28 Yoshi2 silly Testyo, pikfan isn't here 2015-03-15 16:41:28 Testyo yeah, a 23-person voice chat doesn't even 2015-03-15 16:47:51 Testyo [Pikipedia RC] File:Floatingfruit.jpeg by AeroBlaze777 (+38 m) http://www.pikminwiki.com/index.php?title=File:Floatingfruit.jpeg&curid=17797&diff=146807&oldid=146806 2015-03-15 16:47:53 Testyo [Pikipedia RC] Glitches in Pikmin 3 by AeroBlaze777 (+86 m /* Stretched Burrowing Snagret */) http://www.pikminwiki.com/index.php?title=Glitches_in_Pikmin_3&curid=8429&diff=146817&oldid=146802 2015-03-15 16:59:32 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-15 16:59:56 Ford4385 Hello 2015-03-15 17:01:37 Yoshi2 good evening 2015-03-15 17:02:39 Ford4385 How are you? 2015-03-15 17:05:33 Yoshi2 good 2015-03-15 17:05:45 Yoshi2 how wingedpikmin are you today? 2015-03-15 17:06:21 Ford4385 Probably 5% 2015-03-15 17:06:57 Yoshi2 at how many percent will you grow wings? 2015-03-15 17:07:15 Ford4385 Not sure 2015-03-15 17:18:35 Testyo [Pikipedia RC] Talk:Treasure Hoard by GreenPikmin (+322 /* Japanese Only Treasures */) http://www.pikminwiki.com/index.php?title=Talk:Treasure_Hoard&curid=4525&diff=146821&oldid=146796 2015-03-15 17:42:07 Ford4385 Silence....... 2015-03-15 17:46:57 Ford4385 What's that about? 2015-03-15 17:47:51 @Espyo a network notice 2015-03-15 17:48:22 Ford4385 Well yeah 2015-03-15 17:49:41 Testyo [Pikipedia RC] Treasure Hoard by GreenPikmin (+914 /* Listing */) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=146823&oldid=146733 2015-03-15 17:49:41 Testyo [Pikipedia RC] Talk:Treasure Hoard by GreenPikmin (+279 /* Japanese Only Treasures */) http://www.pikminwiki.com/index.php?title=Talk:Treasure_Hoard&curid=4525&diff=146824&oldid=146822 2015-03-15 17:49:54 Ford4385 Whoa 2015-03-15 17:59:47 Testyo [Pikipedia RC] Treasure Hoard by GreenPikmin (0 m /* Listing */) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=146826&oldid=146823 2015-03-15 18:09:56 Testyo [Pikipedia RC] Nutrient Silo by GreenPikmin (+261) http://www.pikminwiki.com/index.php?title=Nutrient_Silo&curid=1032&diff=146827&oldid=141216 2015-03-15 18:45:29 Testyo [Pikipedia RC] Talk:Merchandise by CreativeSushi (+245 /* Buying */) http://www.pikminwiki.com/index.php?title=Talk:Merchandise&curid=4277&diff=146830&oldid=146319 2015-03-15 19:10:40 Testyo [Pikipedia RC] File:World of nintendo Captain Olimar.jpg uploaded by CreativeSushi (The World of Nintendo Jakks Pacific Olimar Figure.) http://www.pikminwiki.com/index.php?title=File:World_of_nintendo_Captain_Olimar.jpg 2015-03-15 19:10:40 Testyo [Pikipedia RC] File:World of Nintendo Red Pikmin.jpg uploaded by CreativeSushi (The World of Nintendo Jakks Pacific Red Pikmin Figure.) http://www.pikminwiki.com/index.php?title=File:World_of_Nintendo_Red_Pikmin.jpg 2015-03-15 19:13:28 Ford4385 That red pikmin looks amazing 2015-03-15 19:17:55 --> CreativeSushi (Mibbit@dxsa-268-12-82-669.rcmdva.fios.verizon.net) has joined #pikipedia 2015-03-15 19:19:08 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 19:19:19 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-15 19:19:30 Ford4385 I want that red pikmin toy 2015-03-15 19:22:30 Yoshi2 hmm, it does look neat 2015-03-15 19:23:13 Ford4385 I wonder how much it costs 2015-03-15 19:23:34 CreativeSushi It cost 8 dollars 2015-03-15 19:23:38 CreativeSushi 9 2015-03-15 19:23:40 CreativeSushi excuse me 2015-03-15 19:23:45 CreativeSushi I just preordered mine 2015-03-15 19:23:53 Ford4385 When do they come out? 2015-03-15 19:23:54 CreativeSushi as well as the olimar 2015-03-15 19:23:58 CreativeSushi april 6th 2015-03-15 19:24:05 CreativeSushi but pre orders have sold out on some sites 2015-03-15 19:24:09 CreativeSushi so I would get it soon 2015-03-15 19:24:17 CreativeSushi I got mine from ToyWiz 2015-03-15 19:24:46 CreativeSushi I found some that were cheaper but i=you could only get one or the other and I didn't want to pay twice for shipping 2015-03-15 19:25:14 Ford4385 I'd get it but I'm in debt to my parents right now 2015-03-15 19:29:39 CreativeSushi That stinks 2015-03-15 19:29:56 Ford4385 Its only about $180 2015-03-15 19:29:57 Testyo $ 180 = 132.696 € / £ 113.49 2015-03-15 19:30:02 Ford4385 Shut up Testyo 2015-03-15 19:30:03 Testyo no, even recent versions have the debugging 2015-03-15 19:30:20 Ford4385 Sometimes I want to stab you 2015-03-15 19:30:51 Testyo [Pikipedia RC] Merchandise by CreativeSushi (+435 /* Pikmin figurines */) http://www.pikminwiki.com/index.php?title=Merchandise&curid=833&diff=146833&oldid=145700 2015-03-15 19:30:51 Testyo [Pikipedia RC] Merchandise by CreativeSushi (+130 m /* Club Nintendo Merchandise */) http://www.pikminwiki.com/index.php?title=Merchandise&curid=833&diff=146834&oldid=146833 2015-03-15 19:34:04 CreativeSushi lol 2015-03-15 19:34:35 CreativeSushi I ran a my moms car into my sibling's piano teacher's garage 2015-03-15 19:34:43 CreativeSushi I owed like $200 then as well 2015-03-15 19:34:44 Testyo $ 200 = 147.44 € / £ 126.1 2015-03-15 19:34:48 CreativeSushi lol 2015-03-15 19:36:43 Ford4385 Thats bad 2015-03-15 19:36:51 Ford4385 And Testyo is annoying 2015-03-15 19:36:52 Testyo yeah, I may not be sleeping tonight 2015-03-15 19:36:57 Ford4385 Good for you 2015-03-15 19:36:59 Yoshi2 200 dollars for running a car into a garage seems cheap 2015-03-15 19:37:02 Ford4385 testyo lm 1 2015-03-15 19:37:02 Testyo I said yeah, I may not be sleeping tonight because Ford4385 mentioned my name. This random message came from the messages yeah, I still need to test that and so I may not be sleeping tonight. They were joined by the common word I. 2015-03-15 19:42:57 <-- CreativeSushi (Mibbit@dxsa-268-12-82-669.rcmdva.fios.verizon.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 19:43:28 Ford4385 Testyo entertain 2015-03-15 19:43:29 Testyo (I'll read your fortune.) 2015-03-15 19:43:29 Testyo Fortune: Something'll radically change soon. 2015-03-15 19:43:52 Ford4385 That wasnt entertaining 2015-03-15 19:46:03 Ford4385 Testyo you lied to me 2015-03-15 19:46:04 Testyo oh, that image is a bit outdated about the future 2015-03-15 19:49:54 @J what 2015-03-15 19:51:13 Ford4385 Testyo lm 1 2015-03-15 19:51:14 Testyo I said oh, that image is a bit outdated about the future because Ford4385 mentioned my name. This random message came from the messages maybe one day in the future and oh, that image is a bit outdated about the logo. They were joined by the common word the. 2015-03-15 19:52:03 Ford4385 Hello J 2015-03-15 20:03:26 @J Testyo is amazing sometimes 2015-03-15 20:03:27 Testyo after all I'm going for images... 2015-03-15 20:04:03 Ford4385 And most of the time he's annoyin 2015-03-15 20:04:06 Ford4385 *annoying 2015-03-15 20:05:57 Yoshi2 I'm not sure if we are talking about the same testyo, but the one I know is not annoying 2015-03-15 20:05:58 Testyo mm, I think is a fun boss 2015-03-15 20:07:18 Ford4385 Annoying at times. Most of those times. But sometimes cool 2015-03-15 20:07:27 @Espyo "this image is a bit outdated about the future 2015-03-15 20:07:28 @Espyo *" 2015-03-15 20:07:33 @Espyo that just changes my whole outlook on life 2015-03-15 20:08:25 Ford4385 What image though? 2015-03-15 20:11:11 Testyo [Fanon RC] User account BallsAngus created http://www.pikminfanon.com/index.php?title=User:BallsAngus 2015-03-15 20:12:35 Ford4385 Congratulations!!!!!! 2015-03-15 20:30:17 <-- UltraSleep (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 20:30:25 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-15 20:36:44 Testyo [Fanon RC] Pikmin 4 (Wii U) by BallsAngus (+1678 N Created page with " Pikmin 4 is a real-time strategy game developed by Shigeru ...) http://www.pikminfanon.com/index.php?title=Pikmin_4_(Wii_U)&curid=9505&diff=47752&oldid=0 2015-03-15 20:46:47 Testyo [Fanon RC] Pikmin 4 (Wii U) by BallsAngus (+702) http://www.pikminfanon.com/index.php?title=Pikmin_4_(Wii_U)&curid=9505&diff=47753&oldid=47752 2015-03-15 20:52:00 Ford4385 Silence again 2015-03-15 20:54:52 Yoshi2 feel free to say something 2015-03-15 20:55:14 Ford4385 Something 2015-03-15 20:55:26 Ford4385 Is that ok? 2015-03-15 20:56:18 Yoshi2 that is something you need to decide 2015-03-15 20:56:59 Ford4385 Ok 2015-03-15 20:58:47 Ford4385 whats the square root of -1? 2015-03-15 21:00:22 Yoshi2 i 2015-03-15 21:01:51 Testyo [Fanon RC] Pikmin 4 (Wii U) by BallsAngus (+844) http://www.pikminfanon.com/index.php?title=Pikmin_4_(Wii_U)&curid=9505&diff=47754&oldid=47753 2015-03-15 21:02:21 Ford4385 I? 2015-03-15 21:04:07 Yoshi2 the imaginary unit i has the property i² = -1 2015-03-15 21:04:25 Ford4385 Im talking for real 2015-03-15 21:04:32 Yoshi2 whenever you want to know the square root of a negative number, you're dealing with imaginary numbers 2015-03-15 21:04:50 Yoshi2 https://en.wikipedia.org/wiki/Imaginary_number 2015-03-15 21:05:34 Ford4385 A real square root of a negative 2015-03-15 21:06:28 Ford4385 What about the square root of a red pikmin? 2015-03-15 21:07:12 Yoshi2 if we discard the idea of imaginary numbers, then you could say that a negative number does not have a square root 2015-03-15 21:08:10 Ford4385 ok 2015-03-15 21:08:21 Ford4385 But what about the square root of red pikmin? 2015-03-15 21:08:52 Yoshi2 depends on how you define red pikmin 2015-03-15 21:09:53 Ford4385 A red pikmin 2015-03-15 21:11:13 Yoshi2 you can't define it recursively like that 2015-03-15 21:12:33 Ford4385 The first red pikmin olimar discovers. Leaf 2015-03-15 21:13:54 Yoshi2 what do you get when you multiply a red pikmin with a red pikmin? 2015-03-15 21:14:12 Yoshi2 is there something that, multiplied with itself, results in a red pikmin? 2015-03-15 21:14:46 Ford4385 A red pikmin with a red pikmin would make a red pikmin 2015-03-15 21:15:04 Ford4385 Cause the two would carry a pellet back to the onion 2015-03-15 21:15:09 Ford4385 and make another seed 2015-03-15 21:15:52 Yoshi2 there ya go 2015-03-15 21:16:00 Yoshi2 the red pikmin is the square root of the red pikmin 2015-03-15 21:17:12 Ford4385 But a red and a yellow can make a red 2015-03-15 21:17:15 Ford4385 and red and blue 2015-03-15 21:17:21 Ford4385 And a purple and purple can make 2015-03-15 21:17:22 Ford4385 red 2015-03-15 21:17:52 Ford4385 And a white and white can make a red 2015-03-15 21:18:00 Ford4385 and red and anything 2015-03-15 21:18:21 Yoshi2 that means the type of the pikmin being created does not depend on the type of the pikmin who carry the seed 2015-03-15 21:18:33 Ford4385 Yes it does 2015-03-15 21:18:33 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 21:18:43 Ford4385 There has to be a red carrying it 2015-03-15 21:18:52 Ford4385 Unless its purple or white 2015-03-15 21:19:01 Ford4385 they go to whoever needs it most 2015-03-15 21:21:18 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-15 21:22:30 Ford4385 Espyo, I am correct in that right? Purples/Whites go to whoever needs it 2015-03-15 21:22:55 @Espyo no 2015-03-15 21:22:56 @Espyo random 2015-03-15 21:23:18 Yoshi2 I thought that, as long as the pellet is the right color, there will always be a pikmin of that color coming out 2015-03-15 21:23:32 @Espyo no 2015-03-15 21:23:42 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-15 21:24:02 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-15 21:24:33 Ford4385 I've always had it go to yellows (Not cause I was blowing stuff up and "accidently" killed them) 2015-03-15 21:27:28 @Espyo probably random luck 2015-03-15 21:27:30 @Espyo wait, which game 2015-03-15 21:27:31 @Espyo *? 2015-03-15 21:29:34 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 21:32:46 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-15 21:33:49 Ford4385 Back. My wifi hates me though 2015-03-15 21:35:22 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 21:36:17 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-15 21:36:32 Ford4385 UltraMario, can you play smashbros? 2015-03-15 21:44:41 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 21:53:29 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-15 22:02:08 Testyo [Pikipedia RC] Treasure Hoard by GreenPikmin (+840 /* Listing */) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=146835&oldid=146828 2015-03-15 22:07:09 Testyo [Pikipedia RC] Talk:Treasure Hoard by GreenPikmin (+341 /* Japanese Only Treasures */) http://www.pikminwiki.com/index.php?title=Talk:Treasure_Hoard&curid=4525&diff=146836&oldid=146829 2015-03-15 22:33:01 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-03-15 23:18:04 <-- Yoshi2 (Yoshi2@ffiy-39-13-766-257.netcologne.de) has quit (Quit: Leaving) 2015-03-15 23:25:31 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-15 23:27:40 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-15 23:27:49 Ford4385 Hello 2015-03-16 00:04:01 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Later everyone!) 2015-03-16 00:04:23 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-16 00:10:18 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-16 00:47:58 --> CreativeSushi (Mibbit@dxsa-268-12-82-669.rcmdva.fios.verizon.net) has joined #pikipedia 2015-03-16 00:50:10 <-- CreativeSushi (Mibbit@dxsa-268-12-82-669.rcmdva.fios.verizon.net) has quit (Client Quit) 2015-03-16 03:18:35 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-16 05:07:35 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-16 05:08:20 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-16 06:13:30 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-16 06:58:37 --> Yoshi2 (Yoshi2@cumg-10-06-952-966.netcologne.de) has joined #pikipedia 2015-03-16 07:59:17 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-16 08:02:08 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Ping timeout: 252 seconds) 2015-03-16 11:59:35 --> Ringtailed-Fox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-16 12:03:12 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Ping timeout: 265 seconds) 2015-03-16 14:30:14 <-- Ringtailed-Fox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-16 16:16:59 --> Yoshi2_ (Yoshi2@lmwa-65-52-490-92.netcologne.de) has joined #pikipedia 2015-03-16 16:19:14 <-- Yoshi2 (Yoshi2@cumg-10-06-952-966.netcologne.de) has quit (Read error: Operation timed out) 2015-03-16 18:31:19 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-16 18:44:39 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-16 18:44:39 Testyo Good evening everyone! 2015-03-16 18:44:51 UltraMario Hi testyo! :D 2015-03-16 18:44:53 Testyo *** Couldn't look on this 2015-03-16 18:45:32 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-16 18:45:32 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-16 18:47:28 Yoshi2_ hey Testyo & Espyo 2015-03-16 18:47:29 Testyo anything you try to add over 100 will just make the limit shouldn't be that big 2015-03-16 18:49:19 @Espyo hi 2015-03-16 19:27:18 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-16 20:42:39 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-16 20:57:24 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-16 21:36:16 Testyo [Pikipedia RC] User:Litnin200 by Litnin200 (+26 m /* Treasure Chart */) http://www.pikminwiki.com/index.php?title=User:Litnin200&curid=10868&diff=146953&oldid=140151 2015-03-16 21:58:12 <-- Yoshi2_ (Yoshi2@lmwa-65-52-490-92.netcologne.de) has quit (Quit: Leaving) 2015-03-16 22:35:48 --> PikFan (Mibbit@mgmv-00-958.shs.lane.edu) has joined #pikipedia 2015-03-16 22:35:53 PikFan hi 2015-03-16 22:36:20 PikFan hey Espyo, I noticed you did some things with the notes 2015-03-16 22:36:28 @Espyo hi 2015-03-16 22:36:30 @Espyo mhm, split 'em 2015-03-16 22:36:44 PikFan could you add brittanyeu as an option? 2015-03-16 22:36:51 @Espyo sure 2015-03-16 22:36:59 @Espyo and I should probably add all the needed ones 2015-03-16 22:37:05 PikFan we need to standardize the European fruit files 2015-03-16 22:37:06 @Espyo like, check-in/talk 2015-03-16 22:37:23 PikFan right 2015-03-16 22:37:32 PikFan I think most of them are there 2015-03-16 22:37:49 PikFan I'd been meaning to ask this, but since I'm never on I always forget 2015-03-16 22:38:17 PikFan but yeah, thanks 2015-03-16 22:38:24 PikFan gotta go, bus is here 2015-03-16 22:38:27 PikFan bye 2015-03-16 22:38:43 <-- PikFan (Mibbit@mgmv-00-958.shs.lane.edu) has quit (Client Quit) 2015-03-16 22:42:22 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-16 22:45:28 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-16 22:56:52 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-16 23:11:46 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-16 23:11:46 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-16 23:11:59 @PikFan now I'm home 2015-03-16 23:12:10 @PikFan today was the first day of the new terms 2015-03-16 23:12:18 @PikFan I have all core classes 2015-03-16 23:12:22 @PikFan and I'm stressed 2015-03-16 23:12:34 @PikFan *so I'm stressed 2015-03-16 23:12:42 @PikFan bah, I can't even type rights 2015-03-16 23:12:44 @PikFan *right 2015-03-16 23:12:45 @PikFan ... 2015-03-16 23:13:06 @Espyo hi again 2015-03-16 23:13:11 @Espyo hehe 2015-03-16 23:13:34 @Espyo you'll make it through 2015-03-16 23:13:43 @PikFan I suppose 2015-03-16 23:13:56 @PikFan ...like I've been for the past 10+ years 2015-03-16 23:14:15 @PikFan though who am I to complain, you went through college and trying to find a job 2015-03-16 23:15:21 @PikFan oh, yeah 2015-03-16 23:15:27 @PikFan there was something else I had in mind 2015-03-16 23:16:06 @PikFan so say you're a person who plays the Pikmin series, and you're struggling with something 2015-03-16 23:16:21 @PikFan you go onto the wiki to look it up, but it's missing 2015-03-16 23:16:30 @PikFan what do you do? 2015-03-16 23:16:43 @Espyo (one sec) 2015-03-16 23:16:58 @PikFan we should make a community page called Requests 2015-03-16 23:17:23 @PikFan so if something is missing, you can request for it to be added, if it's reasonable 2015-03-16 23:17:42 @PikFan anybody can request—even anons 2015-03-16 23:18:37 @Espyo "trying to find a job"? 2015-03-16 23:18:57 @PikFan I thought you were looking for a job still? 2015-03-16 23:19:04 @Espyo if you're wiki-savvy, you can just write it on the talk page for the main page 2015-03-16 23:19:10 @Espyo no, I've had a job since november 2015-03-16 23:19:15 @PikFan ...oh 2015-03-16 23:19:46 @PikFan >if you're wiki-savvy 2015-03-16 23:20:03 @PikFan that's the thing, this is meant for users who don't know their way around wikis 2015-03-16 23:21:52 Testyo [Pikipedia RC] Merchandise by CreativeSushi (+1267 /* Jakk's Pacific Pikmin figurines */) http://www.pikminwiki.com/index.php?title=Merchandise&curid=833&diff=146954&oldid=146834 2015-03-16 23:22:13 @Espyo I guess the chatroom 2015-03-16 23:22:15 @Espyo if they notice it 2015-03-16 23:22:18 @Espyo there's no good way, I don't think 2015-03-16 23:22:52 @Espyo even for the page 2015-03-16 23:22:55 @Espyo people would have to know about it 2015-03-16 23:23:02 @Espyo it would be kind of the same thing as the chatroom 2015-03-16 23:23:20 @PikFan true 2015-03-16 23:23:28 @Espyo plus you have to be just as wiki-savvy to edit the main page's talk as to edit a requests page 2015-03-16 23:23:49 @Espyo except I just pointed out the main page as wiki-savvy because... it's kind of the "standard"? 2015-03-16 23:24:52 @PikFan just tossing around ideas to ensure completioness 2015-03-16 23:24:59 @Espyo mhm 2015-03-16 23:27:35 @PikFan [[Merchandise]] 2015-03-16 23:27:36 Testyo "Merchandise" article = http://www.pikminwiki.com/index.php?title=Merchandise 2015-03-16 23:27:40 @PikFan >"A few Japanese novels have been written about Pikmin" 2015-03-16 23:27:42 @PikFan what 2015-03-16 23:27:48 @Espyo that page is entirely messed up 2015-03-16 23:52:40 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-16 23:57:18 Testyo [Pikipedia RC] Treasure Hoard by GreenPikmin (-1139 /* Listing */) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=146955&oldid=146912 2015-03-17 00:05:50 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Bye bye everyone!) 2015-03-17 00:05:53 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-17 00:37:52 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-17 00:38:11 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-17 01:36:19 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-17 01:36:19 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-17 02:26:13 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-17 03:37:09 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-17 07:22:07 --> Yoshi2 (Yoshi2@ilpm-20-75-393-274.netcologne.de) has joined #pikipedia 2015-03-17 07:36:02 --> Yoshi2_ (Yoshi2@hebk-99-82-169-572.netcologne.de) has joined #pikipedia 2015-03-17 07:38:46 <-- Yoshi2 (Yoshi2@ilpm-20-75-393-274.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-17 07:43:35 --> Yoshi2__ (Yoshi2@puhw-46-44-140-16.netcologne.de) has joined #pikipedia 2015-03-17 07:46:05 <-- Yoshi2_ (Yoshi2@hebk-99-82-169-572.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-17 07:56:03 --> Yoshi2 (Yoshi2@hjqt-03-75-522-150.netcologne.de) has joined #pikipedia 2015-03-17 07:58:01 <-- Yoshi2__ (Yoshi2@puhw-46-44-140-16.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-17 08:52:12 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-17 08:57:32 --> Ringtailed-Fox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-17 09:00:21 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Ping timeout: 265 seconds) 2015-03-17 13:21:59 <-- Yoshi2 (Yoshi2@hjqt-03-75-522-150.netcologne.de) has quit (Quit: Leaving) 2015-03-17 13:29:19 --> Yoshi2 (Yoshi2@vlpm-99-82-102-78.netcologne.de) has joined #pikipedia 2015-03-17 17:51:51 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-17 18:45:08 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-17 19:09:39 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-17 19:09:39 Testyo Greetings everyone! 2015-03-17 19:10:57 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-17 19:10:57 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-17 19:12:08 Yoshi2 hey Espyo & Testyo 2015-03-17 19:12:10 Testyo [19:06:35] @J if so, were they cause less damage too 2015-03-17 19:13:47 @Espyo hi 2015-03-17 19:19:55 Testyo [Pikipedia RC] Gate by GreenPikmin (+34 m /* Locations */) http://www.pikminwiki.com/index.php?title=Gate&curid=699&diff=147018&oldid=146488 2015-03-17 19:24:56 Testyo [Pikipedia RC] Gate by GreenPikmin (+69 m /* Locations */) http://www.pikminwiki.com/index.php?title=Gate&curid=699&diff=147019&oldid=147018 2015-03-17 19:25:03 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-17 19:40:01 Testyo [Pikipedia RC] Notes:Astringent Clump/br... by PikFan23 (+297 N creating European version of Brittany's fruit file) http://www.pikminwiki.com/index.php?title=Notes:Astringent_Clump/brittanyreg&curid=18536&diff=147020&oldid=0 2015-03-17 19:45:02 Testyo [Pikipedia RC] Notes:Blonde Impostor/bri... by PikFan23 (+322 N creating European version of Brittany's fruit file) http://www.pikminwiki.com/index.php?title=Notes:Blonde_Impostor/brittanyreg&curid=18537&diff=147021&oldid=0 2015-03-17 19:45:02 Testyo [Pikipedia RC] Notes:Citrus Lump/brittan... by PikFan23 (+233 N creating European version of Brittany's fruit file) http://www.pikminwiki.com/index.php?title=Notes:Citrus_Lump/brittanyreg&curid=18538&diff=147022&oldid=0 2015-03-17 19:45:03 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-17 19:46:38 --> PikFan (Mibbit@mgmv-00-958.shs.lane.edu) has joined #pikipedia 2015-03-17 19:46:38 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-17 19:47:09 @PikFan hi 2015-03-17 19:48:09 @PikFan so I started standardizing the notes, but on the notes pages the category isn't appearing 2015-03-17 19:48:31 @PikFan it just says [[Category:]] 2015-03-17 19:48:31 Testyo "Category:" article = http://www.pikminwiki.com/index.php?title=Category: 2015-03-17 19:49:26 @Espyo yep, Testyo told us 2015-03-17 19:49:27 Testyo the 'infobox' part doesn't actually matter since you could use it elsewhere if you need to buy one more 2015-03-17 19:49:42 @Espyo oh, do it like {{metadata|brittany}} 2015-03-17 19:49:42 Testyo "metadata|brittany" template = http://www.pikminwiki.com/index.php?title=Template:metadata|brittany 2015-03-17 19:49:56 @Espyo it's either that, or make the metadata template also recognize "brittanyus" and "brittanyeu" 2015-03-17 19:50:00 @PikFan ...oh 2015-03-17 19:50:01 @Espyo which is the same thing... but more clogged 2015-03-17 19:50:04 Testyo [Pikipedia RC] Notes:Dapper Blob/brittan... by PikFan23 (+297 N Created page with "A blob dressed up in a fancy bonnet. I imagine this suave lit...) http://www.pikminwiki.com/index.php?title=Notes:Dapper_Blob/brittanyreg&curid=18540&diff=147024&oldid=0 2015-03-17 19:50:07 @PikFan hmm 2015-03-17 19:50:17 @PikFan this is why I asked 2015-03-17 19:50:37 @PikFan I'll go back and fix them later 2015-03-17 19:50:40 @Espyo okay 2015-03-17 19:50:46 @Espyo but don't forget 2015-03-17 19:50:56 @PikFan of course not 2015-03-17 19:50:56 @Espyo 'cause I'm not sure if "Category:" pages are reported anywhere 2015-03-17 19:51:01 @Espyo so they'll just be forgotten forever 2015-03-17 19:52:36 @PikFan I see 2015-03-17 19:55:06 Testyo [Pikipedia RC] Notes:Dawn Pustules/britt... by PikFan23 (+267 N Created page with "In colour and shape, these remind me of the Captain in his st...) http://www.pikminwiki.com/index.php?title=Notes:Dawn_Pustules/brittanyreg&curid=18541&diff=147025&oldid=0 2015-03-17 19:55:06 Testyo [Pikipedia RC] Notes:Delectable Bouquet/... by PikFan23 (+287 N Created page with "Bizarre! We cut this open and it's filled with tiny, white fl...) http://www.pikminwiki.com/index.php?title=Notes:Delectable_Bouquet/brittanyreg&curid=18542&diff=147026&oldid=0 2015-03-17 19:55:06 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-17 19:56:28 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-17 19:59:50 <-- Yoshi2 (Yoshi2@vlpm-99-82-102-78.netcologne.de) has quit (Quit: Leaving) 2015-03-17 20:00:07 Testyo [Pikipedia RC] Notes:Fire-Breathing Feas... by PikFan23 (+274 N Created page with "Even though it looks like one of the monstrous beasts that po...) http://www.pikminwiki.com/index.php?title=Notes:Fire-Breathing_Feast/brittanyreg&curid=18544&diff=147028&oldid=0 2015-03-17 20:00:07 Testyo [Pikipedia RC] Notes:Heroine's Tear/brit... by PikFan23 (+298 N Created page with "Sweet, elegant, great taste... They ought to have named this ...) http://www.pikminwiki.com/index.php?title=Notes:Heroine's_Tear/brittanyreg&curid=18545&diff=147029&oldid=0 2015-03-17 20:00:08 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-17 20:05:09 Testyo [Pikipedia RC] Notes:Lesser Mock Bottom/... by PikFan23 (+265 N Created page with "This fruit's flesh is soft and pale yellow. It's juicy and ha...) http://www.pikminwiki.com/index.php?title=Notes:Lesser_Mock_Bottom/brittanyreg&curid=18547&diff=147031&oldid=0 2015-03-17 20:05:09 Testyo [Pikipedia RC] Notes:Mock Bottom/brittan... by PikFan23 (+191 N Created page with "Skin: pink colouration, fuzzy texture. Flesh: soft, with a hi...) http://www.pikminwiki.com/index.php?title=Notes:Mock_Bottom/brittanyreg&curid=18548&diff=147032&oldid=0 2015-03-17 20:05:09 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-17 20:06:20 <-- PikFan (Mibbit@mgmv-00-958.shs.lane.edu) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-17 20:10:11 Testyo [Pikipedia RC] Notes:Scaly Custard/britt... by PikFan23 (+325 N Created page with "Strange. It looks like a cross between a reptile and a puddin...) http://www.pikminwiki.com/index.php?title=Notes:Scaly_Custard/brittanyreg&curid=18551&diff=147035&oldid=0 2015-03-17 20:16:24 <-- Ringtailed-Fox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-17 20:56:17 -- UltraMario is now known as UltraSalsa 2015-03-17 21:06:25 Testyo [Pikipedia RC] Bridge by GreenPikmin (+1198 /* Locations */) http://www.pikminwiki.com/index.php?title=Bridge&curid=363&diff=147036&oldid=146661 2015-03-17 21:25:01 -- UltraSalsa is now known as UltraShulk 2015-03-17 21:51:39 Testyo [Pikipedia RC] Bridge by AeroBlaze777 (+55 m /* Hay */) http://www.pikminwiki.com/index.php?title=Bridge&curid=363&diff=147037&oldid=147036 2015-03-17 22:50:40 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-17 22:50:48 Ford4385 Hello 2015-03-17 22:51:58 Testyo [Pikipedia RC] File talk:Spiderenemy-Pik... by Ford4385 (+205 N Question) http://www.pikminwiki.com/index.php?title=File_talk:Spiderenemy-Pikmin3.jpg&curid=18552&diff=147038&oldid=0 2015-03-17 22:58:44 <-- UltraShulk (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-17 22:59:26 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-17 23:38:53 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-18 00:04:35 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-18 00:04:59 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-18 00:05:40 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-18 00:12:03 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-18 00:12:17 Ford4385 Hello 2015-03-18 00:16:41 Ford4385 UltraMario, can you play smash? 2015-03-18 00:17:30 UltraMario sorry 2015-03-18 00:18:42 Ford4385 Ok 2015-03-18 00:55:05 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-18 01:43:31 -- UltraMario is now known as UltraShulk 2015-03-18 02:26:03 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-18 02:29:20 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-18 03:25:51 <-- UltraShulk (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-18 04:08:36 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-18 07:12:26 --> Yoshi2 (Yoshi2@wiok-58-75-029-100.netcologne.de) has joined #pikipedia 2015-03-18 09:33:04 <-- Yoshi2 (Yoshi2@wiok-58-75-029-100.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-18 09:33:26 --> Yoshi2_ (Yoshi2@aqzl-68-49-472-452.netcologne.de) has joined #pikipedia 2015-03-18 13:17:58 --> Yoshi2 (Yoshi2@lmwa-60-51-19-461.netcologne.de) has joined #pikipedia 2015-03-18 13:19:37 --> Yoshi2__ (Yoshi2@thhw-44-87-151-127.netcologne.de) has joined #pikipedia 2015-03-18 13:20:46 <-- Yoshi2_ (Yoshi2@aqzl-68-49-472-452.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-18 13:22:26 --> Yoshi2_ (Yoshi2@puhb-82-06-739-204.netcologne.de) has joined #pikipedia 2015-03-18 13:23:08 <-- Yoshi2 (Yoshi2@lmwa-60-51-19-461.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-18 13:25:05 <-- Yoshi2__ (Yoshi2@thhw-44-87-151-127.netcologne.de) has quit (Read error: Operation timed out) 2015-03-18 14:32:12 --> Yoshi2 (Yoshi2@eypm-58-20-525-676.netcologne.de) has joined #pikipedia 2015-03-18 14:34:11 <-- Yoshi2_ (Yoshi2@puhb-82-06-739-204.netcologne.de) has quit (Ping timeout: 265 seconds) 2015-03-18 14:51:31 <-- Yoshi2 (Yoshi2@eypm-58-20-525-676.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-18 14:56:39 --> Yoshi2 (Yoshi2@hjle-84-13-32-837.netcologne.de) has joined #pikipedia 2015-03-18 15:05:18 --> Yoshi2_ (Yoshi2@pzwf-25-75-859-5.netcologne.de) has joined #pikipedia 2015-03-18 15:07:31 <-- Yoshi2 (Yoshi2@hjle-84-13-32-837.netcologne.de) has quit (Read error: Operation timed out) 2015-03-18 15:45:00 --> Yoshi2 (Yoshi2@czwf-22-37-338-421.netcologne.de) has joined #pikipedia 2015-03-18 15:47:13 <-- Yoshi2_ (Yoshi2@pzwf-25-75-859-5.netcologne.de) has quit (Read error: Operation timed out) 2015-03-18 17:58:41 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-18 18:07:27 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-18 18:28:32 <-- Yoshi2 (Yoshi2@czwf-22-37-338-421.netcologne.de) has quit (Read error: Operation timed out) 2015-03-18 18:28:53 --> Yoshi2_ (Yoshi2@igkh-53-71-069-635.netcologne.de) has joined #pikipedia 2015-03-18 18:53:38 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-18 18:53:38 Testyo Hi everyone! 2015-03-18 18:54:04 <-- Yoshi2_ (Yoshi2@igkh-53-71-069-635.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-18 18:54:05 --> Yoshi2 (Yoshi2@pzrq-87-56-234-762.netcologne.de) has joined #pikipedia 2015-03-18 18:54:48 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-18 18:54:48 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-18 19:03:40 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-18 19:05:26 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-18 19:05:43 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-18 19:28:42 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-18 19:32:14 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-18 19:38:02 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-18 19:43:27 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-18 19:48:46 Testyo [Pikipedia RC] Dapper Blob by PikFan23 (-567 /* Notes */ standardizing) http://www.pikminwiki.com/index.php?title=Dapper_Blob&curid=15781&diff=147219&oldid=145128 2015-03-18 19:48:47 Testyo [Pikipedia RC] Dawn Pustules by PikFan23 (-608 /* Notes */ standardizing) http://www.pikminwiki.com/index.php?title=Dawn_Pustules&curid=9674&diff=147220&oldid=145221 2015-03-18 19:53:48 Testyo [Pikipedia RC] Delectable Bouquet by PikFan23 (-595 /* Notes */ standardizing) http://www.pikminwiki.com/index.php?title=Delectable_Bouquet&curid=16416&diff=147221&oldid=141011 2015-03-18 19:53:48 Testyo [Pikipedia RC] Dusk Pustules by PikFan23 (-250 /* Notes */ standardizing) http://www.pikminwiki.com/index.php?title=Dusk_Pustules&curid=9668&diff=147222&oldid=145220 2015-03-18 19:58:49 Testyo [Pikipedia RC] Face Wrinkler by PikFan23 (-312 standardizing) http://www.pikminwiki.com/index.php?title=Face_Wrinkler&curid=9355&diff=147223&oldid=141013 2015-03-18 19:59:31 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-18 20:08:52 Testyo [Pikipedia RC] Fire-Breathing Feast by PikFan23 (-300 standardizing) http://www.pikminwiki.com/index.php?title=Fire-Breathing_Feast&curid=9366&diff=147224&oldid=141139 2015-03-18 20:08:52 Testyo [Pikipedia RC] Heroine's Tear by PikFan23 (-326 standardizing) http://www.pikminwiki.com/index.php?title=Heroine's_Tear&curid=9415&diff=147225&oldid=141015 2015-03-18 20:08:53 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-18 20:13:18 Yoshi2 looks like the wiki is losing fat 2015-03-18 20:18:42 -- UltraMario is now known as UltraDarkPit 2015-03-18 20:24:03 @Espyo heh 2015-03-18 20:29:03 Testyo [Fanon RC] User:Cheepy-Cheepy by Cheepy-Cheepy (+12) http://www.pikminfanon.com/index.php?title=User:Cheepy-Cheepy&curid=4620&diff=47762&oldid=47501 2015-03-18 20:32:32 <-- UltraDarkPit (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-18 20:43:25 --> Cheepy-Cheepy (Mibbit@x-57-566-19-732.hsd3.pa.comcast.net) has joined #pikipedia 2015-03-18 20:43:42 Cheepy-Cheepy Hey! 2015-03-18 20:44:07 Cheepy-Cheepy Aye, Espyo. 2015-03-18 20:44:29 Cheepy-Cheepy me: Eats 2015-03-18 20:44:31 Cheepy-Cheepy uh 2015-03-18 20:44:38 Cheepy-Cheepy I know there are 2015-03-18 20:44:40 Cheepy-Cheepy like 2015-03-18 20:44:46 @Espyo hi 2015-03-18 20:44:49 Cheepy-Cheepy Commands...? 2015-03-18 20:44:54 Cheepy-Cheepy Oh, hey! 2015-03-18 20:45:22 @Espyo I think you wanted to do /me eats 2015-03-18 20:45:34 Cheepy-Cheepy Ah, that's it. 2015-03-18 20:45:38 Cheepy-Cheepy Thanks! 2015-03-18 20:46:33 * Yoshi2 eats 2015-03-18 20:47:12 Cheepy-Cheepy Ah, yes. 2015-03-18 20:50:43 <-- Cheepy-Cheepy (Mibbit@x-57-566-19-732.hsd3.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-18 21:08:41 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-18 21:29:20 Testyo [Pikipedia RC] File talk:Spiderenemy-Pik... by Ford4385 (+171 m) http://www.pikminwiki.com/index.php?title=File_talk:Spiderenemy-Pikmin3.jpg&curid=18552&diff=147227&oldid=147192 2015-03-18 21:30:39 <-- Yoshi2 (Yoshi2@pzrq-87-56-234-762.netcologne.de) has quit (Quit: Leaving) 2015-03-18 21:35:43 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-18 21:37:25 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-18 21:59:29 Testyo [Pikipedia RC] Talk:Ancient Ad by GreenPikmin (+544) http://www.pikminwiki.com/index.php?title=Talk:Ancient_Ad&curid=18613&diff=147228&oldid=147189 2015-03-18 22:04:02 Testyo ? by 7 2015-03-18 22:38:10 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-18 22:43:11 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-18 22:49:47 Testyo [Fanon RC] Topic:Pikmin Engine by Es... by 24.240.84.26 (+375 /* Area Editor Issue */ ) http://www.pikminfanon.com/index.php?title=Topic:Pikmin_Engine_by_Espyo&curid=7853&diff=47763&oldid=47729 2015-03-18 22:56:58 @Espyo oh? 2015-03-18 23:00:38 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-18 23:01:34 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-18 23:03:18 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-18 23:13:10 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-18 23:13:10 Testyo Hey everyone! 2015-03-18 23:13:38 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-18 23:13:38 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-18 23:23:10 Testyo [Fanon RC] Topic:Pikmin Engine by Es... by Espyo (+724) http://www.pikminfanon.com/index.php?title=Topic:Pikmin_Engine_by_Espyo&curid=7853&diff=47764&oldid=47763 2015-03-18 23:43:33 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-19 00:00:24 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-19 00:05:05 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-19 00:05:24 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-19 00:29:57 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-19 00:59:54 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-19 01:14:53 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-19 01:33:11 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-03-19 02:53:02 -- UltraMario is now known as UltraLucina 2015-03-19 03:11:09 -- UltraLucina is now known as UltraJohtochu 2015-03-19 03:13:51 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-19 03:52:47 -- UltraJohtochu is now known as UltraPac-Man 2015-03-19 04:26:24 <-- UltraPac-Man (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-19 07:02:47 --> Yoshi2 (Yoshi2@oxss-51-68-095-85.netcologne.de) has joined #pikipedia 2015-03-19 16:12:25 --> Yoshi2_ (Yoshi2@bsid-15-07-496-8.netcologne.de) has joined #pikipedia 2015-03-19 16:16:07 <-- Yoshi2 (Yoshi2@oxss-51-68-095-85.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-19 18:37:36 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-19 18:44:00 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-19 18:44:00 Testyo Hi everyone! 2015-03-19 18:44:36 UltraMario hi 2015-03-19 18:45:11 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-19 18:45:11 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-19 18:46:52 Yoshi2_ hey Espyo & Testyo 2015-03-19 18:46:53 Testyo you could always just get Espyo to do all the work 2015-03-19 18:47:09 @Espyo excuse me 2015-03-19 18:47:29 Yoshi2_ Testyo: I like the way you think 2015-03-19 18:47:30 Testyo that's what I wish sonic generatios had workshop compatability 2015-03-19 18:48:19 @Espyo why is he being so coherent? 2015-03-19 18:48:22 @Espyo Testyo: lm 2015-03-19 18:48:23 Testyo I said that's what I wish sonic generatios had workshop compatability because Yoshi2_ mentioned my name. This random message came from the messages that's what I meant and i wish sonic generatios had workshop compatability. They were joined by the common word I. 2015-03-19 18:48:31 @Espyo ...that's cheating 2015-03-19 18:48:56 Yoshi2_ that is actually less cheating than what testyo usually does 2015-03-19 18:48:57 Testyo I KNEW WOAH 2015-03-19 18:49:02 Yoshi2_ Testyo: lm 3 2015-03-19 18:49:02 Testyo I said you could always just get Espyo to do all the work because Yoshi2_ mentioned my name. This random message came from the messages best way to get Espyo to do all the work and you could always just get one of those mayflash adapters :P. They were joined by the common word get. 2015-03-19 18:49:20 Yoshi2_ holy cow 2015-03-19 18:49:25 Yoshi2_ that one is legit 2015-03-19 18:49:27 -- Yoshi2_ is now known as Yoshi2 2015-03-19 18:49:39 @Espyo it is 2015-03-19 18:49:39 @Espyo hah 2015-03-19 18:50:25 Yoshi2 in other news, the European Club Nintendo rewards are here 2015-03-19 18:55:41 @Espyo when did you order them? 2015-03-19 18:57:03 Yoshi2 I meant that the club nintendo has received new rewards: http://stars.nintendo-europe.com/ 2015-03-19 18:57:45 Yoshi2 mostly virtual console games, a bit disappointing 2015-03-19 18:58:28 Yoshi2 2100 stars for the Mario Kart x Zelda DLC, that's slightly better value than most other stuff 2015-03-19 18:59:32 Yoshi2 pikmin short movies for 1300 stars 2015-03-19 19:05:19 Yoshi2 I'm definitely not going to buy any of the Wii U virtual console titles 2015-03-19 19:06:35 @Espyo oh 2015-03-19 19:25:08 --> PikFan (Mibbit@mgmv-00-958.shs.lane.edu) has joined #pikipedia 2015-03-19 19:25:09 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-19 19:25:20 @PikFan hi 2015-03-19 19:26:03 @PikFan ok, so I'm editing a fruit page, and I remembered that fruit infoboxes don't have mission mode/bingo battle parameter 2015-03-19 19:26:10 @PikFan *parameters 2015-03-19 19:26:30 @Espyo hi 2015-03-19 19:26:35 @Espyo ...still? 2015-03-19 19:26:41 @Espyo okay, I'll add them in a few minutes 2015-03-19 19:26:45 @PikFan I know we went over this already but it seems weird that enemies get MM/BB locations 2015-03-19 19:26:55 @PikFan ...oh, they were never meant to be removed? 2015-03-19 19:26:58 @Espyo use |missionct=, |missionbe= and |bingo= 2015-03-19 19:27:02 @Espyo they were removed? 2015-03-19 19:27:14 @Espyo I can't remember anything any more 2015-03-19 19:27:15 @PikFan check the history 2015-03-19 19:27:24 @Espyo hm 2015-03-19 19:27:31 @PikFan you and AeroBlaze agreed to get rid of them 2015-03-19 19:27:37 @Espyo I guess it's because they appear to often? 2015-03-19 19:27:40 @Espyo but the really don't 2015-03-19 19:27:51 @Espyo any one fruit appears like 5 times at most 2015-03-19 19:27:54 @Espyo except for the golden's 2015-03-19 19:27:57 @Espyo *goldens 2015-03-19 19:28:01 @PikFan yeah 2015-03-19 19:28:01 @Espyo egh... 2015-03-19 19:28:05 @Espyo I don't know what to do 2015-03-19 19:28:11 @PikFan . 2015-03-19 19:28:15 @PikFan *? 2015-03-19 19:28:20 @Espyo I'm pretty clocked out about anything regarding organizing 2015-03-19 19:28:29 @PikFan I see 2015-03-19 19:28:33 @Espyo like, how to organize the treasure pages to include the new Japanese treasure info 2015-03-19 19:28:45 @Espyo and now if we should or shouldn't have these infobox parameters 2015-03-19 19:28:54 @Espyo I don't know, maybe there's too much I have to think about now 2015-03-19 19:29:02 @Espyo all the things at work, plus this really complicated stage in the engine's development 2015-03-19 19:29:06 @PikFan [[Treasure Hoard]] is hard to follow 2015-03-19 19:29:06 Testyo "Treasure_Hoard" article = http://www.pikminwiki.com/index.php?title=Treasure_Hoard 2015-03-19 19:29:09 @Espyo very 2015-03-19 19:29:13 @Espyo but it can never NOT be hard 2015-03-19 19:29:31 @PikFan should we split it, one per region? might be easier 2015-03-19 19:29:45 @Espyo but it could be pretty redundant too 2015-03-19 19:29:50 @PikFan true 2015-03-19 19:30:10 @PikFan perhaps there could be some way to show or hide them 2015-03-19 19:30:24 @Espyo hmm 2015-03-19 19:30:36 @Espyo there'd always be ways 2015-03-19 19:30:38 @Espyo javascript magic 2015-03-19 19:30:50 @PikFan can't you change the visibility of a column? 2015-03-19 19:31:13 @Espyo uhm, I think so 2015-03-19 19:31:23 @PikFan I see 2015-03-19 19:31:29 @Espyo but that wouldn't be enough 2015-03-19 19:31:42 @Espyo 'cause the other region's treasures would still appear 2015-03-19 19:31:57 @Espyo you could just sort the relevant region's column 2015-03-19 19:32:01 @Espyo numbers would appear in order 2015-03-19 19:32:05 @PikFan hmm 2015-03-19 19:32:06 @Espyo and then the ---s at the bottom 2015-03-19 19:32:27 @PikFan ...the /what/? 2015-03-19 19:33:35 @Espyo --- 2015-03-19 19:33:51 @Espyo "numbers" of treasures that don't appear in that column's region :| 2015-03-19 19:34:48 @PikFan oh, I was seeing it as one giant line, but I realized it was a dash and a hyphen 2015-03-19 19:35:08 @PikFan so I was confused 2015-03-19 19:36:17 @PikFan also, the todo on [[Mock Bottom]] says it might be a transcription error, but I'm pretty sure Brittany writes that first sentence again 2015-03-19 19:36:18 Testyo "Mock_Bottom" article = http://www.pikminwiki.com/index.php?title=Mock_Bottom 2015-03-19 19:36:22 @PikFan I'll check 2015-03-19 19:37:20 @Espyo heh 2015-03-19 19:38:02 @Espyo please do 2015-03-19 19:38:04 @Espyo how weird 2015-03-19 19:38:09 @PikFan I should probably check all of the American notes to see if there're any other transcription errors 2015-03-19 19:38:11 @Espyo wonder if it's a typo from Nintendo's side then 2015-03-19 19:38:17 @Espyo or if they MEANT to have her repeat 2015-03-19 19:38:22 @Espyo you /definitely/ should 2015-03-19 19:38:26 @PikFan latter, probably 2015-03-19 19:38:33 @Espyo I mean, they came from wikia, 'nuff said 2015-03-19 19:38:44 @PikFan I think they wanted it to be a full circle sort of thing 2015-03-19 19:41:15 @PikFan oh, so last night I googled "fan game engine", and your engine was like the sixth result 2015-03-19 19:42:17 @PikFan speaking of, what's this "really complicated stage"? 2015-03-19 19:45:22 @Espyo I get that, but it's so bad 2015-03-19 19:45:26 @Espyo hah, amazing! 2015-03-19 19:45:30 @Espyo the enemy scripting 2015-03-19 19:45:46 @Espyo basically, the scripting worked like "when the enemy sees a Pikmin, go chase it" 2015-03-19 19:45:56 @Espyo that's pretty much what you wrote in the files 2015-03-19 19:46:04 @Espyo except... it had problems 2015-03-19 19:46:16 @Espyo what if the enemy, say, a Bulborb, saw a Pikmin while sleeping? 2015-03-19 19:46:21 @Espyo you wouldn't want it to chase it 2015-03-19 19:46:24 @Espyo you'd want it to ignore it 2015-03-19 19:46:32 @Espyo you'd only want it to chase the Pikmin if the Pikmin TOUCHES it 2015-03-19 19:46:50 @Espyo so I had to rework the whole system to fit those states, too 2015-03-19 19:47:02 @PikFan hmm 2015-03-19 19:47:06 @Espyo and I took the chance to make the Pikmin and leaders' logic work under that system too 2015-03-19 19:47:13 @Espyo but it's so complex to implement... 2015-03-19 19:47:18 @Espyo but at least it's going okay now 2015-03-19 19:47:25 @Espyo I know how to structure my code to make it work and everything 2015-03-19 19:47:28 @PikFan that's good 2015-03-19 19:47:33 @Espyo but for MONTHS, I couldn't wrap my head around how to do it 2015-03-19 19:47:40 @Espyo heck, I didn't even know what the "it" was 2015-03-19 19:47:50 @Espyo I just knew the old scripting method was bad, and I needed something else 2015-03-19 19:47:58 @Espyo can't wait to get this to work and to FINALLY move on to new stuff, like menus 2015-03-19 19:48:06 @PikFan there needs to be an engine to make engines 2015-03-19 19:48:15 @PikFan or at least a template 2015-03-19 19:48:51 @Espyo when will the meta end 2015-03-19 19:49:52 @PikFan [[File:GreenPellets.png]] 2015-03-19 19:49:53 Testyo "File:GreenPellets.png" article = http://www.pikminwiki.com/index.php?title=File:GreenPellets.png 2015-03-19 19:50:00 @PikFan this is beautiful 2015-03-19 19:51:12 @Espyo he has access to the Pikmin 3 files 2015-03-19 19:51:28 @PikFan ooh, really? how? 2015-03-19 19:51:37 @Espyo haven't asked yet 2015-03-19 19:51:43 @Espyo really wish he'd join the IRC 2015-03-19 19:51:49 @Espyo he said he tried, but it couldn't connec 2015-03-19 19:51:50 @Espyo *t 2015-03-19 19:51:57 @PikFan hm 2015-03-19 19:52:18 @PikFan is he using the widget? 2015-03-19 19:52:25 @Espyo mhm 2015-03-19 19:52:30 @Espyo [[User talk:GreenPikmin]] 2015-03-19 19:52:31 Testyo "User_talk:GreenPikmin" article = http://www.pikminwiki.com/index.php?title=User_talk:GreenPikmin 2015-03-19 19:52:36 @PikFan I can't connect on that, either 2015-03-19 19:53:17 @Espyo hmmmm... 2015-03-19 19:53:24 @PikFan I click connect, it loads for a moment, then it asks me to click connect again, I do so, but then it just stays at a loading bar forever 2015-03-19 19:53:42 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-19 19:53:55 @Espyo lemme try 2015-03-19 19:54:26 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-19 19:55:19 @PikFan ooh, I should go, class starts an 2015-03-19 19:55:36 @PikFan *starts in 5 minutes and my class is far away 2015-03-19 19:55:47 @PikFan let me know tomorrow 2015-03-19 19:55:48 @Espyo okay 2015-03-19 19:55:50 @PikFan bye 2015-03-19 19:55:51 @Espyo I think I'm ocnnecting 2015-03-19 19:55:52 @Espyo *connecting 2015-03-19 19:55:54 @Espyo VERY SLOWLY 2015-03-19 19:56:00 @PikFan heh 2015-03-19 19:56:09 <-- PikFan (Mibbit@mgmv-00-958.shs.lane.edu) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-19 19:57:32 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-19 19:58:39 --> Espyo2 (Mibbit@89.152.yos.pwz) has joined #pikipedia 2015-03-19 19:58:42 Espyo2 hm 2015-03-19 19:58:46 <-- Espyo2 (Mibbit@89.152.yos.pwz) has quit (Client Quit) 2015-03-19 20:03:02 -- UltraMario is now known as UltraMegaMan 2015-03-19 20:10:32 Testyo [Pikipedia RC] Treasure Hoard by GreenPikmin (+235) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=147384&oldid=146955 2015-03-19 20:25:47 Testyo [Pikipedia RC] Giant Breadbug by GreenPikmin (+96 /* Strategy */) http://www.pikminwiki.com/index.php?title=Giant_Breadbug&curid=597&diff=147385&oldid=145088 2015-03-19 20:25:47 Testyo [Pikipedia RC] Breadbug by GreenPikmin (+80 /* Carrying power */) http://www.pikminwiki.com/index.php?title=Breadbug&curid=69&diff=147386&oldid=146898 2015-03-19 20:40:56 Testyo [Pikipedia RC] Piklopedia by GreenPikmin (+361) http://www.pikminwiki.com/index.php?title=Piklopedia&curid=1108&diff=147387&oldid=146763 2015-03-19 20:50:59 Testyo [Pikipedia RC] Arboreal Frippery by GreenPikmin (-13) http://www.pikminwiki.com/index.php?title=Arboreal_Frippery&curid=266&diff=147388&oldid=137751 2015-03-19 21:03:02 <-- UltraMegaMan (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-19 21:06:23 Testyo [Pikipedia RC] Master's Instrument by GreenPikmin (+264) http://www.pikminwiki.com/index.php?title=Master's_Instrument&curid=962&diff=147389&oldid=147321 2015-03-19 21:06:23 Testyo [Pikipedia RC] Time Capsule by GreenPikmin (+245) http://www.pikminwiki.com/index.php?title=Time_Capsule&curid=1603&diff=147390&oldid=138217 2015-03-19 21:11:29 Testyo [Pikipedia RC] Decorative Goo by GreenPikmin (+197) http://www.pikminwiki.com/index.php?title=Decorative_Goo&curid=513&diff=147391&oldid=142452 2015-03-19 21:17:28 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-19 21:26:41 Testyo [Pikipedia RC] Treasure Hoard by GreenPikmin (+135) http://www.pikminwiki.com/index.php?title=Treasure_Hoard&curid=1762&diff=147392&oldid=147384 2015-03-19 21:35:01 <-- Yoshi2 (Yoshi2@bsid-15-07-496-8.netcologne.de) has quit (Quit: Leaving) 2015-03-19 21:37:33 -- UltraMario is now known as UltraOwtheEdge 2015-03-19 21:56:55 Testyo [Pikipedia RC] Talk:Treasure Hoard by GreenPikmin (+3273) http://www.pikminwiki.com/index.php?title=Talk:Treasure_Hoard&curid=4525&diff=147393&oldid=146843 2015-03-19 21:59:20 <-- UltraOwtheEdge (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-19 22:00:19 @Espyo pffft 2015-03-19 22:00:25 @Espyo playing Shadow the Hedgehog, huh? 2015-03-19 22:01:58 Testyo [Pikipedia RC] Talk:Treasure Hoard by GreenPikmin (+34 m /* Treasure policy proposal */) http://www.pikminwiki.com/index.php?title=Talk:Treasure_Hoard&curid=4525&diff=147394&oldid=147393 2015-03-19 22:19:05 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-19 22:43:30 Testyo new very difficult though 2015-03-19 22:57:19 Testyo [Pikipedia RC] User:GreenPikmin by GreenPikmin (+2887) http://www.pikminwiki.com/index.php?title=User:GreenPikmin&curid=18216&diff=147395&oldid=147383 2015-03-20 00:11:21 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-20 00:11:38 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-20 01:22:04 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-20 01:29:24 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-20 01:32:07 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-20 02:01:32 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-20 02:26:42 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-20 02:32:59 --> Ringtailed-Fox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-20 02:33:51 <-- Ringtailed-Fox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Client Quit) 2015-03-20 02:37:21 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-20 02:45:49 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-20 02:46:00 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-20 03:29:43 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-20 03:55:31 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-20 03:58:12 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-20 05:21:09 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-20 06:54:22 --> Yoshi2 (Yoshi2@puml-39-13-216-38.netcologne.de) has joined #pikipedia 2015-03-20 07:47:53 <-- Miles_ (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has quit 2015-03-20 07:57:22 --> Miles (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has joined #pikipedia 2015-03-20 08:17:46 <-- Miles (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has quit (Ping timeout: 245 seconds) 2015-03-20 08:21:04 --> Miles (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has joined #pikipedia 2015-03-20 10:54:19 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-20 10:59:13 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-20 15:17:04 --> Yoshi2_ (Yoshi2@dbai-77-32-95-763.netcologne.de) has joined #pikipedia 2015-03-20 15:17:04 <-- Yoshi2 (Yoshi2@puml-39-13-216-38.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-20 18:08:12 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-20 18:42:53 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-20 18:52:18 -- UltraMario is now known as Justin{UltraMiiBrawler} 2015-03-20 19:21:39 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-20 19:21:39 Testyo Greetings everyone! 2015-03-20 19:22:40 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-20 19:22:40 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-20 19:22:45 Yoshi2_ hhey Testyo & Espyo 2015-03-20 19:22:46 Testyo because we've had a netsplit for like a whole day or so 2015-03-20 19:22:52 -- Yoshi2_ is now known as Yoshi2 2015-03-20 19:24:53 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-20 19:35:00 @Espyo hi 2015-03-20 20:11:49 <-- Justin{UltraMiiBrawler} (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-20 20:28:19 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-20 20:38:24 -- UltraMario is now known as UltraOwtheEdge 2015-03-20 21:00:54 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-20 21:01:04 BetaMaster HI SPARK 2015-03-20 21:03:11 Spark hi betamaster 2015-03-20 21:15:23 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-03-20 21:23:38 UltraOwtheEdge BYE SPARK 2015-03-20 21:34:07 -- UltraOwtheEdge is now known as UltraMario 2015-03-20 21:46:39 <-- Yoshi2 (Yoshi2@dbai-77-32-95-763.netcologne.de) has quit (Quit: Leaving) 2015-03-20 22:50:00 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by Beta2))) 2015-03-20 22:50:06 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-20 23:15:43 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-03-20 23:30:32 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Later everyone!) 2015-03-20 23:31:49 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-20 23:34:02 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-20 23:55:55 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Read error: Connection reset by peer) 2015-03-20 23:56:13 --> Gamefreak75_ (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-03-20 23:56:21 -- Gamefreak75_ is now known as Gamefreak75 2015-03-21 00:09:09 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 00:27:59 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 00:31:04 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 01:23:59 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 01:25:32 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 01:39:58 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 01:43:24 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 02:02:51 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-21 02:04:10 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 02:21:26 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 02:49:13 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 02:52:25 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 03:27:10 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 03:29:55 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 03:51:51 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Quit: nwehehehe) 2015-03-21 03:53:32 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-03-21 05:06:23 -- UltraMario is now known as Justin{UltraMiiSwordfighter{ 2015-03-21 05:06:29 -- Justin{UltraMiiSwordfighter{ is now known as Justin{UltraMiiSwordfighter} 2015-03-21 05:26:35 <-- Justin{UltraMiiSwordfighter} (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 05:26:43 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 05:38:47 -- UltraMario is now known as UltraOwtheEdge 2015-03-21 05:47:35 <-- UltraOwtheEdge (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 05:47:46 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 06:32:40 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 06:34:23 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 06:36:45 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-21 06:38:37 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 06:43:07 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-21 06:43:19 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 08:51:51 --> Yoshi2 (Yoshi2@eypr-72-82-332-809.netcologne.de) has joined #pikipedia 2015-03-21 08:55:51 @J good morning 2015-03-21 08:55:59 @J I feel like I haven't said anything here for ages 2015-03-21 08:56:03 @J so little activity 2015-03-21 08:56:31 Yoshi2 morning J 2015-03-21 08:58:20 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 08:58:29 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 09:05:38 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 09:05:48 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 09:59:17 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 09:59:30 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 10:21:57 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 10:22:11 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 10:57:29 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Read error: Connection reset by peer) 2015-03-21 11:28:31 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 12:39:16 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 12:39:16 Testyo Hey everyone! 2015-03-21 12:40:02 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 12:40:03 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-21 12:43:18 Yoshi2 hey Espyo & Testyo 2015-03-21 12:43:19 Testyo that's why I made the icon! 2015-03-21 12:46:09 @Espyo hi 2015-03-21 12:46:16 @Espyo ...Testyo made the icon so that he could be greeted 2015-03-21 12:46:16 Testyo I believe that's I'm moving 40+ Pikmin with me 2015-03-21 12:46:30 @Espyo check the number on the HUD, Testyo 2015-03-21 12:46:31 Testyo I'm sitting here and regretting staying to hear the solutions to the South 2015-03-21 12:46:40 @Espyo spoilers will do that 2015-03-21 12:55:45 @J hi 2015-03-21 12:55:48 @J just woke up? 2015-03-21 12:56:30 @Espyo mhm 2015-03-21 12:56:32 @Espyo and hi 2015-03-21 12:56:41 @Espyo really wanted to be energized today, to work on the engine 2015-03-21 12:57:10 Yoshi2 I've had a lot of fun working on my new IRC bot 2015-03-21 12:57:39 Yoshi2 on the other hand though, progress on the bms stuff halted almost completely 2015-03-21 12:58:18 @J I accidentally woke up around 6 and couldn't get back to sleep 2015-03-21 12:58:30 @J Yoshi2: you're making an IRC bot too? 2015-03-21 12:59:19 Yoshi2 J: who else is making one? 2015-03-21 13:00:14 @Espyo ouch, J 2015-03-21 13:00:22 @Espyo if I wake up around one hour before time, that's it 2015-03-21 13:00:24 @Espyo but 6? no way 2015-03-21 13:00:50 Yoshi2 I have made one already, but the code of that bot makes me cringe 2015-03-21 13:02:07 Yoshi2 to be expected, considering that it is two years old 2015-03-21 13:04:42 @J Testyo is a bot, right? 2015-03-21 13:04:42 Testyo No. 2015-03-21 13:04:45 @J oh 2015-03-21 13:05:12 Yoshi2 testyo is not a bot 2015-03-21 13:05:12 Testyo and I couldn't call back boom 2015-03-21 13:07:15 Yoshi2 old main loop: https://github.com/RenolY2/Renol-IRC/blob/master/IRCbot.py#L89 2015-03-21 13:07:19 Yoshi2 new main loop: https://github.com/RenolY2/Renol-IRC-rv2/blob/master/irc_bot.py#L27 2015-03-21 13:07:30 @J well now I feel silly 2015-03-21 13:09:16 Yoshi2 still a long way to go until the new bot can do everything the old bot does 2015-03-21 13:15:56 Yoshi2 I'm using yaml for the config file now, and I had a lot of fun trying to figure out how to keep the order of the keys when saving the config file again 2015-03-21 13:16:52 @J what's with your variable casing 2015-03-21 13:16:59 @J I am very sad 2015-03-21 13:17:17 Yoshi2 how so? 2015-03-21 13:17:25 @J it's very inconsistent 2015-03-21 13:17:33 @J randomly snake case/camel case/title case 2015-03-21 13:17:56 @J anyway, you should start using Python 3 instead 2015-03-21 13:17:59 Yoshi2 if you mean the old code, I want to punch my old self too 2015-03-21 13:18:10 @Espyo randomly snake case/camel case/title case 2015-03-21 13:18:22 Yoshi2 but in the new code I've been putting more effort in keeping variable names consistent 2015-03-21 13:18:26 @Espyo that's my life now 2015-03-21 13:18:31 @Espyo the code at my company is like that 2015-03-21 13:18:45 @Espyo it's like watching fireworks that cause a seizure 2015-03-21 13:19:34 @J ours is pretty good at work except for config files 2015-03-21 13:19:52 @J they're mostly JSON, so keys can even have dashes 2015-03-21 13:20:16 @J [13:18:22] Yoshi2 but in the new code I've been putting more effort in keeping variable names consistent 2015-03-21 13:20:22 @J I am still disappointed 2015-03-21 13:20:26 Yoshi2 :< 2015-03-21 13:20:46 @J well, now lunch 2015-03-21 13:21:57 Yoshi2 objects are CamelCase, variables and functions are lower_case 2015-03-21 13:28:57 Yoshi2 so if you have found some specific places in which the variable naming seems inconsistent, I'd take a look at that 2015-03-21 13:30:28 @Espyo any code I write at home is ALWAYS lower_case 2015-03-21 13:30:36 @Espyo not very pretty, but never inconsistent 2015-03-21 13:30:38 @Espyo oh, I lie 2015-03-21 13:30:42 @Espyo constants are CAPS 2015-03-21 13:30:57 @Espyo to my defense, it's the way Allergro uses it 2015-03-21 13:31:05 @Espyo and the founding fathers of C++ 2015-03-21 13:31:41 Yoshi2 not too long ago I read through the entire PEP8, and I've been trying to make my new code more PEP8-like 2015-03-21 13:32:16 @Espyo I read through that for ideas for my company's coding standard 2015-03-21 13:32:18 @Espyo which never took flight 2015-03-21 13:33:25 Yoshi2 one aspect of PEP8 I cannot get behind is the 79 character limit per line 2015-03-21 13:33:52 Yoshi2 not having insanely long lines seems reasonable, but 79 characters is far too low for me 2015-03-21 13:35:17 @Espyo mhm, same 2015-03-21 13:35:30 @Espyo and why something so arbitrary as 79? 2015-03-21 13:35:33 @Espyo do they give a reason? 2015-03-21 13:36:40 Yoshi2 I think it was because of the width limit in terminals 2015-03-21 13:37:03 @Espyo hm 2015-03-21 13:37:12 @Espyo but that's legacy 2015-03-21 13:37:19 Yoshi2 I'm probably wrong 2015-03-21 13:38:09 Yoshi2 https://www.python.org/dev/peps/pep-0008/#maximum-line-length 2015-03-21 13:38:16 Yoshi2 "The limits are chosen to avoid wrapping in editors with the window width set to 80, [...]" 2015-03-21 13:38:44 @Espyo "you know, a common thing" 2015-03-21 13:39:06 @Espyo "specially nowadays, that monitors can span over a thousand pixels in width" 2015-03-21 13:39:12 Yoshi2 yup 2015-03-21 13:39:21 @Espyo because somebody wants to limit themselves with a tiny window, that doesn't mean the rest of the world has to conform 2015-03-21 13:39:23 @Espyo that's ridiculous 2015-03-21 13:39:39 @Espyo sure, maybe you want several windows open, and the coding window has to conform to 80 characters 2015-03-21 13:40:02 @Espyo but when your unlikely decision forces other people to have to rethink their code just to make a line shorter, that's when I draw the line 2015-03-21 13:40:11 @Espyo not to mention that it could risk making code LESS readable just for the sake of it 2015-03-21 13:40:24 Yoshi2 yup 2015-03-21 13:40:30 @Espyo I have some code that spans a single line, and it's perfectly fine to read it in the single line 2015-03-21 13:40:40 @Espyo breaking it in several would just make it seem longer and more drawn-out than it is 2015-03-21 13:40:49 @Espyo that's the problem with standards 2015-03-21 13:40:56 @Espyo there are flaws, somebody else tries a new standard to fix the flaws 2015-03-21 13:40:59 @Espyo and now we have one more standard 2015-03-21 13:41:02 Yoshi2 I think somewhere at the start of the PEP8 it says that it is just an recommendation 2015-03-21 13:41:15 @Espyo hm, makes sense 2015-03-21 13:41:18 Yoshi2 they know following PEP8 word for word is insanity 2015-03-21 13:41:19 @Espyo not like they could force people, anyway 2015-03-21 13:43:00 Yoshi2 theoretically, they could build PEP8 checking directly into python 2015-03-21 13:43:17 @J IRCNetworking, MyConfig, self.ReadThread, etc. are wrong then 2015-03-21 13:43:28 Yoshi2 J: wut 2015-03-21 13:43:37 @Espyo Yoshi2: your code 2015-03-21 13:43:40 @Espyo consistency 2015-03-21 13:43:42 @J 80 is good because then you can view 3 columns side by side 2015-03-21 13:43:46 @J for merges 2015-03-21 13:44:09 @Espyo it's still a pretty limited set of situations 2015-03-21 13:44:28 @J merges are common with multiple developers 2015-03-21 13:44:29 @Espyo why not make all lines span 1 character because somebody could have a broken left/right key, and working up/down keys? 2015-03-21 13:44:47 @Espyo they are, but again, warping your head around your code just to make it 80 2015-03-21 13:44:51 @J at work I do a merge probably once a week or more often 2015-03-21 13:44:51 @Espyo it just causes more harm than good IMO 2015-03-21 13:44:57 @Espyo plus what's the problem with auto word wrap? 2015-03-21 13:45:11 @Espyo brb, lunch 2015-03-21 13:45:21 @J if someone's ever written an auto-word-wrap for code that stays readable, let me know 2015-03-21 13:46:14 @J but yeah, I would say around 100 characters is a fair limit - beyond that lines can get unreadably long 2015-03-21 13:48:16 Yoshi2 maybe I just interpreted this part incorrectly: https://www.python.org/dev/peps/pep-0008/#class-names 2015-03-21 13:50:45 @J yeah, probably, those aren't classes 2015-03-21 13:51:14 @J a class name is the name you use after the 'class' keyword, and that's it 2015-03-21 13:51:27 Yoshi2 they aren't classes, but I thought that if the classes are CamelCase, then why shouldn't the instances of those classes be CamelCase too? 2015-03-21 13:51:44 @J because everything is an instance of a class 2015-03-21 13:52:04 @J a class is a 'type' instance 2015-03-21 13:52:06 Yoshi2 fair enough 2015-03-21 13:53:08 Yoshi2 but that means that almost everything is lower_case /o\ 2015-03-21 13:53:50 @J yeah 2015-03-21 13:53:58 @J easier to type 2015-03-21 13:54:05 @J well...expect for the _ 2015-03-21 13:54:22 @J I think that's easier on a US keyboard though 2015-03-21 13:54:54 Yoshi2 Shift and - 2015-03-21 13:57:21 @J yeah, I mean I think it's where my ' is 2015-03-21 13:57:22 @J maybe? 2015-03-21 13:57:24 @J too lazy to check 2015-03-21 13:57:28 @J near enter 2015-03-21 13:59:59 Yoshi2 on my German keyboard I can push it fairly easily with my right hand 2015-03-21 14:10:13 @Espyo same here 2015-03-21 14:10:21 @Espyo it's right-shift and the key to the left of it 2015-03-21 14:20:26 -- irc: disconnected from server 2015-03-21 14:21:05 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-21 14:21:05 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-21 14:21:05 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-21 14:21:05 -- Channel #pikipedia: 8 nicks (2 ops, 0 voices, 6 normals) 2015-03-21 14:21:05 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-21 14:21:05 -- Mode #pikipedia [+o J] by ChanServ 2015-03-21 14:21:07 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-21 14:31:06 -- irc: disconnected from server 2015-03-21 14:31:45 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-21 14:31:45 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-21 14:31:45 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-21 14:31:45 -- Channel #pikipedia: 8 nicks (2 ops, 0 voices, 6 normals) 2015-03-21 14:31:45 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-21 14:31:45 -- Mode #pikipedia [+o J] by ChanServ 2015-03-21 14:31:47 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-21 14:40:54 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Bye bye everyone!) 2015-03-21 14:42:29 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-21 14:42:37 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 14:42:37 Testyo Hello everyone! 2015-03-21 14:42:52 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 14:42:53 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-21 15:07:33 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Later everyone!) 2015-03-21 15:07:50 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 15:07:51 Testyo Greetings everyone! 2015-03-21 15:08:03 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Read error: Connection reset by peer) 2015-03-21 15:11:33 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 15:11:33 Testyo Greetings everyone! 2015-03-21 15:12:02 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-21 15:12:16 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 15:12:16 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-21 15:13:05 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Client Quit) 2015-03-21 15:13:19 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 15:13:19 Testyo Greetings everyone! 2015-03-21 15:14:02 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Remote host closed the connection) 2015-03-21 15:16:51 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 15:16:51 Testyo Hi everyone! 2015-03-21 15:17:23 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Client Quit) 2015-03-21 15:17:39 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 15:17:39 Testyo Hey everyone! 2015-03-21 15:18:23 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-21 15:19:00 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 15:19:00 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-21 15:44:12 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-21 16:04:38 --> Yoshi2_ (Yoshi2@cuml-89-68-790-67.netcologne.de) has joined #pikipedia 2015-03-21 16:07:43 <-- Yoshi2 (Yoshi2@eypr-72-82-332-809.netcologne.de) has quit (Read error: Operation timed out) 2015-03-21 16:38:59 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-21 16:39:12 Ford4385 Hello everyone 2015-03-21 16:41:14 @Espyo hi 2015-03-21 16:43:10 Ford4385 How are you? 2015-03-21 16:46:22 @Espyo good, you? 2015-03-21 16:46:53 Ford4385 I'm good 2015-03-21 17:41:56 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 17:53:54 Testyo [Pikipedia RC] Piklopedia by GreenPikmin (+44 /* Entries */) http://www.pikminwiki.com/index.php?title=Piklopedia&curid=1108&diff=147515&oldid=147509 2015-03-21 17:55:37 @J I may be crazy: I'm looking into using Ansible to manage my local configuration files and scripts for multiple machines 2015-03-21 17:56:01 @J idea being I git clone my repo then run a script, and it puts all the correct config files in the right place based on the machine 2015-03-21 17:56:21 @Espyo doesn't really sound crazy 2015-03-21 17:56:42 @J eg. only personal machines want the youtube shell aliases 2015-03-21 17:57:06 @J and VMs don't want to set -j makeflag 2015-03-21 17:58:00 @Espyo what in the world are you doing that it involves git, youtube and VMs? 2015-03-21 17:58:16 @J I said my local config files 2015-03-21 17:58:32 @J as in bashrc, ~/bin... 2015-03-21 17:58:56 @J .vimrc 2015-03-21 17:59:29 @J so I have a git repository containing the Ansible definitions 2015-03-21 17:59:40 @J clone it on each computer I use, run the script to generate configs 2015-03-21 17:59:49 @Espyo oh 2015-03-21 18:00:02 @J and the computer might be a VM 2015-03-21 18:32:14 @J noodle explosion 2015-03-21 18:35:31 @Espyo somehow 2015-03-21 18:40:29 @J yep 2015-03-21 18:48:29 -- Yoshi2_ is now known as Yoshi2 2015-03-21 18:57:14 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-21 18:59:16 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-21 19:12:24 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 19:12:24 Testyo Good evening everyone! 2015-03-21 19:12:28 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-21 19:12:28 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-21 19:43:46 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-21 19:44:04 Ford4385 Hallo 2015-03-21 19:44:16 @Espyo hey 2015-03-21 19:44:52 Ford4385 is there anything I can do related to pikmin 3 that requires almost no skill? 2015-03-21 19:45:44 @Espyo [[Category:Articles in need of Pikmin 3 help]] 2015-03-21 19:45:45 Testyo "Category:Articles_in_need_of_Pikmin_3_help" article = http://www.pikminwiki.com/index.php?title=Category:Articles_in_need_of_Pikmin_3_help 2015-03-21 19:45:48 @Espyo that really is the best way to check 2015-03-21 19:46:09 Yoshi2 basic writing skills are recommended 2015-03-21 19:47:32 Ford4385 Obviously 2015-03-21 19:48:00 Ford4385 I mean like no skill of getting things, or taking pictures 2015-03-21 19:49:20 Yoshi2 what do you mean with getting things? 2015-03-21 19:50:09 Ford4385 I mean like glitches, or pictures of certain fruits that I might have already collected 2015-03-21 19:50:18 Ford4385 Because I can't do either 2015-03-21 19:54:48 Yoshi2 taking pictures is not too difficult, you just need to find a website that supports uploading pictures from the Wii U browser 2015-03-21 19:56:47 Yoshi2 and I think it is possible to look at all the fruits you have already collected, unless you want to take a picture of the fruit while it is still in the level 2015-03-21 20:02:07 Ford4385 I forgot the Koppad had a camera feature 2015-03-21 20:02:40 Ford4385 I can upload to Miiverse, go to the miiverse website, download the image, and upload to the wiki 2015-03-21 20:04:11 Yoshi2 there are ways to do it without Miiverse, but that works too 2015-03-21 20:06:50 Ford4385 I dont know 2015-03-21 20:07:42 Yoshi2 well, do you want to know? 2015-03-21 20:19:38 Ford4385 Not really. It probably uses money. Which I have none of 2015-03-21 20:23:25 Yoshi2 I'm not aware of any such service that uses money 2015-03-21 20:24:26 Ford4385 Ok 2015-03-21 20:24:53 Yoshi2 you really just need an image hoster that also works in the wii u browser 2015-03-21 20:25:27 Ford4385 ok 2015-03-21 20:28:21 Yoshi2 I didn't have much success with imgur.com, but postimage.org worked 2015-03-21 20:28:50 Yoshi2 the downside is that you need to remember the url of the image you uploaded 2015-03-21 20:29:32 Yoshi2 unless you register an account on that website, which I didn't do 2015-03-21 20:40:04 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 21:30:16 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 21:50:22 <-- Yoshi2 (Yoshi2@cuml-89-68-790-67.netcologne.de) has quit (Quit: Leaving) 2015-03-21 22:13:45 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 22:13:54 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 22:18:28 --> UltraMario2 (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 22:18:55 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario2))) 2015-03-21 22:19:01 -- UltraMario2 is now known as UltraMario 2015-03-21 22:21:42 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-21 22:24:19 Testyo wait, do you think it's possible to make it wut 2015-03-21 22:25:30 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 22:27:34 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-21 22:27:50 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 22:32:12 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-21 22:32:24 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 22:37:10 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-21 22:37:19 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 22:37:21 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-21 22:37:44 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 23:06:38 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 23:08:50 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 23:23:28 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 23:29:26 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 23:34:17 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-21 23:37:09 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-21 23:58:17 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-22 00:00:07 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Ping timeout: 252 seconds) 2015-03-22 00:03:40 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-22 00:04:25 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-03-22 00:04:28 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Client Quit) 2015-03-22 00:14:55 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-22 00:15:09 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-22 00:18:57 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-22 00:19:21 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-22 00:28:27 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-22 00:32:46 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-22 01:42:36 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-22 01:42:43 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-22 02:45:03 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-22 02:47:47 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-22 03:47:28 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-22 03:47:30 --> UltraMario2 (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-22 03:47:51 -- UltraMario2 is now known as UltraMario 2015-03-22 04:14:43 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-22 04:18:01 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-22 04:33:03 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-22 04:47:31 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-22 05:03:35 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-22 05:04:04 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-22 05:04:45 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-22 05:08:04 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-22 05:09:07 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-22 05:09:25 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-22 05:51:19 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Read error: Operation timed out) 2015-03-22 06:33:01 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-22 07:28:38 --> Yoshi2 (Yoshi2@ghmg-72-37-819-05.netcologne.de) has joined #pikipedia 2015-03-22 10:42:29 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-22 10:42:59 Ford4385 Hello 2015-03-22 10:43:38 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-22 10:43:57 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-22 10:46:07 Yoshi2 morning 2015-03-22 10:48:27 Ford4385 How are you? 2015-03-22 10:50:29 UltraMario omg 2015-03-22 10:50:31 UltraMario hi 2015-03-22 10:50:32 UltraMario :D 2015-03-22 10:50:36 UltraMario wanna play smash 2015-03-22 10:50:41 Ford4385 Hey UltraMario 2015-03-22 10:50:52 Ford4385 I'm doing something, but I'll be done in a sec 2015-03-22 10:51:06 UltraMario ok 2015-03-22 10:51:18 UltraMario im watching a video anyway. :P 2015-03-22 10:51:55 Ford4385 ok 2015-03-22 10:59:31 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-22 11:00:02 Ford4385 Ok,I made the room 2015-03-22 11:14:01 Ford4385 UltraMario, its ready 2015-03-22 11:15:59 UltraMario oh 2015-03-22 11:15:59 UltraMario uh 2015-03-22 11:16:02 UltraMario i forgot 2015-03-22 11:16:02 UltraMario sorry 2015-03-22 11:16:03 UltraMario :< 2015-03-22 11:16:23 Ford4385 ok 2015-03-22 11:16:47 UltraMario hmmmmmmmmmmmmmmmm 2015-03-22 11:16:53 UltraMario let me see if my disc works 2015-03-22 11:17:32 Ford4385 ok 2015-03-22 11:23:36 Ford4385 is it working? 2015-03-22 11:23:37 UltraMario hmmm 2015-03-22 11:23:51 UltraMario sorry i was checking up on my dog :p 2015-03-22 11:23:57 * UltraMario gets distracted a lot... 2015-03-22 11:24:03 Ford4385 Yeah 2015-03-22 11:24:30 UltraMario damn 2015-03-22 11:24:41 UltraMario it sometimes acts funny and says invalid disc 2015-03-22 11:24:41 UltraMario :( 2015-03-22 11:24:59 Ford4385 ok 2015-03-22 11:25:27 UltraMario ill get back to you when i get it to work 2015-03-22 11:26:20 Ford4385 I'm just sitting here in the waiting room 2015-03-22 11:26:28 Ford4385 Killing lumas 2015-03-22 11:36:22 UltraMario sorry 2015-03-22 11:36:29 UltraMario D: 2015-03-22 11:36:45 Ford4385 Does it work? 2015-03-22 11:39:24 UltraMario let me try it 2015-03-22 11:39:33 UltraMario nope 2015-03-22 11:39:51 Ford4385 ok 2015-03-22 11:40:20 UltraMario ill talk to you later, im just gonna watch videos right now. :p 2015-03-22 11:40:21 UltraMario sorry 2015-03-22 11:40:27 Ford4385 ok 2015-03-22 11:53:27 Yoshi2 sorry i was checking up on my dog :p 2015-03-22 11:53:30 Yoshi2 it sometimes acts funny and says invalid disc 2015-03-22 11:54:29 Yoshi2 when reading the messages like that, one might think that the dog acts funny and says invalid disc 2015-03-22 11:55:25 Ford4385 Maybe his dog says invalid disc 2015-03-22 12:39:38 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-22 12:39:38 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-22 12:41:15 Ford4385 Hello espyo 2015-03-22 12:43:17 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-22 12:53:13 @Espyo hi 2015-03-22 12:53:20 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-22 12:53:20 Testyo Hey everyone! 2015-03-22 12:54:24 Ford4385 How are you espyo 2015-03-22 12:58:44 @Espyo good, you? 2015-03-22 12:59:07 Ford4385 I'm good 2015-03-22 13:08:50 Yoshi2 hey Espyo & Testyo 2015-03-22 13:08:50 Testyo and we have no technology to edit that EASILY at the actual president 2015-03-22 13:09:05 @Espyo hi 2015-03-22 13:09:11 @Espyo pfft what 2015-03-22 13:09:15 Ford4385 Testyo with his randomness 2015-03-22 13:09:16 Testyo I've got a ridiculous amount of stuff 2015-03-22 13:09:40 Miles Testyo scares me 2015-03-22 13:09:41 Testyo same around that 2015-03-22 13:09:47 Miles I'm glad you agree 2015-03-22 13:10:17 Ford4385 Testyo can scare me sometimes too 2015-03-22 13:10:17 Testyo i think i find English pronunciation easy 2015-03-22 13:16:13 Ford4385 Well if Testyo can learn english, can he do math? 2015-03-22 13:16:14 Testyo How do I put my Fanon game on the redirected page? 2015-03-22 13:16:37 Yoshi2 Testyo: calc 1+1 2015-03-22 13:16:38 Testyo hm, all right, it can extract szs, but can it extract the same thing, over and over? 2015-03-22 13:16:47 Ford4385 I guess not 2015-03-22 13:17:13 @Espyo nope, he can't 2015-03-22 13:19:32 Ford4385 I figured 2015-03-22 13:25:22 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-22 14:29:55 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-22 14:30:02 Ford4385 Hello 2015-03-22 14:53:40 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-22 15:24:29 Testyo [Pikipedia RC] Rubble by GreenPikmin (-722) http://www.pikminwiki.com/index.php?title=Rubble&curid=1203&diff=147518&oldid=139847 2015-03-22 15:24:30 Testyo [Pikipedia RC] Armored Cannon Larva by GreenPikmin (+710 /* Technical information */) http://www.pikminwiki.com/index.php?title=Armored_Cannon_Larva&curid=110&diff=147519&oldid=146762 2015-03-22 15:24:30 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-22 15:34:32 Testyo [Pikipedia RC] Boulder by GreenPikmin (+13 /* Technical info */) http://www.pikminwiki.com/index.php?title=Boulder&curid=18229&diff=147521&oldid=145283 2015-03-22 15:34:32 Testyo [Pikipedia RC] Pikmin 2 enemy properties... by GreenPikmin (+6) http://www.pikminwiki.com/index.php?title=Pikmin_2_enemy_properties/Page_1&curid=10031&diff=147522&oldid=145288 2015-03-22 15:39:33 Testyo [Pikipedia RC] Pikmin 2 enemy properties... by GreenPikmin (+9) http://www.pikminwiki.com/index.php?title=Pikmin_2_enemy_properties/Page_1&curid=10031&diff=147523&oldid=147522 2015-03-22 15:39:34 Testyo [Pikipedia RC] Pikmin 2 enemy properties... by GreenPikmin (+15) http://www.pikminwiki.com/index.php?title=Pikmin_2_enemy_properties/Page_2&curid=10032&diff=147524&oldid=145290 2015-03-22 15:39:34 Testyo [Pikipedia RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminwiki.com/index.php?title=Special:RecentChanges 2015-03-22 15:44:35 Testyo [Pikipedia RC] Piklopedia by GreenPikmin (-40 /* Others */) http://www.pikminwiki.com/index.php?title=Piklopedia&curid=1108&diff=147527&oldid=147515 2015-03-22 15:44:35 Testyo [Pikipedia RC] Armored Cannon Larva by GreenPikmin (-82 m /* Technical information */) http://www.pikminwiki.com/index.php?title=Armored_Cannon_Larva&curid=110&diff=147528&oldid=147519 2015-03-22 15:46:15 --> FuzzyWuzzy77 (Mibbit@fgff-57-75-905-23.prvdri.fios.verizon.net) has joined #pikipedia 2015-03-22 15:46:32 <-- FuzzyWuzzy77 (Mibbit@fgff-57-75-905-23.prvdri.fios.verizon.net) has quit (Client Quit) 2015-03-22 15:49:36 Testyo [Pikipedia RC] Boulder by GreenPikmin (-13 /* Technical information */) http://www.pikminwiki.com/index.php?title=Boulder&curid=18229&diff=147529&oldid=147521 2015-03-22 16:08:27 Testyo trying to make collisions luadt 2015-03-22 16:09:45 --> Yoshi2_ (Yoshi2@aqev-63-94-920-896.netcologne.de) has joined #pikipedia 2015-03-22 16:12:25 <-- Yoshi2 (Yoshi2@ghmg-72-37-819-05.netcologne.de) has quit (Read error: Operation timed out) 2015-03-22 16:37:03 Miles https://www.youtube.com/watch?v=UvTG7hy_Rzs 2015-03-22 16:39:29 @Espyo that breakdance 2015-03-22 16:41:27 @Espyo I thought the TASvideos thread said that Dolphin still didn't have accurate loading times 2015-03-22 16:41:30 @Espyo making the oob trick impossible 2015-03-22 16:42:58 Miles That OoB trick was found 2 days ago while he was making the TAS 2015-03-22 16:43:12 @Espyo oh 2015-03-22 16:44:20 Miles Dolphin's still a bit faster than it should be but it's much better than it was in the past 2015-03-22 16:45:11 Miles Any issues with OoB specifically applied more to Echoes than Prime 1... Until recently 2015-03-22 16:45:18 @Espyo good to know 2015-03-22 16:45:45 Miles That Frigate trick and a new trick to get a Power Bomb expansion right after Morph Ball wouldn't work without close-to-accurate loads 2015-03-22 16:46:05 @Espyo right 2015-03-22 17:17:41 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-22 17:17:58 Ford4385 Hello 2015-03-22 17:26:16 @Espyo hi 2015-03-22 17:28:40 Ford4385 How are you? 2015-03-22 17:29:09 @Espyo good, you? 2015-03-22 17:30:19 Ford4385 Im bored 2015-03-22 17:31:32 Ford4385 Do you know where the enemy is. I think its like the Calcified crushblat 2015-03-22 17:31:37 Ford4385 Or something like that 2015-03-22 17:32:10 @Espyo the wiki should say all locations 2015-03-22 17:32:15 @Espyo off the top of my head, it's on the Garden of Hope, right? 2015-03-22 17:32:38 Ford4385 We can find out [[Calcified Crushblat]] 2015-03-22 17:32:38 Testyo "Calcified_Crushblat" article = http://www.pikminwiki.com/index.php?title=Calcified_Crushblat 2015-03-22 17:33:04 Ford4385 Tropical wilds 2015-03-22 17:33:20 @Espyo ah right 2015-03-22 17:33:47 Ford4385 Its says its in the tropical wilds, but it doesn't say where. 2015-03-22 17:34:08 Ford4385 And since it only appears once in story, it should say where. 2015-03-22 17:35:02 @Espyo that's why we're trying to make every article have a "locations" section 2015-03-22 17:35:28 Yoshi2_ hmm, should't it be close to the ship's location? 2015-03-22 17:36:09 @Espyo it's not 2015-03-22 17:37:57 Ford4385 Apparently you shouldnt fight armored cannon larvae uphill with blues 2015-03-22 17:44:15 Ford4385 Can you throw bomb rock pikmin, and not have them drop the bombs? 2015-03-22 17:44:53 Ford4385 i guess noty 2015-03-22 17:44:56 Ford4385 *not 2015-03-22 17:46:20 Yoshi2_ you'd just be throwing the bomb 2015-03-22 17:46:24 -- Yoshi2_ is now known as Yoshi2 2015-03-22 17:47:36 Ford4385 I needed to know, so I could get bombrocks up a ledge 2015-03-22 18:03:14 Ford4385 And I just defeated the Calcified Crushblat 2015-03-22 18:17:58 @Espyo depends on the game 2015-03-22 18:18:28 Ford4385 I was playing pikmin 3 2015-03-22 18:34:20 @Espyo not in Pikmin 3, no 2015-03-22 18:42:52 Ford4385 I found that out by almost killing my army 2015-03-22 18:49:55 @Espyo hehe 2015-03-22 18:54:17 Ford4385 Almost 2015-03-22 19:09:26 Ford4385 Espyo, is there a page for like tips and stuff for new players. 2015-03-22 19:09:44 Ford4385 New to the games, not the wiki 2015-03-22 19:10:23 @Espyo we had it, but it never really went anywhere, and was disorganized 2015-03-22 19:10:40 @Espyo right now, the closest thing is just finding the subject you need help on and reading the article 2015-03-22 19:10:42 @Espyo but general tips, no 2015-03-22 19:10:56 @Espyo though we have articles on a lot of things, like whistling and such 2015-03-22 19:13:47 Ford4385 Maybe there should be one 2015-03-22 19:15:58 @Espyo yeah, but there are two problems 2015-03-22 19:16:02 @Espyo for one thing, what would we really add? 2015-03-22 19:16:09 @Espyo second, we're not a strategy guide 2015-03-22 19:16:12 @Espyo having guides in articles, that's okay 2015-03-22 19:16:20 @Espyo but going out of our way to create guide-like articles... 2015-03-22 19:16:25 @Espyo I mean, we have some, mostly for speedruns 2015-03-22 19:16:30 @Espyo but those are a bit more "set in stone" 2015-03-22 19:16:40 @Espyo so they have some encyclopedic value 2015-03-22 19:16:53 @Espyo we could just create one on the Guides: namespace 2015-03-22 19:16:59 @Espyo but still, what would we have there? 2015-03-22 19:18:53 Yoshi2 I'm sure a lot of other people have already written guides about pikmin 3 2015-03-22 19:21:41 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-22 19:23:44 Ford4385 yeah 2015-03-22 20:01:05 Testyo [Pikipedia RC] Fiery Dweevil by Scittery Leaves23 (+917 Behavior, Strategy) http://www.pikminwiki.com/index.php?title=Fiery_Dweevil&curid=489&diff=147535&oldid=137965 2015-03-22 20:03:16 @J my mum's phoned me, and now while I'm on the phone she's started talking to someone else on Skype... 2015-03-22 20:06:07 Testyo [Pikipedia RC] Caustic Dweevil by Scittery Leaves23 (+1009 Behavior, Strategy) http://www.pikminwiki.com/index.php?title=Caustic_Dweevil&curid=302&diff=147536&oldid=145661 2015-03-22 20:11:10 Testyo [Pikipedia RC] Dweevil family by Scittery Leaves23 (+36 m /* Volatile Dweevil */ Third-person objective) http://www.pikminwiki.com/index.php?title=Dweevil_family&curid=604&diff=147537&oldid=145041 2015-03-22 20:11:21 @Espyo multitasking 2015-03-22 20:21:19 Testyo [Pikipedia RC] Munge Dweevil by Scittery Leaves23 (+942 Behavior, Strategy) http://www.pikminwiki.com/index.php?title=Munge_Dweevil&curid=828&diff=147538&oldid=138121 2015-03-22 20:56:29 Testyo [Pikipedia RC] Armored Mawdad by Nvortex (+40 Added content) http://www.pikminwiki.com/index.php?title=Armored_Mawdad&curid=7832&diff=147540&oldid=145485 2015-03-22 20:56:29 Testyo [Pikipedia RC] Armored Mawdad by Nvortex (+1 .) http://www.pikminwiki.com/index.php?title=Armored_Mawdad&curid=7832&diff=147541&oldid=147540 2015-03-22 21:10:02 <-- Yoshi2 (Yoshi2@aqev-63-94-920-896.netcologne.de) has quit (Quit: Leaving) 2015-03-22 21:21:45 --> Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has joined #pikipedia 2015-03-22 21:21:57 Waterpikmin hello espyo and friends! 2015-03-22 21:22:02 @Espyo hi 2015-03-22 21:22:09 Waterpikmin im so bored lol 2015-03-22 21:22:19 Waterpikmin i just ordered something amazing 2015-03-22 21:22:30 @Espyo what is it? 2015-03-22 21:22:39 Waterpikmin the gold mario amiibo 2015-03-22 21:23:09 @Espyo oh, nice 2015-03-22 21:23:24 Waterpikmin im trying to collect every single amiibo out there 2015-03-22 21:23:35 Waterpikmin so lets hope that there will be an olimar 2015-03-22 21:23:48 Waterpikmin i was actually playing olimar a second ago on for glory 2015-03-22 21:23:58 Waterpikmin he was suprisingly ok 2015-03-22 21:24:24 Waterpikmin i can see how someone got in second place with him 2015-03-22 21:25:10 Waterpikmin ? 2015-03-22 21:25:53 Waterpikmin espyo u there? 2015-03-22 21:25:59 @Espyo I'm not really good with Olimar in Smash 2015-03-22 21:26:01 @Espyo also, I've got dinner now 2015-03-22 21:26:03 @Espyo bbs 2015-03-22 21:26:08 Waterpikmin ok! later! 2015-03-22 21:26:17 <-- Waterpikmin (Mibbit@zpxk-936-86-531-74.nwrknj.fios.verizon.net) has quit (Client Quit) 2015-03-22 21:30:07 Ford4385 Hello people 2015-03-22 21:30:11 Ford4385 Who are gone now 2015-03-22 21:51:28 UltraMario hi 2015-03-22 21:54:09 Ford4385 Hey ultramario 2015-03-22 22:57:07 Testyo [Fanon RC] Pikmin 4 (Wii U) by BallsAngus (+103) http://www.pikminfanon.com/index.php?title=Pikmin_4_(Wii_U)&curid=9505&diff=47776&oldid=47775 2015-03-22 22:57:07 Testyo [Fanon RC] Volcanic Island by BallsAngus (+92) http://www.pikminfanon.com/index.php?title=Volcanic_Island&curid=7291&diff=47777&oldid=37730 2015-03-22 22:57:20 Ford4385 The pikmin fanon 2015-03-22 22:57:29 Ford4385 I forgot this showed edits there too 2015-03-22 23:02:47 @Espyo mhm 2015-03-22 23:05:02 Ford4385 Does Pikmin Fanon have a seperate chat, or is it merged with this one? 2015-03-22 23:07:10 Testyo [Fanon RC] Fireworm by BallsAngus (+55) http://www.pikminfanon.com/index.php?title=Fireworm&curid=9511&diff=47778&oldid=47772 2015-03-22 23:07:12 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-22 23:12:12 Testyo [Fanon RC] File:Gallery 4 5 21917.png uploaded by BallsAngus ( The 1st major boss of pikmin 4.) http://www.pikminfanon.com/index.php?title=File:Gallery_4_5_21917.png 2015-03-22 23:12:12 Testyo [Fanon RC] File:Gallery 4 5 21917.png uploaded by BallsAngus http://www.pikminfanon.com/index.php?title=File:Gallery_4_5_21917.png 2015-03-22 23:15:04 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-22 23:16:59 Testyo you can obviously you're from NOE, right? 2015-03-22 23:17:13 Testyo [Fanon RC] Fireworm by BallsAngus (+30) http://www.pikminfanon.com/index.php?title=Fireworm&curid=9511&diff=47781&oldid=47778 2015-03-22 23:22:15 Testyo [Fanon RC] Template:Pikmin 4 (Wii U)... by BallsAngus (+413 N Created page with "{|class="navbox" style="margin: 0 auto 0 auto; padding: 0.2em...) http://www.pikminfanon.com/index.php?title=Template:Pikmin_4_(Wii_U)_Bosses&curid=9513&diff=47782&oldid=0 2015-03-22 23:29:25 UltraMario hi testyo 2015-03-22 23:29:26 Testyo except it's hey 2015-03-22 23:32:18 Testyo [Fanon RC] Fireworm by BallsAngus (+91) http://www.pikminfanon.com/index.php?title=Fireworm&curid=9511&diff=47783&oldid=47781 2015-03-22 23:32:18 Testyo [Fanon RC] Sandworm by BallsAngus (+4) http://www.pikminfanon.com/index.php?title=Sandworm&curid=511&diff=47784&oldid=22477 2015-03-22 23:48:51 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-22 23:52:23 Testyo [Fanon RC] Drenchworm by BallsAngus (+1231 N Created page with " '''Drenchworms''' are a species of enemies common in non-can...) http://www.pikminfanon.com/index.php?title=Drenchworm&curid=9514&diff=47785&oldid=0 2015-03-22 23:57:25 Testyo [Fanon RC] Fireworm by BallsAngus (-59) http://www.pikminfanon.com/index.php?title=Fireworm&curid=9511&diff=47786&oldid=47783 2015-03-23 00:01:47 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 00:07:28 Testyo [Fanon RC] Template:Pikmin 4 by BallsAngus (+320 N Created page with "{|style="padding: 8px; background-color: #007FFF; border: 1px...) http://www.pikminfanon.com/index.php?title=Template:Pikmin_4&curid=9515&diff=47787&oldid=0 2015-03-23 00:07:56 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Bye bye everyone!) 2015-03-23 00:08:07 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-23 01:30:35 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 01:30:54 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 01:36:06 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 01:37:12 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 01:38:42 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-23 01:42:05 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 01:42:56 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 02:09:41 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 02:10:10 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 02:45:48 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 02:46:07 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 02:48:16 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-23 02:48:27 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 02:50:24 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-23 02:57:47 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 03:29:37 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 05:21:34 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-23 05:42:45 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-23 08:03:49 --> Yoshi2 (Yoshi2@wiok-94-32-155-540.netcologne.de) has joined #pikipedia 2015-03-23 08:15:19 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-23 10:00:27 <-- Yoshi2 (Yoshi2@wiok-94-32-155-540.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-23 10:02:44 --> Yoshi2 (Yoshi2@wiok-94-32-155-540.netcologne.de) has joined #pikipedia 2015-03-23 10:40:48 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-23 10:41:22 Ford4385 Hello 2015-03-23 10:48:29 Yoshi2 morning 2015-03-23 10:49:32 Ford4385 Good morning 2015-03-23 14:13:51 Ford4385 z 2015-03-23 14:38:06 --> WikiGuest (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-23 14:38:12 <-- WikiGuest (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-23 15:19:00 --> Yoshi2_ (Yoshi2@ymwa-46-49-657-19.netcologne.de) has joined #pikipedia 2015-03-23 15:22:55 <-- Yoshi2 (Yoshi2@wiok-94-32-155-540.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-23 15:30:28 Ford4385 qqqqq 2015-03-23 15:31:12 Ford4385 jjjjjjjjjjjjjjjjjjjjj 2015-03-23 15:44:42 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 16:06:21 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-23 16:07:48 Ford4385 Hello 2015-03-23 16:21:43 Yoshi2_ good evening 2015-03-23 16:22:59 Ford4385 How are you? 2015-03-23 16:23:25 Yoshi2_ I'm very how, thank you 2015-03-23 16:23:39 Ford4385 Very how? 2015-03-23 16:37:24 Yoshi2_ indeed 2015-03-23 16:37:31 -- Yoshi2_ is now known as Yoshi2 2015-03-23 16:40:26 Ford4385 I dont think thats a feeling 2015-03-23 17:03:45 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-23 17:18:42 Yoshi2 it is a feeling that accurately represents my feelings at every possible moment 2015-03-23 17:19:08 Ford4385 Ok then 2015-03-23 17:28:16 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 17:56:39 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 17:59:04 --> Yoshi2_ (Yoshi2@thmg-60-57-444-096.netcologne.de) has joined #pikipedia 2015-03-23 18:00:46 <-- Yoshi2 (Yoshi2@ymwa-46-49-657-19.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-23 18:01:29 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-23 18:02:34 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-23 18:15:15 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 18:16:44 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 18:54:32 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-23 18:54:32 Testyo Greetings everyone! 2015-03-23 18:55:51 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-23 18:55:51 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-23 18:55:56 Yoshi2_ hey Testyo & Espyo 2015-03-23 18:55:57 Testyo yeah, I mean, we don't really immediately need another bureau 2015-03-23 18:58:45 @Espyo hi 2015-03-23 19:05:12 -- Yoshi2_ is now known as Yoshi2 2015-03-23 19:21:05 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 19:21:16 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 19:26:08 --> BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has joined #pikipedia 2015-03-23 19:48:38 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-23 19:48:52 Ford4385 Hello everyone 2015-03-23 19:54:21 --> UltraMario2 (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 19:55:21 <-- UltraMario2 (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-23 19:55:35 --> UltraMario2 (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 19:57:09 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 20:00:13 -- UltraMario2 is now known as UltraMario 2015-03-23 20:00:52 UltraMario hey espyo, im scared. my smash bros disc isnt working and 2015-03-23 20:00:56 UltraMario i tried using my brother's disc 2015-03-23 20:01:02 UltraMario and that didn't work either 2015-03-23 20:01:02 UltraMario D" 2015-03-23 20:01:09 @Espyo hmm 2015-03-23 20:01:11 @Espyo what's the error? 2015-03-23 20:01:15 UltraMario do you think getting the4 download version would do anything or not? 2015-03-23 20:01:21 UltraMario no error code, it just says invalid disc 2015-03-23 20:01:50 UltraMario also other discs on my wii u work, so im not sure 2015-03-23 20:02:08 UltraMario do you think getting the download version would do anything? 2015-03-23 20:02:36 Ford4385 Try going to your local gamestore 2015-03-23 20:02:44 Ford4385 They should be able to fix it 2015-03-23 20:02:51 Ford4385 Or atleast help 2015-03-23 20:03:12 UltraMario eh, i'm not so sure this is something they can help with 2015-03-23 20:03:29 @Espyo did you clean the disc? 2015-03-23 20:03:35 UltraMario yeah, multiple times 2015-03-23 20:03:36 UltraMario ;_; 2015-03-23 20:03:44 UltraMario my brother's discs works on his wii u 2015-03-23 20:03:46 UltraMario but not on mine 2015-03-23 20:04:15 @Espyo what about your disc? does it work on his? 2015-03-23 20:04:39 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 20:04:59 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 20:05:24 Yoshi2 if your disc works in his console, then this might be an issue with your console 2015-03-23 20:05:28 UltraMario wait 2015-03-23 20:05:35 UltraMario im getting an error code now 2015-03-23 20:05:51 Ford4385 well go to nintendo support and enter the code 2015-03-23 20:06:39 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-23 20:06:51 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 20:14:46 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 20:15:06 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 20:17:01 Ford4385 UltraMario: Have you fixed it? Or got any ideas on how to? 2015-03-23 20:21:17 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 20:22:34 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 20:48:55 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 20:50:05 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 20:50:35 -- UltraMario is now known as UltraMiiGunner 2015-03-23 20:52:11 Ford4385 UltraMiiGunner did you fix smash? 2015-03-23 20:52:28 UltraMiiGunner IT WORKS 2015-03-23 20:52:36 UltraMiiGunner also i'm playing all-star now to finish it once and for all 2015-03-23 20:52:37 UltraMiiGunner :D 2015-03-23 20:52:41 UltraMiiGunner i'll play with you after im done 2015-03-23 20:53:53 --> Shard1 (Mibbit@945-928-066-991.lightspeed.cicril.sbcglobal.net) has joined #pikipedia 2015-03-23 20:53:58 Shard1 Hello guys 2015-03-23 20:55:13 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 20:55:26 Shard1 The chat has been uncooperative the last few times I came on. 2015-03-23 20:55:36 Ford4385 Yeah, that happens 2015-03-23 20:55:39 UltraMario ill play after i beat all-star 2015-03-23 20:56:07 Ford4385 Ok ultram 2015-03-23 20:56:17 Ford4385 *UltraMario 2015-03-23 20:56:21 UltraMario :p 2015-03-23 20:56:36 -- UltraMario is now known as Justin{UltraMiiGunner}} 2015-03-23 20:56:38 -- Justin{UltraMiiGunner}} is now known as Justin{UltraMiiGunner} 2015-03-23 20:56:39 Justin{UltraMiiGunner} dammit 2015-03-23 20:57:21 Ford4385 UltraMiiGunner: what are you doing? 2015-03-23 20:57:37 Justin{UltraMiiGunner} beating all-star with the final character 2015-03-23 20:57:37 Justin{UltraMiiGunner} :D 2015-03-23 20:57:48 <-- UltraMiiGunner (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 21:01:40 Ford4385 Justin{UltraMiiGunner}: How close to finishing are you? 2015-03-23 21:02:04 Justin{UltraMiiGunner} i'm on the 5th stage 2015-03-23 21:02:17 Justin{UltraMiiGunner} shouldnt take too much longer 2015-03-23 21:02:36 <-- Shard1 (Mibbit@945-928-066-991.lightspeed.cicril.sbcglobal.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 21:02:44 Ford4385 Ok, I'll make the room 2015-03-23 21:03:52 Justin{UltraMiiGunner} 6th stage 2015-03-23 21:04:37 Ford4385 im waiting 2015-03-23 21:04:50 Justin{UltraMiiGunner} sorry 2015-03-23 21:05:15 Ford4385 Its ok 2015-03-23 21:06:20 Justin{UltraMiiGunner} last stage and then i beat up credits 2015-03-23 21:06:31 Ford4385 Ok 2015-03-23 21:07:34 <-- Yoshi2 (Yoshi2@thmg-60-57-444-096.netcologne.de) has quit (Quit: Leaving) 2015-03-23 21:07:38 Justin{UltraMiiGunner} yay 2015-03-23 21:07:42 Justin{UltraMiiGunner} now to beat up credits 2015-03-23 21:07:51 Ford4385 Ok, I'll be waiting 2015-03-23 21:09:46 Justin{UltraMiiGunner} k 2015-03-23 21:09:47 Justin{UltraMiiGunner} im ready 2015-03-23 21:10:47 Ford4385 Im waiting 2015-03-23 21:12:10 Justin{UltraMiiGunner} :| 2015-03-23 21:12:12 Ford4385 Victory 2015-03-23 21:12:16 Justin{UltraMiiGunner} that stage is terrible for ike 2015-03-23 21:12:17 Justin{UltraMiiGunner} lol 2015-03-23 21:13:01 Ford4385 Yeah. Thats why it says "Link" cause i made it for link/toon link 2015-03-23 21:13:09 Justin{UltraMiiGunner} oh 2015-03-23 21:13:11 Justin{UltraMiiGunner} sorry 2015-03-23 21:15:39 Justin{UltraMiiGunner} rekt 2015-03-23 21:15:51 Justin{UltraMiiGunner} YOU'LL GET NO SYMPATHY FROM ME 2015-03-23 21:15:52 Ford4385 it was 1 to 1. I almost won 2015-03-23 21:15:52 Justin{UltraMiiGunner} :3 2015-03-23 21:17:42 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 21:17:53 Justin{UltraMiiGunner} rip 2015-03-23 21:18:18 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-23 21:18:27 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-23 21:18:39 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-23 21:18:54 Ford4385 Sorry Justin{UltraMiiGunner}, Chat disconnected 2015-03-23 21:19:14 Justin{UltraMiiGunner} hi 2015-03-23 21:20:11 Testyo [Pikipedia RC] Areas by Squeaks98 (+144 /* Natural */) http://www.pikminwiki.com/index.php?title=Areas&curid=277&diff=147631&oldid=144788 2015-03-23 21:22:20 Ford4385 Win 2015-03-23 21:22:21 Justin{UltraMiiGunner} DAMMIT 2015-03-23 21:22:31 Justin{UltraMiiGunner} didn't mean to use side b 2015-03-23 21:22:32 Justin{UltraMiiGunner} :< 2015-03-23 21:23:04 Justin{UltraMiiGunner} woops 2015-03-23 21:23:06 Justin{UltraMiiGunner} wrong color 2015-03-23 21:23:09 Justin{UltraMiiGunner} brb 2015-03-23 21:23:12 Ford4385 ok 2015-03-23 21:23:22 Justin{UltraMiiGunner} k 2015-03-23 21:23:23 Justin{UltraMiiGunner} back 2015-03-23 21:26:05 Justin{UltraMiiGunner} ;-; 2015-03-23 21:26:32 Ford4385 Dead 2015-03-23 21:28:32 Justin{UltraMiiGunner} yay 2015-03-23 21:28:38 Ford4385 Hax 2015-03-23 21:28:39 Justin{UltraMiiGunner} I FIGHT FOR MY FRIENDS 2015-03-23 21:28:43 Ford4385 Hax 2015-03-23 21:28:53 Justin{UltraMiiGunner} i don't even know how to hack 2015-03-23 21:28:54 Justin{UltraMiiGunner} :( 2015-03-23 21:29:25 <-- Justin{UltraMiiGunner} (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 21:29:36 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 21:30:14 Testyo [Pikipedia RC] Areas by Squeaks98 (+483 /* Natural */) http://www.pikminwiki.com/index.php?title=Areas&curid=277&diff=147632&oldid=147631 2015-03-23 21:30:14 Testyo [Pikipedia RC] Areas by Squeaks98 (+116 /* Man-made */) http://www.pikminwiki.com/index.php?title=Areas&curid=277&diff=147633&oldid=147632 2015-03-23 21:31:13 UltraMario DAMMIT 2015-03-23 21:31:14 Ford4385 Lol 2015-03-23 21:31:22 UltraMario curse you aether 2015-03-23 21:32:01 Ford4385 Haha 2015-03-23 21:36:28 UltraMario yay 2015-03-23 21:36:28 UltraMario :D 2015-03-23 21:36:28 UltraMario i fight for my friends 2015-03-23 21:36:40 Ford4385 If only i got the final smash 2015-03-23 21:36:52 UltraMario :P 2015-03-23 21:40:41 Testyo [Pikipedia RC] Areas by Squeaks98 (+327 /* Man-made */) http://www.pikminwiki.com/index.php?title=Areas&curid=277&diff=147634&oldid=147633 2015-03-23 21:40:41 Testyo [Pikipedia RC] Areas by Squeaks98 (+46 /* Natural */) http://www.pikminwiki.com/index.php?title=Areas&curid=277&diff=147635&oldid=147634 2015-03-23 21:40:49 UltraMario yay 2015-03-23 21:44:59 Ford4385 Hax 2015-03-23 21:45:34 UltraMario you were close 2015-03-23 21:45:34 UltraMario :D 2015-03-23 21:45:34 UltraMario good game 2015-03-23 21:45:34 UltraMario that "music" tho 2015-03-23 21:45:34 UltraMario :p 2015-03-23 21:45:39 UltraMario :( 2015-03-23 21:45:41 UltraMario im sorry 2015-03-23 21:45:42 UltraMario D: 2015-03-23 21:45:46 UltraMario wanna make computers 2015-03-23 21:45:51 UltraMario so we can fight them instea' 2015-03-23 21:45:52 Ford4385 sorry 2015-03-23 21:45:52 UltraMario sorry 2015-03-23 21:45:52 UltraMario D: 2015-03-23 21:45:55 UltraMario ;_; 2015-03-23 21:45:57 UltraMario imma je3rk 2015-03-23 21:45:58 UltraMario :< 2015-03-23 21:46:01 Ford4385 bye 2015-03-23 21:46:04 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 21:46:06 UltraMario okay :( 2015-03-23 21:46:08 UltraMario rage quit 2015-03-23 21:47:34 --> UltraMario2 (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 21:47:50 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario2))) 2015-03-23 21:47:55 -- UltraMario2 is now known as UltraMario 2015-03-23 21:48:13 -- UltraMario is now known as UltraOwtheEdge 2015-03-23 21:59:15 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-23 22:00:47 Testyo [Pikipedia RC] Areas by Squeaks98 (+516 /* Man-made */) http://www.pikminwiki.com/index.php?title=Areas&curid=277&diff=147636&oldid=147635 2015-03-23 22:04:50 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-23 22:05:49 Testyo [Pikipedia RC] Areas by Squeaks98 (+667 /* Natural */) http://www.pikminwiki.com/index.php?title=Areas&curid=277&diff=147637&oldid=147636 2015-03-23 22:06:23 <-- UltraOwtheEdge (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 22:06:33 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 22:08:54 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-23 22:09:07 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 22:14:03 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 22:14:21 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 22:15:34 @Espyo interesting 2015-03-23 22:15:47 @Espyo some of the Bulborb's animations in Pikmin use keyframes only 2015-03-23 22:15:52 @Espyo others use motion 2015-03-23 22:15:53 @Espyo like 2015-03-23 22:15:54 Testyo [Pikipedia RC] Pit by Squeaks98 (+441 /* Pikmin 3 */) http://www.pikminwiki.com/index.php?title=Pit&curid=18253&diff=147638&oldid=146410 2015-03-23 22:16:03 @Espyo on some of them, between 0.0 and 0.1 seconds, there's no difference 2015-03-23 22:16:09 @Espyo and then there could be a pose keyframe on 0.2 2015-03-23 22:16:27 @Espyo if you're playing at like 0.05 speed, you just see it snap from one keyframe to the next 2015-03-23 22:16:34 @Espyo other animations have the motion between them 2015-03-23 22:17:47 UltraMario guys guess what amiibo i got 2015-03-23 22:18:39 @Espyo golden mario 2015-03-23 22:18:40 @Espyo you said 2015-03-23 22:19:10 UltraMario no 2015-03-23 22:19:11 UltraMario lol 2015-03-23 22:19:13 UltraMario sonic 2015-03-23 22:19:20 UltraMario i gave him the black alternate costume 2015-03-23 22:19:26 UltraMario and named him OwtheEdge 2015-03-23 22:19:27 UltraMario ;) 2015-03-23 22:20:56 Testyo [Pikipedia RC] Pit by Squeaks98 (+183 /* Pikmin */) http://www.pikminwiki.com/index.php?title=Pit&curid=18253&diff=147639&oldid=147638 2015-03-23 22:27:23 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 22:27:43 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 22:28:57 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-23 22:29:09 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 22:41:03 Testyo [Pikipedia RC] Buried Pond by Squeaks98 (+543 /* Gallery */) http://www.pikminwiki.com/index.php?title=Buried_Pond&curid=16379&diff=147640&oldid=144370 2015-03-23 22:41:04 Testyo [Pikipedia RC] Buried Pond by Squeaks98 (0 /* Gallery */) http://www.pikminwiki.com/index.php?title=Buried_Pond&curid=16379&diff=147641&oldid=147640 2015-03-23 22:41:27 --> UltraMario2 (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 22:41:49 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by UltraMario2))) 2015-03-23 22:41:54 -- UltraMario2 is now known as UltraMario 2015-03-23 22:46:26 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 22:46:45 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 22:49:28 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-23 22:51:47 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 22:58:57 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 22:59:08 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 23:02:11 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-23 23:04:19 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 23:16:29 Testyo [Pikipedia RC] Fire geyser by Squeaks98 (+66 /* Gallery */) http://www.pikminwiki.com/index.php?title=Fire_geyser&curid=18200&diff=147642&oldid=145784 2015-03-23 23:19:26 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-23 23:19:56 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-23 23:21:46 Testyo [Pikipedia RC] Category talk:Harmless en... by Ford4385 (+212 m) http://www.pikminwiki.com/index.php?title=Category_talk:Harmless_enemies&curid=18390&diff=147643&oldid=146616 2015-03-24 00:02:07 Testyo [Fanon RC] Silver Lake by BallsAngus (+647) http://www.pikminfanon.com/index.php?title=Silver_Lake&curid=9521&diff=47817&oldid=47812 2015-03-24 00:02:08 Testyo [Fanon RC] Silver Lake by BallsAngus (+62) http://www.pikminfanon.com/index.php?title=Silver_Lake&curid=9521&diff=47818&oldid=47817 2015-03-24 00:03:39 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-24 00:03:52 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-24 00:38:05 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-24 01:06:31 --> UltraMario2 (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-24 01:06:49 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-24 01:08:25 -- UltraMario2 is now known as UltraMario 2015-03-24 01:13:47 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-24 01:14:05 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-24 01:22:21 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-24 01:22:35 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-24 01:25:35 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-24 01:25:44 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-24 01:38:25 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-24 01:59:02 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-24 02:47:01 <-- BetaMaster (BetaMaster@a-195-01-515-008.hsd7.pa.comcast.net) has quit (Quit: jhi) 2015-03-24 04:49:46 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Ping timeout: 252 seconds) 2015-03-24 05:02:26 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-24 05:47:13 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Read error: Connection reset by peer) 2015-03-24 05:47:33 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-24 05:52:51 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Read error: Connection reset by peer) 2015-03-24 05:53:05 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-24 06:21:14 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Ping timeout: 252 seconds) 2015-03-24 08:01:24 --> Yoshi2 (Yoshi2@qwqt-94-32-152-122.netcologne.de) has joined #pikipedia 2015-03-24 10:53:58 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-24 12:13:01 <-- Yoshi2 (Yoshi2@qwqt-94-32-152-122.netcologne.de) has quit (Read error: Operation timed out) 2015-03-24 12:13:06 --> Yoshi2 (Yoshi2@bsiy-53-76-560-178.netcologne.de) has joined #pikipedia 2015-03-24 12:49:48 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-24 12:50:02 Ford4385 Hello everyone 2015-03-24 12:54:19 Yoshi2 good day 2015-03-24 12:54:40 Ford4385 Good day to you 2015-03-24 12:59:01 Ford4385 Are you still feeling very? 2015-03-24 13:01:04 Yoshi2 sure 2015-03-24 13:01:10 Ford4385 ok 2015-03-24 13:10:59 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-24 13:43:15 <-- Yoshi2 (Yoshi2@bsiy-53-76-560-178.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-24 13:44:16 --> Yoshi2 (Yoshi2@oxni-96-94-641-165.netcologne.de) has joined #pikipedia 2015-03-24 14:19:48 --> Yoshi2_ (Yoshi2@pzrq-03-20-024-078.netcologne.de) has joined #pikipedia 2015-03-24 14:22:29 <-- Yoshi2 (Yoshi2@oxni-96-94-641-165.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-24 15:17:04 --> Ford4385 (Mibbit@akni-971-034-630-903.sip.gnv.bellsouth.net) has joined #pikipedia 2015-03-24 15:17:52 Ford4385 Hello everyone 2015-03-24 15:18:46 Yoshi2_ good day 2015-03-24 15:19:06 Ford4385 Good day to you 2015-03-24 16:39:55 --> Yoshi2__ (Yoshi2@avja-70-25-897-84.netcologne.de) has joined #pikipedia 2015-03-24 16:41:09 <-- Yoshi2__ (Yoshi2@avja-70-25-897-84.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-24 16:42:14 --> Yoshi2__ (Yoshi2@kpxh-63-49-857-418.netcologne.de) has joined #pikipedia 2015-03-24 16:43:07 <-- Yoshi2_ (Yoshi2@pzrq-03-20-024-078.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-24 17:18:58 Ford4385 1 2015-03-24 17:33:48 <-- Ford4385 (Mibbit@akni-971-034-630-903.sip.gnv.bellsouth.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-24 18:45:47 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-24 18:45:48 Testyo Good evening everyone! 2015-03-24 18:46:49 -- Yoshi2__ is now known as Yoshi2 2015-03-24 18:46:56 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-24 18:46:56 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-24 18:52:22 Yoshi2 hey Espyo & Testyo 2015-03-24 18:52:23 Testyo while seeing pikmin of different colours would be fun, I do it before the live update comes out?! 2015-03-24 19:01:31 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-24 19:01:31 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-24 19:01:43 @PikFan hi 2015-03-24 19:02:20 @PikFan a few days ago I decided to record myself playing Pikmin 2 with my iPad 2015-03-24 19:02:33 @PikFan ...I never knew how loud I mashed my buttons 2015-03-24 19:04:49 @PikFan playing Pikmin 3 again 2015-03-24 19:04:59 @PikFan trying a 14 day run 2015-03-24 19:05:08 @PikFan 15 days is my best 2015-03-24 19:05:12 @PikFan ...I think 2015-03-24 19:05:17 @PikFan been a while 2015-03-24 19:05:25 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-24 19:07:10 Yoshi2 hey PikFan & UltraMario 2015-03-24 19:07:49 @PikFan hi 2015-03-24 19:15:34 @Espyo hi 2015-03-24 19:15:40 @Espyo hehe 2015-03-24 19:15:48 @Espyo some gameplay videos have really loud controller clacking, yeah 2015-03-24 19:16:12 @PikFan I need to get a capture card 2015-03-24 19:16:17 @PikFan but moneeeeeeeeey 2015-03-24 19:17:10 @Espyo yep 2015-03-24 19:17:15 @PikFan ...wait, I just completely forgot what I was doing in the Distant Tundra—oh wait 2015-03-24 19:17:31 @PikFan I need to get those corpses for yellow Pikmin 2015-03-24 19:18:35 @PikFan ...how weird 2015-03-24 19:19:08 @PikFan you know that stump in the Distant Tundra with the Dapper Blob on it? 2015-03-24 19:19:38 @PikFan I had Brittany standing right next to it, tried to Go here! to the Drake 2015-03-24 19:19:50 @PikFan and the path went right through the stump 2015-03-24 19:19:55 @PikFan she wasn't even on it 2015-03-24 19:23:40 Yoshi2 my dream has always been to get a decent capture card 2015-03-24 19:25:59 --> BetaMaster (BetaMaster@n-907-82-57-96.hsd9.pa.comcast.net) has joined #pikipedia 2015-03-24 19:27:46 @Espyo I don't recall the stump 2015-03-24 19:28:18 @PikFan it's next to the pot with the Burgeoning Spiderwort 2015-03-24 19:28:33 @Espyo next to a bamboo gate? 2015-03-24 19:28:53 @PikFan yeah 2015-03-24 19:30:21 @Espyo how weird 2015-03-24 19:30:24 @Espyo hmmmm 2015-03-24 19:30:28 @Espyo we should add that to the wiki some time 2015-03-24 19:30:56 @PikFan probably because you can throw leaders onto the stump 2015-03-24 19:31:22 @Espyo I'm not really visualizing it 2015-03-24 19:31:32 @Espyo but I'll put it on my TODO to take a closer look when I next start the game 2015-03-24 19:31:36 @Espyo oh, I got the short movies, btw 2015-03-24 19:32:12 @PikFan nice 2015-03-24 19:32:18 @PikFan do you like them? 2015-03-24 19:32:35 @Espyo mhm 2015-03-24 19:32:37 @Espyo they're so charming 2015-03-24 19:32:39 @Espyo dammit, I love 'em 2015-03-24 19:32:52 @PikFan indeed 2015-03-24 19:32:59 @PikFan they should make more of them 2015-03-24 19:33:24 @Espyo I thought that all throughout 2015-03-24 19:33:43 @PikFan THIS stump: http://www.pikminwiki.com/images/e/ef/Dapper_Blob_Distant_Tundra.jpg 2015-03-24 19:34:39 @Espyo right, I was thinking that one 2015-03-24 19:34:44 @Espyo but then you said you could throw leaders at it 2015-03-24 19:34:49 @Espyo and I figured it couldn't be 2015-03-24 19:34:53 @PikFan that ramp to the left 2015-03-24 19:35:03 @Espyo isn't it slidey? 2015-03-24 19:35:13 @PikFan I don't think so, no 2015-03-24 19:35:29 @PikFan I think it's the one to the right 2015-03-24 19:35:48 @Espyo oh yeah 2015-03-24 19:35:48 @PikFan anyway, Brittany was standing next to the edge of the ramp 2015-03-24 19:36:09 @PikFan game must've thought she was on the ramp 2015-03-24 19:36:47 UltraMario hi pikfan 2015-03-24 19:36:51 UltraMario did you get smash bros yet 2015-03-24 19:36:58 @Espyo mhm 2015-03-24 19:37:09 @PikFan hi UltraMario 2015-03-24 19:37:11 UltraMario yayyyyyyyyyyyy 2015-03-24 19:37:13 UltraMario o 2015-03-24 19:37:24 @PikFan I did, but I never play it 2015-03-24 19:38:06 @PikFan it's just not my thing 2015-03-24 19:38:22 UltraMario ;-; 2015-03-24 19:38:46 @PikFan I tried it, but things went horribly 2015-03-24 19:39:00 @PikFan why are there so many combinations 2015-03-24 19:39:20 @Espyo it's meant to 2015-03-24 19:39:28 @Espyo you need to start off easy, though 2015-03-24 19:39:33 @Espyo no items, pick just one character 2015-03-24 19:39:35 @Espyo and just use them 2015-03-24 19:39:41 @Espyo just see what inputs do what 2015-03-24 19:39:47 @Espyo and you'll start getting the core of the game 2015-03-24 19:39:49 @Espyo after that, just explore 2015-03-24 19:39:56 @Espyo and remember that this game isn't meant to be taken seriously 2015-03-24 19:39:58 @PikFan right, I was doing that 2015-03-24 19:40:01 @PikFan but 2015-03-24 19:40:05 @PikFan complicated 2015-03-24 19:40:11 @Espyo like, the goal of the game really is to just have everybody flying everywhere with explosions and items 2015-03-24 19:45:37 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-24 19:47:28 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-24 19:47:29 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-24 19:59:28 <-- BetaMaster (BetaMaster@n-907-82-57-96.hsd9.pa.comcast.net) has quit (Quit: jhi) 2015-03-24 20:02:54 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-24 20:14:39 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-24 20:31:53 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-24 20:42:48 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-24 21:27:27 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-24 21:27:30 <-- Yoshi2 (Yoshi2@kpxh-63-49-857-418.netcologne.de) has quit (Quit: Leaving) 2015-03-24 21:39:29 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-24 21:46:30 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-24 22:16:05 --> BetaMaster (BetaMaster@q-645-01-027-603.hsd2.pa.comcast.net) has joined #pikipedia 2015-03-24 22:33:44 <-- BetaMaster (BetaMaster@q-645-01-027-603.hsd2.pa.comcast.net) has quit (Quit: jhi) 2015-03-24 22:43:44 Testyo I STILL DON'T KNOW COPY IF YOU NEED TO 2015-03-24 23:14:11 Testyo [Fanon RC] Silver Lake by BallsAngus (+10) http://www.pikminfanon.com/index.php?title=Silver_Lake&curid=9521&diff=47854&oldid=47852 2015-03-24 23:29:18 Testyo [Fanon RC] Template:P4M by BallsAngus (+1083 N Created page with "{|class="navbox" style="margin: 0 auto 0 auto; padding: 0.2em...) http://www.pikminfanon.com/index.php?title=Template:P4M&curid=9526&diff=47855&oldid=0 2015-03-24 23:29:18 Testyo [Fanon RC] Volcanic Island by BallsAngus (+28) http://www.pikminfanon.com/index.php?title=Volcanic_Island&curid=7291&diff=47856&oldid=47777 2015-03-24 23:29:18 Testyo [Fanon RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminfanon.com/index.php?title=Special:RecentChanges 2015-03-24 23:39:25 Testyo [Fanon RC] Volcanic Island by BallsAngus (+309) http://www.pikminfanon.com/index.php?title=Volcanic_Island&curid=7291&diff=47858&oldid=47857 2015-03-24 23:39:25 Testyo [Fanon RC] File:Volcanic Island.png uploaded by BallsAngus http://www.pikminfanon.com/index.php?title=File:Volcanic_Island.png 2015-03-24 23:44:30 Testyo [Fanon RC] Volcanic Island by BallsAngus (+249) http://www.pikminfanon.com/index.php?title=Volcanic_Island&curid=7291&diff=47860&oldid=47858 2015-03-25 00:04:50 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Bye bye everyone!) 2015-03-25 00:05:43 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-25 01:07:59 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-25 07:08:24 --> Yoshi2 (Yoshi2@rypm-44-37-614-040.netcologne.de) has joined #pikipedia 2015-03-25 09:12:18 --> Yoshi2_ (Yoshi2@jntz-72-32-02-193.netcologne.de) has joined #pikipedia 2015-03-25 09:14:01 <-- Yoshi2_ (Yoshi2@jntz-72-32-02-193.netcologne.de) has quit (Client Quit) 2015-03-25 09:14:23 <-- Yoshi2 (Yoshi2@rypm-44-37-614-040.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-25 09:14:34 --> Yoshi2_ (Yoshi2@jntz-72-32-02-193.netcologne.de) has joined #pikipedia 2015-03-25 10:21:30 <-- Yoshi2_ (Yoshi2@jntz-72-32-02-193.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-25 11:02:05 --> Yoshi2 (Yoshi2@kknn-01-68-042-424.netcologne.de) has joined #pikipedia 2015-03-25 11:39:16 <-- Yoshi2 (Yoshi2@kknn-01-68-042-424.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-25 11:49:08 <-- Miles (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has quit (Read error: Connection reset by peer) 2015-03-25 11:49:50 --> Miles (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has joined #pikipedia 2015-03-25 12:17:17 --> Yoshi2 (Yoshi2@czwf-32-06-160-36.netcologne.de) has joined #pikipedia 2015-03-25 12:53:37 --> Yoshi2_ (Yoshi2@lrgz-99-82-655-53.netcologne.de) has joined #pikipedia 2015-03-25 12:56:58 <-- Yoshi2 (Yoshi2@czwf-32-06-160-36.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-25 13:01:27 --> Yoshi2__ (Yoshi2@yrbk-18-94-807-73.netcologne.de) has joined #pikipedia 2015-03-25 13:02:22 <-- Yoshi2__ (Yoshi2@yrbk-18-94-807-73.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-25 13:02:42 <-- Yoshi2_ (Yoshi2@lrgz-99-82-655-53.netcologne.de) has quit (Read error: Operation timed out) 2015-03-25 13:52:38 --> Yoshi2 (Yoshi2@igkc-72-32-333-999.netcologne.de) has joined #pikipedia 2015-03-25 14:04:45 --> Yoshi2_ (Yoshi2@sayj-01-63-928-406.netcologne.de) has joined #pikipedia 2015-03-25 14:06:16 <-- Yoshi2 (Yoshi2@igkc-72-32-333-999.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-25 14:31:34 <-- Yoshi2_ (Yoshi2@sayj-01-63-928-406.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-25 14:32:13 --> Yoshi2 (Yoshi2@lmrq-75-75-349-93.netcologne.de) has joined #pikipedia 2015-03-25 14:43:40 <-- Yoshi2 (Yoshi2@lmrq-75-75-349-93.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-25 14:55:56 --> Yoshi2 (Yoshi2@dbvy-58-76-566-542.netcologne.de) has joined #pikipedia 2015-03-25 15:14:57 --> Yoshi2_ (Yoshi2@jijf-34-68-745-724.netcologne.de) has joined #pikipedia 2015-03-25 15:17:09 --> Yoshi2__ (Yoshi2@wija-75-20-802-358.netcologne.de) has joined #pikipedia 2015-03-25 15:17:13 <-- Yoshi2 (Yoshi2@dbvy-58-76-566-542.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-25 15:19:35 <-- Yoshi2_ (Yoshi2@jijf-34-68-745-724.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-25 15:33:01 <-- Yoshi2__ (Yoshi2@wija-75-20-802-358.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-25 15:58:03 --> Yoshi2 (Yoshi2@rdeq-06-63-582-88.netcologne.de) has joined #pikipedia 2015-03-25 16:51:43 --> Yoshi2_ (Yoshi2@hjlj-68-44-304-383.netcologne.de) has joined #pikipedia 2015-03-25 16:52:32 <-- Yoshi2 (Yoshi2@rdeq-06-63-582-88.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-25 17:07:46 <-- Miles (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has quit (Ping timeout: 245 seconds) 2015-03-25 17:09:01 --> Miles (Miles@w-18-3-19-639.hsd7.ga.comcast.net) has joined #pikipedia 2015-03-25 17:13:24 <-- Yoshi2_ (Yoshi2@hjlj-68-44-304-383.netcologne.de) has quit (Quit: Leaving) 2015-03-25 17:19:28 --> Yoshi2 (Yoshi2@xpcr-32-56-273-62.netcologne.de) has joined #pikipedia 2015-03-25 18:05:00 <-- Yoshi2 (Yoshi2@xpcr-32-56-273-62.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-25 18:05:37 --> Yoshi2 (Yoshi2@ymrv-65-52-498-04.netcologne.de) has joined #pikipedia 2015-03-25 18:08:30 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-25 18:09:01 <-- Yoshi2 (Yoshi2@ymrv-65-52-498-04.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-25 18:09:33 --> Yoshi2 (Yoshi2@nqeq-46-94-627-197.netcologne.de) has joined #pikipedia 2015-03-25 18:12:46 --> Yoshi2_ (Yoshi2@edzg-41-94-191-765.netcologne.de) has joined #pikipedia 2015-03-25 18:14:02 <-- Yoshi2_ (Yoshi2@edzg-41-94-191-765.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-25 18:14:35 --> Yoshi2_ (Yoshi2@avok-60-01-958-67.netcologne.de) has joined #pikipedia 2015-03-25 18:16:31 <-- Yoshi2 (Yoshi2@nqeq-46-94-627-197.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-25 18:45:51 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-25 18:45:52 Testyo Hello everyone! 2015-03-25 18:46:55 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-25 18:46:56 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-25 18:47:41 Yoshi2_ hey Testyo & Espyo 2015-03-25 18:47:42 Testyo but I'm now passing them from our informal memos to say 2015-03-25 18:47:49 -- UltraMario is now known as Valentina[UltraMario]|Garrys_M 2015-03-25 18:48:15 -- Valentina[UltraMario]|Garrys_M is now known as Valentina[UltraMario]|GMod 2015-03-25 18:50:57 @Espyo hi 2015-03-25 18:52:03 Yoshi2_ Valentina[UltraMario]|GMod: what's with you and your very long names? :s 2015-03-25 18:53:25 Valentina[UltraMario]|GMod :P 2015-03-25 18:53:28 Valentina[UltraMario]|GMod well 2015-03-25 18:53:33 Valentina[UltraMario]|GMod i'd be ultragarry's mod but 2015-03-25 18:53:37 Valentina[UltraMario]|GMod valentina is my steam name 2015-03-25 18:53:52 Valentina[UltraMario]|GMod and no one would know who i was, so i included ultramario in my name 2015-03-25 18:53:55 Valentina[UltraMario]|GMod and the game i was playing 2015-03-25 18:55:38 -- Yoshi2_ is now known as Yoshi2 2015-03-25 18:56:17 Yoshi2 is it important that other people can see your steam name? 2015-03-25 18:56:51 Valentina[UltraMario]|GMod well sort of, i guess? 2015-03-25 18:56:52 Valentina[UltraMario]|GMod idk 2015-03-25 18:56:57 Valentina[UltraMario]|GMod i can change my nick if you want 2015-03-25 18:56:58 Valentina[UltraMario]|GMod :P 2015-03-25 18:57:16 Yoshi2 I'd assume that one name other people know you by would be enough :P 2015-03-25 18:57:26 Valentina[UltraMario]|GMod ok 2015-03-25 18:57:39 -- Valentina[UltraMario]|GMod is now known as UltraGarrysMod 2015-03-25 19:14:26 <-- J (J@f-771.cust-91586.ip.static.uno.uk.net) has quit (Ping timeout: 265 seconds) 2015-03-25 19:14:26 -- irc: disconnected from server 2015-03-25 19:14:39 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-25 19:14:39 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-25 19:14:39 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-25 19:14:39 -- Channel #pikipedia: 8 nicks (2 ops, 0 voices, 6 normals) 2015-03-25 19:14:39 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-25 19:14:39 -- Mode #pikipedia [+o J] by ChanServ 2015-03-25 19:14:42 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-25 19:19:49 <-- UltraGarrysMod (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-25 19:29:20 --> BetaMaster (BetaMaster@n-907-82-57-96.hsd9.pa.comcast.net) has joined #pikipedia 2015-03-25 19:33:32 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-25 19:33:32 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-25 19:33:50 @PikFan hi 2015-03-25 19:34:02 <-- BetaMaster (BetaMaster@n-907-82-57-96.hsd9.pa.comcast.net) has quit (Quit: jhi) 2015-03-25 19:34:13 @PikFan so last night I was reading these old logs of our channel 2015-03-25 19:34:24 @PikFan came across something...rather entertaining 2015-03-25 19:34:31 Yoshi2 hey PikFan 2015-03-25 19:34:41 @PikFan involved J dropping a sweet on the floor and it exploding 2015-03-25 19:34:41 Yoshi2 something more entertaining than what testyo has to offer? 2015-03-25 19:34:42 Testyo it's mostly for hours ago 2015-03-25 19:34:49 @PikFan ...aaaaaaand I can't find it 2015-03-25 19:35:00 Yoshi2 ah, I remember that 2015-03-25 19:35:08 @PikFan sadly, yes 2015-03-25 19:35:27 @J . 2015-03-25 19:35:45 @PikFan . 2015-03-25 19:35:56 Yoshi2 that wasn't even that long ago 2015-03-25 19:36:05 @J very sad though 2015-03-25 19:36:08 @PikFan hmm 2015-03-25 19:36:09 Yoshi2 1st of march, if I'm not mistaken 2015-03-25 19:36:10 Testyo 1 st = 6.3503 kg / 14 lb / 224 oz 2015-03-25 19:36:22 @PikFan oh, really? 2015-03-25 19:36:31 @PikFan could've sworn it was last year 2015-03-25 19:36:36 @PikFan I must be crazy 2015-03-25 19:36:43 Yoshi2 Mar 01 14:06:23 I dropped a sweet on the floor 2015-03-25 19:37:15 @PikFan ...oh 2015-03-25 19:37:31 @PikFan for some reason I thought it was March 2014, not 15 2015-03-25 19:37:34 @PikFan meh 2015-03-25 19:39:11 @J hey, looks like my auto-logs-uploader is still going 2015-03-25 19:39:14 @J so that's a thing 2015-03-25 19:43:03 -- irc: disconnected from server 2015-03-25 19:43:30 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-25 19:43:30 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-25 19:43:30 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-25 19:43:30 -- Channel #pikipedia: 8 nicks (3 ops, 0 voices, 5 normals) 2015-03-25 19:43:30 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-25 19:43:30 -- Mode #pikipedia [+o J] by ChanServ 2015-03-25 19:43:32 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-25 19:43:40 --> BetaMaster (BetaMaster@n-907-82-57-96.hsd9.pa.comcast.net) has joined #pikipedia 2015-03-25 19:43:47 @PikFan oh, I didn't even notice you died, J 2015-03-25 19:45:01 @J sad 2015-03-25 19:45:24 @PikFan quite 2015-03-25 19:46:13 @PikFan 12:42 Yoshi2 win8 tablets is where the future is 2015-03-25 19:46:24 @PikFan you mean win10 tablets 2015-03-25 19:46:45 @PikFan because win10 should be better than 8 2015-03-25 19:47:03 @PikFan also Holocene 2015-03-25 19:47:11 @PikFan *HoloLens 2015-03-25 19:47:13 @PikFan ... 2015-03-25 19:48:55 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-25 19:49:55 @PikFan racing now 2015-03-25 19:54:40 Yoshi2 PikFan: well, you understood what I mean 2015-03-25 19:55:27 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-25 20:03:11 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-25 20:03:26 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-25 20:06:18 --> T3 (T3@21-92-364-722.cable.teksavvy.com) has joined #pikipedia 2015-03-25 20:43:24 <-- BetaMaster (BetaMaster@n-907-82-57-96.hsd9.pa.comcast.net) has quit (Quit: jhi) 2015-03-25 21:11:42 -- UltraMario is now known as UltraOwtheEdge 2015-03-25 21:26:16 <-- Yoshi2 (Yoshi2@avok-60-01-958-67.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-25 21:36:04 --> Yoshi2 (Yoshi2@rdzl-65-07-940-405.netcologne.de) has joined #pikipedia 2015-03-25 21:37:23 <-- Yoshi2 (Yoshi2@rdzl-65-07-940-405.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-25 21:37:55 --> Yoshi2 (Yoshi2@yrbp-70-75-800-363.netcologne.de) has joined #pikipedia 2015-03-25 21:45:08 <-- Yoshi2 (Yoshi2@yrbp-70-75-800-363.netcologne.de) has quit (Quit: Leaving) 2015-03-25 22:18:55 <-- UltraOwtheEdge (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-25 22:21:38 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-25 23:11:37 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-25 23:14:37 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-25 23:33:07 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-25 23:33:07 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-25 23:34:03 @PikFan I can't understand why Mibbit disconnects if the iPad shuts off 2015-03-25 23:34:30 @PikFan that is, when the screen goes black but it's still on 2015-03-25 23:34:49 @PikFan sleep? 2015-03-25 23:34:55 @PikFan can't put a word on it 2015-03-25 23:36:05 @Espyo it disables the wifi, I think 2015-03-25 23:37:00 @PikFan hmm 2015-03-25 23:39:56 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-25 23:41:53 @PikFan too many shells 2015-03-25 23:43:02 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-25 23:43:04 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Client Quit) 2015-03-25 23:46:02 @PikFan hmm, does anyone have Mario Kart 8? 2015-03-25 23:46:08 @PikFan ...almost wrote Matio 2015-03-25 23:49:42 @Espyo I do 2015-03-25 23:49:56 @PikFan ah, nice 2015-03-25 23:50:08 @Espyo I rarely play it 2015-03-25 23:50:18 @Espyo somehow I got 2nd place on a tourney at Comic-Con, in December 2015-03-25 23:50:20 @Espyo with no practice 2015-03-25 23:50:25 @Espyo too much Mario Kart Wii, I guess *shrug* 2015-03-25 23:50:30 @PikFan heh 2015-03-25 23:50:42 @PikFan Too busy? 2015-03-25 23:51:01 @Espyo pretty much 2015-03-25 23:53:16 @PikFan huh 2015-03-25 23:53:40 @PikFan I usually look at the map to watch for blue shells 2015-03-25 23:53:47 @PikFan this race I forgot to 2015-03-25 23:53:56 @PikFan blue shell hits 2015-03-25 23:54:20 @PikFan this always happens 2015-03-25 23:54:42 @PikFan gah, not Donut Land 2015-03-25 23:56:55 @PikFan hahahahah 2015-03-25 23:57:09 @PikFan this guy was in 1st, me 2nd 2015-03-25 23:57:10 Testyo 1 st = 6.3503 kg / 14 lb / 224 oz 2015-03-25 23:57:21 @PikFan hits something, backs up 2015-03-25 23:57:23 @PikFan ... 2015-03-25 23:57:38 @PikFan what? random ellipsis 2015-03-25 23:57:47 @PikFan anyway, I became 1st 2015-03-25 23:57:48 Testyo 1 st = 6.3503 kg / 14 lb / 224 oz 2015-03-25 23:58:05 @Espyo hehe 2015-03-25 23:58:12 @Espyo oh, at least you got first now 2015-03-25 23:58:18 @Espyo okay, time to sleep 2015-03-25 23:58:20 @Espyo see you tomorrow 2015-03-25 23:58:24 @PikFan bye 2015-03-25 23:58:54 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-25 23:59:11 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-26 00:03:58 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-26 00:04:38 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-26 00:04:38 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-26 00:04:44 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Client Quit) 2015-03-26 00:06:57 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-26 00:46:37 --> QWERTY (Mibbit@559-595-33-34.lightspeed.frsnca.sbcglobal.net) has joined #pikipedia 2015-03-26 00:47:01 <-- QWERTY (Mibbit@559-595-33-34.lightspeed.frsnca.sbcglobal.net) has quit (Client Quit) 2015-03-26 00:59:26 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-26 00:59:43 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-26 01:20:43 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-26 01:25:26 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-26 04:38:26 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-26 05:47:20 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-26 06:37:24 --> Yoshi2 (Yoshi2@cuhb-51-63-093-030.netcologne.de) has joined #pikipedia 2015-03-26 06:38:41 <-- T3 (T3@21-92-364-722.cable.teksavvy.com) has quit (Read error: Connection reset by peer) 2015-03-26 08:02:50 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-26 10:18:27 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-26 10:29:09 --> BetaMaster (BetaMaster@n-907-82-57-96.hsd9.pa.comcast.net) has joined #pikipedia 2015-03-26 10:48:59 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-26 14:19:38 <-- Yoshi2 (Yoshi2@cuhb-51-63-093-030.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-26 14:22:07 --> Yoshi2 (Yoshi2@hegz-41-99-694-17.netcologne.de) has joined #pikipedia 2015-03-26 17:57:41 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-26 18:41:40 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-26 18:41:41 Testyo Hello everyone! 2015-03-26 18:42:57 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-26 18:42:58 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-26 19:12:35 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-26 19:16:39 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-26 19:33:54 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-26 19:35:28 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-26 19:49:29 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-26 19:49:29 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-26 19:49:46 @PikFan hi 2015-03-26 19:50:00 @PikFan so I decided to read more chat logs last night 2015-03-26 19:50:20 @PikFan then it was 4:30 am 2015-03-26 19:50:36 @PikFan maybe I shouldn't read chat logs at night 2015-03-26 19:51:21 @PikFan I did come across me throwing meat and fruit over J to try to revive him, though 2015-03-26 19:51:32 @PikFan but I forgot marshmallows and I died 2015-03-26 19:51:45 @Espyo hi 2015-03-26 19:51:51 @Espyo maybe you shouldn't, really 2015-03-26 19:52:08 @Espyo you sure that wasn't an exhaustion-enduced dream? 2015-03-26 19:52:21 @PikFan no, that was actually a thing 2015-03-26 19:52:43 @PikFan we got into an argument over J's "vegetarian" status 2015-03-26 19:52:46 @PikFan again 2015-03-26 19:53:13 @Espyo hah 2015-03-26 19:53:15 @Espyo I remember that 2015-03-26 19:53:32 @PikFan *induced 2015-03-26 19:53:59 @PikFan anyway, it was bad 2015-03-26 19:54:30 @Espyo that 2015-03-26 19:55:02 @PikFan I have to say, MK8's online waiting room music is amazing 2015-03-26 19:56:31 @Espyo hehe, yep 2015-03-26 19:56:38 @PikFan ...apparently Safari can't remember user pages 2015-03-26 19:57:16 @Espyo can't remember user pages? 2015-03-26 19:57:18 @Espyo bookmarks? 2015-03-26 19:57:49 @PikFan it'll remember pages in the main space 2015-03-26 19:57:56 @PikFan *mainspace 2015-03-26 19:58:11 @PikFan but for some reason it ignores the userspace 2015-03-26 20:04:10 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-26 20:06:17 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-26 20:06:18 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-26 20:06:35 @PikFan the heck, Mibbit 2015-03-26 20:06:54 @PikFan I disconnected and it logged me out >_> 2015-03-26 20:08:08 Yoshi2 should it not log you out? 2015-03-26 20:08:25 @PikFan yeah 2015-03-26 20:09:02 @PikFan usually when I disconnect (or quit in general) I'm still logged in when I return 2015-03-26 20:09:47 Yoshi2 in what way are you logged in? 2015-03-26 20:09:53 Yoshi2 authenticated on the IRC server? 2015-03-26 20:10:03 @PikFan Mibbit account 2015-03-26 20:10:09 Yoshi2 ah 2015-03-26 20:10:15 Yoshi2 then I have no idea 2015-03-26 20:10:20 @PikFan you don't need one to chat, but it is easier 2015-03-26 20:10:39 @PikFan probably something to do with the iPad 2015-03-26 20:10:41 Yoshi2 is it for storing settings? 2015-03-26 20:10:56 @PikFan *shrug* 2015-03-26 20:11:57 Yoshi2 I'm not sure what the pros of having a mibbit account are 2015-03-26 20:12:39 @PikFan it lets you autojoin channels so you don't have to manually join each channel each time 2015-03-26 20:12:50 @PikFan also preferences 2015-03-26 20:12:53 Yoshi2 so it is for storing settings 2015-03-26 20:13:00 @PikFan oh 2015-03-26 20:13:20 @PikFan I didn't quite understand what you meant 2015-03-26 20:13:30 @PikFan but I see now 2015-03-26 20:14:11 Yoshi2 I suppose that's nice for if you are using different devices to go on IRC 2015-03-26 20:14:48 @PikFan it is 2015-03-26 20:14:56 @PikFan works best on a laptop 2015-03-26 20:15:17 @PikFan more shaky on other devices 2015-03-26 20:15:48 @PikFan imagine using IRC on a 3DS 2015-03-26 20:15:55 @PikFan it was very frustrating 2015-03-26 20:16:06 Yoshi2 I used IRC on a DSi 2015-03-26 20:16:09 @PikFan I'd get kicked off very often 2015-03-26 20:16:11 Yoshi2 I was suprised it even worked 2015-03-26 20:16:21 @PikFan oh wow 2015-03-26 20:16:53 @PikFan ...the DSi had internet? 2015-03-26 20:17:00 @PikFan you learn something every day 2015-03-26 20:17:50 Yoshi2 there was an internet browser for the original DS, it used a GBA cartridge because the DS didn't have enough memory 2015-03-26 20:18:06 Yoshi2 the DSi had improved hardware and a built-in browser 2015-03-26 20:18:15 @PikFan huh 2015-03-26 20:18:27 @PikFan okay, then 2015-03-26 20:18:48 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: sleep) 2015-03-26 20:19:16 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-26 20:19:17 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-26 20:19:40 @PikFan gah, I mistyped 2015-03-26 20:19:49 @PikFan *mistapped 2015-03-26 20:19:57 Yoshi2 the main issue with using the browser on the wii u and the 3ds is that the chat tab always needs to be focused, I think 2015-03-26 20:20:00 @PikFan ...I need to disable autocorrect 2015-03-26 20:20:17 @PikFan same with iPad 2015-03-26 20:20:21 Yoshi2 if it isn't, the client stops running and you will eventually disconnect 2015-03-26 20:20:28 @PikFan yeah 2015-03-26 20:20:40 @PikFan can't stay in another tab for very long 2015-03-26 20:20:56 @PikFan iirc the 3DS doesn't even have tabs 2015-03-26 20:21:08 Yoshi2 I use a dedicated client on my phone 2015-03-26 20:21:16 @PikFan I see 2015-03-26 20:21:24 Yoshi2 allows me to stay connected all the time as long as it runs 2015-03-26 20:21:34 @PikFan mhm 2015-03-26 20:22:59 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Client Quit) 2015-03-26 20:24:12 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-26 20:24:13 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-26 20:24:36 @PikFan this is getting very old very fast 2015-03-26 20:24:46 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Client Quit) 2015-03-26 20:25:05 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-26 20:25:05 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-26 20:25:18 @PikFan ................. 2015-03-26 20:25:29 @PikFan ANYWAY 2015-03-26 20:25:37 @Espyo heh 2015-03-26 20:25:48 @PikFan don't we just love these shenanigans? 2015-03-26 20:26:44 @Espyo yep 2015-03-26 20:27:34 @PikFan 2014-07-19 00:40:41 @Espyo but it would be better than having 2 people that discuss programming, games, and food 2015-03-26 20:27:40 @PikFan best quote ever 2015-03-26 20:27:57 Yoshi2 what is wrong with discussing programming, games and food? 2015-03-26 20:28:07 @PikFan nothing 2015-03-26 20:28:26 @Espyo but whatever it was, it was better 2015-03-26 20:28:50 Yoshi2 there are few things better than discussing programming, games and food 2015-03-26 20:29:18 @PikFan it's pretty much what we talk about all the time 2015-03-26 20:29:31 @PikFan ...well, I might be lying 2015-03-26 20:29:45 @PikFan really what we talk about is trivial stuff 2015-03-26 20:29:48 @PikFan like this 2015-03-26 20:30:01 @PikFan then hints of programming, games, and food 2015-03-26 20:30:04 @Espyo mhm 2015-03-26 20:30:23 Yoshi2 if anything, we don't talk enough about programming, games and food 2015-03-26 20:30:27 @Espyo also about how Miles is insane http://www.twitch.tv/milessmb/c/5007143 2015-03-26 20:30:32 @PikFan indeed 2015-03-26 20:30:37 @PikFan what did he do now? 2015-03-26 20:30:49 @Espyo played the first two Metroid Primes WITH ONE CONTROLLER 2015-03-26 20:30:58 @Espyo I couldn't watch the whole thing, but from the description, he was close 2015-03-26 20:31:07 Yoshi2 at once? 2015-03-26 20:31:09 @PikFan hmm? 2015-03-26 20:31:28 @Espyo at the same time 2015-03-26 20:31:30 @Espyo same inputs 2015-03-26 20:32:06 @PikFan ...he played both games at once using one controller...?! 2015-03-26 20:32:12 @PikFan wow 2015-03-26 20:35:15 @PikFan how is that even possible 2015-03-26 20:35:20 @Espyo modded controller, I think 2015-03-26 20:35:29 @PikFan hm 2015-03-26 20:35:51 @Espyo or emulator 2015-03-26 20:37:40 @PikFan err, why do I get the feeling that guy on fanon made a sockpuppet 2015-03-26 20:37:47 @Espyo heh, probablyy 2015-03-26 20:37:49 @Espyo *-y 2015-03-26 20:38:04 @PikFan hmm 2015-03-26 20:38:20 @PikFan I'll check their IPs 2015-03-26 20:41:49 @PikFan aaaaaaaaand fanon is trying to crash on me 2015-03-26 20:44:25 @PikFan yep, they do 2015-03-26 20:45:06 @PikFan I should say something but checking their IPs was tough 2015-03-26 20:45:27 @PikFan it was really slow 2015-03-26 20:45:36 @PikFan also got logged out 2015-03-26 20:46:11 @Espyo hmm 2015-03-26 20:46:17 @Espyo has fanon been acting fine besides that, lately? 2015-03-26 20:46:31 @PikFan still slow as ever 2015-03-26 20:46:44 @PikFan sometimes I get the fatal error page 2015-03-26 20:47:15 @PikFan ...was the background ever fixed? 2015-03-26 20:49:07 @Espyo don't think so 2015-03-26 20:49:09 @Espyo nor the slowness 2015-03-26 20:49:10 @Espyo darn 2015-03-26 20:49:39 @PikFan hm 2015-03-26 20:51:12 Yoshi2 Espyo: damn, playing two games with one controller looks pretty impressive 2015-03-26 20:51:20 @Espyo mhm 2015-03-26 20:51:26 @Espyo I've seen TASes of it 2015-03-26 20:51:30 @Espyo they're also impressive 2015-03-26 20:51:33 @Espyo but this is a first in real-time, for me 2015-03-26 20:53:22 Yoshi2 looks like he uses the environment to make Samus be stuck in the place in the first game while he progresses with the second game game, and vice versa 2015-03-26 20:54:09 @PikFan I figured as much 2015-03-26 20:54:39 Yoshi2 though he also uses cutscenes 2015-03-26 20:54:52 Yoshi2 it's not like Samus is stuck in the same place for a long time 2015-03-26 20:54:55 @PikFan hmm 2015-03-26 20:55:02 @PikFan interesting 2015-03-26 20:55:06 Yoshi2 there is quite a lot of moving around in both games 2015-03-26 20:55:37 @PikFan wonder what'd happen if someone did that with P1 and 2 2015-03-26 20:56:09 Yoshi2 peace be upon the one who attempts to do that with the Pikmin games 2015-03-26 20:56:26 Yoshi2 because I do not see that going too well 2015-03-26 20:56:39 @PikFan *cough*Miles*cough* 2015-03-26 20:56:45 @PikFan heh 2015-03-26 20:56:49 @PikFan indeed 2015-03-26 21:01:18 @Espyo maybe it could 2015-03-26 21:01:28 @Espyo at the very least if you were patient and brought one Pikmin with you at a time 2015-03-26 21:01:32 @Espyo but Pikmin 1's time limit... 2015-03-26 21:02:54 @PikFan yeah... 2015-03-26 21:03:15 @PikFan the two games' conflicting natures would make it hard 2015-03-26 21:03:29 @Espyo well, that's what I thought about the Primes 2015-03-26 21:03:31 @Espyo but still... 2015-03-26 21:03:52 @PikFan also the caves 2015-03-26 21:04:15 @Espyo right 2015-03-26 21:04:35 @PikFan heck, he might be forced to finish P1 before 2 2015-03-26 21:04:47 @PikFan but it's Miles 2015-03-26 21:04:49 @Espyo heh, I can imagine now 2015-03-26 21:04:57 @PikFan he could figure something out 2015-03-26 21:05:01 @PikFan he always does 2015-03-26 21:05:07 @Espyo some tryhard "yo wad up everybody, I'm gonna play both Pikmin games with the same controller at the same time! WOOOOOOOOOAAAAHHHHH!!!" 2015-03-26 21:05:15 @Espyo and then he just plays through Pikmin 2015-03-26 21:05:22 @Espyo letting whatever happens on Pikmin 2 happen 2015-03-26 21:05:29 @Espyo and when he completes Pikmin, goes to 2 2015-03-26 21:05:34 @PikFan oh deer 2015-03-26 21:05:41 Yoshi2 going out of bounds as if it was nothing 2015-03-26 21:05:42 @PikFan *dear 2015-03-26 21:05:44 @Espyo there are retards on youtube for anything 2015-03-26 21:06:38 @PikFan why must there be so many idiots everywhere 2015-03-26 21:06:46 Yoshi2 yeah, there is really little difficulty in making one game be stuck at the same spot forever while you play through the other game 2015-03-26 21:07:07 Yoshi2 trying to advance both games at the same time makes things much more difficult 2015-03-26 21:07:39 @PikFan but you are allowed to let one game "pause" for a moment while you do something in the other, yes? 2015-03-26 21:07:58 Yoshi2 probably 2015-03-26 21:08:25 @PikFan hmm... 2015-03-26 21:11:08 Yoshi2 I'll take a nap now, good night 2015-03-26 21:11:25 @PikFan night 2015-03-26 21:13:13 <-- Yoshi2 (Yoshi2@hegz-41-99-694-17.netcologne.de) has quit (Quit: Leaving) 2015-03-26 21:15:25 Miles I used a Wavebird with two adapters 2015-03-26 21:16:37 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-26 21:31:21 @Espyo ah, that was my first thought 2015-03-26 21:31:30 @Espyo pretty neat 2015-03-26 21:31:37 @Espyo and you had fun doing it 2015-03-26 21:31:40 @Espyo I know I had fun watching it 2015-03-26 21:59:30 Testyo Idk we had such an article on Pikipedia 2015-03-26 22:01:03 @Espyo but we do 2015-03-26 22:44:55 Testyo [Fanon RC] User account PikLeader10 created http://www.pikminfanon.com/index.php?title=User:PikLeader10 2015-03-26 22:44:55 Testyo [Fanon RC] Pikmin 4 (Wii U) by PikLeader10 (-9) http://www.pikminfanon.com/index.php?title=Pikmin_4_(Wii_U)&curid=9505&diff=47873&oldid=47869 2015-03-26 22:55:02 Testyo [Fanon RC] BGames Inc. by PikLeader10 (+689 N Created page with "BGames Inc. is a group of users that consists of [[User:Balls...) http://www.pikminfanon.com/index.php?title=BGames_Inc.&curid=9533&diff=47874&oldid=0 2015-03-26 23:05:07 Testyo [Fanon RC] Beady Long Legs by PikLeader10 (+112) http://www.pikminfanon.com/index.php?title=Beady_Long_Legs&curid=270&diff=47875&oldid=46535 2015-03-26 23:08:11 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-26 23:08:32 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-26 23:10:11 Testyo [Fanon RC] Template:PWB by PikLeader10 (+519 N Created page with "{|style="padding: 8px; background-color: #007FFF; border: 1px...) http://www.pikminfanon.com/index.php?title=Template:PWB&curid=9534&diff=47876&oldid=0 2015-03-26 23:30:23 Testyo [Fanon RC] Pikmin Wars by PikLeader10 (+1545) http://www.pikminfanon.com/index.php?title=Pikmin_Wars&curid=9532&diff=47877&oldid=47872 2015-03-26 23:35:24 Testyo [Fanon RC] Vast Plains by PikLeader10 (+9) http://www.pikminfanon.com/index.php?title=Vast_Plains&curid=9528&diff=47878&oldid=47864 2015-03-26 23:49:23 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-26 23:59:14 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-26 23:59:30 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-26 23:59:49 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-27 00:09:27 -- UltraMario is now known as UltraMarioTennisPowerTour 2015-03-27 01:32:21 <-- UltraMarioTennisPowerTour (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-27 01:40:32 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-27 03:36:58 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-27 07:43:50 --> Yoshi2 (Yoshi2@edev-22-87-94-78.netcologne.de) has joined #pikipedia 2015-03-27 08:20:06 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-27 11:10:49 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-27 11:10:49 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-27 11:13:04 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Client Quit) 2015-03-27 11:57:01 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-27 11:57:01 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-27 11:57:21 @PikFan why am I awake still 2015-03-27 11:57:29 @PikFan I should sleep 2015-03-27 11:58:00 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Client Quit) 2015-03-27 16:17:46 --> Yoshi2_ (Yoshi2@nqeq-60-02-996-908.netcologne.de) has joined #pikipedia 2015-03-27 16:17:47 <-- Yoshi2 (Yoshi2@edev-22-87-94-78.netcologne.de) has quit (Read error: Connection reset by peer) 2015-03-27 17:33:15 --> Yoshi2__ (Yoshi2@satu-63-94-428-333.netcologne.de) has joined #pikipedia 2015-03-27 17:36:43 <-- Yoshi2_ (Yoshi2@nqeq-60-02-996-908.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-27 17:45:21 --> Yoshi2_ (Yoshi2@tccr-84-13-214-724.netcologne.de) has joined #pikipedia 2015-03-27 17:48:59 <-- Yoshi2__ (Yoshi2@satu-63-94-428-333.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-27 18:14:29 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-27 18:33:34 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-27 18:58:39 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-27 19:24:43 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-27 19:24:43 Testyo Evening everyone! 2015-03-27 19:25:42 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-27 19:25:42 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-27 19:26:01 Yoshi2_ hey Espyo & Testyo 2015-03-27 19:26:02 Testyo you know how, currently, our enemy infoboxes have the global seeds value, the P1-specific seeds value, the woooorst :P) 2015-03-27 19:26:07 -- Yoshi2_ is now known as Yoshi2 2015-03-27 19:30:56 @J ... 2015-03-27 19:34:50 Testyo [Pikipedia RC] Glitches in Pikmin 3 by GreenPikmin (-58) http://www.pikminwiki.com/index.php?title=Glitches_in_Pikmin_3&curid=8429&diff=147736&oldid=147735 2015-03-27 19:38:30 @Espyo hi 2015-03-27 19:38:39 @Espyo just the worst 2015-03-27 19:43:44 @J and it's right there in the infoboxes 2015-03-27 19:43:50 @J unbelievable 2015-03-27 19:57:58 -- UltraMario is now known as UltraMaudiosurf2 2015-03-27 20:37:30 -- irc: disconnected from server 2015-03-27 20:37:47 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-27 20:37:47 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-27 20:37:47 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-27 20:37:47 -- Channel #pikipedia: 10 nicks (2 ops, 0 voices, 8 normals) 2015-03-27 20:37:48 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-27 20:37:48 -- Mode #pikipedia [+o J] by ChanServ 2015-03-27 20:37:48 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-27 20:39:41 <-- Yoshi2 (Yoshi2@tccr-84-13-214-724.netcologne.de) has quit (Quit: Leaving) 2015-03-27 20:40:55 -- UltraMario is now known as UltraMaudiosurf2 2015-03-27 20:51:03 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-27 20:51:03 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-27 20:51:13 @PikFan hi 2015-03-27 20:51:26 @PikFan I REALLY should stop reading these chat logs at night 2015-03-27 20:51:37 @PikFan slept at 5:00 am 2015-03-27 20:52:15 UltraMaudiosurf2 hi 2015-03-27 20:52:29 @PikFan oh, also, figuring out a way to do Tropical Wilds in 1 day 2015-03-27 20:52:39 @PikFan with a little sprinkle of Miles magic 2015-03-27 20:53:09 @PikFan maybe even Twilight River, too 2015-03-27 20:53:17 -- UltraMaudiosurf2 is now known as UltraWolf 2015-03-27 20:58:05 @Espyo hi 2015-03-27 20:58:09 @Espyo hehehe 2015-03-27 20:58:21 @Espyo with practice, you can do it 2015-03-27 21:01:52 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-27 21:07:15 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-27 21:07:16 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-27 21:07:25 @PikFan hmm... 2015-03-27 21:07:39 @PikFan I wonder what will happen to the wiki this year... 2015-03-27 21:08:11 @PikFan (reading stuff about the merge) 2015-03-27 21:09:12 @Espyo we'll finish the merge 2015-03-27 21:09:13 @Espyo that's for sure 2015-03-27 21:09:16 @PikFan ooh, forgot to finish standardizing/checking the notes 2015-03-27 21:09:21 @PikFan should do that sometime 2015-03-27 21:09:22 @Espyo and just find more juicy game-file-related info 2015-03-27 21:09:25 @Espyo you should 2015-03-27 21:09:27 @Espyo bbs, dinner 2015-03-27 21:09:43 @PikFan alright 2015-03-27 21:10:10 @PikFan have you made any progress with editing P2's game files? 2015-03-27 21:10:40 @PikFan because in those technical information boxes there's still so many unknown properties 2015-03-27 21:11:35 @PikFan was reading a log about changing the limit of max Pikmin 2015-03-27 21:11:49 @PikFan also music 2015-03-27 21:12:02 @PikFan ah, memories 2015-03-27 21:12:32 @PikFan hmm... I wonder if it'd be worth my while to learn how to access the game's files 2015-03-27 21:12:59 @PikFan but since we have people who know how to do that it might be pointless 2015-03-27 21:15:23 @PikFan gaaaaaah 2015-03-27 21:15:39 @PikFan I really wish I had a working laptop 2015-03-27 21:16:54 @PikFan then I could edit on the wikis again 2015-03-27 21:17:15 @PikFan ...I still need to update my game 2015-03-27 21:17:29 @PikFan I never fully implemented that revised game order 2015-03-27 21:17:50 @PikFan speaking of, I never figured out how to make it non linear 2015-03-27 21:18:03 @PikFan there's a lot of things that I haven't done yet 2015-03-27 21:19:28 @PikFan I need to become more productive 2015-03-27 21:19:32 @PikFan but lazy 2015-03-27 21:19:44 @PikFan also procrastination 2015-03-27 21:19:52 @PikFan ...aren't those the same thing? 2015-03-27 21:20:22 @PikFan heh, at this point I'm talking to myself 2015-03-27 21:20:26 @PikFan I'm crazy 2015-03-27 21:20:45 @PikFan oh, that was already established a while ago 2015-03-27 21:20:49 @PikFan never mind 2015-03-27 21:23:50 Miles Opened that "glitches in Pikmin 3" article 2015-03-27 21:23:55 Miles Randomly scrolled down 2015-03-27 21:24:04 Miles "Possible explanation: During an early version of the game, the log text was a certain way, and during that time, the script that plays the tapping sound was made to match that text. Before the final release, some words were removed from the text, making it appear faster, but the sound scripting was never adjusted, following the slower speed of the old text." 2015-03-27 21:24:07 Miles ... 2015-03-27 21:24:24 @PikFan what 2015-03-27 21:25:55 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-03-27 21:26:03 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-27 21:30:43 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-27 21:30:44 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-27 21:31:09 @PikFan and Mibbit is being stupid again 2015-03-27 21:33:07 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Client Quit) 2015-03-27 21:33:55 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-27 21:33:55 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-27 21:34:41 -- UltraWolf is now known as UltraMario 2015-03-27 21:38:49 @Espyo because in those technical information boxes there's still so many unknown properties 2015-03-27 21:38:54 @Espyo biggest reason is not enough interest 2015-03-27 21:39:00 @Espyo it's not hard 2015-03-27 21:39:10 @Espyo I'm waiting for J to finish his cross-platform ISO editor 2015-03-27 21:39:44 @PikFan so it can edit the ISO of all the games? 2015-03-27 21:40:00 @Espyo Miles: in my defense, the summary for that change was "...We need to double check this. My memory's hazy." 2015-03-27 21:40:15 @Espyo as I was finishing it, I was even having second thoughts about how the glitch even was 2015-03-27 21:40:25 @Espyo it's just a mess 2015-03-27 21:40:35 @Espyo then I tried finding videos, and surprise surprise, it doesn't happen in any video I saw 2015-03-27 21:40:51 @Espyo PikFan: you can already, with some tools, but almost nothing allows you to increase the final size of the ISO 2015-03-27 21:41:06 @Espyo J's old tool does, but it's pretty huge 2015-03-27 21:41:08 @Espyo ...and volatile 2015-03-27 21:41:11 @Espyo let's not forget volatile 2015-03-27 21:41:16 @Espyo seriously, you try to move the window, it crashes 2015-03-27 21:42:35 @PikFan hmm 2015-03-27 21:43:02 @Espyo but anyway, it's easy, if you have the game and an emulator 2015-03-27 21:43:09 @Espyo you use Dolphin to take out the files 2015-03-27 21:43:16 @Espyo or the same program that edits the ISOs, really 2015-03-27 21:43:28 @Espyo you unpack them using some tools; that's where the meat of the tutorial will be 2015-03-27 21:43:32 @Espyo you edit the text files 2015-03-27 21:43:43 @Espyo ...probably with Notepad++, otherwise Notepad might mess up the encoding 2015-03-27 21:43:50 @Espyo and then repack them, again, with a tutorial 2015-03-27 21:43:56 @Espyo and put them back in the game with the ISO editor 2015-03-27 21:43:59 @Espyo then run that through Dolphin 2015-03-27 21:44:01 @Espyo and it works 2015-03-27 21:46:03 @PikFan that's basically the same thing you explained to me last summer 2015-03-27 21:46:15 @PikFan with the .szs and .rarc files 2015-03-27 21:46:55 @Espyo yep 2015-03-27 21:46:59 @Espyo has it been that long? 2015-03-27 21:47:01 @Espyo time flies... 2015-03-27 21:47:18 @PikFan it does 2015-03-27 21:47:45 @PikFan if you were going at the speed of light time would fly faster 2015-03-27 21:47:50 @PikFan yay science 2015-03-27 21:48:14 @Espyo it would 2015-03-27 21:51:17 @J Espyo: I thought you managed to get Dolphin to read directly from extracted files? 2015-03-27 21:51:33 @Espyo oh, that thing 2015-03-27 21:51:36 @Espyo I sure tried, but... 2015-03-27 21:51:41 @Espyo I'm pretty sure it didn't work 2015-03-27 21:52:28 @J shame 2015-03-27 21:52:34 @J what's this about a tutorial? 2015-03-27 21:52:53 @Espyo I was going to write something to help others pack, unpack, extract, edit, etc. the P2 files 2015-03-27 21:53:02 @Espyo I wrote something really complex, that was more of a tool list showcase 2015-03-27 21:53:06 @Espyo instead of a proper tutorial 2015-03-27 21:53:21 @Espyo you helped me decide to revert all that and just go with an actual tutorial with actual tools 2015-03-27 21:53:24 @J yeah, I remember that 2015-03-27 21:53:29 @J okay 2015-03-27 21:53:45 @J well, sadly I've not done much programming outside of work lately 2015-03-27 21:53:48 @J too lazy 2015-03-27 21:53:53 @J I'll try to get back into it 2015-03-27 21:54:09 @Espyo of course 2015-03-27 21:54:14 @Espyo I live that every day too 2015-03-27 21:54:15 @Espyo ah engine... 2015-03-27 21:54:24 @Espyo I promise I'll work tomorrow, I will 2015-03-27 21:54:30 @Espyo ...I might only do it for an hour, but I will 2015-03-27 21:55:25 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-27 21:55:47 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-27 21:55:48 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-27 21:57:11 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Client Quit) 2015-03-27 21:59:38 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-27 21:59:38 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-27 22:00:04 @PikFan gleh, I keep disconnecting 2015-03-27 22:00:12 @PikFan I was about to leave anyway 2015-03-27 22:00:20 @PikFan going to a friend's house 2015-03-27 22:00:26 @PikFan bye 2015-03-27 22:00:41 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Client Quit) 2015-03-27 22:01:12 Miles [17:51:15] <@J> Espyo: I thought you managed to get Dolphin to read directly from extracted files? 2015-03-27 22:01:23 Miles Dolphin has issues doing that with PAL games and I have no clue how to fix it 2015-03-27 22:01:29 @Espyo ah, that was it 2015-03-27 22:01:36 @Espyo they've been doing some development lately 2015-03-27 22:01:39 @Espyo strong development 2015-03-27 22:01:48 @Espyo on facebook, at least once a month, they post a huge update post 2015-03-27 22:01:52 @Espyo pretty pleasant to read 2015-03-27 22:02:03 @Espyo but I haven't really read anything about extracted files 2015-03-27 22:02:34 Miles It's posted on their website 2015-03-27 22:02:40 Miles And I guess copy it to Facebook after that 2015-03-27 22:03:14 @Espyo hm, I mis-said a bit 2015-03-27 22:03:21 @Espyo they post a LINK to the news update on their site, on facebook 2015-03-27 22:03:25 @Espyo that's what I meant 2015-03-27 22:03:30 @Espyo anyway, moving on... 2015-03-27 22:03:47 @Espyo I always imagined the Dolphin scene to slowly and steadily grow, but with real features once every half-year or something 2015-03-27 22:03:52 @Espyo but these updates... they're incredible 2015-03-27 22:05:27 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-27 22:11:56 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-27 22:35:07 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-27 22:57:05 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-27 23:07:51 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-27 23:10:18 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-27 23:10:37 Ford4385 Hello everyone 2015-03-27 23:14:29 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-28 00:08:45 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-28 00:09:21 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-28 00:10:16 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Ping timeout: 245 seconds) 2015-03-28 00:10:55 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-03-28 00:13:18 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-28 00:18:06 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-28 01:19:31 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-28 01:41:50 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-28 01:58:41 --> Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has joined #pikipedia 2015-03-28 02:26:43 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Read error: Connection reset by peer) 2015-03-28 02:27:14 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-03-28 03:06:45 <-- Spark (sparkles@15-684-691-51.lightspeed.mmphtn.sbcglobal.net) has quit (Quit: Tidings.) 2015-03-28 03:26:22 <-- BetaMaster (BetaMaster@n-907-82-57-96.hsd9.pa.comcast.net) has quit (Killed (NickServ (GHOST command used by BetaMastre))) 2015-03-28 03:26:27 --> BetaMaster (BetaMaster@n-907-82-57-96.hsd9.pa.comcast.net) has joined #pikipedia 2015-03-28 08:10:50 --> Yoshi2 (Yoshi2@kksx-15-02-948-484.netcologne.de) has joined #pikipedia 2015-03-28 08:41:15 <-- Yoshi2 (Yoshi2@kksx-15-02-948-484.netcologne.de) has quit (Quit: Leaving) 2015-03-28 09:01:40 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Quit: Leaving) 2015-03-28 12:39:04 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-28 12:39:04 Testyo Hey everyone! 2015-03-28 12:39:50 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-28 12:39:50 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-28 12:50:25 --> Yoshi2 (Yoshi2@kksx-15-02-948-484.netcologne.de) has joined #pikipedia 2015-03-28 12:50:32 Yoshi2 hey Espyo & Testyo 2015-03-28 12:50:33 Testyo so all you're saying is 'the game probably uses the only methods available to it to sit here 'til October 3rd now 2015-03-28 12:55:55 @Espyo hi 2015-03-28 12:57:24 Yoshi2 the game uses the only method available to it to sit here until the third of october 2015-03-28 12:58:45 @Espyo yeah 2015-03-28 13:01:48 Yoshi2 Testyo: lm 2015-03-28 13:01:49 Testyo I said so all you're saying is 'the game probably uses the only methods available to it to sit here 'til October 3rd now because Yoshi2 mentioned my name. This random message came from the messages just got to sit here 'til October 3rd now and so all you're saying is 'the game probably uses the only methods available to it to generate random numbers'. 2015-03-28 13:01:49 Testyo They were joined by the common word to. 2015-03-28 13:02:04 Yoshi2 it is legit 2015-03-28 13:02:50 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-28 13:03:05 Ford4385 Hello everyone 2015-03-28 13:04:10 Yoshi2 good day 2015-03-28 13:04:29 Ford4385 Good day Yoshi2 2015-03-28 13:49:27 Testyo [Fanon RC] File:Tretosid.png uploaded by Kidsy128 (Here is a slimmed down version of Treto.) http://www.pikminfanon.com/index.php?title=File:Tretosid.png 2015-03-28 13:54:28 Testyo [Pikipedia RC] Talk:Spacesuit upgrades by Ford4385 (+246 N Asked a question) http://www.pikminwiki.com/index.php?title=Talk:Spacesuit_upgrades&curid=18682&diff=147737&oldid=0 2015-03-28 15:16:31 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Ping timeout: 245 seconds) 2015-03-28 15:31:11 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-28 15:31:11 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-28 15:31:26 @PikFan good morning 2015-03-28 15:31:32 @PikFan or afternoon 2015-03-28 15:31:54 Yoshi2 good afternoon 2015-03-28 15:32:18 @PikFan so I went insane last night 2015-03-28 15:32:50 Ford4385 Morning Pikfan 2015-03-28 15:33:06 @PikFan because in the apartment complex I live in there's a bunch of stoner kids 2015-03-28 15:33:15 @PikFan most of them younger than me, sadly 2015-03-28 15:33:31 Ford4385 Thats pretty bad' 2015-03-28 15:33:42 @PikFan but the real sad thing is one of them is SMARTER than me 2015-03-28 15:33:52 Yoshi2 how so? 2015-03-28 15:33:55 @PikFan I don't even understand how that's possible 2015-03-28 15:34:09 @PikFan we happened to be discussing physics 2015-03-28 15:34:37 @PikFan and throughout he was all like "I know" and he was even trying to argue with me 2015-03-28 15:34:58 @Espyo hi 2015-03-28 15:35:00 @PikFan specifically we were discussing general relativity 2015-03-28 15:35:09 Ford4385 Hey espyo 2015-03-28 15:35:13 @PikFan hi 2015-03-28 15:35:26 @Espyo he might've just been stoned and thought he knew 2015-03-28 15:35:34 @Espyo did he say anything else other than "I know"? 2015-03-28 15:35:35 Ford4385 Yeah thats true 2015-03-28 15:35:51 @PikFan well, he seemed pretty sober 2015-03-28 15:36:13 @PikFan like I said, he tried to argue against me 2015-03-28 15:36:30 @Espyo hmm 2015-03-28 15:36:37 @PikFan ...oh, and then we watched part of a horror movie 2015-03-28 15:36:51 Ford4385 Hey Espyo, is the wiki going to do anything for April Fools Day? 2015-03-28 15:37:05 @Espyo maaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaye 2015-03-28 15:37:06 @Espyo *be 2015-03-28 15:37:08 @PikFan in which part of the skull was cut out to relieve pressure on this guys brain 2015-03-28 15:37:23 @PikFan *guy's 2015-03-28 15:37:32 @Espyo lolwut 2015-03-28 15:37:44 Ford4385 I think we should do something for April Fools Day. 2015-03-28 15:37:50 @PikFan and I never knew there was a layer of "skin" between the brain and the skull 2015-03-28 15:38:11 Ford4385 Cause Bulbapedia always does stuff, like being taken over by team rocket. So maybe you guys can 2015-03-28 15:38:21 @PikFan ooh 2015-03-28 15:38:25 @Espyo no worries, we've got something already 2015-03-28 15:38:51 @PikFan enlighten me 2015-03-28 15:38:58 Ford4385 Yes please 2015-03-28 15:39:04 Yoshi2 too many people knowing about it ruins the joke 2015-03-28 15:39:05 @Espyo but that'd ruin the surprise 2015-03-28 15:39:08 @Espyo yeah 2015-03-28 15:39:10 @PikFan true 2015-03-28 15:39:14 Ford4385 True 2015-03-28 15:39:17 @Espyo it won't be mean, just funny 2015-03-28 15:39:56 @PikFan anyway, I was disappointed, which turned into depression, which turned into a mental breakdown 2015-03-28 15:40:23 Ford4385 I don't know why, but I was thinking that one year someone should put rickroll in the background throughout the entire wiki 2015-03-28 15:40:24 @PikFan the fact that I watched a horror movie did not help 2015-03-28 15:40:55 @PikFan rickroll went out of fashion years ago 2015-03-28 15:40:58 Yoshi2 the rickroll joke died down, it seems 2015-03-28 15:41:02 @Espyo which wiki was that? 2015-03-28 15:41:03 @PikFan ...didn't it? 2015-03-28 15:41:07 @Espyo yeah, pretty much dead 2015-03-28 15:41:25 Yoshi2 it doesn't help that some firm tried to take down the rickroll song on youtube 2015-03-28 15:41:32 @PikFan hah 2015-03-28 15:41:36 Ford4385 I mean its a legit song 2015-03-28 15:41:46 Ford4385 Never gonna give you up by rick astley 2015-03-28 15:41:47 Yoshi2 all songs are legit songs 2015-03-28 15:42:08 @PikFan *cough*let it go*cough* 2015-03-28 15:42:09 Yoshi2 Ford4385: yes 2015-03-28 15:42:38 Ford4385 Let it go was ok..... just not when the entire human population started singing it 2015-03-28 15:42:48 @PikFan agreed 2015-03-28 15:43:09 @PikFan so 2015-03-28 15:43:11 @PikFan many 2015-03-28 15:43:15 @PikFan parodies 2015-03-28 15:43:28 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-28 15:43:41 Ford4385 And do you wanna build a snowman 2015-03-28 15:43:43 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-28 15:43:44 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-28 15:43:55 @PikFan oops 2015-03-28 15:43:57 Yoshi2 I never heard much about people going insane over let it go 2015-03-28 15:44:17 @PikFan it's very popular in the States 2015-03-28 15:44:23 Ford4385 Yeah 2015-03-28 15:44:32 Ford4385 In the U.S. its everywhere 2015-03-28 15:44:38 @PikFan many people go insane 2015-03-28 15:44:53 @PikFan American culture for you :P 2015-03-28 15:45:03 Ford4385 'Murica! 2015-03-28 15:45:12 Yoshi2 that explains it 2015-03-28 15:47:02 Ford4385 Yep 2015-03-28 15:47:14 @PikFan アメリカは、ばかてす。 2015-03-28 15:47:29 Ford4385 ...? 2015-03-28 15:47:38 @PikFan that literally translates as "America is an idiot" 2015-03-28 15:47:57 Yoshi2 baka 2015-03-28 15:48:06 Ford4385 But thats incorrect grammar 2015-03-28 15:48:09 Ford4385 *that's 2015-03-28 15:48:16 @PikFan I don't know how to write Americans in Japanese so I went with America 2015-03-28 15:48:29 Ford4385 Use google translate 2015-03-28 15:48:34 @PikFan meh 2015-03-28 15:48:41 Ford4385 Yeah good point 2015-03-28 15:48:57 Yoshi2 if you had a person called "America", that would be correct grammar 2015-03-28 15:49:24 Ford4385 Yes, but I don't think anyone is named America 2015-03-28 15:49:43 @PikFan there's an anime where many countries are personified 2015-03-28 15:50:02 Yoshi2 hetalia 2015-03-28 15:50:04 @PikFan I've never watched it, though 2015-03-28 15:50:07 @PikFan mhm 2015-03-28 15:50:21 Yoshi2 Ford4385: I don't see why somebody couldn't be called that 2015-03-28 15:50:33 Yoshi2 there are weird names in the world 2015-03-28 15:50:38 Ford4385 Yeah 2015-03-28 15:50:49 @PikFan ...why are we talking about this even 2015-03-28 15:50:57 Ford4385 no clue 2015-03-28 15:51:16 Yoshi2 #pikipedia in a nutshell 2015-03-28 15:51:33 @PikFan indeed 2015-03-28 15:51:33 Ford4385 Yep 2015-03-28 15:51:44 @PikFan gotta love the randomness 2015-03-28 15:51:57 @PikFan it's everywhere, it seems 2015-03-28 15:52:01 Yoshi2 from april fools to rickroll/let it go to 'MURICA! to "America is an idiot" in Japanese to Hetalia 2015-03-28 15:52:10 @PikFan but more concentrated in fandoms 2015-03-28 15:52:22 Ford4385 Good point 2015-03-28 15:52:29 @PikFan heh, yeah 2015-03-28 15:52:40 Yoshi2 I'm kinda active in a dota2 modding community 2015-03-28 15:52:48 Yoshi2 the people there talk about weird stuff all the time 2015-03-28 15:53:08 @PikFan mm 2015-03-28 15:53:15 Yoshi2 I'm also in a small community that used to be about Zelda, but nowadays it is about everyday stuff 2015-03-28 15:53:27 @PikFan I see 2015-03-28 15:53:28 Ford4385 Did you say zelda? 2015-03-28 15:53:31 Yoshi2 no 2015-03-28 15:53:33 Yoshi2 I did not say zelda 2015-03-28 15:53:45 Yoshi2 that's just part of your imagination 2015-03-28 15:53:49 @PikFan quick, hide 2015-03-28 15:53:54 @PikFan he's onto you 2015-03-28 15:53:58 Ford4385 : I'm also in a small community that used to be about Zelda, but nowadays it is about everyday stuff 2015-03-28 15:54:07 @PikFan ...! 2015-03-28 15:54:18 Yoshi2 damnit 2015-03-28 15:54:25 Yoshi2 my lie was discovered 2015-03-28 15:54:31 Ford4385 Yessir it was 2015-03-28 15:54:41 Yoshi2 well yes, I did say Zelda 2015-03-28 15:55:02 Ford4385 Okl 2015-03-28 15:55:09 Ford4385 *ok 2015-03-28 15:55:10 @PikFan ...wait what's today's date 2015-03-28 15:55:13 @PikFan I forgot 2015-03-28 15:55:14 Yoshi2 28th 2015-03-28 15:55:22 @PikFan ah, okay 2015-03-28 15:55:27 Ford4385 March 28th 2015 2015-03-28 15:55:29 Ford4385 Sunday 2015-03-28 15:55:36 Ford4385 *saturday 2015-03-28 15:55:42 Yoshi2 Ford4385: is there something you wanted to say about Zelda? 2015-03-28 15:55:42 @PikFan let 2015-03-28 15:55:49 @PikFan *lel 2015-03-28 15:56:06 Yoshi2 otherwise, I'm not sure why you would ask if I said Zelda when I did say Zelda 2015-03-28 15:56:10 Ford4385 I love Zelda series 2015-03-28 15:56:20 Ford4385 *the Zelda series 2015-03-28 15:56:23 Yoshi2 me too 2015-03-28 15:56:43 Yoshi2 I'm pretty sure by now I played the majority of the Zelda games at least once 2015-03-28 15:56:52 @PikFan ooh, I didn't know both of you were Zelda fans 2015-03-28 15:57:04 Yoshi2 not all finished though 2015-03-28 15:57:09 @PikFan ok so I have Hyrule Warriors... 2015-03-28 15:57:17 Ford4385 I want HW 2015-03-28 15:57:24 Yoshi2 PikFan: are there Pikmin fans that aren't Zelda fans? 2015-03-28 15:57:30 @PikFan ...and the Boss Pack DLC is considerably difficult 2015-03-28 15:57:43 Ford4385 Probably 2015-03-28 15:57:49 Ford4385 Two seperate fanbases 2015-03-28 15:57:53 @PikFan they're just insane 2015-03-28 15:58:03 @PikFan but isn't everybody 2015-03-28 15:58:13 Ford4385 In their own way 2015-03-28 15:58:21 @PikFan yep 2015-03-28 15:58:56 @PikFan I'm writing a Zelda fanfic that takes place after Skyward Sword 2015-03-28 15:59:04 Ford4385 I'm actually playing MM3D now 2015-03-28 16:00:06 @PikFan for some reason my iPad wants to autocorrect Zelda as "ZELDA" 2015-03-28 16:00:10 @PikFan no clue why 2015-03-28 16:00:13 @Espyo heh 2015-03-28 16:00:21 @PikFan brb while I disable AC 2015-03-28 16:00:24 Ford4385 Ok 2015-03-28 16:01:36 @PikFan alright 2015-03-28 16:02:03 @PikFan lets se if it autocorects mi speling 2015-03-28 16:02:09 @PikFan ok, good 2015-03-28 16:02:10 Ford4385 I guess not 2015-03-28 16:04:59 Ford4385 Now I'm playing Pokemon 2015-03-28 16:05:35 @PikFan still in bed 2015-03-28 16:05:46 @PikFan too lazy to get up 2015-03-28 16:06:30 --> Yoshi2_ (Yoshi2@thml-39-13-715-40.netcologne.de) has joined #pikipedia 2015-03-28 16:07:20 @PikFan oh, so I guess that one guy on fanon decide to make a third account 2015-03-28 16:07:21 Ford4385 Thats cool 2015-03-28 16:07:42 Ford4385 And 3 accounts for the same person? 2015-03-28 16:07:42 @PikFan I asked him why 2015-03-28 16:07:51 Ford4385 What did he say? 2015-03-28 16:08:08 @PikFan idk, haven't checked yet 2015-03-28 16:08:24 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-28 16:09:07 --> PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has joined #pikipedia 2015-03-28 16:09:07 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-28 16:09:22 @PikFan dammit mibbit 2015-03-28 16:09:36 @PikFan can't you be patient for once 2015-03-28 16:09:43 <-- Yoshi2 (Yoshi2@kksx-15-02-948-484.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-28 16:10:14 @PikFan I was in another tab for 2 seconds and it decides to disconnect on me -_- 2015-03-28 16:10:15 Ford4385 Lol 2015-03-28 16:10:32 @PikFan also it logged me out AGAIN 2015-03-28 16:11:01 Ford4385 Thats cool 2015-03-28 16:11:02 Yoshi2_ if the browser keeps every tab active, you shouldn't have any issues 2015-03-28 16:11:25 Yoshi2_ but browsers on tablets probably don't do that 2015-03-28 16:11:26 @PikFan but it doesn't 2015-03-28 16:11:32 @PikFan yeah 2015-03-28 16:11:49 @PikFan if I go to another tab it usually reloads 2015-03-28 16:12:06 @PikFan ooooooh 2015-03-28 16:12:13 @PikFan I had a great idea 2015-03-28 16:12:17 @PikFan brb 2015-03-28 16:14:27 @PikFan back 2015-03-28 16:14:32 Testyo hi they're always helpful 2015-03-28 16:14:40 Ford4385 Testyo lm 1 2015-03-28 16:14:41 Testyo I said hi they're always helpful because it was a timed random message. This random message came from the messages hi and also added examples, they're always helpful. 2015-03-28 16:14:49 @PikFan lol 2015-03-28 16:15:06 @PikFan so I'll use my iPad for mibbit 2015-03-28 16:15:19 @PikFan and the Wii U for other stuff 2015-03-28 16:15:30 Ford4385 Smart idea 2015-03-28 16:16:23 @Espyo wait, how in the world do we have a screenshot for one of the Pikmin drawings on the Formidable Oak 2015-03-28 16:16:25 @Espyo but not know where it is 2015-03-28 16:16:38 @PikFan ...what 2015-03-28 16:16:47 Ford4385 Which Pikmin Drawing? 2015-03-28 16:16:51 @PikFan oh boy 2015-03-28 16:16:51 @Espyo hang on, I'm cleaning the drawings page 2015-03-28 16:16:53 @Espyo let me submit 2015-03-28 16:16:57 Ford4385 [[Formidable Oak]] 2015-03-28 16:16:58 Testyo "Formidable_Oak" article = http://www.pikminwiki.com/index.php?title=Formidable_Oak 2015-03-28 16:17:04 @Espyo also, the Twilight River has two, whereas the others have three 2015-03-28 16:17:10 @Espyo how can we be sure we didn't just miss the third one? 2015-03-28 16:17:26 @Espyo there we go 2015-03-28 16:17:28 @Espyo http://www.pikminwiki.com/Pikmin_drawings#Formidable_Oak (warning, spoilers 2015-03-28 16:17:30 @Espyo *) 2015-03-28 16:17:55 Ford4385 Answer: Because of logic 2015-03-28 16:18:03 @Espyo no doubt 2015-03-28 16:18:48 Ford4385 Someone probably took the picture, but forgot where it was at 2015-03-28 16:19:18 @Espyo yeah 2015-03-28 16:20:37 Ford4385 I'll see if I can find out 2015-03-28 16:20:59 @Espyo good luck 2015-03-28 16:21:05 @Espyo check walls and floors that look like that texture 2015-03-28 16:21:33 Ford4385 Well, on the [[Formidable Oak]] it says "On a rock inside the Plasm Wraith arena." under the Pikmin Drawings section 2015-03-28 16:21:33 Testyo "Formidable_Oak" article = http://www.pikminwiki.com/index.php?title=Formidable_Oak 2015-03-28 16:22:18 Ford4385 And the drawings page has that too, but under the swimming pikmin drawing 2015-03-28 16:23:20 @PikFan [[KopPad#Content]] 2015-03-28 16:23:20 Testyo "KopPad#Content" article = http://www.pikminwiki.com/index.php?title=KopPad#Content 2015-03-28 16:23:27 @Espyo right, but that's not the one 2015-03-28 16:23:43 @Espyo wait 2015-03-28 16:23:44 @Espyo yes it is 2015-03-28 16:23:44 @PikFan no, this is another issue 2015-03-28 16:23:46 @Espyo what a mess 2015-03-28 16:23:57 @PikFan wait what? 2015-03-28 16:24:23 @Espyo the formidable oak page and the drawings page contradict each other 2015-03-28 16:24:24 Ford4385 The formidable oak page has the locations of the drawings 2015-03-28 16:24:45 Ford4385 They probably mixed it up 2015-03-28 16:24:49 @PikFan "Upon collecting 10 fruits, the Fruit Finder will be unlocked." 2015-03-28 16:25:09 @PikFan uh, is Fruit Finder an actual thing or did somebody make that up 2015-03-28 16:25:31 @Espyo ...? 2015-03-28 16:25:34 @Espyo you know 2015-03-28 16:25:39 Ford4385 I don't know if it has an actual name 2015-03-28 16:25:40 @PikFan I've never heard of Fruit Finder 2015-03-28 16:25:54 @Espyo before the fruit finder, you only see icons of fruits on the KopPad when you actually see the fruit 2015-03-28 16:26:02 @Espyo with the Fruit Finder, the icons appear at all times 2015-03-28 16:26:12 @Espyo the name might only exist on the European version, but I know I saw it 2015-03-28 16:26:14 @Espyo I think 2015-03-28 16:26:18 Ford4385 Maybe 2015-03-28 16:26:28 @PikFan I know that, I've just never heard of it 2015-03-28 16:26:48 Ford4385 I havent either 2015-03-28 16:26:50 @PikFan I'll check the notes 2015-03-28 16:27:17 @Espyo uhm guys 2015-03-28 16:27:19 @Espyo real quick 2015-03-28 16:27:21 @Espyo http://www.pikminwiki.com/Pikmin_drawings 2015-03-28 16:27:22 Ford4385 What? 2015-03-28 16:27:24 @Espyo this page 2015-03-28 16:27:31 @Espyo it used to have bullet points and galleries to list the drawings 2015-03-28 16:27:35 @Espyo I changed it to tables, right? 2015-03-28 16:27:36 @PikFan ...oh, I guess it IS a thing 2015-03-28 16:27:45 @Espyo do any of you see the tables as being HORRIBLY disproportionate? 2015-03-28 16:27:46 @PikFan hmm? 2015-03-28 16:27:58 Ford4385 Oh god they are 2015-03-28 16:28:03 @Espyo like the Distant Tundra table having MASSIVE "Drawing", "Depiction" and "Location" cells? 2015-03-28 16:28:04 @Espyo HOW?! 2015-03-28 16:28:14 @Espyo what in the WORLD 2015-03-28 16:28:16 Ford4385 Yeah, whats up with that 2015-03-28 16:28:29 @Espyo I made the cells with the actual drawing info all have 250px width 2015-03-28 16:28:38 @Espyo and now somehow the title cells are all messed up? 2015-03-28 16:28:41 @Espyo DAMMIT, CSS 2015-03-28 16:28:47 @Espyo even when you work well, you still don't work well 2015-03-28 16:28:49 @Espyo let me try chrome 2015-03-28 16:28:56 @PikFan err, it looks okay for me on Wii U 2015-03-28 16:29:04 @Espyo it's fine for me on firefox 2015-03-28 16:29:11 Ford4385 It looks horrible for me on chrome 2015-03-28 16:29:40 @PikFan also fine on iPad 2015-03-28 16:29:58 @Espyo it's horrible for me on chrome 2015-03-28 16:30:15 Ford4385 Yeah. I think just chrome 2015-03-28 16:30:16 @PikFan speaking of disproportionate things, the main page goes outside of the margins on iPad and Wii U 2015-03-28 16:30:23 @Espyo ... 2015-03-28 16:30:26 @Espyo I'll check on my Wii U 2015-03-28 16:30:30 @Espyo but it's fine on my iPad 2015-03-28 16:30:30 Ford4385 Most wikis are on Ipad/Wii u 2015-03-28 16:30:34 Ford4385 Atleast for me 2015-03-28 16:30:37 @Espyo I fixed it some weeks ago 2015-03-28 16:30:48 @PikFan wait, you did? 2015-03-28 16:31:02 @PikFan hmmmmmmmm 2015-03-28 16:31:33 @PikFan oh, never mind 2015-03-28 16:31:47 @Espyo well, never minding the messed up drawing page 2015-03-28 16:31:53 @PikFan I'm crazy then 2015-03-28 16:31:56 @Espyo Ford4385: did you confirm all of the Formidable Oak locations yet? 2015-03-28 16:32:31 Ford4385 No, I need to raise pikmin before I go to the Formidable oak. I only have like 10 reds 2015-03-28 16:32:45 Ford4385 Actually about 40 2015-03-28 16:33:46 Ford4385 I'll put it on my Todo list 2015-03-28 16:34:24 Ford4385 Did you see the question I asked on [[Talk:Spacesuit Upgrades]] 2015-03-28 16:34:24 Testyo "Talk:Spacesuit_Upgrades" article = http://www.pikminwiki.com/index.php?title=Talk:Spacesuit_Upgrades 2015-03-28 16:34:41 Ford4385 Oops did that wrong 2015-03-28 16:35:08 @PikFan oh, yeah 2015-03-28 16:35:25 @PikFan so I did the Tropical Wilds in 1 day 2015-03-28 16:35:37 Ford4385 Wow 2015-03-28 16:35:48 @Espyo I haven't yet, but I saw that you wrote a question 2015-03-28 16:35:52 @PikFan now I'm working on a strategy for the Twilight River 2015-03-28 16:36:18 @Espyo ...what the fuck 2015-03-28 16:36:19 Testyo You swear like a sailor. 2015-03-28 16:36:25 @Espyo okay, first of all 2015-03-28 16:36:30 @Espyo I'm turning Testyo's complaint rate to 0 2015-03-28 16:36:31 Testyo ...just not with the argument only removes game icons, it's called 'noicons'; for those that do other things too, it's 'clash' 2015-03-28 16:36:35 @Espyo looks like it's 100% now, good grief 2015-03-28 16:36:36 @Espyo second... 2015-03-28 16:36:44 @Espyo I added a FIXED width for the header cells too 2015-03-28 16:36:46 @Espyo and what does chrome do now? 2015-03-28 16:36:47 @PikFan lol 2015-03-28 16:36:52 @Espyo it IGNORES the fixed width on the actual drawing cells 2015-03-28 16:36:56 @Espyo now THOSE are all inconsistent 2015-03-28 16:37:01 @Espyo I swear I have no idea what's going on 2015-03-28 16:37:02 @Espyo J? 2015-03-28 16:37:38 @PikFan I thought we all agreed that chrome was bad 2015-03-28 16:38:03 Yoshi2_ I definitely agree that chrome is bad 2015-03-28 16:38:07 @Espyo don't know when that happened 2015-03-28 16:38:09 Ford4385 I still use chrome 2015-03-28 16:38:13 @Espyo I use Firefox and all, but I've got nothing against chrome 2015-03-28 16:38:14 Yoshi2_ bad if you use a lot of tabs 2015-03-28 16:38:16 @Espyo ...well, I do NOW 2015-03-28 16:38:27 @PikFan heh 2015-03-28 16:38:33 @PikFan gah, mistapped 2015-03-28 16:39:21 Yoshi2_ chrome keeps all tabs loaded on start up, and the size of the tabs is decreased with each new tab you open 2015-03-28 16:39:40 Yoshi2_ that is very bad for somebody like myself who likes to open a lot of tabs 2015-03-28 16:39:52 Ford4385 I usually have a bunch of tabs open 2015-03-28 16:40:02 Ford4385 but it doesnt really affect me 2015-03-28 16:41:15 Yoshi2_ this is with only 16 tabs open: http://i.imgur.com/EKuUfF3.png 2015-03-28 16:41:35 -- Yoshi2_ is now known as Yoshi2 2015-03-28 16:41:44 @Espyo this is perfectly ridiculous 2015-03-28 16:41:54 @Espyo I had to specifically say that *EVERY* cell had to be 250px width 2015-03-28 16:42:00 @Espyo it makes no sense 2015-03-28 16:42:11 @Espyo normally, you'd only specify you want one of the cells in a column to be 250px 2015-03-28 16:42:18 Yoshi2 right now I have 126 tabs open 2015-03-28 16:42:20 @Espyo because the others in the same column cannot be different, they are the same 2015-03-28 16:42:27 @Espyo but chrome for some reason doesn't get that 2015-03-28 16:42:31 @Espyo Yoshi2: you're going to blow up 2015-03-28 16:42:41 Yoshi2 Espyo: I'll be fine :> 2015-03-28 16:42:47 Ford4385 Why would you open 126 tabs? 2015-03-28 16:42:47 @PikFan that's a lot of tabs 2015-03-28 16:43:04 @PikFan how do you even manage all of them 2015-03-28 16:43:06 Yoshi2 I'm only at 450 MB of ram used 2015-03-28 16:43:12 @Espyo ...wow 2015-03-28 16:43:19 @Espyo with 4 tabs, I can reach 300MB with Firefox 2015-03-28 16:43:21 Yoshi2 because firefox does not load all of them 2015-03-28 16:43:25 @Espyo it's a memory hog, but not much of a bother for me 2015-03-28 16:43:26 @PikFan ... 2015-03-28 16:43:47 Ford4385 I still like chrome 2015-03-28 16:44:21 @PikFan what's so important that you need 126 tabs open 2015-03-28 16:44:36 Yoshi2 I really think that firefox is one of the most memory efficient browsers if you use a lot of tabs 2015-03-28 16:44:59 Yoshi2 yesterday I had 200 tabs open, I closed a bunch that I was never going to read 2015-03-28 16:45:10 Ford4385 Holy jesus 2015-03-28 16:45:30 @PikFan ...... 2015-03-28 16:45:56 @PikFan okay 2015-03-28 16:45:59 Yoshi2 well, tabs double for me as bookmarks 2015-03-28 16:45:59 Ford4385 When I use chrome I pin tabs, so they open on load up 2015-03-28 16:46:23 Yoshi2 anything I have loaded as a tab is something I want to look at later 2015-03-28 16:46:48 Ford4385 Use ctrl+D 2015-03-28 16:46:51 Ford4385 Its bookmark 2015-03-28 16:47:09 Yoshi2 the actual bookmark feature is a death sentence 2015-03-28 16:47:16 Yoshi2 I am never going to look at the bookmarks 2015-03-28 16:47:53 Ford4385 Why not? If its bookmarked you should know its important, or a page you want to visit again 2015-03-28 16:48:30 Yoshi2 no, no I don't 2015-03-28 16:48:36 Yoshi2 because that is not what I'm used to 2015-03-28 16:48:53 @Espyo you should 2015-03-28 16:48:56 @Espyo it's easier to navigate 2015-03-28 16:49:31 Yoshi2 it helps that firefox will bring me to a loaded tab in some cases when I type something in the url tab 2015-03-28 16:49:47 Yoshi2 but for the most part, I know which tabs contain what 2015-03-28 16:49:56 Yoshi2 lots of tabs with similar content are next to each other 2015-03-28 16:52:18 Ford4385 brb 2015-03-28 16:53:25 Yoshi2 now I'm down to 92 tabs 2015-03-28 16:54:24 Ford4385 Jesus 2015-03-28 16:55:08 Yoshi2 it's really not difficult to navigate 2015-03-28 16:55:24 Ford4385 Which browser are you using again? Chrome? 2015-03-28 16:56:19 Yoshi2 check what I wrote 5 minutes earlier 2015-03-28 16:56:36 Yoshi2 dwn to 75 tabs 2015-03-28 16:57:28 Yoshi2 59 2015-03-28 17:00:01 Yoshi2 often I do have tabs open that I don't really need, but there is a minimum number of tabs that I'm very likely to hit 2015-03-28 17:00:17 Ford4385 Ok 2015-03-28 17:01:45 Yoshi2 especially when I research an interesting topic, e.g. how to deal with QR codes in python 2015-03-28 17:01:55 Yoshi2 that's easily 10 tabs I will open at once 2015-03-28 17:02:24 Ford4385 Ok 2015-03-28 17:04:32 Ford4385 brb 2015-03-28 17:04:46 @Espyo well, at least if you want to use so many tabs 2015-03-28 17:04:49 @Espyo use the uh... 2015-03-28 17:04:52 @Espyo can't remember its name 2015-03-28 17:04:54 @Espyo but press ctrl+shift+e 2015-03-28 17:06:02 Yoshi2 yeah 2015-03-28 17:06:06 Yoshi2 there is a way to group tabs 2015-03-28 17:06:57 @Espyo mhm 2015-03-28 17:10:49 @J did you still want me? 2015-03-28 17:11:29 @J a guy at work does that with Chrome - when the tabs are so small they're unreadable, he makes a new window 2015-03-28 17:12:05 @J personally I prefer vertical tabs, since most websites you have plenty of horizontal room 2015-03-28 17:12:33 @J and you get 50+ readable tab titles 2015-03-28 17:13:28 @J I'm kind of OCD when it comes to deleting/closing stuff anyway - tabs, windows, temporary files, emails, etc. 2015-03-28 17:14:05 <-- PikFan (Mibbit@u-78-94-868-36.hsd6.or.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-28 17:19:41 @Espyo right 2015-03-28 17:19:44 @Espyo I just try keeping few tabs 2015-03-28 17:19:52 @Espyo and even if I have plenty, I can always use the scrollwheel on the tab list 2015-03-28 17:20:03 @Espyo anyway, the [[Pikmin drawings]] page was acting up 2015-03-28 17:20:03 Testyo "Pikmin_drawings" article = http://www.pikminwiki.com/index.php?title=Pikmin_drawings 2015-03-28 17:20:18 @Espyo initially, I told the image cells to be 200px in width 2015-03-28 17:20:28 @Espyo and all cells in the same columns stayed at 200px 2015-03-28 17:20:30 @Espyo ...on Firefox 2015-03-28 17:20:40 @Espyo on Chrome, it disregarded that and gave all cells whatever sizes it saw fit 2015-03-28 17:20:47 @Espyo the solution was to explicitly give a size to *all* cells 2015-03-28 17:21:21 @Espyo Chrome's reasoning was "if you tell me this cell has to be this size, but other cells in the same column are bigger, I'll ignore your explicit size and make the column as large as my implicit size" 2015-03-28 17:21:36 @J fun 2015-03-28 17:21:55 @J can't you set a column width or something? 2015-03-28 17:21:56 @Espyo mhm... 2015-03-28 17:22:07 @Espyo I googled around, and it looks like you can 2015-03-28 17:22:14 @J might just have to be HTML, not wikitext, though 2015-03-28 17:22:24 @Espyo by creating a new HTML element in the table, specifically for column control 2015-03-28 17:22:28 @Espyo yeah, just HTML 2015-03-28 17:22:28 @J yeah 2015-03-28 17:22:41 @Espyo meaning that to do this right, it'd be a nightmare for wikis 2015-03-28 17:22:46 @Espyo so screw that, I just told it specific sizes 2015-03-28 17:22:47 @Espyo good grief 2015-03-28 17:22:54 @Espyo it makes some sense, but also not a whole lot 2015-03-28 17:23:50 @J anyway, I actually managed to programming today 2015-03-28 17:24:04 @J I'm doing more warnings for the file renamer 2015-03-28 17:24:30 @J specifically, warnings that can only be produced by looking at the whole set of renames, like duplicate destination files 2015-03-28 17:24:58 @J it needs to work for huge numbers of files, so I'm using a sqlite database in a temporary file 2015-03-28 17:25:12 @J but it'll essentially actually be in memory unless you use a lot 2015-03-28 17:26:50 @Espyo right, right 2015-03-28 17:27:04 @Espyo can't help but think it's overly complex, though 2015-03-28 17:27:15 @Espyo specially for you; you're such a fan of json 2015-03-28 17:30:58 @J it's pretty much working and the file that does all the sql is only 63 lines 2015-03-28 17:31:31 @Espyo hm, neat, then 2015-03-28 17:31:41 @J sqlite is actually built in to Python 3, so no external dependencies 2015-03-28 17:32:01 @J so it's actually less work than implementing a much worse page-to-disk for some other format myself 2015-03-28 17:33:15 Yoshi2 python 2.7 has sqlite too 2015-03-28 17:33:23 Yoshi2 and I think it supports opening a database in memory 2015-03-28 17:35:23 @J yeah, I used it some time ago, but I thought it was an external dependency 2015-03-28 17:35:24 @J guess not 2015-03-28 17:35:28 @J http://i.imgur.com/N34Cz60.png 2015-03-28 17:36:33 @J apparently since 2.5, which is _old_ now 2015-03-28 17:36:40 @J that's when they added 'with', IIRC 2015-03-28 17:59:49 -- irc: disconnected from server 2015-03-28 18:00:30 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-28 18:00:30 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-28 18:00:30 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-28 18:00:30 -- Channel #pikipedia: 9 nicks (2 ops, 0 voices, 7 normals) 2015-03-28 18:00:30 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-28 18:00:30 -- Mode #pikipedia [+o J] by ChanServ 2015-03-28 18:00:33 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-28 19:28:07 --> PikFan (Mibbit@50.141.orw.nnh) has joined #pikipedia 2015-03-28 19:28:07 -- Mode #pikipedia [+o PikFan] by ChanServ 2015-03-28 19:28:16 @PikFan guys 2015-03-28 19:28:22 @PikFan they delayed Zelda Wii U 2015-03-28 19:28:26 @PikFan now I'm pissed 2015-03-28 19:28:43 @PikFan but if it's to make it even better, then I'm all for it 2015-03-28 19:29:14 @PikFan so I'm at a friends house 2015-03-28 19:29:34 @PikFan and they're being random 2015-03-28 19:29:39 @PikFan but isn't everybody 2015-03-28 19:30:30 @PikFan oh wow http://www.pikminwiki.com/index.php?title=Pikmin_drawings&curid=11626&diff=147744&oldid=147743 2015-03-28 19:30:34 @PikFan so 2015-03-28 19:30:35 @PikFan much 2015-03-28 19:30:36 @PikFan CSS 2015-03-28 19:30:42 @PikFan awful 2015-03-28 19:31:05 Yoshi2 PikFan: honestly, 2015-03-28 19:31:20 Yoshi2 did you really expect that they wouldn't delay Zelda once more? 2015-03-28 19:31:31 @PikFan oh but of course 2015-03-28 19:31:46 @PikFan but there was still a tiny glimmer of hope they wouldn't 2015-03-28 19:32:12 @PikFan ...I can't understand why devs just can't be honest 2015-03-28 19:32:20 @PikFan so irritating 2015-03-28 19:32:45 @PikFan however, Aonuma DID say that a 2015 release is not their #1 priority 2015-03-28 19:33:29 @PikFan though it's likely it'll come out in 2016 it might come out this year 2015-03-28 19:34:20 @Espyo but if it's to make it even better, then I'm all for it 2015-03-28 19:34:21 @Espyo this 2015-03-28 19:34:23 Yoshi2 well, Nintendo learned not to give any specific dates for the releases 2015-03-28 19:34:38 @Espyo ...I can't understand why devs just can't be honest 2015-03-28 19:34:42 @Espyo what's more likely to raise hype? 2015-03-28 19:34:49 @Espyo "We'll release the next Zelda in 2014" 2015-03-28 19:34:52 @PikFan how about 2015-03-28 19:34:56 @Espyo or "We'll release the next Zelda in 2016"? 2015-03-28 19:35:03 @PikFan they say they'll release it in 2017 2015-03-28 19:35:10 @PikFan then say it'll come out earlier 2015-03-28 19:35:16 @Espyo that'd be nice 2015-03-28 19:35:19 @Espyo if the fanbase deserved it 2015-03-28 19:35:20 @Espyo they don't 2015-03-28 19:35:26 @PikFan true 2015-03-28 19:35:30 @Espyo anything that's specifically told to be more than 2 years away makes the fanbase fall asleep 2015-03-28 19:35:44 @PikFan *cough*Pikmin 3*cough* 2015-03-28 19:35:49 @Espyo heh, yeah 2015-03-28 19:36:08 @PikFan ...if they make a Pikmin 4 I wonder what it'll be about 2015-03-28 19:36:49 @Espyo it might be very different 2015-03-28 19:36:56 @Espyo on one hand, they don't want to make new Pikmin 2015-03-28 19:37:02 @Espyo otherwise people will cry 2015-03-28 19:37:15 Yoshi2 you will be discovering the cause of the spaceship crash from the 3rd game 2015-03-28 19:37:19 @PikFan did people not like Rocks and Wingeds? 2015-03-28 19:37:24 @Espyo they either bring back older Pikmin two, and people will cry because memorizing the skills and types of 7+ types will be hard 2015-03-28 19:37:42 @Espyo or they don't bring back some of the old ones, and people will cry because there's discontinuity 2015-03-28 19:37:46 @Espyo or they just don't add new types 2015-03-28 19:37:51 @Espyo and people will cry because there's no novelty 2015-03-28 19:37:58 @Espyo I'd hate to be in Miyamoto's place right now 2015-03-28 19:38:10 @Espyo you will be discovering the cause of the spaceship crash from the 3rd game 2015-03-28 19:38:15 @Espyo all aside, likely this, yep 2015-03-28 19:38:34 @PikFan if you don't...well, what a cliffhanger 2015-03-28 19:38:42 @PikFan wait has J played P3 2015-03-28 19:38:49 @Espyo he hasn't 2015-03-28 19:38:52 @PikFan oh 2015-03-28 19:38:54 @PikFan sorry J 2015-03-28 19:38:57 @Espyo not like that's much of a spoiler, tbh 2015-03-28 19:39:04 @Espyo it's not related to anything in the story 2015-03-28 19:39:05 @PikFan but it still is 2015-03-28 19:39:13 @PikFan ...OH 2015-03-28 19:39:13 @Espyo just a little thing at the end disconnected from anything else 2015-03-28 19:39:22 @Espyo it won't really help the player understand anything in the story 2015-03-28 19:39:27 @PikFan wait, now I'm confused 2015-03-28 19:39:53 @PikFan because I thought you were referring to the meteor at the end of the game 2015-03-28 19:39:57 @Espyo I am 2015-03-28 19:40:16 @PikFan so you're talking about both crashes, then 2015-03-28 19:40:19 @PikFan okay 2015-03-28 19:40:38 @Espyo ...both? 2015-03-28 19:40:50 @PikFan the crash at the beginning? 2015-03-28 19:40:54 @PikFan when they got separated? 2015-03-28 19:41:11 @Espyo I thought we were talking about the object falling at the end, all this time 2015-03-28 19:41:16 @Espyo ... 2015-03-28 19:41:17 @PikFan ... 2015-03-28 19:41:17 @Espyo though 2015-03-28 19:41:19 @Espyo drat, I can see now 2015-03-28 19:41:27 @Espyo you will be discovering the cause of the spaceship crash from the 3rd game 2015-03-28 19:41:32 @Espyo yeah, that's a mystery 2015-03-28 19:41:34 @Espyo no clues there 2015-03-28 19:41:38 @PikFan maybe both, then 2015-03-28 19:41:41 @Espyo and then there's an unidentified object falling at the end 2015-03-28 19:41:55 @Espyo yeah, could be another ship that got detoured from whatever force caused the Koppai crash 2015-03-28 19:42:14 @Espyo uuuuugggghhhhh 2015-03-28 19:42:20 @PikFan ^ 2015-03-28 19:42:20 @Espyo seeing the short movies is both good and bad for me 2015-03-28 19:42:29 @Espyo good, because it gives me a LOT of hype for the engine 2015-03-28 19:42:31 @Espyo and I need motivation 2015-03-28 19:42:32 @PikFan don't think too hard about it 2015-03-28 19:42:43 @Espyo ...bad because I spend hours upon hours imagining the things I'd love to put in the engine, based on the shorts 2015-03-28 19:42:51 @Espyo like a seesaw ramp 2015-03-28 19:43:03 @Espyo in which you need twice the weight to throw up a Pikmin on the other end 2015-03-28 19:43:05 @PikFan hmm 2015-03-28 19:43:09 @PikFan gaaaaaaaaah 2015-03-28 19:43:15 @PikFan I wish I had more inspiration 2015-03-28 19:43:16 @Espyo or idle animation for Pikmin playing around with water 2015-03-28 19:43:28 @Espyo and the thing is I could do them 2015-03-28 19:43:29 @PikFan I want to create obstacles for my fangame that aren't just elemental walls 2015-03-28 19:43:33 @Espyo ... at leas the idle animation 2015-03-28 19:43:37 @Espyo but I HAVE to focus on the basics first 2015-03-28 19:43:45 @Espyo hmm, I get you 2015-03-28 19:43:54 @PikFan hmm 2015-03-28 19:43:59 @PikFan electrodes have potential 2015-03-28 19:44:04 @Espyo they're elemental, still 2015-03-28 19:44:19 @PikFan electrodes =/= walls 2015-03-28 19:44:36 @Espyo well, yeah, but 2015-03-28 19:44:41 @PikFan electrodes could power machinery 2015-03-28 19:44:48 @PikFan which could do various things 2015-03-28 19:44:50 @Espyo oh, PikFan 2015-03-28 19:44:56 @Espyo would you happen to know what this means? 通行止め 申し訳 ニさい ません 2015-03-28 19:45:01 @PikFan no, sorry 2015-03-28 19:45:07 @Espyo the first part means road closed 2015-03-28 19:45:08 @Espyo or the second part 2015-03-28 19:45:15 @Espyo but the other ones, I can't get anything that makes sense 2015-03-28 19:45:16 @PikFan I only know ~30 kanji 2015-03-28 19:45:20 @Espyo drat 2015-03-28 19:45:22 @Espyo maybe one day 2015-03-28 19:45:35 @PikFan I could ask my teacher though 2015-03-28 19:45:42 @PikFan when school starts again 2015-03-28 19:46:46 @PikFan I can't read most of the first part, but the second part says nisai masen 2015-03-28 19:46:58 @PikFan ...nisa imasen? 2015-03-28 19:47:15 @Espyo google translate says that too 2015-03-28 19:47:17 @PikFan because imasen means an animate object isn't there 2015-03-28 19:47:17 @Espyo but eh 2015-03-28 19:47:28 @Espyo hmmm 2015-03-28 19:47:30 @PikFan so is "nisa" a person? 2015-03-28 19:47:39 @Espyo I really wouldn't know 2015-03-28 19:47:46 @PikFan odd, ni is in katakana 2015-03-28 19:47:53 @PikFan meh, I'll ask my teacher 2015-03-28 19:47:58 @Espyo also, you might not want to show him because some of the characters there I couldn't draw 2015-03-28 19:48:06 @PikFan her 2015-03-28 19:48:15 @Espyo I drew them on google translate, and just picked-- her-- whatever seemed closest 2015-03-28 19:48:27 @Espyo oh, that's interesting 2015-03-28 19:48:37 @Espyo when the Pikmin are jumping on the ramp to bring other Pikmin up 2015-03-28 19:48:40 @PikFan ...could you not copy them? 2015-03-28 19:48:57 @Espyo at one point, there's two yellows, two reds and two purples 2015-03-28 19:49:10 @PikFan >jumping on the ramp 2015-03-28 19:49:11 @PikFan lolwut 2015-03-28 19:49:13 @Espyo but the purples go in front of the yellows, while off-screen, in order to shoot the would-be purple 2015-03-28 19:49:18 @Espyo occupational hazards 2015-03-28 19:49:19 @Espyo the seesaw 2015-03-28 19:49:23 @PikFan oh 2015-03-28 19:49:28 @Espyo two Pikmin jump from above, one below gets shot up 2015-03-28 19:49:38 @Espyo anyway, the Purples swap places with the other 2 pairs, I thought that was nice 2015-03-28 19:49:40 @Espyo buuuuuut 2015-03-28 19:49:47 @Espyo I also noticed a continuity error :| 2015-03-28 19:49:54 @PikFan ? 2015-03-28 19:49:58 @Espyo at one point, a pair of red Pikmin vanishes from the line 2015-03-28 19:50:20 @PikFan into [[Mistakes in the Pikmin series]] it goes 2015-03-28 19:50:20 Testyo "Mistakes_in_the_Pikmin_series" article = http://www.pikminwiki.com/index.php?title=Mistakes_in_the_Pikmin_series 2015-03-28 19:50:25 @Espyo mhm 2015-03-28 19:50:34 @Espyo ...could you not copy them? 2015-03-28 19:50:39 @Espyo not sure if you know what it is I do 2015-03-28 19:50:48 @Espyo I pause the movie when the characters are on-screen 2015-03-28 19:50:55 @Espyo then I open http://translate.google.com 2015-03-28 19:50:57 @PikFan oh, I see 2015-03-28 19:51:23 @Espyo pick Japanese, open an option where I can draw the characters instead of typing them or their romanization 2015-03-28 19:51:32 @Espyo and I just try my best to draw what I see on the TV 2015-03-28 19:51:36 @PikFan I know: 2015-03-28 19:51:46 @PikFan I could get a screenshot, upload it to drive 2015-03-28 19:51:52 @Espyo but that wouldn't help 2015-03-28 19:52:01 @PikFan and since drive is on my iPad, I could show my teacher 2015-03-28 19:52:05 @Espyo oh 2015-03-28 19:52:08 @Espyo THAT, you can do 2015-03-28 19:52:18 @PikFan so there'd be no ambiguity 2015-03-28 19:52:23 @Espyo but be sure you're not annoying her... 2015-03-28 19:52:29 @Espyo I've got this right: ストップ! 進入禁止 2015-03-28 19:52:34 @Espyo means stop! wrong way 2015-03-28 19:52:39 @Espyo oh, wait, one thing 2015-03-28 19:52:48 @Espyo that's two columns of text 2015-03-28 19:52:52 @Espyo ストップ! is on one 2015-03-28 19:52:56 @Espyo 進入禁止 on the other 2015-03-28 19:53:00 @Espyo ...which column do you read first? 2015-03-28 19:53:04 @Espyo the left one or the right one? 2015-03-28 19:53:20 @PikFan if it's columns, right to left 2015-03-28 19:53:45 @Espyo hm, I think I got some text wrong, then 2015-03-28 19:53:53 @Espyo wait, no, ストップ! 進入禁止 is correct then 2015-03-28 19:53:58 @Espyo I'll double check the unknown text from before 2015-03-28 19:55:25 @PikFan alright 2015-03-28 19:57:36 @PikFan my friends are weird 2015-03-28 19:58:07 @PikFan they're listening to someone singing 2015-03-28 19:58:14 @PikFan and the person has a really bad voice 2015-03-28 20:00:18 @Espyo heh 2015-03-28 20:03:11 @PikFan uuuuuuuuugh 2015-03-28 20:03:18 @PikFan fanon's main page is jarring 2015-03-28 20:03:46 @PikFan it needs to be updated 2015-03-28 20:03:58 @PikFan ...into the imaginary list of things that'll never happen it goes 2015-03-28 20:05:37 @Espyo heh 2015-03-28 20:16:31 @PikFan {{button}} 2015-03-28 20:16:31 Testyo "button" template = http://www.pikminwiki.com/index.php?title=Template:button 2015-03-28 20:16:44 @PikFan why do we have Classic Controller controls...? 2015-03-28 20:16:55 @PikFan I just realized this 2015-03-28 20:17:47 <-- PikFan (Mibbit@50.141.orw.nnh) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-28 20:39:14 <-- Yoshi2 (Yoshi2@thml-39-13-715-40.netcologne.de) has quit (Quit: Leaving) 2015-03-28 20:45:57 @Espyo doesn't NPCP2 work with the CC? 2015-03-28 20:53:25 @J I want to test my sqlite database for parent directories of a given path 2015-03-28 20:53:43 @J I'm thinking of storing an escaped 'path/?*' pattern in the database to do this 2015-03-28 20:54:16 @J then 'select * from tbl where glob_path glob ?' with the child as the argument 2015-03-28 20:54:19 @J better ideas? 2015-03-28 20:54:45 @J that's probably clearer with caps 2015-03-28 20:54:59 @J SELECT * from tbl where `glob_path` GLOB ? 2015-03-28 20:55:09 @J glob_path being the column containing the escaped pattern 2015-03-28 20:56:07 @J the only alternative I can think of is just doing one query for each parent, but I expect that would be slower 2015-03-28 21:25:57 @Espyo my sql is a bit rusty 2015-03-28 21:26:28 @Espyo I have never heard of "glob" in my life 2015-03-28 21:27:45 @J it's like LIKE 2015-03-28 21:28:01 @J but globbier 2015-03-28 21:46:44 Testyo [Fanon RC] User talk:PikFan23 by BallsAngus (+88 /* Multiple Accounts */ new section) http://www.pikminfanon.com/index.php?title=User_talk:PikFan23&curid=4203&diff=47882&oldid=47538 2015-03-28 21:47:47 @Espyo hm 2015-03-28 21:47:59 @Espyo that might work 2015-03-28 21:48:07 @Espyo I'm having a bit of a hard time imagining it 2015-03-28 21:50:35 @J your table rows end up looking something like: frm='/a' to='/b' glob_path='/a/?*' 2015-03-28 21:51:07 @J then given a new path '/a/test', I check if '/a/test' matches any `glob_path`, and I check if '/a/test/?*' matches any `frm` 2015-03-28 21:51:20 @Espyo that just made me more confused 2015-03-28 21:51:30 @Espyo I'm not entirely focusing on this, though 2015-03-28 21:51:31 @Espyo sorry 2015-03-28 21:51:37 @Espyo ...and now I have to brb 2015-03-28 21:51:41 @J it's fine, I did it anyway 2015-03-28 21:51:45 @J kind of working 2015-03-28 22:01:08 @Espyo all right 2015-03-28 22:09:43 @J hmm, as I expected, it's really slow with lots of files 2015-03-28 22:10:25 Ford4385 brb 2015-03-28 22:10:31 @J 10k is manageable, which means 1k might be too much for some computers 2015-03-28 22:10:32 Testyo 10 K = -263.15 °C / -441.67 °F 2015-03-28 22:10:39 Ford4385 I meant back 2015-03-28 22:10:45 Ford4385 What are you talking about? 2015-03-28 22:11:06 @J I'm writing a batch file renamer 2015-03-28 22:13:38 Ford4385 Ok cool 2015-03-28 22:21:57 Testyo [Fanon RC] Template:BGames by BallsAngus (+62) http://www.pikminfanon.com/index.php?title=Template:BGames&curid=9531&diff=47883&oldid=47870 2015-03-28 22:26:57 Testyo [Pikipedia RC] Occupational Hazards by Piktoad (+128 /* Trivia */Add the Dynamo reference.) http://www.pikminwiki.com/index.php?title=Occupational_Hazards&curid=18677&diff=147752&oldid=147750 2015-03-28 22:31:34 --> Klemen702 (Mibbit@hwi-807-44-38.dynamic.siol.net) has joined #pikipedia 2015-03-28 22:31:51 Klemen702 hello (gee how long has it been since i last visited this place?) 2015-03-28 22:32:39 @Espyo hi 2015-03-28 22:32:45 @Espyo yeah, haven't seen you in a while 2015-03-28 22:32:46 @Espyo how are you? 2015-03-28 22:33:09 Klemen702 i'm pretty good-ish considering i had a bad day 2015-03-28 22:33:36 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-28 22:34:13 Klemen702 althrough that was yesterday 2015-03-28 22:36:45 @Espyo hm 2015-03-28 22:36:46 @Espyo wanna share? 2015-03-28 22:37:06 Testyo [Fanon RC] Diamond Long Legs by BallsAngus (+1239 N Created page with "{{Pikmin 4}} {{infobox enemy |image = Diamondspider.png|200px...) http://www.pikminfanon.com/index.php?title=Diamond_Long_Legs&curid=9535&diff=47884&oldid=0 2015-03-28 22:37:06 Testyo [Fanon RC] Diamond Long Legs by BallsAngus (+82) http://www.pikminfanon.com/index.php?title=Diamond_Long_Legs&curid=9535&diff=47885&oldid=47884 2015-03-28 22:37:26 Klemen702 the bad day? 2015-03-28 22:37:51 @Espyo yeah 2015-03-28 22:38:34 Klemen702 well it wasn't anything too big, just some people being jerk-ish to me, encountering some Klemen-hungry dogs 2015-03-28 22:39:05 Klemen702 i fear dogs alot :/ 2015-03-28 22:42:07 Testyo [Pikipedia RC] Occupational Hazards by Piktoad (+109 No Pikmin gets trapped in the bucket.) http://www.pikminwiki.com/index.php?title=Occupational_Hazards&curid=18677&diff=147753&oldid=147752 2015-03-28 22:42:46 @Espyo hmm 2015-03-28 22:42:48 @Espyo even tiny ones? 2015-03-28 22:43:22 Klemen702 those are the worst ._. 2015-03-28 22:46:41 @Espyo hehe 2015-03-28 22:47:10 Testyo [Fanon RC] File:Diamondspider.png uploaded by BallsAngus http://www.pikminfanon.com/index.php?title=File:Diamondspider.png 2015-03-28 22:49:11 <-- Klemen702 (Mibbit@hwi-807-44-38.dynamic.siol.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-28 22:55:15 -- irc: disconnected from server 2015-03-28 22:55:40 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-28 22:55:40 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-28 22:55:40 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-28 22:55:40 -- Channel #pikipedia: 8 nicks (2 ops, 0 voices, 6 normals) 2015-03-28 22:55:40 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-28 22:55:40 -- Mode #pikipedia [+o J] by ChanServ 2015-03-28 22:55:42 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-28 22:55:44 @Espyo hm 2015-03-28 22:57:13 Testyo [Fanon RC] Tarpit Long Legs by BallsAngus (+472 N Created page with "{{Pikmin 4}} {{stub}} {{infobox enemy |image = Tarspider.png|...) http://www.pikminfanon.com/index.php?title=Tarpit_Long_Legs&curid=9537&diff=47887&oldid=0 2015-03-28 22:57:13 Testyo [Fanon RC] File:Tarspider.png uploaded by BallsAngus (Tarpit Long Legs) http://www.pikminfanon.com/index.php?title=File:Tarspider.png 2015-03-28 22:57:13 Testyo [Fanon RC] (Plus some other changes, that have been omitted to avoid flooding.) http://www.pikminfanon.com/index.php?title=Special:RecentChanges 2015-03-28 23:00:37 --> Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has joined #pikipedia 2015-03-28 23:07:16 Testyo [Fanon RC] Empress Snapipede by BallsAngus (+427 N Created page with "{{Pikmin 4}} {{stub}} {{infobox enemy |image = Snapipede.png|...) http://www.pikminfanon.com/index.php?title=Empress_Snapipede&curid=9539&diff=47890&oldid=0 2015-03-28 23:16:40 Klemen702 welp have to go 2015-03-28 23:16:45 Klemen702 it's like 0:16 here 2015-03-28 23:16:48 Klemen702 seeya 2015-03-28 23:16:58 <-- Klemen702 (Mibbit@hwi-807-44-38.dynamic.siol.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-28 23:17:21 Testyo [Fanon RC] File:Snapipede.png uploaded by BallsAngus http://www.pikminfanon.com/index.php?title=File:Snapipede.png 2015-03-29 02:31:25 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-29 03:26:29 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-29 03:30:50 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Ping timeout: 252 seconds) 2015-03-29 04:35:50 --> RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has joined #pikipedia 2015-03-29 07:22:10 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-29 07:25:37 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-29 08:36:43 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: sleep) 2015-03-29 08:51:02 --> Yoshi2 (Yoshi2@yrbk-91-44-196-209.netcologne.de) has joined #pikipedia 2015-03-29 09:37:43 <-- Gamefreak75 (NewYokuba@tje-051-024-560-02.socal.res.rr.com) has quit (Quit: nwehehehe) 2015-03-29 12:39:51 --> Testyo (Testyo@89.152.yos.pwz) has joined #pikipedia 2015-03-29 12:39:51 Testyo Greetings everyone! 2015-03-29 12:41:24 --> Espyo (Espyo@89.152.yos.pwz) has joined #pikipedia 2015-03-29 12:41:24 -- Mode #pikipedia [+o Espyo] by ChanServ 2015-03-29 12:43:13 --> Klemen702 (Mibbit@89.142.lk.zgq) has joined #pikipedia 2015-03-29 12:43:20 Klemen702 Hello 2015-03-29 12:47:15 <-- RingtailedFox (FoxFoxFox@p57-35-8-400.home.cgocable.net) has quit (Ping timeout: 265 seconds) 2015-03-29 12:49:17 @Espyo hi 2015-03-29 12:51:38 Klemen702 just a question, i am editing the wiki and i can't decide how to write something, would ''four 5-pellets.'' sound confusing? 2015-03-29 12:53:03 @J seems fine 2015-03-29 12:53:13 Klemen702 alright, thanks 2015-03-29 12:53:16 @J I think that's what we normally do 2015-03-29 12:54:44 @Espyo I think now we do it without the dash 2015-03-29 12:54:45 @Espyo but eh 2015-03-29 12:54:50 @Espyo either way works 2015-03-29 12:55:00 @Espyo (*hyphen) 2015-03-29 13:08:51 Yoshi2 it would be simple in German 2015-03-29 13:09:11 Yoshi2 vier Fünferpellets 2015-03-29 13:09:22 Klemen702 ? 2015-03-29 13:09:32 Klemen702 oh you mean what i asked? 2015-03-29 13:10:07 Testyo [Pikipedia RC] Goolix by Klemen702 (-93 This edit might be worth of undoing, as i didn't understand the full meaning of ...) http://www.pikminwiki.com/index.php?title=Goolix&curid=410&diff=147754&oldid=146716 2015-03-29 13:10:23 Yoshi2 well, there wouldn't be much of a debate on whether to keep the hyphen or not because you could just write both words together 2015-03-29 13:50:25 Testyo [Pikipedia RC] Water by Klemen702 (+90 m) http://www.pikminwiki.com/index.php?title=Water&curid=1722&diff=147756&oldid=145030 2015-03-29 14:10:43 -- irc: disconnected from server 2015-03-29 14:11:25 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-29 14:11:25 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-29 14:11:25 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-29 14:11:25 -- Channel #pikipedia: 8 nicks (2 ops, 0 voices, 6 normals) 2015-03-29 14:11:25 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-29 14:11:25 -- Mode #pikipedia [+o J] by ChanServ 2015-03-29 14:11:27 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-29 15:10:44 @J okay, this is a perfectly normal time for lunch 2015-03-29 15:12:07 @Espyo and I thought mine was late 2015-03-29 15:17:39 @J look, I got distracted by threading, okay 2015-03-29 15:19:48 @Espyo ironically, you could've multitasked and had lunch already 2015-03-29 15:29:17 Testyo [Pikipedia RC] Pikmin Short Movies by AeroBlaze777 (+12 m Sectioning.) http://www.pikminwiki.com/index.php?title=Pikmin_Short_Movies&curid=8065&diff=147757&oldid=147751 2015-03-29 15:38:16 --> Yoshi2_ (Yoshi2@puhw-49-82-544-27.netcologne.de) has joined #pikipedia 2015-03-29 15:41:37 <-- Yoshi2 (Yoshi2@yrbk-91-44-196-209.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-29 16:34:03 Testyo What would you guys recomend works if you can impersonate another user 2015-03-29 16:34:44 @J what 2015-03-29 16:34:52 @J Testyo, I suspected 2015-03-29 16:34:53 Testyo ok gonna do that Brawl added like 3 new things from Melee 2015-03-29 16:34:57 @J *never suspected 2015-03-29 16:50:59 -- irc: disconnected from server 2015-03-29 16:51:12 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-29 16:51:13 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-29 16:51:13 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-29 16:51:13 -- Channel #pikipedia: 8 nicks (2 ops, 0 voices, 6 normals) 2015-03-29 16:51:13 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-29 16:51:13 -- Mode #pikipedia [+o J] by ChanServ 2015-03-29 16:51:15 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-29 17:05:29 Yoshi2_ I really thought somebody was asking us about what to do if we could impersonate an user 2015-03-29 17:05:33 Yoshi2_ but it's just testyo 2015-03-29 17:05:34 Testyo in order to on top of that 2015-03-29 17:40:37 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-29 21:29:21 -- UltraMario is now known as UltraMaudiosurf2 2015-03-29 21:43:44 <-- UltraMaudiosurf2 (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-29 21:45:16 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-29 21:50:18 <-- Yoshi2_ (Yoshi2@puhw-49-82-544-27.netcologne.de) has quit (Quit: Leaving) 2015-03-29 23:29:43 Testyo https://lh3.googleusercontent.com/ehtLva4h1pntFAqHUkKAV46ttCZTku4oHP7YNnSY1JyfeIChVRoOePPtSuQTXp10QhQRRg=w752-h595 have something more visual 2015-03-30 00:40:29 <-- Espyo (Espyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-30 00:40:34 <-- Testyo (Testyo@89.152.yos.pwz) has quit (Quit: Leaving) 2015-03-30 02:16:09 <-- UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has quit (Quit: http://www.mibbit.com ajax IRC Client) 2015-03-30 02:31:00 --> UltraMario (Mibbit@q-04-054-524-534.hsd4.pa.comcast.net) has joined #pikipedia 2015-03-30 02:43:52 -- irc: disconnected from server 2015-03-30 04:02:06 --> J (J@f-771.cust-91586.ip.static.uno.uk.net) has joined #pikipedia 2015-03-30 04:02:06 -- Topic for #pikipedia is "Welcome to the chatroom of Pikipedia http://pikminwiki.com and Pikmin Fanon http://pikminfanon.com | Rules: http://pikminwiki.com/Help:Chat" 2015-03-30 04:02:06 -- Topic set by PikFan on Sat, 03 May 2014 19:36:58 2015-03-30 04:02:06 -- Channel #pikipedia: 5 nicks (1 op, 0 voices, 4 normals) 2015-03-30 04:02:06 -- URL for #pikipedia: http://www.pikminwiki.com 2015-03-30 04:02:06 -- Mode #pikipedia [+o J] by ChanServ 2015-03-30 04:02:08 -- Channel created on Sat, 27 Jul 2013 18:55:16 2015-03-30 07:43:23 --> Yoshi2 (Yoshi2@osiy-10-02-994-495.netcologne.de) has joined #pikipedia 2015-03-30 11:29:31 --> Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has joined #pikipedia 2015-03-30 11:29:46 <-- Ford4385 (Mibbit@ka27-537-562-47.ga.at.cox.net) has quit (Client Quit) 2015-03-30 13:21:42 --> Yoshi2_ (Yoshi2@eypr-25-20-896-88.netcologne.de) has joined #pikipedia 2015-03-30 13:24:01 <-- Yoshi2 (Yoshi2@osiy-10-02-994-495.netcologne.de) has quit (Ping timeout: 252 seconds) 2015-03-30 13:29:44 --> Yoshi2 (Yoshi2@moai-46-49-148-759.netcologne.de) has joined #pikipedia 2015-03-30 13:30:47 <-- Yoshi2_ (Yoshi2@eypr-25-20-896-88.netcologne.de) has quit (Ping timeout: 252 seconds)