oosyrag's Recent Forum Activity

  • How are your array and map set up? What are you using to light up your map?

  • Put text and box on separate layer, set layer to force own texture in properties, have the box at bottom (z-order) and the text on top, and set text blending mode to source atop.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Based on the screenshot, it looks like they are using higher resolution graphics with bi/trilinear filtering (anti-aliasing).

    The trade off is that your edges won't be quite as crisp, but then you also won't have to deal with all the strange artifacts that result from pixel rounding and filtering nearest, especially with anything in motion.

    Again, generally these things are not noticed by the end users.

  • AFAIK Construct doesn't have "tile" style pixel rounding support, if that's what you're asking about.

    Otherwise, jagged edges in pixel art is a given? Or I'm misunderstanding something.

    This is what tile based pixel rounding looks like - youtu.be/CU4YjSZNTnY

    And this is what normally happens, like in Construct. answers.unity.com/questions/725621/best-method-for-dealing-with-rough-sprite-edges-du.html

    You'll need to decide whether you prefer point sampling (sample - nearest) or bilinear/trilinear filtering.

    Honestly in my opinion players will generally not care either way. Avoid static objects at angles to minimize the issue, and it should be difficult to discern for objects in motion unless you're specifically looking for it. The human brain does a great job of smoothing out imperfections like this, especially if the gameplay is more engaging than studying the arrangement of pixels on the screen.

  • Link a screenshot of your events or your project file. It's hard to help without seeing what you did.

  • Put them into a family.

  • Something is removing it. Do you have the destroy when outside layout behavior? Or any event that destroys it might be triggering unintentionally.

  • Two things -

    You put TileToPositionX/Y, instead of PositionToTileX/Y.

    You will need to pick the correct tilemap out of the two. You can use UID or an instance variable.

  • Try using the text input object, set to read only. You can change the appearance with the set css action. To add lines, use the append text action to add newline&"text".

  • Are no mapsquares being set? Are the wrong ones being set? Are you checking in debug mode or just seeing if your text is showing?

    It's easier to diagnose a problem like this if you actually uploaded the project rather than just a screenshot of events. You also have hidden events. I don't know if the mouse over and for each conditions are causing problems displaying the text, normally you wouldn't need both together in a single event. Do you have multiple overlapping mapsquares?

  • construct.net/en/forum/construct-3/general-discussion-7/google-drive-cloud-save-outage-158182

    You can log into drive manually to download your project and open it from your hard drive.

  • You can get the tile ID of the tile at any position with the expression Tilemap.TileAt(PositionToTileX(x),PositionToTileY(y))

oosyrag's avatar

oosyrag

Member since 20 Feb, 2013

Twitter
oosyrag has 39 followers

Trophy Case

  • 12-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

22/44
How to earn trophies