• Vindictus (aka Mabinogi Heroes)
    1,988 replies, posted
[QUOTE=69105;26304945]yoyoyo wuddup lohr [editline]26th November 2010[/editline] i still can't stop listening to little asia. what a great track.[/QUOTE] oh, you mean [url=http://liambrocklehurst.com/uploader/files/16/little%20asia.mp3]this?[/url] yeah, it really is great.
haha oh also i put dance in that video just for you
woahwoah wtf, how do you guys know that track? Are you from 3DMM? WHAT IS GOING ON
I should really play this game more. I really can't be arsed to do much after finishing the Perilous Ruins shit for some reason.
[QUOTE=placeboing;26305093]woahwoah wtf, how do you guys know that track? Are you from 3DMM? WHAT IS GOING ON[/QUOTE] what's that
Haha is this Jacob Adams? I caught your "haha yes" to "what's that" edit by the way! And da22 who are you? This is weird cause I post here thinking that nobody from 3dmm will ever read my posts. Haha
haha you fucker go away [editline]26th November 2010[/editline] also da22 is nobody -- funny running in to you here, though. that's pretty awkward, right? reminds me of when i was playing zombie panic and dropped the ambulance siren on hlss and everyone knew what it was from. good times. [editline]26th November 2010[/editline] zombie master. one of those. who knows.
nice, i've dropped some 3dmm sounds/lines in a few games and nobody ever seemed to recognize them. haha yeah its funny that while watching that video, i was happy to hear Dance and was a bit surprised since I'm in the middle of my Justice spree, but in the end the whole reason it was there in the first place was BECAUSE of my Justice thread. Great!
this game SUCKS [highlight](User was permabanned for this post ("Alt of permabanned user [Dragon]" - Orkel))[/highlight]
[QUOTE=shibbywalkkisis;26305756]this game SUCKS[/QUOTE] [img]http://avatars.fpcontent.net/image.php?u=367229&dateline=1290673359[/img]
Do you still need keys to sign up and play? I haven't checked back here in awhile.
[QUOTE=Frewb;26328579]Do you still need keys to sign up and play? I haven't checked back here in awhile.[/QUOTE] Nope, every is allowed to play now, unless you live outside of the US.
[img]http://gyazo.com/eec42fc236446e8c28e2984fea924158.png[/img] god damn it what the fuck
[QUOTE=placeboing;26304256]haha but that's a pretty easy boss, congrats though :) i love when people somehow recognize me in-game from my youtube[/QUOTE] Well I recognize you here from your YouTube, if that counts.
I've only just noticed the title says Mabongi Heroes. Is that a typo. For some reason I always thought it was called Mabanogi heroes. Mabongi sounds funnny
Well I sure have my hands full with today's update.Glad to have another daily added to.
For those of you interested in the HFS format, here's an easy tool "VZipFlip" it turns HFS archives into ZIPs and back, I tested replacing an HFS with a regenerated one and it seemed to work OK. I was a little lazy, so make sure you use the full path to a file, or it will die. [url]http://dl.dropbox.com/u/759758/VZipFlip3.zip[/url] edit: The recent patch adds some obfuscation to some of the HFS files (containing female character textures). I'm working on that, but for now here's v2: Added some exception catching, skip over extra obfuscated files. v3: Added support for only decompressing extra obfuscated files, simplified truths readme.txt [code] -Usage- a [full path to dir] Copies all .hfs in the current directory to .zip h [full path to file] Convert .zip to .hfs z [full path to file] Convert .hfs to .zip -HFS Cipher- HFSXorCipher.cs private static byte[] XorLookup; private static byte[] XorTable; private static byte XorKeyUlt = 0xFE; static HfsXorCipher() { try { Assembly self = Assembly.GetExecutingAssembly(); Stream xorlookup = self.GetManifestResourceStream("ICSharpCode.SharpZipLib.XorKeyLookup.bin"); XorLookup = new byte[xorlookup.Length]; xorlookup.Read(XorLookup, 0, XorLookup.Length); Stream xortable = self.GetManifestResourceStream("ICSharpCode.SharpZipLib.XorByteTable.bin"); XorTable = new byte[xortable.Length]; xortable.Read(XorTable, 0, XorTable.Length); } catch (Exception ex) { throw new Exception("Unable to extract Xor bins: " + ex); } } public static void DeobfuscateBuffer(byte[] buffer, int src_position) { for (int buf_pos = 0; buf_pos < buffer.Length; buf_pos++) { UInt32 xor_lookup = BitConverter.ToUInt32(XorLookup, 4 * ((src_position + buf_pos) & 0xFFF)); Byte xorkey = XorTable[xor_lookup]; buffer[buf_pos] ^= xorkey; buffer[buf_pos] ^= XorKeyUlt; } } [/code]
[QUOTE=The DooD;26352270]I've only just noticed the title says Mabongi Heroes. Is that a typo. For some reason I always thought it was called Mabanogi heroes. Mabongi sounds funnny[/QUOTE] Perhaps we should keep Mabongi in the next thread title
Not sure what to do for armor. Low-level stuff is extremely reliable and cheap and weighs less, but it doesn't protect you as well. Higher-level stuff is costly to dye, repair, and buy, and it also pushes the limits of what you can carry. But it protects you very well. I think I'll just end up making a Crimson Rage or Light Battle Mail set.
[QUOTE=n0cturni;26476423]Not sure what to do for armor. Low-level stuff is extremely reliable and cheap and weighs less, but it doesn't protect you as well. Higher-level stuff is costly to dye, repair, and buy, and it also pushes the limits of what you can carry. But it protects you very well. I think I'll just end up making a Crimson Rage or Light Battle Mail set.[/QUOTE] Moment you're level 34, buy Weight Endurance skill book, it really helps out when you want to wear heavier armor.
Some one help me do the battle with the chieftain on hard, i want the drops C:
Hey, what's the giant 2 hander guy called and anyone know when he's coming out?
[QUOTE=larrylumpy;26485418]Hey, what's the giant 2 hander guy called and anyone know when he's coming out?[/QUOTE] [media]http://www.youtube.com/watch?v=4uIEKEqQl0Y[/media] Karok.
Holy dicks that's awesome
[b]RUEH! RUUGh.[/b]
Summoning golems is so much fun. So is Bloody Thread. Fun update, but hopefully the next one comes really soon cause there wasn't a whole lot of content in this one, and nothing challenging was added. Spider Overload boss is neat at least.
Doesn't this belong in VALVe games and mods since it uses source?
[QUOTE=mmavipc;26493565]Doesn't this belong in VALVe games and mods since it uses source?[/QUOTE] No, the only games that belong there are games made by Valve. Which this game is not.
[QUOTE=GetBent;26493624]No, the only games that belong there are games made by Valve. Which this game is not.[/QUOTE] Games in that section not made by valve: Ivan's Secrets Obsidian Conflict Missing Information and others
[QUOTE=mmavipc;26494967]Games in that section not made by valve: Ivan's Secrets Obsidian Conflict Missing Information and others[/QUOTE] Well they shouldn't be.
Sorry, you need to Log In to post a reply to this thread.