oosyrag's Recent Forum Activity

  • The values are indeed saved locally on your (user's) device. The game client is also downloaded locally on each user's PC, and run using the capabilities of each user's system, even though they got it from a website.

    You'll need some way to communicate the data of interest to your server PC, and a way to get data from the server. A common way to do this with a web server is through AJAX, PHP, and MySQL.

    Another way to do it (probably not what you're looking for) is to have peers connect and communicate directly with each other (through a host), through something like the multiplayer plugin. However data normally isn't persistent with this method either, unless you have a way to keep a dedicated host up. The dedicated host would handle storing, retrieving, and syncing data with connected peers.

  • That's not what layouts are for, just make a separate project.

    It might be possible by passing a parameter in the link of the new URL, which the game can read and navigate to the correct layout on start of the default layout.

  • construct.net/en/tutorials/using-3d-construct-2746

    It's addressed in the section about transparency.

  • Disable your main inputs event group when settings layer is active, and enable a separate inputs group that only pick/interacts with objects on the settings layer. Don't have to worry about other layers at all.

  • It's literally not the only way, bullet will work fine. You'll just have to keep track of and handle acceleration, deceleration, and adding vectors yourself, which is what the 8 direction behavior already does for you.

    Iirc there was a built in asteroids example, moving in space is similar to moving on ice.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Have you tried 8 direction with a very low deceleration?

  • Even if offline, playing non preloaded sounds the first time can still result in a delay as the audio is loaded into memory from disk.

    The delay may not be large enough to be noticable for a small file though.

  • Inputs should have additional conditions to specify and pick the object with the relevant peer id.

  • If your entire layout is visible, turning on unbounded scrolling in project properties may be desirable.

  • You do not have permission to view this post

  • My main concern is that construct is not a robust text editor. I'd balk at working with any sort of significant amounts of text from within construct, so I really appreciate the ability to import and utilize project files.

  • You'll want to use the advanced random plugin to either generate a permutation table, which allows for non repeating sets of numbers, weighted probability tables also from the advanced random plugin, or simply save and check to compare the previous prefab with the current one and reroll if they are the same.

    A more robust solution could use these methods together.

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