bangoo's Forum Posts

  • I liked the game, it seems to me the guy and the car are too fast, there are no police, gunsters, and it should be multiplayer!

  • I have made a demo of a turn based strategy game - . I wish l make it multiplayer, but I don't know what way to choose. The multiplayer concept is the following: when players login they are devided in rooms according to their scores/rank, no more than 2-8 players per room. After the end of the Game the results should be recorded to the database.

    What is the best multiplayer solution for this purpuse, what software tools may be used for the server programming?

    What are the differences between Multiplayer plugin, Photon plugin, Node.js, WebSockets and etc?

  • I have made a demo of a turn based game. I wish l make it multiplayer, but I don't think the standard multiplayer plugin is sutable for that purpuse. When players login they are devided in rooms according to their scores/rank, no more than 2-8 players per room.

    What is the best multiplayer solution for this purpuse, what software tools may be used for the server programming?

  • Hello, everyone!

    If you have time please try the demo of my turn based game Force Commander (working title) - http://force-commander.com/. This is only the prototype of the game and is full of bugs.

    Attention! The demo works only in Chrome, it doesn't work in IE. It may also not working in other browsers. It is not compatible with mobile phones.

    About the game.

    Force commander is a tactical wargame much like a boardgame, simulating the actions of army troops from squad up to battalion in WWII. I am seriously thinking of making a strategic (division, army) level, but this is a challenging task. The game is based on classical wargame mechanic, is played with 'Counters' on a map with a hexagonal grid. Counters represent squads, officers, tanks, support weapons and artillery.

    I am looking forward to receiving your feedback.

    ----

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You use the token expressions, where the seperator is ",".

    So tokenat(text,index,",") and wrap it in int() to convert it from string bacl to value.

    Thanks, it works!!!

  • I have a text variable containig numbers. For example (3,9) or (12, 10). If I use text expression left(text, count) it returns the first charecter, and doesn't help to return the number containing two charecters.

    What is the best solution to return numbers from the text in the example?

  • How can I get logic distance (range) between two chess?

  • How to pick a chess, which was hitted by moving chess?

  • I have three selected objects. The have the same variable, for example "Number", but the value of the variable differs.

    How can I get the highest and the lowest variable's value of selected objects?

    How can I get the values of the variable of multiple objects if they are selected?

    I need the values to multiply them.

  • Is it possible to determine the first hit? I need to add special visualization for the first hit.

  • Sorry - I have found the mistake - it was imagepoint.

  • It is not connected with the plugin, but for the ray I get this:

    The ray goes in both directions from the center. The second point is mouse.

    I can't understand what is wrong.

  • It counts distance in pixels, not in tiles or hexes. It may cause trouble. If the board has square tiles the diagonal distance is "longer" than "horisontal".

  • Thanks for the explanation!

    What plugin may be used for the LOS behavior? The basic LOS plugin is not sutable for Board.

    The logicmask is too comlex for this to my mind.

  • drive.google.com/file/d/0B8yclO_9Rh_KbnY5bzZ5U1NKaHM/view?usp=sharing

    The correct link

    I have tried force move - it doesn't help if I move several objects.