DialgaBrite's Recent Forum Activity

  • Once I get through my current projects I may post some more tutorials that cover megaman style movement as well. I have done a great deal of work on wall jumping and wall sliding, air dashing, etc... for one of my current games that may come in handy for others... I just have to find more free time

    That would be really nice, good luck!

  • apologize if you were offended. We tend to get a great deal of posts in the forum that end up turning into requests for others to do a great deal of work for someone elses game. Each of your replies mentioned that you might use it if BACLog made more changes to it after it was stated that he is no longer working on it. This gave the impression that you would rather have him do the work than to improve upon his example yourself. As this does not seem to be your intention I apologize. You would be amazed at home many threads we get that degrade into someone simply expecting others to do their work for them, so I may be bit zealous in trying to head these off at the pass so to speak.

    I see. I feel a little better now. It's not like I want him to make my whole game for me. It's just that Game Maker and MMF have some open source Megaman engines that are more complete and less buggy than this. And since I want to use Construct and not GM or MMF, I am hoping this will turn into something on the same level as those. The key word is "hoping". If he doesn't have the time or doesn't want to I understand. But he did just say he might work on it again. <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    For the record (forgive me if this is seen as advertising, that's not my intent), here's an example of my work and skill level: http://biancagames.com/spiritia.htm

    It's made in MMF. I didn't use anyone else's game as a base to make it, actually. Though it does lack quite a bit of platform game elements... there aren't any moving platforms, not many different kind of puzzles or traps.... it's just generic platform hoping mostly and the enemies don't really behave differently from each other. So in addition to using another game as a base, I kinda also want to learn how certain things are done by looking at how its made. Not to mention it will help me learn things I have already done in MMF... how to do them in Construct instead.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • DialgaBrite You mentioned that you might make a game based on this if it were improved. The point of its creation was to help others to start learning to do their own in C2. You have everything you need to use this as a base and make any improvements you want to it. BACLog has stated he is no longer working on this. This is your opportunity start adding your own functionality to fit your needs instead of waiting for someone else to do the work. Otherwise it just ends up sounding like you don't want to do any work and expect someone else to build your game for you. This is already a great base to build from. BACLog has already laid the groundwork, lets see what great creation you can build from his example! I look forward to seeing your work.

    Honestly, I am a little put off by your reply, as well as the other one you left pointing out how old this is. I was silent last time, but now I am going to speak up for myself. The TC has made it clear he may very well continue working on this. And actually, I really would prefer it to be a little more polished before I use it, otherwise I would have too much trouble fixing it. you are talking like you think you know me, like you think fixing it would be easy enough for me. Making games can be really overwhelming for me, and it would therefore be nicer if the base was more polished. But I really shouldn't have to be defending myself from your uneccessary and slightly hurtful comment. You didn't have to butt in there, me and the TC were having a rather friendly discussion and you just changed the vibes and the mood to a negative one. I hope you will apologize.

  • > For the record, in case you're wondering, I MIGHT consider using this as a base for my own game... if it's improved somewhat. I'd be sure to credit you. And I'd probably replace Megaman with a different protagonist, such as someone from Rosenkreuzstilette.

    >

    By all means go ahead.

    I made this as a means to help people get an idea of how to do such actions in a game, less than just swapping images and sprites and more of a learning point, hence all the explanation in the event sheet.

    my original hope was to remake a level from a classic megaman game in c2 but as i worked on this (probably 8 or 9 hours of work has gone into this engine currently) I realized i would need to replay the classic megaman games more to get a better feel of the game mechanics. I love looking at games i enjoy and playing them again with this new found angle of approach.

    in the past i would just play the game for enjoyment now i play the game for enjoyment and as a learning experience.

    i pay attention to enemy placement, to the paths available on screen, to all the small visual cues that make the game feel more and more polished.

    i have issues finding the right values for megaman's move and jump speed/strength.

    also i think i used an event that has on release of jump to set the players y vector at -1 when i should have used "player.platform.vectory-player.platform.vectory" so it just sets the player to fall and removes all upward inertia.

    either way lots of little things have changed since i made this.

    It sounds like you are a friendly person who is following their dreams quite nicely. Good luck working on this in the future!

  • For the record, in case you're wondering, I MIGHT consider using this as a base for my own game... if it's improved somewhat. I'd be sure to credit you. And I'd probably replace Megaman with a different protagonist, such as someone from Rosenkreuzstilette.

  • i might work on this more today as i have some down time and you brought to my attention the file again and it just hurts seeing all the mistakes i made, also construct 2 has gained so many updates since the files creation.

    I would absolutely love that! <3

  • thanks! though I found another bug relating to sliding. sometimes the slide ends while you're still under something and then you stand up while under a low wall and can't move.

  • DialgaBrite You should realize this was done over a year ago...

    Doesn't matter, I wanted to wish him luck anyway.

  • Hi... I downloaded both .capx files for this (the one in the first post and the one on page 2). It seems like the bug when you slide left is still there, sadly. Also there seems to be some major glitching when you get to the boss door, you may want to play with that a little. Also you said you added a charge shot, but I see no sign of one. Are you sure you updated with the version you intended to upload?

    edit: I noticed something else. In the .capx, the mettaurs duck under their helmets when they get close to you, but in the play in browser link version, they don't.

    Overall, this doesn't seem very polished... yet. I know you said you are new to construct, and it does show. but I would advise you not to give up. I saw a few good megaman engines for MMF and Game Maker but for construct this was all I could find, so I am really hoping you will continue to work on this! :)

  • That worked. this topic is completely solved now, thanks so much both of you! <3

  • bump :(

    , are you still there?

  • Looks like Root is a number variable, but it should be a text variable! Double click it and change that in the drop-down menu.

    Also you might want to add more than just "C:\" but it depends...For example, if my project folder was on my desktop I would set Root, in preview, to "C:" & NodeWebkit.UserFolder & "Desktop\Project\"

    You might want to set a text object to Root to see exactly what it returns (or check it in the debugger) then look in that path to see if the file was created or not.

    I just changed the root variable to text. The file is created now, but it still isn't loading properly. In my list above, point number 5 still plays the sound for key "one" <=0. However, when opening the file in notepad, it says this: "c2dictionary":true,"data":{"one":2}}

    So it kinda looks like key "one" is being saved (it probably equals 2 because I pressed L two times), but isn't being loaded.

DialgaBrite's avatar

DialgaBrite

Member since 1 Feb, 2014

None one is following DialgaBrite yet!

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies