noisetank's Recent Forum Activity

  • Alright, I gave that a shot, but it's not quite right...moving forward makes them shoot much quicker and back makes them go much slower.

  • Makes sense. I'll give it a shot when I get home, thanks!

  • I'm working on a vertical scrolling shooter and I've gotten my ship to move and shoot, but I think I need some kind of formula to keep the bullet pacing consistent with the ship speed...

    For example, if the ship is moving forward, it can keep in pace with the bullets. If it's moving backward, the bullets seem spaced out more.

    I'm sure there's a simple solution to this, but I'm not sure what the exact syntax is.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • How do folks feel about using something like this for a game's pre-launch webpage? Maybe it's a bad idea for a fully featured website with a lot of content, but all I would want is some art assets and bullet points to promote my game. Still a bad idea?

  • If you want people to answer more quickly, you should post the capx, or create a minimal example capx that shows the problem.

    I'm fine with doing that, I just wasn't expect anyone to go through the legwork of testing it if they hadn't already had a similar issue. To replicate, one would need the Construct 2 Spriter plugin installed, Intel XDK installed (and an account to export), and an Android device to test on. The whole process is kind of arduous.

    I found a single post referencing a similar issue in my searching, which doesn't answer any questions, but at least leads me to believe that the issue isn't only affecting me.

    I do realize now that I haven't tested with a fresh capx, however, so I'll make one tonight and post it if I'm still having issues.

  • Anyone? I'm afraid I might have to go through and tear out my Spriter implementation if I want my game on Android at this point.

  • I'm working on a game I was hoping to export to Android. After exporting a test build through the method outlined here, I found that none of the sprites I added using the Spriter plugin appeared.

    Is this a known bug or am I doing something wrong?

  • Hello,

    I participated in a game jam last weekend about making SHARECART1000 compatible games and decided to share the framework I built for interacting with the system. If you're not familiar with SHARECART1000, I'd recommend reading this page, but the basic idea is that a bunch of games read and write to a single save file with a handful of variables.

    I'm not an expert in SHARECART/Construct/anything, so it's probably not the most perfect or full-featured or efficient thing, but I'd love to hear feedback from anyone who thinks they could improve upon it. The one thing that the game jam curators mentioned was a potential issue with my implementation is that it writes the file with LF (Unix) line breaks instead of CRLF (Windows) line breaks, but I'm not sure if there even is a way to specify that in Construct.

    You can download my framework on itch.io and check out my entry to the game jam here (though be warned: it's not super impressive because I spent so much more time on the SHARECART framework than the game itself).

  • I tried this:

    NWjs.AppFolder & "..\datafolder\file.txt"[/code:1dexx9bm]
    
    And still no dice. I'm thinking I could probably work around it by saving that NWjs.AppFolder and stripping out the last foldername with tokenat, but I was hoping the tried and true ".." would work since it's obviously much less work. :/
  • Try

    NWjs.AppFolder & "..\datafolder\file.txt"[/code:1k7ep3ms]
    

    I'm fairly certain I tried that as well, but I'll give it another shot when I get home.

  • I haven't, but I don't feel like that makes any more sense?

    ".." should go back one directory, right? So if I'm running the exe out of "C:\gamefolder", I would step back into "C:\", then up into "C:\datafolder". How would the extra ".." help?

    I'm away from my computer for now, but I suppose I'll try it later.

  • I have a file that I would like to manipulate using NodeWebkit, but I'm having problems finding the file when using a relative path.

    Example: I have a global variable (dataPath) with the path to the file and two events that display "True" if it can find the file or "False" if it can't.

    When dataPath is set to "C:\datafolder\file.txt", it displays "True".

    When dataPath is set to "..\datafolder\file.txt", it displays "False". (this is with the game files exported and running from C:\gamefolder)

    So my directories looks like this:

    C:\datafolder\file.txt
    C:\gamefolder\game.exe
    [/code:3bwsk6aq]
    
    Is there any reason this shouldn't work? What am I missing?
noisetank's avatar

noisetank

Member since 24 Apr, 2012

None one is following noisetank yet!

Trophy Case

  • 12-Year Club
  • Email Verified

Progress

13/44
How to earn trophies