fremachuca's Forum Posts

  • AJ2DI hey hey!

    any plans for updating this to one of the newer versions of nwjs???

    also, I can't get this to work at all on MacOSX builds. The game works fine, but the plugin doesn't seem to do anything at all (Steam Overlay doesn't work and I tried changing some leaderboard values but nothing was updated on steam's side of things).

    * When running the Windows version of the same build, everything is working as expected.

  • Subscribe to Construct videos now

    Zone of Lacryma is a story driven vertical shmup in which you fly through 11 levels to discover the dark secrets of New Heaven.

    Want to get your Highscore on the leaderboards? Chain kills to get combos while maintaining your charge bar so you can keep blasting away.

    Want to Speedrun? Find the best routes in every level so you can avoid conflict and turbo non-stop to the end.

    Upgrades let you customize the Prototype so it fits your playstyle.

    Zone of Lacryma too Hard for you? Press the brake button and slow everything down.

    Join the discord server! discord.gg/3m5eMTQ

    store.steampowered.com/app/496540/Zone_of_Lacryma

    oophok.com

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I would be interested in buying this plugin.

  • I'm wondering if there is a way to get steam's server time?

    An action like; getServerTime/Date

    So we could compare that to when the player last played the game and know how many hours they were away.

    **I'm aware there are ways to do that offline using local storage, but that would not prevent people from changing their computer clock and cheating.

  • any estimates of when the standalone version is going to be released?

  • update with closed beta info. see first page.

  • MadSpy could you post an example of using the leaderboards functions to load the top10/top3 from a specific leaderboard and having the data (rank, user name, score value) be used in 3 separate text objects inside construct?

    Cause I am a bit lost on how to do that using the available expressions/actions.

  • windows 7 and osx 10.9.5

  • both steam overlay and the notifications are "underneath" the black bars.

    and, just tried running the OSX version on steam and the overlay doesn't appear at all.

    C2 233

    NWJS v0.17.0

    Steam4C2-v1.3.0

  • great plugin.

    but i'm having an issue.

    my game runs full screen with 2 black letterboxes (letterbox scale).

    the thing is, steam overlay won't show on top of the black bars.

    ideas?

  • zenox98 well, I only posted because the same bug was happening to me........ and if it's still happening 1 year later, using recent versions of construct, maybe this report shouldn't have been closed.

  • was having the same problem with 227. tried exporting my wav files to mp3 and back to wav and no luck. thankfully I just downloaded 233 and then it simply worked.

    Ashley I agree that using forum user votes as reference for development wont work as 99% of votes will probably come from "developers" who never even shipped a finished game before.

    I think you should use unreal engine development as a good example. Since they are creating games using their own engine, they constantly find real ways to improve their engine based on real world problems that appear during the process.

    I hope you already have something like that for C3, but if not, I definitely think it would be wise to have a couple of developers that you trust and use construct on serious projects give you solid feedback based on their experience shipping games using the engine.

  • New version available on scirra arcade!!

    wayyyyyy to many tweaks to list here hahahaha

  • hey there Magistross !

    Im having some problems with the "setvalue" command.

    First, if I use {setvalue:key,1,+} in the middle of a dialogue it works.

    BUT if I use the command at the very start of a dialogue it runs multiple times. (sets +1 3x before going to the actual text)

    what im doing for this to not happen is place a period before the command. this way it runs the period(text), than the command than back to the text again.

    another thing is I cant get the setvaleu to work as a SET. tried using:

    {setvalue:key,1,}

    and

    {setvalue:key,1}

    both cases the system just ignores this command and doesnt do anything.

    ideas?