Everade's Recent Forum Activity

  • I don't think so, at least not with built-in features.

  • I can't remember what i've had, but i used the year voucher close to the release of C3 and i don't have any vouchers left available, so it was just 1 for me. But take it with a grain of salt, i'm really not sure. Maybe they changed it in the meantime.

    scirra.com/users/goury

    Your Construct2 Medal is still there, it's just not displayed on construct.net because this website is mainly about Construct 3.

    Scirra.com = Construct 2

    Construct.net = Construct 3

    I've loaded tons of old capx from Construct 2 into Construct 3 and it always worked perfectly fine.

    The only issues that you might run into are missing plugins. A lot of REX plugins have been ported already though: wasthataddonported.surge.sh

    While some are simply no longer required.

    But i would say that it's definitely worth it to port it over.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • If it's supposed to be a classic tower stacking game, why don't you disable physics once the object has been placed?

    There's no need to further simulate physics with hundreds of stacked sprites, especially not for those outside of view.

    I would suggest:

    On collision -> wait till somewhat stabilized -> disable physics if stable

    So the next one falling down has a flat surface to work with.

    Unless that's your intent of simulating everything with accurate physics.

    However that's gonna be a tough one.

    Some hybrid physics might be better to simulate a long wiggly stick based on current height.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • I think the tutorial is pretty straight forward and fairly easy if you read yourself through part 1-4.

    Peer determines the overall Player object and counts for both, Host and Peer players.

    There's a great example included in both Construct 2 and 3 which comes with all the multiplayer basics and fits the tutorial given.

    The game loads specific Host Group events in case you're the first person to enter an empty room.

    All players following later up will load the Peer Group events.

    This is required for the Host to handle the Data being sent from the Peers to the Host since this is an authoritative Host scenario.

    So that's the only major difference between Host and Peer when it comes to the events.

    Your suggestion of using 2 sprites seperately (host and peer) isn't efficient and would require you to sync double the amount of data between players. In short: No that's a really bad idea.

    So the tutorial shows you sort of a best practice way which i can only recommend to follow.

    Checkout the example. Read all the tutorials again. Understand how data is being synced between Host and Peers. Then go on from there.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Take a closer look at the official Multiplayer examples and its turorial series.

    They uses some different techniques which should fix your current issues.

    construct.net/en/tutorials/multiplayer-tutorial-1-concepts-579

    construct.net/en/tutorials/multiplayer-tutorial-2-chat-room-591

    construct.net/en/tutorials/multiplayer-tutorial-3-pong-626

    construct.net/en/tutorials/multiplayer-tutorial-3-real-time-game-598

  • If you sync an objext using NONE. That means that all Peers will automatically create the same amount of that specific object just like the Host has. Not the other way around!

    However without their position being synced. So they all spawn on the very same spot.

    Please share your capx file which shows us how your events are being setup.

  • You do not have permission to view this post

Everade's avatar

Everade

Member since 24 Jun, 2014

Twitter
Everade has 11 followers

Connect with Everade

Trophy Case

  • 10-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • x4
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • 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
  • RTFM Read the fabulous manual
  • x65
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x144
    Lightning Draw First person to up-vote a new Construct 3 release
  • x4
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Magnificent Comment One of your comments gets 25 upvotes
  • Email Verified

Progress

25/44
How to earn trophies