Pandadoor's Forum Posts

  • RobertBrooks are you millionaire? mercuryus has got 1.000.000 credits on the website he found.

  • Here's a topic talking about the ini solution:

    I'm not an expert for the dialogs but the ini solution isn't the only way to do it, you can do it directly in construct 2 (with a good organization)

    If you have troubles to do the dialog system, I advise you to open a new topic.

  • You can do it easily if you have basic knowledge of construct 2. (and if you know how arrays work)

    Set up each features on a different event sheet then call each event sheets on a principal sheet used for each Layout.

    Event sheet [Walking]

    Interaction between the mouse, the player sprite movement and the walkable areas (you can use an invisible object over the background as the walkable area you can click on)

    Event sheet [Dialogs]

    The display on screen, the selection system and the dialog trees for each Layout (you can use an array for this)

    Event sheet [Inventory]

    The display on screen, the selection system, the interaction with screen objects (you can use an array for this)

    Event sheet [Animations]

    What happens if you use the matches on the wood. A NPC running around a fire.

    Event sheet [Menu]

    Save, Quit, Sound, Music, Pause system.

    You can use Groups to organize each Event sheets for the different layouts or you have a very good memory.

    (Or you can give things special names to renember easily Day04-12-16)

    Hope this helps, with the arrays you can do everything except the pathfinding.

    https://www.scirra.com/manual/108/array

  • Thanks TELLES0808, this is a nice reference!

  • Nice game, more musics would have been good for the ears.

    The merchant is a bad person, be careful.

    What happens on the stag, stays on the stag.

  • Hey, thanks

    No more rewarded ads on Kongregate? This is sad, it looked like an ethic way to use ads in a game.

  • You do not have permission to view this post

  • Mediafire isn't a problem for me but I had to install the last beta version of construct 2 plus 3 plugins that I had to find and install to open your project.

    To solve your problem, change the X origin of your Player for the moving animation to 50 instead of 55. (for the 4 frames)

    (Put the X behind the X center of your Player: if you put X=1 as your Player origin when the original sprite face right, your Player will be superman)

    One thing, you should set the same canvas size for all the Player moving frames, it will be easier for the origin. And you should improve the collision mask for the Player moving frames, this has an effect on the pushing.

    If you want to keep an origin at the center of your Player for any reasons, you will have to use another point to apply the force.

    From here

    [quote:1vttadjp]Point of application

    You can also supply an image point when applying a force. This allows you to apply the force from a different position on the object. By default, it's applied from the object's origin, normally in the middle of the object.

    If you don't understand let me know.

  • If you can provide a capx, it will be easier to help you.

    Do you use the sprite direction of the Player to set the force applied direction?

    If you reverse the force applied direction does it work better?

  • Can you provide a capx for your tilemap problem?

    Did you read the manual entry for tilemap objects?

    You can put multiple tilemaps on the same layer but you have to manage each tilemap Z order.

    Or the multiple layer method, both are good, the multiple layer method must be easier to manage.

    On the picture you provide, the Tile width looks too small.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • We all start somewhere, you can read the online manual to understand how things work.

  • congrats mate -- you just made one beautiful game!

    > I think the graphics are what give a cute appeal to this game

    > Don't even think about changing them, great game!

    > damn right

    *true: i dont know how to quote

    Thanks guys, I wouldn't say "beautiful game" but I take it

    You were good for the quote but forgot the " " around the username.

    > [/code:2f74i00a]
    

    Some statistics

    (Game available since 3 months, never went to the new games section cause it was a devlog at the time)

    (Final version available since 1 month)

      All versions
    • 115 views for 61 plays Final version
    • 27 views for 12 plays
    • 8 gamejolt users played it for 1h52
    • players prefer to play the male version
    • only one person defeated the final boss
    • only one person found the secret trophy I hid
    • 120 battles lost for 83 battles won

    Thoughts about gamejolt

    I could post my game as new to give him a boost but I would lose all the devlogs I made. If you post a game on gamejolt he appears new then becomes old even if it's just a devlog without any demo. Uploading a build won't make it new, think about it if you want to post a work in progress game there. My first game was complete when I uploaded it and he has 159 views for 66 plays thanks to the new games section (and some lucky good rating).

    I added in the game description the tags #retro and #scifi, gamejolt recently introduced 11 channels (#horror,#multiplayer,#retro,#survival,#fangame,#fnaf,#vr,#scifi,#analog,#altgame,#roguelike) few people use them but it gave good exposure to my devlogs and now to my game (33 playable games listed in #scifi).

  • Here's some topics talking about it:

    https://www.scirra.com/forum/what-is-the-best-resolution-for-a-mobile-game_t165781

    https://www.scirra.com/forum/mobile-games-best-resolution_t170284

    from

    [quote:21ahk4ps]Summary:

    1280px * 720px will be acceptable if you publish only for Apple Products or PC's and etc but certainly "Not Android". Actually it is still playable and good performance in Android 4.4 (Kitkat) and above if it is high in specs.

    But the Safe bet will be 854px & 480px: You won't be having problem in your optimized game even in Android 4.2

    Safest bet: 640x360. This is actually recommended more for Pixel Games only. But assurance that it will work even on Android 4.0 devices.

    1980px x 1080px : Trust me don't try it. It will be very hard even for Apple Products and Android Phones can't render 1080px games without fps drop.

  • Put the Configuration Settings/Fullscreen in browser to Off. (Click on your project's folder)

  • Hi everyone!

    I like to create stories with interactive experiences, games help me doing this.

    I enjoy dystopian stories and science fiction, the games I make are oriented this way.

    I'm more a creative person than a devloper, I'm talking about design cause my pixel skills are too low.

    I want to use construct 2 to make games that will improve people's minds.

    How hard can it be?