bscarl88's Forum Posts

  • It's been happening to a bunch of my previous files, but not to other people who open it

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

    Construct 2 Check failure

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

    Check failure! This is probably a bug:

    Project file missing on disk

    Condition: FileExists(last_path.c_str())

    File: Projects\ProjectFile.cpp

    Line: 23

    Function: __cdecl ProjectFile::ProjectFile(class FileFolder &,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> > &)

    Build: release 134 (64-bit) checked

    Component: Construct 2 IDE

    (Last Win32 error: 2)

    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.

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

    Abort   Retry   Ignore   

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

    Link to .capx file (required!):

    dropbox.com/s/j51fitagnrh5ucf/6-JUNE-13%20-%20Split%20up%20map%2C%20debugging%20doors..capx

    Steps to reproduce:

    1. Open the file

    Observed result:

    above error

    Expected result:

    To not give me the error above

    Browsers affected:

    Happens when I open the file

    Operating system & service pack:Windows 7

    Construct 2 version:134

  • my touch position seems to do this too. Also If I try to send something to where I clicked, it always set's itself anywhere from 10-100 pixels away from where I actually touched/clicked

  • Did this help you noisetank? I'm going to be moving enemy collisions and projectiles into families, and this is going to be huge for me, but will take time. I'll need to make it so if a family projectile hits an enemy in the enemy family, react/animate appropriately

  • I might be interested! Do you have any experience with making games? C2 was my first true experience, started with it around november 2012. I feel like I have learned many things since then

  • I can test on PC, Android Phone (Motorola Bionic), iPad and iPhone

  • I'd like to know this as well, i'm creating a metroidvania style map too. I didn't know they have a behavior for that now, that's awesome!

  • I'd do it, PMed you

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • replied!

  • There are a few things that I need help with on my game. Main gameplay of it is you have a sword that you deflect/block projectiles with.

    I need help with a few prioritized things. (1 and 2 are most important)

    1. Keep an array enemy tracking system that will only track the closest X amount of enemies that are within Line of Sight and distance. That way when the projectile is deflected, it doesn't just go to the closest enemy that could be between the player and a tile.

    2. I need the joystick to work exactly how it does now, but attached to the player via the upper arm and forearm.

    3. I would like to be able to transist all my projectiles into a projectile family and use that to adjust deflection and damage. (This is already on it's way)

    4. I would like to do the same with enemies (this will have to be discussed because I attempted this already).

    Pick one, two or all to help out with. We can discuss payment over email:

    bscarl88tvw@gmail.com

    Together... we could change the world!

  • Naw, I'm already doing a pick nearest which works ok, thanks though psycholize! Problem is since this is a platformer, when I deflect a projectile it will go to the nearest enemy, but that enemy could be above/below the player through a hard tile.

    I'm trying to get it so that maybe an array will store the enemies that are within distance, and Line of sight, so when a projectile is deflected it will choose random one of those players to go towards.

  • yea it felt a little buggy to me, maybe I just wasn't doing it right

  • So I want to make it so that my player will always be targeting the closest not dead enemy within line of sight. This way, when a projectile is deflected by his sword, it will either go towards the closest enemy within line of site, or random deflection angle.

    Currently, I have to program it for each projectile, but I guess I should make a family projectile group

    Move - WASD

    Sword - Arrows

    dropbox.com/sh/nl61jv9l3z6qa41/T1IPfCTGjV

  • Hey ramones, thanks again for your help, I sent you a PM with a possible offer too.

  • Did you eveeerr knoooow that you're my heeeerooooo

    Seriously, love you, this is exactly what I wanted! And your sword is way cooler than mine lol.

    Is there any performance difference do you know from using my joystick compared to your joystick? I gotta save all the I can get since I want to put this on mobile.   And do you care if I create my joystick like yours?

  • It wouldn't be too hard to do with pathfinding. they have conditions for: on path found, on path arrived, on path not found, etc.

    You could then put an instance variable on the enemy and call it "State", and use different enemy states to do different things like Flee state, attack state, wait state.

    Here's a tutorial on pathfinding:

    scirra.com/tutorials/474/pathfinding-with-line-of-sight