Sakyubasu no Tatakai I (Finished)

Re: Sakyubasu no Tatakai I (Finished)

Postby Lucky777 » Mon Feb 04, 2013 12:15 am

Lure her to you with seduce or something, then wait for her to charge up her shield-wave and jump over her when she does it.
Hit her from the back: She can block behind her, but she totally won't.
ERMAHGEERRRRRD, SOMEBODY MADE A WALKTHROUGH THING viewtopic.php?f=28&t=2502
User avatar
Lucky777
 
Joined: Sat Dec 18, 2010 12:44 am
Location: Chambers: Bandit Division

Re: Sakyubasu no Tatakai I (Finished)

Postby striker2521 » Mon Feb 04, 2013 12:31 am

thanks that helps a lot.

Also Gore do you have any still shots of beezy i could use to do up a fanart piece of her? Cause its kind of hard to draw something without references.
striker2521
Newly Registered
 
Joined: Wed Jul 18, 2012 4:37 pm

Re: Sakyubasu no Tatakai I (Finished)

Postby Ivan-Aedler » Mon Feb 04, 2013 7:07 am

Gorepete Wrote:It is a bug I never got around to fixing. There is a conflict between the falling trigger and the air dash trigger which can fire at the same time on separate functions, the fall trigger usually gets preference and causes the airdash to fail.

You can use a control variable (a mutex).
Use a global variable like _global.fallActionMUTEX, or _root.fallActionMUTEX (which you prefer) , putting an IF in all potential conflicting actions.

Code: Select All Code
//AS2

//action 1
if (!_global.fallActionMUTEX and ACTION)
 {
_global.fallActionMUTEX=true; //will avoid the other action to occur
do_action(); // you must use _global.fallActionMUTEX=false in the end of your function, not in this same if (same frame).
 }


Code: Select All Code
//action2
if (!_global.fallActionMUTEX and ACTION2)
 {
_global.fallActionMUTEX=true; //will avoid the other action to occur
do_action2();  // you must use _global.fallActionMUTEX=false in the end of your function, not in this same if (same frame).
 }


If you need to have those actions occur without being blocked (that is, you cant cancel one of them because its important to happen), you can make it wait (dont use while!!) , just make a way to retain a given variable, like "dash_retain_to_use_later=true", in a onEnterFrame (or in a frame1 and frame2, making frame2 gotoAndPLay frame1). Then it will keep checking dash_retain_to_use_later AND the mutex variable above (_global.fallActionMUTEX). If the first is true and the former is false, it will run do_action() or do_action2(). Then, you disable dash_retain_to_use_later.
User avatar
Ivan-Aedler
 
Joined: Fri Jun 03, 2011 6:34 am
Location: GMT -3

Re: Sakyubasu no Tatakai I (Finished)

Postby matorious » Fri Feb 08, 2013 2:54 am

sort a nice game if didn't make so hard to stay alive it mite good. But how can you tell 4 hits and your dead wtf.
matorious
Newly Registered
 
Joined: Sun Feb 03, 2013 4:13 pm

Re: Sakyubasu no Tatakai I (Finished)

Postby reap3r119 » Fri Feb 08, 2013 8:45 pm

Nice job on hiding Ol'Reliable, Gorepete. (I totally found it by accident)
Spoiler (click to show/hide):

I was wondering what the Eva statue was really for...
your reap3r, but your avatar is a dragon on a farm tool?

Yes. A dragon on a farm tool. Your point?
User avatar
reap3r119
 
Joined: Fri Dec 23, 2011 5:13 am
Location: In the Creative Corner. Where else?

Re: Sakyubasu no Tatakai I (Finished)

Postby Reuleaux » Sun Feb 10, 2013 4:30 am

Jesus why is this game so Fuckin' hard? I'll admit, I love the game to death but theres Game-breaking flaws. I don't have Air jump glitch or whatever, It's the fact that it's missing a Difficulty setting, or atleast being playable.

There's no Auto-saving (i can live without that) or pause menu, I talk to people over steam and it gets frustrating having them Spam me to respond because i'm trying to beat a porn game.
Saves don't transfer, If Flash crashes or you exit the tab accidentally; You're fucked and have to go through the stress all over again.
And the game is way too hard. When i first played, i died over 25 times to the first Bee assassin, And i've tried over 50 (Yes i counted) To try and beat the Stingers; but the Stingers are entirely unfair. One of them teleports Directly above you and locks you in place, the other does MASSIVE damage with the electricity, And then the Charger kills you if you haven't died already. Please update this to Add Actual Saving and Playable difficulty. I don't wanna dedicate 3 Hours into this game like i already have.
Also the FPS is fucked up the ass, all over LOK games are fine, But this one lags Way too much on the Scenes.

Again; I love the game and i hope it becomes more playable, But this caused me 3 hours of Butthurt. Please fix sometime.
Reuleaux
Newly Registered
 
Joined: Sun Feb 10, 2013 12:29 am

Re: Sakyubasu no Tatakai I (Finished)

Postby Lucky777 » Sun Feb 10, 2013 3:07 pm

The saving issue might be addressed if you actually save a copy of the game to your hard-drive.
It may or may not, in your particular case, but I can assure you that
1) I have a copy of the thing, 2)I have had a copy of it for quite a few months, and 3) when I hit load data, it loads from where I last saved, with no problems whatsoever.

As to the stingers (though you're probably noticed this after so many playthroughs):

It helps if you dodge the goop that locks you in place.
You also have to use the shield on the charger before you can whack it.
(I maintain that the requirement is kinda silly, because getting hit with a sword would be at LEAST as startling as running into a shield, but eh, vidyagamez, what can ya do.)

Also, do not underestimate the value of level grinding in this game.
That one life upgrade you can get from your level screen is actually pretty phenomenal.
I can't remember the specifics right now, but it might do something like doubling your lifebar, which can be a pretty damned big deal.

If you're having problems with saving, I can see how trying to level-grind would be absolutely fucking punishing, but once you sort out THAT fundamental issue, you're good.
User avatar
Lucky777
 
Joined: Sat Dec 18, 2010 12:44 am
Location: Chambers: Bandit Division

Re: Sakyubasu no Tatakai I (Finished)

Postby Uchiha wolf » Sun Feb 10, 2013 9:13 pm

if u save this whily u are login dus it ceep ur save data cuz i have playd it on the comdotgame sit and it ceeps on deliten my save data ps how do u pm sumone on this sit so i know i wont piss pp off bey trying to post stuff on thourds that i can just ask one of the gm's or admins thanks
Uchiha wolf
 
Joined: Sun Feb 10, 2013 6:45 am

Re: Sakyubasu no Tatakai I (Finished)

Postby reap3r119 » Sun Feb 10, 2013 10:35 pm

Uchiha wolf Wrote:if u save this whily u are login dus it ceep ur save data cuz i have playd it on the comdotgame sit and it ceeps on deliten my save data ps how do u pm sumone on this sit so i know i wont piss pp off bey trying to post stuff on thourds that i can just ask one of the gm's or admins thanks


Logging in doesn't have any effect. It uses flash cookies, not online saves. As for your second question, you need at least 10 posts to pm users, but I'd suggest just posting/making a thread. That way, all the mods can see it.
your reap3r, but your avatar is a dragon on a farm tool?

Yes. A dragon on a farm tool. Your point?
User avatar
reap3r119
 
Joined: Fri Dec 23, 2011 5:13 am
Location: In the Creative Corner. Where else?

Re: Sakyubasu no Tatakai I (Finished)

Postby letwainspoon » Mon Feb 11, 2013 6:12 am

Does this game have a gallery mode? Something where you can view all the animations or something.
User avatar
letwainspoon
Newly Registered
 
Joined: Mon Feb 11, 2013 6:11 am

Re: Sakyubasu no Tatakai I (Finished)

Postby reap3r119 » Mon Feb 11, 2013 6:19 am

letwainspoon Wrote:Does this game have a gallery mode? Something where you can view all the animations or something.


Ya. The bed in Eva's house.
your reap3r, but your avatar is a dragon on a farm tool?

Yes. A dragon on a farm tool. Your point?
User avatar
reap3r119
 
Joined: Fri Dec 23, 2011 5:13 am
Location: In the Creative Corner. Where else?

Re: Sakyubasu no Tatakai I (Finished)

Postby Uchiha wolf » Mon Feb 11, 2013 7:22 pm

thanks for the feed bck reap3r119
Uchiha wolf
 
Joined: Sun Feb 10, 2013 6:45 am

Re: Sakyubasu no Tatakai I (Finished)

Postby Firefall » Fri Sep 16, 2016 4:19 am

Whoooo! Finally beat it! I mean, I didn't beat the broodmother, but I got past eva and saw "end of act 1" so I'll take the win. Honestly, the tenders gave me tons of trouble. Took me ages to realize they didn't get invincibility frames while they dug underground and I kept having to dodge for ages. Still, now I can move on to part two! which is probably just as hard... f$#%!
Firefall
 
Joined: Sun Aug 28, 2016 5:54 pm

Re: Sakyubasu no Tatakai I (Finished)

Postby grox007 » Tue Sep 18, 2018 9:16 pm

I would liek to boast for 100 % completion but never actually got the sword from statue. The hardest part of game easy tried more than 100 times didnt get even once. Game is pretty good, one of my first games on LoK forum. Difficulty is unquestionable but with practice first walktrhough with broodmother and mask took inly 3-4 hrs.

EDIT: Nevermind I just got teh sword on the 5th try. I guess my luck is good today. This is insane never got it before got it now.
grox007
Newly Registered
 
Joined: Fri Oct 09, 2015 3:16 pm

Re: Sakyubasu no Tatakai I (Finished)

Postby MajorMajorMajorMajor » Fri Jul 14, 2023 8:51 am

HELLO RANDOM INTERNETER!

ARE YOU USING RUFFLE NIGHTLY TO RUN THIS GAME?

ARE YOU WONDERING WHY IT'S LAGGING SO MUCH? It lags so badly I basically.... well fighting the lag is harder than the game itself

I felt that it was possible changing the flash version changed game performance. First I thought it worked. Then i thought it didn't work. So i'll leave you here with what I did just in case.

EDIT: NOPE I FIGURED IT OUT. USE WEBGL AS A PREFERRED RENDERER!!!!!!!!!!!!!!!!!!!!!!!!!

Right click on ruffle nightly when a game is open! Then use the save manager thing!

Furthermore, has anyone else had the issue where you dash Eva turns into a solid color?

If you're using Ruffle, did you know you can change your ruffle settings?

I found, that through some experimentation, changing the ruffle version of flash emulation made a huge difference in the way the game ran! (I refreshed the game every time after changing the emulation version)

I tested this with the brood mother chamber over and over. And this is not some kind of scientific test! I changed the version, refreshed the page, played it out, and recorded my personal reactions. Try fiddling with it yourself! This could all be placebo from me.
User avatar
MajorMajorMajorMajor
 
Joined: Sun Mar 23, 2014 7:00 am
Location: Atlantis

Previous

Return to GoRepeat's One Stop Shop



Who is online

Users browsing this forum: No registered users