breackzin's Forum Posts

  • Nice, but i would like to destroy the TV while shooting it.

    Whats your host?

  • As soon as I get my alpha server and client on HPcloud we gonna see multiplayer cap of ZackSocketMod.

  • youtube.com/watch

    My first layout have a textbox as a prerequisite to the next one.

    Also, I was wrong telling you that it all worked fine because I remember now of not using cocoonjs, but a Lan preview with the textbox shaking.

  • I've already "127.0.0.1" is a must so my layout begins.

  • Richard I have an old Samsung with qwerty-slider and my keyboard works fine on game.

    Gimme a capx example, i gonna try with the software keyboard.

  • Solved the Ghosts.

    Now only the onDisconnect bug and Crashes between layout change may stop me!

    Any solution for this ones?

  • My future multiplayer space game.

    youtube.com/watch

  • My future multiplayer space game. You can observe the harvesting going mad because of the unsolved question made here.

    youtube.com/watch

  • I have been working on a design. A Multiplayer Space-Sandbox RPG Game with elements of Real-Time Strategy.

    Using socket.io and your plugin I was able to implement Smooth Movements for players and miners(AIHarvestingDrones). Also I handled the following features:

    Energy

    Shields

    Bullets and Rockets

    Battle(aiming, targeting, seeking)

    Map

    Building

    Harvesting-AI

    Exploring-AI

    Producing Units

    As I was not able to send and receive text, my players have no name but "Player 0,1...". Also, I have built everything updating some old example found here and the example does not handle disconnecting players, so, on connect, a lot of ghosts spawns on new player's screen.

    There are others really minor and easy solving bugs, but they doesn't matter. In the current state, If you guys could help me out I would be able to host my simple "server.js" some place and then start an alpha.

    , that would be a huge burst.

    youtube.com/watch

    Thanks

  • If i wanna host a node+socket.io server for the best price, where to go?

  • How to do this?

    On CD=2 change angle

    On CD=3 change speed

    On CD>10 Reset CD.

    Plz anyone!

  • Could you release your server? I am having problems with my own.

  • Please, anyone? I am really on it.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Pixel, my problem is this. Lets say i have the timer writing on a text 0.001... 0.002... and I want my condition to be "2.000" so it gonna run only on that tick... but it is not working.

    please, gimme more help.

    I've downloaded examples and everything, but they doesn't have some like:

    On CD=2 change angle

    On CD=3 change speed

    On CD>10 Reset CD.

  • So, my friends, here I am again begging your experienced lessons. My problem today is one of AI.

    My Offensive Unit gonna answer some basic commands like Stop, Follow, Patrol, Explore, Attack.

    I have it all programmed in the base of variables:

    Global ones *dt every tick for the timers and ORDER 1,2,3,4,5 for the specific commands.

    The problem is wherever I want to right: For "COOLDOWN"=10| Do this, I have to code COOLDOWN=<11 and COOLDOWN=>9, or it simple will not work.