Sir LoLz's Forum Posts

  • Heyo.

    I have a Multiplayer game I am working on. I want players to be able to upload images using the "File Chooser" plugin. how Can I send this image to the other players?

    Thanks

  • Yes I did. I was mostly having trouble with the array part. not very familiar with them. Thanks for checking though.

  • awesome. thanks a lot.

  • Hello. I want the user of my project to be able to save custom tilemaps for custom levels. I got the code done to paint the tilemap. but I am stuck on the saving part.

    this is what i currently have. the array on creation is set to 0 width and height and a depth of 1. with the loop adding index's as needed depending on the size of the tile map.

    I feel that I am right on top of it. But I can't seem to find the sweet spot.

    Thanks.

  • Hello.

    My creation is called Act Natural. And I got it published on the Xbox One though the Creators program.

    Act Natural is a local multiplayer game of stealth. While maybe not the most original idea now (started the project a few years ago) I would like to think it has a nice original spin.

    You can visit the store page here. https://www.microsoft.com/en-us/p/act-natural/9p0jksq37brm?activetab=pivot%3Aoverviewtab

    Subscribe to Construct videos now
  • You do not have permission to view this post

  • How do you properly set up a morph animation? I have a tank and I want the treads to be able to be flexible over terrain.

    I'm not familiar with Morphing and three.JS is not well documented.

  • in the tank demo. how he get the tank to "jiggle"?

  • Hello.

    So I can sign in the first player no issue. however I want to be able to allow a second player to log in with their own gamer tag and to be able to bring their own settings with them. But the Xbox Live object does not seem to offer support for more than one profile. am I missing something? or is it not supported?

  • sorry for the delay. I found out what was "causing" it. at the end of a round I would set the AI's object time frame to zero. but I only set it back to one a second after the new layout loaded. by setting the time frame back to one before leaving the issues seems to have corrected itself. My guess is the obstacle map did not update while the time was set to zero.

  • Hello. in my project sometimes the path finding behavior will cause NPCs to walk though walls. but when I restart the layout it then works correctly. anyone ever have this issue?

  • wow! I was actually thinking about how I could do a doom styled game! you beat me to the punch. can't wait to play with this!

    keep it up!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello.

    Super Star Chasers is a multiplayer VS platformer. I'm a fan of Nintendo Platformers (as you will see if you play). The goal is to be the first player to gather a set number of stars. Because the game is heavily inspired by Nintendo platform games I did not want to charge for this by putting it on steam or something. So the attached file will be the full game. Up to 4 players can play with controllers or the keyboard as they desire.

    I debugged it as best I could. But if any pop up feel free to post.

    Have fun

    https://www.dropbox.com/s/x4yhgurmf4bc9 ... 1.zip?dl=0

    Edit 1: first patch.

    1:fixed the "quit game" button not always working

    2:Fixed one of the levels. Stars would only appear in one place.

    pics

  • Construct 2, and on XBOX one.

  • Hello.

    I've made a local multiplayer game. However there seems to be a shortcoming with the xbox live plugin. It looks like it can only sign in one user at a time.

    Does anyone know a way to sign in more users? or could such functionality be added in an update?