Jump to content
DP3

Request to have your game 'Let's Played'!

Recommended Posts

DP3, you do have a tent, it's a key item so you have to scroll all the way to the right to find it, xD
... Kinda sounds like you just skimmed through the video :(

 

 

I don't know what you all are talking about, I had no problems with stamina. :P
It's not the stamina that's the problem, it's the fact that I can't read and discover things without being punished for it.

 

I'm going to make a script request for turning a switch off whenever the game is displaying text.
Done
class Window_Message < Window_Base
  
  Stamina_Stop_Event_Switch_ID = 10
  

  
  
  alias sses_winmessge_fibmain_qpeojg       fiber_main
  def fiber_main
    was_on = $game_switches[Stamina_Stop_Event_Switch_ID]
    $game_switches[Stamina_Stop_Event_Switch_ID] = false
    sses_winmessge_fibmain_qpeojg()
    $game_switches[Stamina_Stop_Event_Switch_ID] = was_on
  end
end
 

 

No problem, mate. I did watch part of the Witchtooth Playthrough that you did; the game looked bad, to be completely frank, but it was still the longest Playthrough I think you mentioned. I just wasn't sure if you were in the mood to do something like that again.
Witchtooth was actually pretty good for an RM game, the random encounter rate wasn't very good though. I know there was one part where I raged quit because I was sick & tired of the freaking Random Battle, ARGH!

Share this post


Link to post
Share on other sites
Witchtooth was actually pretty good for an RM game, the random encounter rate wasn't very good though. I know there was one part where I raged quit because I was sick & tired of the freaking Random Battle, ARGH!

Welp, you won't have to worry about that. :D

Share this post


Link to post
Share on other sites

I didn't skim, I watched the first ten minutes and was getting so frustrated that I had to post it, xD

 

It was hilarious watching you struggle though.

 

Thanks for the script bit though DP3! Awesome! Is there any way you could make it work with multiple switches? So I can switch off the HUD as well?

Share this post


Link to post
Share on other sites
    class Window_Message < Window_Base
    Stamina_Stop_Event_Switch_ID = 10
    Stamina_Stop_Event_Switch_ID2 = 11
     
    alias sses_winmessge_fibmain_qpeojg fiber_main
    def fiber_main
    was_on = $game_switches[Stamina_Stop_Event_Switch_ID]
    was_on2 = $game_switches[Stamina_Stop_Event_Switch_ID2]
    $game_switches[Stamina_Stop_Event_Switch_ID] = false
    $game_switches[Stamina_Stop_Event_Switch_ID2] = false
    sses_winmessge_fibmain_qpeojg()
    $game_switches[Stamina_Stop_Event_Switch_ID] = was_on
    $game_switches[Stamina_Stop_Event_Switch_ID2] = was_on2
    end
    end

Well here's an inelegant way that just duplicates the code.

Share this post


Link to post
Share on other sites

Ocedic -

Edited by DP3

Share this post


Link to post
Share on other sites

Well maybe cause it's mine! Don't try to steal my work! lol, ;)

 

I'll watch it later, love watching these videos with his hilarious accent.

Share this post


Link to post
Share on other sites

Maybe Rava can dual wield those different knife type things.

 

Monster Hunter Logan can dual wield swords...

Share this post


Link to post
Share on other sites

Nah, in this game I didn't implement dual wielding. The reason you seem to be getting so many knives is simply because chests have random loot.

 

@DP3, my friends and I watched it and enjoyed it a lot. Was a lot of fun to watch, thanks for playing.

Edited by Ocedic

Share this post


Link to post
Share on other sites

@Dp3 i just watched the third part of Pearl ABS demo and was very enjoyable and funny

 

I launch a lot  :D

 

Thanks for the feedback and you game review of 8/10

 

Share this post


Link to post
Share on other sites
Watching it now, in the video description you miscredited to Obrusnine ;)
Fixed

 

I'll watch it later, love watching these videos with his hilarious accent.
My accent is... hilarious?

 

OMG the Star Ocean Soundtrack. :D
:D I liked the Sound that was played too :D

 

 

@DP3, my friends and I watched it and enjoyed it a lot. Was a lot of fun to watch, thanks for playing.
It's not over til the fat lady sings... or until credits start rolling...

 

@Dp3 i just watched the third part of Pearl ABS demo and was very enjoyable and funny
Why thank you, good sir.

 

 

 

AAANNNNDDD due to current circumstances, I won't be doing anymore for at least a week.

Apologies to you 'Code: Nemesis'

Share this post


Link to post
Share on other sites

I meant it's part of what makes you so funny. Sorry, I'm American, don't hear accents like it often, I didn't mean to offend you, :)

Share this post


Link to post
Share on other sites
AAANNNNDDD due to current circumstances, I won't be doing anymore for at least a week.

Apologies to you 'Code: Nemesis'

I understand. No need to apologize.

Share this post


Link to post
Share on other sites

I meant it's part of what makes you so funny. Sorry, I'm American, don't hear accents like it often, I didn't mean to offend you, :)

You didn't offend me, I tend to change accets a little though, so I'm not sure if you meant my normal accent or my crappy transition into Scottish .

 

 

Hope you get a good chance to relax DP3.

That's the exact opposite of what I have been doing. Long story short... Australia, Summer Break, School, Employment.

 

 

 

 

Nemesis:

Edited by DP3
  • Like 1

Share this post


Link to post
Share on other sites

He pulls off various different accents/personalities when he is reading dialog, haven't you noticed?

 

Thanks for all the videos, DP3.  I need to catch up on your scripting tutorials, I wanted to start them all over and actually do them instead of just watch, but my laptop plan was crushed when I was told not to ever bring a laptop back to work again.  This means I would have to do this all when I was on my days off at home, which is pretty hectic since I work midnights and thus my days off are usually spent catching up on weekly errands and interacting with my wife and daughter, nonetheless, I will endeavor to try in the next few weeks.

 

I think database management and scripting are two areas I need to vastly improve on, and at least you can help me understand the basics of what RGSS3 can do as well as your LP's are entertaining and lets me see what other people are doing with rpgmakervxace.

Share this post


Link to post
Share on other sites

OMG It lives.

 

Anyways, that was a pretty pleasant review. Honestly, I was expecting much worse. If you're worried about fighting, don't worry, because I'm sure there's more fighting to do in the next episode, if you decide to continue.

 

Skipping the tutorial was a bad idea, in my opinion.

 

I also love how easily amused I am by you spamming the keyboard when you are next to the horse. You are going to have lots of fun in Cyrus. :D

Share this post


Link to post
Share on other sites

Wren -

Edited by DP3

Share this post


Link to post
Share on other sites

Hey man, I find your LP's to be really well-done, and I would love to see you play through my game.

 

Topic: http://www.rpgmakervxace.net/topic/7408-crossing-chapter-two-released/

 

You say you love great stories, and I think my game fits that requirement. It's at about 3 hours of gameplay time right now for an average player, so it won't take a whole lot of time to do either.

 

Have a nice day :)

Share this post


Link to post
Share on other sites

Xephyr ~ Added

Offender ~ I'm a bit iffy on playing a game that's based solely around an anime, however I'll bite for this one.

 

Everyone ~ I know it may seem like this is dead, but it is not. I shall continue doing these soon. As an added bonus, I haven't played your games in awhile so it'd be nice to see how much your game forced me to remember... *cough* Stamina *cough*.

  • Like 2

Share this post


Link to post
Share on other sites

Obrusnine ~

 

 

 

Ocedic ~

Edited by DP3

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
Top ArrowTop Arrow Highlighted