MasterQuest's Forum Posts

  • If any question let me know !!!

    In love with the Mode7 !!!

    Subscribe to Construct videos now

    Tagged:

  • Only a Blurry Demo because its a work in progress, But soon I will upload more Clearly Videos.

    Comments are welcome !! Thank you guys !!!

    Subscribe to Construct videos now
  • Nice work with your music video! Mines not a music video but Mode7 in action.

    Subscribe to Construct videos now
  • I just did it myself and almost time to finish up my Mode7 game !!!!

    Watch this mini video preview of my upcoming game !!!

    I just did too the Motion Angle Camera Movement from side to side, watch the other videos too on my channel!!

    Mode7 its HARD to accomplished but I just did it in two years !!! not an easy task at all.

    Subscribe to Construct videos now
  • Hey Rojo I just accomplished the Mode7 look at my Video Project with Mode7 in action >>

    Subscribe to Construct videos now

    Let me know what do you think mate !!

  • It was my intentions to upload a Blurry video because the Project its in the Making.

    Thank you mates !!!

    What do you think guys about this Project in the Making !!?

    comments are welcome !!!

    youtube.com/watch

    Tagged:

  • Rojohound can you create a an Example Capx of this example you just gave me !!!

    Thank you!!!

    just an example of one line at lesat with no sprite or anything at all>>

    The original mode7 topic I thought had info on it.

    Anyways the gist of positioning stuff is:

    // get position relative to camera

    xx = (x-cam.x)* cos(-cam.angle) - (y-cam.y)* sin(-cam.angle)

    yy = 200

    zz = (x-cam.x)* sin(-cam.angle) + (y-cam.y)* cos(-cam.angle)

    screenx = xx/zz + xcenterScreen

    screeny = yy/zz + ycenterScreen

    if zz<1

    then hide object

    else show object

  • Here's a Pic Example of what I'm really looking for to execute exactly on the Mode7

    Thank you RojoHound for the time you had giving to us.

  • Why so much Hype with this little presentation and then you guys just quit from everything !?? and Not even a demo anymore of this little creation.

    Why !???

    Tagged:

  • No problem mate ,,, and let's keep on working with codes and games for life !!!

  • Hey Rojo !!! let me know how to send to you some support for your efforts !!! I want to send you some money even if you don't need it, I just want to be polite and grateful with those who deserve it.

    you got my email just in case, maybe I'll used your Capx for some other projects of mine... Thank you Mate !!!

  • Hi,

    In that capx you can set the camera x,y and angle in event 6. So you can set them to anything you want. You could even just set it to the position and angle of a sprite that you move around with your movement behavior of choice.

    I don't have the mode7 effect installed, nor do I have many third party plugins installed.

    I'll be honest, I'm not going to be able to help with the mode7.fx. I don't like it, and have scrapped it.

    Hey Rojo still could not make that capx of yours get into my project cause like I told you before you are using Java scripts and I'm using C2 Plugin's with Rey's plugin's,

    but anyways I'm almost there to find my last missing key with the Mode7 with what I have already, I'm still working with the coalitions , until I complete this difficult puzzle.

    Thank you Rojo for all the Great things you have made !! You are Great !!!

    I'll be posting a video of my Project soon,,,

  • Hey Rojo I just open up the capx and I wonder how to make coallitions with your Java script code. Nice work !! but still I can't get this Java scripts to work on my project ,, I'm so sad ,, Thank you Rojohound you are a great Person !!!

  • It didn't worked for me cause I'm using a Completely diferent way on how to executed mode7 with 'construct 2'I'm going to try to upload a simple demo capx on this week with Rey's plugins's so you can see for yourself the thing I'm just missing with the Mode7. Thank you Rojohound !!!

    construct.net/en/forum/construct-3/how-do-i-8/mode7-npc-main-player-155229

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The capx you created I couldn't combine it with my project, because you used a totally different code than the one I'm currently using, In my code Capx I'm just using exactly the same metod as to positioning the Objects but not with Java but with other variables and Plugin's from early 'construct 2' plugin's, but at the moment I can tell you that the PlugIns from Rey's I believe are not at one hundred percent legitimate enough to create a Mode7 to perfection So I'm trying to reinvent the wheel a little bit so I can get as close to Mode7 as possible with those plugin's too, I appreciate your great work doing codes and helping others, I'm going to try to upload a simple demo capx on this week with Rey's plugins's so you can see for yourself the thing I'm just missing with the Mode7.

    Thank you Rojohound !!!

    by the way how can you control the camera with a gamepad with your capx,,,