mudmask's Recent Forum Activity

  • Problem Description

    When trying to import sounds or music (in WAV format) from the projects window, the following program crashes:

    "w7aacenc.exe"

    Although the wav files are converted to .OGG's, they aren't converted to AAC. I have previously been able to import these files with no problem. I noticed this issue just a couple of days ago with the last beta build, but thought this build might fix it. I wanted to test it here before I filed a bug report.

    Attach a Capx

    Here are the sound files I'm trying to import, since this isn't specific to a CAPX:

    http://threesevenhosting.com/misc/intro.wav

    http://threesevenhosting.com/misc/sword3.wav

    Description of Capx

    These are sound and music files that I made using Family Tracker and SFXR.

    Steps to Reproduce Bug

    • 1. Create a new project
    • 2. Right click on 'Sounds' or 'Music' from the projects window and import the files
    • 3. Select any OGG/ACC encoding quality
    • 4. Observe that w7aacenc.exe crashes.
    • 5. The following error message is displayed in the details column: "Coverted to OGG, but failed to convert to AAC"

    Observed Result

    File is converted to OGG, but not AAC

    Expected Result

    File is converted to both OGG and AAC

    Affected Browsers

    N/A

    Operating System and Service Pack

    Windows 8.1

    Construct 2 Version ID

    Construct 2 Beta Release r205 w/ personal lic

  • Is there a color replace plugin that doesn't use webgl?

  • Hey man - there are some good tutorials out there for touch events and bullet behaviors. I know it can be a drag, but I would recommend checking those out first and experimenting. Maybe even do a forum search for touch events.

  • Just some off the cuff thoughts on this...

    1. your sprite object would ideally have bullet behavior

    2. when the player touches somewhere on screen, set the bullet behavior angle to angle(sprite.x,sprite.y,touch.x,touch.y) (I don't know if those are the correct selectors, but you get the point)

    2b. set the sprites bullet behavior acceleration to, say, 100

    3. if no touch input is detected, set the acceleration to 0

    have you tried that?

  • I was just thinking about how to do this the other day. Good job, and thanks for sharing!

  • AlfonsoVerlezza - thanks man! Now I just gotta finish it...

  • ryanrybot - I think one of the recent updates kind of deals with optimizing larger layouts right?

  • Nesteris - I have a function that creates an array based on the size of each layout, and records which screens are empty and which have important things in them, then it just outputs on the pause screen. It's pretty crude, the procedurally generated levels, since they're already based on an array, put it together a bit easier and allow for auto mapping. one of my next tasks is to do that for my normal levels.

  • Nesteris - good points. A big part of my decision, like I mentioned, was to just keep the game moving kind of faster (but not too fast).

    About webstorage, I only use that when an item or option is changed from the pause screen. when I exit the pause screen I essentially reload the previous save state of the game, and when that save state is loaded, it also loads the changes that were saved using the web storage. for example, if I switched a weapon, or used a med kit or something, obviously a save state wouldn't load those changes because you're going back to a previous state of the game. you would need something like webstorage which remained independent of the save state in order to load any changes that were made from the pause screen.

  • Nesteris - that's a pretty extensive list! I don't know if I'd be ready to team up with anyone in the near future. I'd have to see how this project does. But hey - seems like you've been really busy man. the map screen is a separate layout, and it pretty much uses global variables and arrays to pull whatever the current data is and display it on screen. this is pretty much how it works:

    pause button -> "pause" state is saved, go to pause screen

    pause screen -> map is built, energy and current weapon is displayed

    player changes stuff around and exits -> weapon and other modified settings are saved using web storage, "pause" state is loaded

    (back in the level events) when "pause" state is loaded, load all the modified settings from web storage

    ryanrybot - maybe I should do a demo build soon huh? so I got the idea from the last zelda game to come out, a link between worlds, where your special items are limited by a replenishing meter. I'll have ways of refilling that meter, either through an item you can access in your inventory, or maybe through a pick up or something. I felt like I didn't want to go the route of traditional metroid games, where you just run out of ammo and that's kind of it until you find a way to get some more or hit up a recharge station - especially since this is mission based (level based) and a bit more fast paced. So... this kept it challenging but still kept the pace of level completion moving well. you can't just get a sweet gun (recently I made a lightning gun, for example) and just blast everything away. maybe that's kind of old fashioned though... in the age of casual gaming, at least.

    thanks for the constant feedback guys! grateful for you two.

  • Nesteris - thanks amigo. I do everything myself at this point - everything from coding and art to music and sound effects.

    I don't use any plugins or anything special for the layouts, every level has all the rooms already laid out in them. Since this isn't necessarily an open world game, I can skip trying to do really difficult tasks like that... although I have some theory as to how to apply this engine to a larger open world pretty easily. That might be some time in the future, but not with this project.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

mudmask's avatar

mudmask

Early Adopter

Member since 28 Aug, 2011

Twitter
mudmask has 2 followers

Connect with mudmask

Trophy Case

  • 13-Year Club
  • Forum Contributor Made 100 posts in the forums
  • RTFM Read the fabulous manual
  • Email Verified

Progress

16/44
How to earn trophies