nyuszi008's Forum Posts

  • Hi!

    "package.nw" file contains the game (in mac app.nw i think), the other files just the NW.js browser

    If you can update "package.nw" file you can update the game.

    If you want update the NW.js itself you need update all other files.

    You can create an updater with NW.js (Ajax + NWjs plugin). Game download the updater in a temp folder and updater update the game

  • Some case a 'lib' folder need admin rights (e.g. lubuntu)

    Try run: sudo ./'Your game'

    Now work for me. (just nw.js sdk) It might be a bug in construct.

    If command drop errors might be a display driver bug. I have to install the original nvidia driver in ubuntu (I have a laptop)

    Bug report: github.com/Scirra/Construct-3-bugs/issues/5017

  • You might have a problem with permissions. Extract the zip and run the game with the same user. But the message says that the file cannot exist. (might missing something in the extract folder)

  • You do not have permission to view this post

  • 1. Open a file browser and search where extract the project

    2. Right click > open in terminal

    3. type: ./'New project'

    (New project the default name. Your project will be different)

    In linux the start file will be the project name (default: New project) without extension

  • I started learning SDK docmentation.

    In c3runtime folder has actions.js conditions.js expressions.js

    where can I find documentation about these properties:

    • self.C3.Plugins.MyCompany_SingleGlobal.Exps
    • self.C3.Plugins.MyCompany_SingleGlobal.Acts
    • self.C3.Plugins.MyCompany_SingleGlobal.Cnds

    I find the "self.C3.Plugins.MyCompany_SingleGlobal" what means but I cannot find documentation about "Exps", "Acts", "Cnds"

    Is there any other property?

  • Interesting :)

    How can you lock the mouse in C3?

  • OMG this is awesome!!

    😁👍

    I think this is one of the best game what make in c3 without plugin.

    I think mouse lock and raycast are the most interesting parts.

  • You do not have permission to view this post

  • I tried many soution. Open Street Map works in C2 but it is not ported to C3. Since 2018 July You have to pay to use Google maps.

  • Congratulation. It seems it will be very useful :)

    When will be the first release?

  • Can I put any map on the C3 project like Google Map or Open Street Map?

  • I would like to make Airconsole controller with construct but i cannot send message.

  • THANK YOU so much!! You are awesome. It works. I make airconsole game you think right. I try to rewrite a html relative links but "base"-tag works. Thank you again!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I would like put only html files in the root folder but I cannot change relative links in html file.