pose1233's Forum Posts

  • I tried it with the h5 validator test tool and it works. but when I add it with adwords the black screen remains. When I delete the css, the white screen remains. I think there is a download problem. I would be very happy if someone can solve it.

    sorry for my bad english

  • With Construct 3 multiplayer there can be 500 maybe.

    Coincidentally a turn based game could be made with just Firebase.

    What did you mean when you said maybe 500? I thought there was no CCu limit in the Construct.

    As for Firebase, I'm really stuck in the middle. It will be easier for me to do if C3 multiplayer is enough for that. Because I have to manually match rooms with firebase.

  • Hello. First of all, sorry for my bad english. I know I can make a game like this. But what I want to ask is whether the Multiplayer plugin allows me to play such a game without any problems. So technically...

    I know host change is not possible in Multiplayer plugin. But my game will be a 1v1 game. That is, if the player leaves the game, he is already considered defeated.

    My game is a word puzzle game. It is played with 2 people. Turn-based. A person's time is starting and he knows the question. Then it's the next turn. It's actually simple.

    I wanted to use Photon, but I don't think I can make that much money from such a small game. And if I make 10 games like this, the price really goes up.

    But I know that with construct 3 multiplayer, there can be 500 thousand players in my game instantly. And I will not pay anything for it. Please correct me if I'm wrong.

    I will keep the information of the players on firebase. But I guess it has nothing to do with the multiplayer plugin.

    Waiting for comments. Thanks

  • Hi. I need to get information from a database. They're too big to fit in an Array. (about 1 million data) I use mongodb for this but I heard it is very expensive. Can I use a free database with Construct? For example, can I do this with sqlite?

    I hope there is someone who can help, paid or free. Thanks

  • Hi. I'm sorry for my bad english.

    I'm making an rpg. It's a text based game. But I want to add chat.

    Should I rent a server and do it with a multiplayer object or with firebase?

    thank you for your ideas

  • For example, I have a sentence "I love you my little baby". How do I get the two words after "you"? Or the two words after "my". In other words, I need to reach the next 2 words from the word I specified. For example, only "my little" should be written on the screen.

  • Hi. First of all apologies for my bad english.

    I'm making a game where you can arrange rooms. My game is isometric.

    I couldn't find the way to not build objects nested.

    Then I set the collision points of the objects as in the picture below.

    Everything is resolved. But this time I can't touch and drag these objects.

    Could you tell me the best way for my problem?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Do we need to make changes to our old projects and send a version update? (android)

  • file choose not working on mobile

    does anyone know the reason?

  • > > Very Very easily. Mine is much much times bigger (actually it is a dictionary)

    > >

    > > And another thing which amazes me is the speed with which Construct 3 searches the text data for anything

    > >

    > > Go ahead

    >

    > you didn't tell me how to do it

    Ashley has already told you. Import file as project file

    thank you. but my english is not very good. I'm having trouble communicating.

    When I put it into ajax or dictionary as a project file, it can save up to 1000 data. I can put it in PlainText but I don't know how to print a random line from it.

  • Very Very easily. Mine is much much times bigger (actually it is a dictionary)

    And another thing which amazes me is the speed with which Construct 3 searches the text data for anything

    Go ahead

    you didn't tell me how to do it

  • Import the data as a project file.

    only 1000 are recorded. and some stick on the same line :(

  • Hello. I have more than 10k lines of text. I want to print a random one of these 10 thousand lines to the screen when the key is pressed. But where can I store so many rows. Is there a way?

  • You can if you have a way to look up/record the associated pronunciation of the relevant word in each sentence. Manual entry would be one straightforward way.

    Showing matches after that would be simple.

    There are thousands of sentences saved in Dictionary. And my mother tongue is not English. I don't know the rhymes. I think my job is very difficult.

  • I keep hundreds of sentences in the dictionary. Is it possible to detect the ones that rhyme among them and print them to the screen?

    I guess this is not possible but I want to try my luck