Resslx's Forum Posts

  • I'm interested in building a location-based game using Construct's new Geolocation feature. I've built a basic setup to display the GPS data and test the accuracy of the function with my device, an iPhone 5 running iOS 10.6.

    I'm getting results, but having trouble getting anywhere within 150 feet of my actual location with either the 'watch' or 'request' functions on normal and high. Here's what the data looks like when it's running normally and I'm standing directly on a location I've preselected and loaded into the application:

    <img src="http://noo.neknows.com/1.jpg" border="0">

    The 'DistanceCumulativeinFeet' value is able to tell me approximately how close I am to the target location by converting the combined Latitude and Longitude values into feet. It typically bounces between 200-800 randomly at all times.

    Although, when I return to my home screen and open the Google Maps app, and then return to the webpage hosting my application, I see an immediate improvement with almost spot-on results:

    <img src="http://noo.neknows.com/2.jpg" border="0">

    I'm able to reproduce this result consistently with my device and across all the available location requesting methods within the Geolocation function. I'm uncertain why Google Maps is able to call a more accurate position than my own application.

    What could I be doing wrong? Or is this a limitation of the function itself?

    Here's a link to my project file.

    Here's the application online.

  • Just a basic 'game' I made for my friend's birthday last weekend. I spent about 30 hours, mostly as an experiment and drive to see what I could do with Construct (still a lot to learn!).

    http://meet.reeseminole.com

    You click on him and he does various things relating to or idiosyncratic to his personality. I was able to pull the voice data from our Voxer conversations without his prior knowledge for use in the game.

    It was a blast making it, and I enjoyed the result, even if it's a bit simple and straightforward. There are ten randomized responses in all. The dream sequence one was the most time consuming, and I was never able to get the rope on the statue right, and settled for sticks instead.

  • I'm attempting to build my first game using Construct 2. Currently, players will interact with a physical robot hosted in a public space. Initially, he will appear asleep, but touching any of his inputs will wake him up and start the game.

    I'm having trouble understanding some basic variable mechanics to allow me to guide the conversation linearly or otherwise.

    Currently, I'm using a global variable "Step" to indicate where they are in the conversation. I'm using another variable "Keyword" which is triggered when the correct response is given. By default Keyword is set to -1 and each Step sets Keyword to find(PlayerSpeech.text,"triggerword"). Although, I'm having trouble allowing multiple keywords/triggerwords to jump the next interaction, or I'm not understanding how the find function works exactly.

    For example, after pressing a key to wake him up, the player will need to say his name for him to respond. His name, "Berty", is not a common word and can be parsed a variety of ways (e.g. Liberty, pretty, 30, ect.). I need to have a way for each instance which is close to it to nudge the Keyword variable out of it's false state. I can effectively do this when only one Keyword is listed, but nothing is happening when I attempt to list multiple.

    How can I do this? Or is there a better way entirely?

    Here's a link to my project file.

  • I've used Phonegap, AppMobi, & CocoonJS. The CocooJS backend and compiling process is awesome and I much prefer it over AppMobi.

    That said, I've been figuratively banging my head against the wall for three months attempting to allow it to detect an external device input.

    Some background on my project: I'm building a small robot with an internal MakeyMakey and Nexus 7 to act as an interactive transmedia adventure piece.

    I'm using Construct 2 as the base for the player interactions and the MakeyMakey allows them to control the robot using conductive sensors in his hands, feet, and nipples.

    I'm able to pass the input commands from the MakeyMakey through generic HTML 5 viewers, but anything more complicated than pong and there is a significant slowdown and drop in frame rate making it unworkable

    I've posted on the AppMobi, Ludei, Construct, MakeyMakey, Android, and StackOverflow forums, but found no feasible work-arounds.

    Recently, I've wrangled a programmer and even attempted compiling my own binary scripts to force input taps and keycodes at the shell level directly, but they simply don't make it through to the CocoonJS game.

    I would PAY to have this implemented, or a real solution found, but I've consistently hit a dead end and Ludei has indicated they have no ETA on the addition of external input support.

    I'm not sure what else to do yet, just needed to vent a bit. :/

    TL;DR CocoonJS Delivers. Please, tell them to add support for external inputs.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I've been testing my first game with CocoonJS and Android. The results are fantastic, and the entire process is very intuitive.

    Unfortunately, they do not currently support keyboard input on touch screen devices. I'm creating a custom interface that is part of my game, but won't be able to use the external inputs yet.

    This is probably on their list, but I'm not sure how far out it is.

  • I'm interesting in creating a lightning effects for some arcs being cast off of a portal in my game.

    All the tutorials and examples I've found are from Construt 1 and use .cap files. What's the best way to accomplish this in Construct 2?

    I'm also willing to download some effect software and make it myself, if anyone has any suggestions.

    Cheers!

    Rezl

  • I'm interested in designing a simple game for my Nexus and/or Nexus 7. Both of these are NFC enabled devices. I'd like to allow players to touch objects to the phone/tablet to interact with the game.

    I'm unsure how to accomplish this. I'm currently able to use the tags to launch video or perform complex tasks with the Tasker app, but I'm unsure how to plug that input directly into my Construct game.

    Any suggestions? Tasker is quite versatile, I feel I'm really close on this.