rufson's Recent Forum Activity

  • a little sneak peak video, work in progress:

    Subscribe to Construct videos now

    Thanks for comments, more soon like always :)

    Best

  • Hey Folks,

    I had obsession with new Z elevation mesh feature since Construct Beta...and here you can watch a fraction what you can do with it. Doom is coming;)

    Subscribe to Construct videos now

    And here is a free aka mode7 project file I made with Zelevation feature. Feel free to use it as you like.

    https://github.com/RufusRufson/Construct3-ZmeshElevation-Mode7

    more soon...

    Best

    rufson

  • MasterQuest

    What do you mean? I did that little game in c2 for a PAQ show(it was a commercial project).

    Now I moved with all of the tricks with mode7 to c3, working on a new game "HUM"https://www.construct.net/en/forum/construct-3/your-construct-creations-9/combo-projects-no-plugins-old-156639. I did a promise about tutorial on it about a year or two ago but I was too bussy to do it :( Blame on me. Of course I can upload a capx from the game but hey that was a hours of work and it is like a ready made game asset, just replace sprites and whola! hit game on the mobile app stores ;) So for sample file and tutorial I have to do it nicely, transparent and understandable(without commercial stuff inside) but I didn't find time for this :(

    But I have game source file. how much should I take for this if u are interested?

    kyra tv version is down but u can still play it on my website:

    http://rufson.com/paq/

    Hope you are good, Cheers

  • Hey Constructors,

    Here you can watch a Music Video I made using construct 2

    All graphics are scanned hand draw pictures by Bartosz who also made the music.

    Subscribe to Construct videos now

    It is little old, but now I decided to move it to the construct 3 before the c2 support in c3 will be shutdown.

  • What a cool bunch of different graphics effects. The bobing and tilting are nice touches that make the motion cooler.

    Nice use of pixel data too. No need to process more than you need to and it seems to make it more interesting when you can draw the curves instead of relying on stiff math curves. Anyways, looking forward to seeing more. The pixel examples I made work differently but could benefit from canvas use if I used C3.

    Thank you R0J0hound

    Exacly, I tried making it with math curves folowing extentofthejam paper but I stuck on it and then I realized that I can use simple reading pixels on a 1 pixel h 255 w slide gradient and repeat it infinitly horizontal in logic paterns. Every time turns and hills are random because I was to lazy to draw in tile map editor so many slices :) So was way faster to make a rule for it in the events sheet.

    here is the tilemap slice:

    left,right - blue

    up,down - red

    rest: road textures etc

  • small update(no more geometry glitches).

    Wireframe time and triangle polygons in Drawing canvas :)

    Subscribe to Construct videos now
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Glad you like it guys.

    I going to continue the development and later like I mentioned I would like to sell those projects in the scirra store after we finish the HUM game. I will post a playable versions of the concepts above soon.

    Cheers

  • Hey Constructors!

    Rufus here from No Joy Boys

    I decided to upload some raw videos from the project I'm working on with my friend Bartosz.

    All technics from them will be implemented in our HUM game.

    HUM is basically 2d but it will have mini levels with pseudo 3D tricks. I hope all of this projects will be available in the store when we will finish the HUM game(like solo and mega pack).

    Here we go:

    HUM (chase level, not available now in the demo on itch.io)

    Subscribe to Construct videos now

    Details:

    This is using z elevation feature and drawing canvas snapshot for reading curves and hills values for each slice of the road. 3 quality modes (works very good on mobile)

    3D displacement using drawing canvas and image as a height map prototype (inspiration from Rescue on Fractalus! - Atari game from 1984)

    Subscribe to Construct videos now

    Details:

    Drawing Canvas makes a snapshot of the red sprite map on the start(can be also generated by perlin noise for smth like no man sky ;)) , then Array is filed with red values that are used later for height points. Each( X and Y) point is a image point in player frustrum view(this is just a triangle sprite with bunch of image points), then those point picks the array and then projection from 2D to 3D is happening. Then drawing canvas takes computed polygon point and repeats nested loop 19 times per tick. Before it draws it checks if sprite is futher away if not then it will paste it on top of polygon. Still need some work because is glitchy :) but I like it.

    update(no more geometry glitches).

    Wireframe time and triangle polygons in Drawing canvas :)

    Subscribe to Construct videos now

    BRUTAL fast RAY CAST prototype (Ray Casting pseudo 3d with decals and reflections on the floor and walls)

    Subscribe to Construct videos now

    Details:

    Shader: old mode7 fx by R0J0hound on the Drawing Canvas who takes snaphot of the tilemap for the floor and later it takes realtime decals. For walls decals is a fast dictionary check (replace wall slice after ray hit). I think it's the fastest ray cating LOS event logic in scirra community ;) , rays checks only for walls collisions in the camera frustum, no fish eye, pixel perfect mode7 fit with the floor and bunch of tricks to make it more speedy) I saw some projects on this task and I think this one will become the winner in performance and features like decals, reflections and tilemap editor ;)

    Cellular Automata painter prototype

    Subscribe to Construct videos now

    my favorite part is in 9:50s

    Details:

    This one use simple rules for each dot. Dot(1 pixel sprite) checks for neighbours in the array and then it execute the action. Each point can have max 8 checks around himself. When it hit the ground it is going to sleep then drawing canvas grabs it and destroys the sprite filling array with 1 on dead point position. It can be slow when u need to wakeup a lot of points but is very fast for a game like liero or worms but not Noita tech:) I think in java this can be very fast,R0J0hound did smth like this in custom js script.

    cheers

  • Thank you Mikal and Lumicreative.com Glad you enjoyed it!

  • piranha305Thank you!

  • Hello world! We're an indie game developer duo from Poland(me and Bartosz).

    We have just created our first full game "Pomroka​". It is a dark adventure with music and graphics fully created by us.

    ​Originally game was created for polish quarantine game jam "Stay at home and do games". We won an award and decided to finish the game. In this post-apocalyptic world, your task is to explore a small village at a landfill where residents are afraid of leaving their homes. The game has two endings, depending on generator power. Your task is to repair the generator and illuminate the sky​.​

    You can play it here: https://nojoyboys.itch.io/pomroka

    Subscribe to Construct videos now

    Thank you for playing

    tech:

    vanilla construct 3 (no plugins)

    light done in DrawingCanvas

    simple IK system

  • Here the Construct 3 Version: https://drive.google.com/open?id=1DbMLxEq8TsQIuFGb91gOBfoTjm2JhE6G

    That is great! Can you please port also to c3 this c2rexplugins.weebly.com/rex_mode7perspective.html

    it's for mode7 bahaviour and with it you can do this:

    ( I working on this now in c2 and in c3 performance can be better I think)

rufson's avatar

rufson

Member since 13 Mar, 2013

Twitter
rufson has 14 followers

Connect with rufson

Trophy Case

  • 11-Year Club
  • Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Quick Draw First 5 people to up-vote a new Construct 3 release
  • Email Verified

Progress

17/44
How to earn trophies