File :-(, x, )
[PHAM!] Suzumiya Hachiruhi H-games Anonymous
http://www.fapis.com/entry.html?id=11617

I fail'd at pasting the right URL twice now. This time I tried it first to make sure it works.

Two animated H-games by PHAM! featuring the girls from the Haruhi Suzumiya series.

Comment too long. Clickhereto view the full text.
>> Anonymous
     File :-(, x)
Second game.
>> Anonymous
Downloading at the speed of lightning (roughly 60'000m/s). Thanks for not giving up after the first two times, hauri is always welcome.
>> Anonymous
     File :-(, x)
Animation sample. Excessively huge file, I know, if anyone can do a better animation rip please do!

Also, MR links:
inyoku: http://www.megarotic.com/?d=OUSWKZ6R
inraku: http://www.megarotic.com/?d=VEVDV8UB
>> Anonymous
     File :-(, x)
fuck yeah!!!! thanks op
>> Anonymous
anon approves!
>> Anonymous
holy fuck thanks!
>> Anonymous
i can only play the first one not the second one cuz theres no install feature for one of them ?? HALp PLZ???
>> Anonymous
     File :-(, x)
Confirmed for wine.
>> Anonymous
>>249296
you don't need to install it
just unrar it somewhere and start it
>> Anonymous
     File :-(, x)
http://board3.cgiworld.net/index.cgi?id=sexygirls
>> Anonymous
Is this only moon, or English?
>> Anonymous
>>249296

same problem, how do i start 2nd? it just says "Startup Failed"
>> Anonymous
>>249367
I've got this too.
>> Anonymous
anyone try MR link if it's any different?
>> Anonymous
>>249371
Startup failed from the torrent and linked ones.
>> Anonymous
>>249372

dammit. that sucks.
>> Anonymous
>>249296
>>249367
>>249370
>>249372
>>249373

SOLVED: after extracting name folder something other than its original name

>>249339

moon
>> Anonymous
>>249374
Such a simple fix. Ugh.

Thanks!
>> Anonymous
>>249314
God bless you for checking.
Also does it use opengl at all? (lol OSX linking bug making opengl under wine impossible)
>> Anonymous
>>249380
From what I can tell, it doesn't. But it's a simple 2D game anyway, there's really no reason why it would.
>> Anonymous
www.fuckalocal.com get laid now
>> Anonymous
>>249380
From what I can tell, it doesn't. But it's a simple 2D game anyway, there's really no reason why it would.
>> Anonymous
>>SOLVED: after extracting name folder something other than its original name

Uhh...can you say that in better english so I can understand?
>> Anonymous
>>249632
I'd assume that he suggests renaming the folder to a standard ASCII name so that your shitty game/OS doesn't choke on codepage problems.
>> Anonymous
nice. thanks!
>> Anonymous
     File :-(, x)
I can't get past this (the first screen) in both games. I have a feeling it's a codec problem, seems like it's trying to load some codec, fails and just stops there.

Any ideas?
>> Anonymous
>>249932
so install some
>> Anonymous
it doesn't use any codecs for the animations, they're just a series of jpg files it displays in quick succession

probably more like missing JP fonts or something like that
or you're running win98, it won't work on that
>> Anonymous
isn't there just a CG set for this somewhere!?
>> Anonymous
Well, I ripped both games but aside from the animations there isn't much else. But they're just saved as jpg files, and I don't know how to make a good animation out of those. When I make a gif either the quality totally sucks or it's hueg like>>249289.

I guess I could turn each little loop into a small .avi or .mkv file, or put several loops together in a little movie. Dunno how well that would work.
>> Anonymous
>>249943
that is totally not huge for the quality!
>> Anonymous
>>249952

well, maybe, but if all of them turn out like that it'll be about 120 MB of gifs per game
and I don't really want to make all those manually, because the automatic converter makes them five times as large

I've now experimentally encoded>>249289in h.264, in better quality (not just 256 colors for instance), and it came out to 200 KB.
>> Anonymous
>>249943
just do it
>> Anonymous
>>249939
The game loads up ffdshow when run. Either it uses a video in the opening only or all of the animation is under some weirdo codec thingy.

Since I'm able to access load and save function, can somebody hook up a savegame? Any savegame, as long as I get past that first fucking screen.
>> Anonymous
i don't understand moon speak
english plz
>> Anonymous
shit sucks
>> Anonymous
>>249980
no u suck
>> Anonymous
>>250903
internet ppl arguing. boring show
>> Anonymous
>>249932
Lol, glad you can't get past the warning telling you
1. It's an adult game, don't play it if you're under 18.
2. It's a work of fiction, none of it is real.
3. The game doesn't encourage criminal activity. Do not under any circumstance try to mimic actions taken in the game.
>> Anonymous
>>251004
lol, underage B&
>> Anonymous
>>251004
rape is a criminal activity ftw !?
>> Anonymous
>>249314
thanks for the info, mate!
>> Anonymous
so uh, where are the videos?
>> Anonymous
Played the games, didn't care for them, now how the hell do I delete them?

The .EXEs are write-protected, and the save folders can't be deleted until the .EXEs are.
>> ?suomynonA??
>>255091
I didn't DL this to try it out, but try running command prompt, and delete the folder from there AFTER closing explorer.exe from the task manager. Otherwise, try in safe mode. Sometimes just restarting the computer relinquishes the hold.
>> Anonymous
>>249374
I don´t get it ,please please can yuo explain how I fix this problem step by step ?
>> Anonymous
>>255154
no, because you're an idiot and you'd do one step wrong and fuck up your system and then proceed to blame me anyway
>> Anonymous
>>249943
How did you rip the images??
>> Anonymous
>>255511
decypher the file and write a program to extract them

that's what I did anyway
>> Anonymous
>>255520
Fucker.
>> Anonymous
>>255748
Huh?

inline int check(B C, B d1, B d2, B v1, B v2) {
B t1, t2, t3, t4;

t1 = d1^C;
t2 = d2^C;
t3 = t1 - t2;
t4 = v1 - v2;
return t3 == t4;
}

inline int confirm(B C, B D, B d, B v) {
B t;

t = v - D;
t ^= C;
return t == d;
}

void transform(B* data, int size, B C, B D, B zero) {
while (size--) {
*data++ = zero;
B t = *data - D;
t ^= C;
zero += t;
}
}

Basically.
>> Anonymous
>>255751
Stack Overflow at Line 13.