kingpirux's Forum Posts

  • join to pettition :o

  • intresting, simpler than i thougt, but with so many tricky tricks :o

  • :o tell me more

  • Update from the BBCODE Generator

    Try: heroesestudios.com/BBCODE

  • working on an interface for creating rich BBCODE text for C3 :P

    Subscribe to Construct videos now
  • I was working on this BBCODE generator in Construct 3, the main idea was to explore tweaks and tricks inside C3 to apply in my "Epic Graphic Novel Template" (found in the scirra store ;P)

    But it's just starting and i hope that we can build it toghether adding more tricks, and more options to explore all the capacities of the C3 Engine with BBCODE. SO if you have some tricks to share lets add it here for everyone.

    For now:

    - Basic BBCODES

    - HEX color creator

    - Text preview and pharagraph space for longer text and to edit and copy text easly.

    Next:

    - Offset

    - Some effects like blink, and movement.

    - Some algorythm to apply those effects lightly without needing to create specific text events.

    - i dont know... ¿what ideas do you have?

    C3Proj: drive.google.com/file/d/1-EqXkCkCy6J1sZ_zoz1wK6tNyqh72_Qr/view

    TryIt Your Self:

    heroesestudios.com/BBCODE

  • you can do a mmorpg with notepad and C. In construct just learn to use the multiplayer plugin and databases.

    Now, can YOU do a mmorpg? do you understand how much work and years does it need? do you understand that mmo's main reason to subsist in the market is marketing and millons of dollars?

  • You can play the game in

    Http://www.heroesestudios.com/miedo

    It was born in the middle of the last Ludum Dare, mixing two oposite themes, but i couldn't end it in time... the good news is i keep working on the prototipe and was perfect for a local event in my city, so i finished it as far as i could (because time and pay was quite short, but enough)

    How to play:

    you need a computer or any kind of dispositive to use as a screen, and smartphones with Chrome installed (works best with chrome). All of the participants and the screen get to the link. The screen must Host, and the phones touch Joy to join, then those enter the number in the screen and done.

    The game is a simple survive mayhemm, you are Peerman, the fire protector, and you must protect Gizmo (yes inspired from that old movie Gremlins), the players must administrate their oil during 3 minutes. The objective is to achieve the maximum highscore possible (for the momment 52782).

    This use Construct 3 official Multiplayer plugin, i had a lot of troubles and soulutions done, so if anyone have questions i'm glad to answer.

    Si hablan español pueden saber mucho más de lo que fue el juego y el evento en: http://www.heroesonlegends.com/gizmo-grims/

  • nothaseo Yes you can do that, it's as simple as replace the variable in the array categories. Also remember to save it using the construct save sistem because if you try to save it as json it will prompt a download that makes it annoying for the user. So by simply having a save state, just check in the loading screen if it exist and load the save, instead of the database csv.

  • Besides Photon is making a ground breaking plugin for this, the official shouldn't be left appart.

    For strart, the instructions in the readme are vague and miss some small but crucial details for example:

    Once installed, install the dependencies with:

    npm install ws

    npm install colors

    should be (EXAMPLE FOR WINDOWS)

    Once installed, the following command from a terminal (or command prompt on Windows) in the directory of the signalling server:

    npm install ws

    npm install colors

    BEWARE, DON'T DO IT TWICE OR IT WILL UNINSTALL THE DEPENDENCIES.

    Also, if it is for a local network, you can't use it with construct 3 local preview or remote preview, it must be exported first.

    then i have a few feature request but those will later in the correct place :P

  • lol i had the same problem, it was fixed when reopened anyway, but it was anoying. The music to sound folder fixed it.

  • HI kingpirux, Thanks for the template. I just bought it. It's awesome and super easy.

    I have question, how do I integrate this with online google spreadsheet? I change the AJAX request url to my published google spreadsheet csv, but it doesnt work. Thanks

    EDIT: I found the solution, it's the delimiter. It should be comma not semicolon.^^ Thanks^^

    So happy to see you fuond the solution :D sorry for late response, the new forum is being implemented and i couldnt found your post!.

    Any other question or feature just ask! ^^

  • The 404 error jumps when trying to access my private messsages

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • is there going to be a Construct3 plugin?

  • I dont know if this are feature request or questions so here are the list:

      - Close the room so no more peers are allowed to enter (this is because the game starts and i dont want to wait for more players to get in)
      • Change the room size in game (usefull if new players want to join a room)
      • Change name (ID) of the room (this might be logic to just close the room, but i ask if there is a way)
      • Diference between Room Perma Ban (don't allow this peer to connect again to specific room) and Server Complete Ban (dont allow the Peer to send or request data from the server to stop spammers and hackers (ip blacklist?)
      • can i know the Ip from a peer?
      • Ping Action with Pong Trigger, a simple instant message between server and host to meassure ping BETWEEN PEERS AND to the server (this is to know if one of the peers have connection problems or his origin is lagging the rest of the players)