Visual917's Forum Posts

  • Are you sure? It works for me.

    Run "start modeswitch.exe parameter1"

    Maybe you need to add full path to the exe file.

    The exe works if i click it. But doing

    NWjs.AppFolder & "start modeswitch.exe parameter1"

    doesn't work.

  • Try "start modeswitch.exe parameter1"

    Didn't work :/

  • NWjs.AppFolder & "modeswitch.exe parameter1"

    Isn't this supposed to work? It's in the main directory as the export, but it doesn't work. Can you help? I use the NW.JS - run file action.

  • If it has to be a 2D array with strings as headers, you can try CSV addon:

    https://www.construct.net/en/forum/extending-construct-2/addons-29/plugin-csv-csv2array-csv2dicti-41868

    .

    Another option is to add a bunch of constants, for example:

    Global Constant BANK=1

    Global Constant OPERA=2

    Then you can use them in expressions - Array.At(0, OPERA)

    Thank you a lot for answering. And yes, actually constants may help to an extent but I will need to use about 40-50 of that. We'll see. Eren suggested me to use TaffyDB. I'll look into csv too. Thanks.

  • You can put strings into an array.

    Strings must be in quotes.

    I am talking about this

  • Is there an included or 3rd party plugin for this? I want it to be Bank,Opera,A instead of 0,0,0 because numbers make it complicated for me because I am using 3-4 arrays at once for a function I want to implement. Dictionary doesn't serve the purpose for it because there will be hundreds of values to be automatically added, manually added or reached easily with parameters and actions like for each etc.

    And, can the original Array plugin be edited to allow strings so I can use it as a separate plugin for myself? Maybe it's not mathematically possible but I just wanted to know.

    Tagged:

  • Also there is this. Maybe it can be ported since it is node?

    github.com/mikaelbr/node-notifier

  • Someone also asked this 3 years ago. Is there a plugin for it, can it be done?

  • > I think we should use Nesne because Cisim is like "matter" (madde) I don't know which one's closer. Are you in the Turkish Construct Discord? We can discuss it there if you want. We have translators there.

    No i am not, never used Discord before so i don't know what to do (:

    If you create an account, here we are.

    discord.gg/qHfUVDZ

  • Yeah but in the end it will effect the quality of your product, not translators.

    For example the word "object" in Object oriented programming can be both "obje" or "nesne" in Turkish. Both of them used by programmer while describing what oop is. "Cisim" is also have very similar meaning and in Construct's "objects" it is possible that someone may use "cisim" while others can choose "nesne" or "obje" as (i beleive) there are more than one person trying to translate these.

    I think we should use Nesne because Cisim is like "matter" (madde) I don't know which one's closer. Are you in the Turkish Construct Discord? We can discuss it there if you want. We have translators there.

  • Can you ban the person who's using Google Translate? It is really annoying you know.

  • > Gigatron made it by the way.

    Hi this fx is old, but reviewed faster than light alpha added to bypass

    black color;

    Here is the demo , the thex is behind the rays to show if it's working;

    http://gigatron3k.free.fr/html5/C2/FX/sbeam/

    And normally the fx is here :

    http://gigatron3k.free.fr/html5/C2/FX/spectrum.rar

    thanks. <3

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Gigatron made it by the way.

  • There this effect: construct.net/en/forum/extending-construct-2/effects-31/effect-spectrum-beam-97193

    Its 5 years old.

    The background isn't transparent. It's black. That destroys the whole point of the effect. Is there any way to make the background transparent?

  • Another bump (I'm very sorry.)

    I usually put it on the very top layer and lock it and put it outside the layout. If you choose to do it the X, Y way, this is the best way to do it so the cursor doesn't go on bottom of any object.