MadSpy's Forum Posts

  • Additional note: the version NW13.2-v1.0.0 works also with nw0.13.0-beta3 ( digitalsoapbox )

  • tunepunk , I successfully killed myself on 2 devices.. the artwork is really nice....and I found a little bug when you teleport your characters on a border of map, you are able to go outside the layout/screenview

  • Hi,

    A new version for NW0.13.2 support was submitted today - Should be available tomorrow

  • armaldio when I export to html5 and run on phone via chrome for android, the test app works as intended

  • like popup in a tutorial?

  • Voted - looks good and fun ^^

  • Anonnymitet , Nice texturing ^^

    tunepunk , do you plan to use photon cloud for multiplayer?

  • I can reproduce his error if I don't add the file "translation.lang" to my project

  • list of features added on threads (because it's too long for plugin description on store and FAQ)

  • You could try something like that (edited capx)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Irbis ,

    nw14.x is based on chromium v50.x and nw15 on chromiumv51.x

    they have the same bugfix and improvements (alt+enter crash fix (0.14.5), "on cancel" trigger added for dialog popup (0.14.2)...)

    (source https://github.com/nwjs/nw.js/blob/nw15/CHANGELOG.md )

    ,

    I can take a look

  • nw11.5 was really bad with a lot of fps drops

    nw12.0 was correct for small/middle-range project but had jank/fps drop on large and huge projects

    nw13 is good, nw14 is excellent but if you plan a steam release, F12 opens devtool while you take the screenshot (could be solved if you replace scirra files by nw.js files from nwjs.io)

    nw15 tested only on small project.. run smooth but high CPU usage with x64 export on AMD CPU

    Note: on laptop with embedded ATI radeon HD, you can have few graphic issues (especially with steam overlay)

  • totoyan

    I'm working on a tuto/guide. A demo could be annoying because achievement and leaderboard may vary from one person to another.

    I think it's better to show you how set up on your own Steamworks and project the plugin features

  • Ashley thank you for the quick reply.

    I just wonder why the error is displayed only with beta release

  • Problem Description

    If you use the flag "deprecated" in ACE expression, C2 display error message on start:

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    ACE table: expression does not specify one return flag - did you specify more than one, or forget it entirely?

    Condition: return_flags == 1

    File: c:\c2\source\exporters\html5\..\..\common\ERAHelpers.h

    Line: 285

    Function: void __cdecl era::ACETable::AddExpression(int,int,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,void (__cdecl *)(const class era::StaticResult **,int,class era::StaticEvaluation *))

    Build: release 230 (64-bit) checked

    Component: HTML5 exporter

    (Last Win32 error: 0)

    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.

    ---------------------------

    Abandonner Recommencer Ignorer

    ---------------------------

    Attach a Capx

    Capx not needed

    For example, open editime.js from "function" plugin and change the flag line 43 the flag ef_return_number by ef_deprecated, save the file and launch C2 and see the error

    Close C2 change the flag to ef_return_number, save and launch C2, no error...

    you can try with other edittime.js from other plugin the result is the same official or not

    Description of Capx

    NA

    Steps to Reproduce Bug

      For example, open editime.js from "function" plugin and change the flag line 43 the flag ef_return_number by ef_deprecated, save the file and launch C2 and see the error Close C2 change the flag to ef_return_number, save and launch C2, no error

    Observed Result

    Error ACE table: expression does not specify one return flag - did you specify more than one, or forget it entirely?

    Expected Result

    No error

    Affected Browsers

      NA C2 main program only

    Operating System and Service Pack

    WIN 7 Pro 64b ,8.1 pro 64b ,win 10 pro 64b

    Construct 2 Version ID

    R230 beta

    **EDIT: seems the same bug with R228/229 beta