MisfitBYTE's Recent Forum Activity

  • Its not visual programming like Construct or the Android, but it is a drag and drop interface builder and you do the programming in html 5/javascript. They've recently come out with a plugin development kit as well, letting you add functionality.

    https://ares.palm.com/Ares/about.html

    I have a Palm, so hoping some of ya'll give it a shot!

  • Draven, don't you have a post about coming up with an idea for a game that 'simulates' getting a virus that the player has to fend off?

    Has anyone here tried out the android app creator? How similar is it to construct and...you can't still program in javascript (thats what android uses right?) can you?

  • Thats awesome. I hope you post an app demo even if you do go commercial. Are you making it just for beat box or will it be usable as a regular drum machine?

  • I've been looking into pySndObj, still need to do some reading on it as the closest I've come to DSP is creating a horrible distortion effect in synthedit. But I think it has the capability and theres a tutorial in the forum here about including python libraries.

    If you do anything with it, let me know? Good luck.

  • I think you misunderstood the problem I was having. The ID3 object and the XAudio object don't like sharing apparently. My work around was to use the ID3 first and set it to an arbitrary file after use, so the XAudio could use the same audio file off the computer. The crash I mentioned came from trying to set ID3 to a nonexistent file.

    If I'm wrong, can you explain your reasoning some more?

  • A bit of a workaround, but it's functional. Set your ID3 tags first, then set it to another file before playing the original file. You have to set it to a real file though, I tried just setting ID3 to "" and would get a crash every time you change songs.

  • Working on an audio based game, I want to use the ID3 tags to modify some things.

    The trouble is, when I set a file for the ID3 to use, before the action to play the mp3...the music won't play but the tags will work. If I put the Xaudio action first, it plays, but the tags no longer work.

    Pretty simple .cap file, should explain things further itself.

    http://www.box.net/shared/pl4j5js1cm

  • Ok, new version up, same link.

    With the new version I can update text files that control what tags need to be removed, what unicode needs to be replaced, in the .xml parser without users having to download the executable again.

    Still need to add the ability to create lists and an update function.

  • I do plan to extend it for making lists, was planning something involving using ID3 tags, but hadn't even thought of moving stuff for compiling. ....hmm, I think construct even has an object for working with zips.

    Any other suggestions are welcome as well.

    I found some other bugs involving the iTunes playlist, iTunes changes certain characters to their ..(is it unicode?) format, such as the pound symbol # being changed to %23. That one and a few others are fixed but I just tested it out and found some more, I can't change this code till later tonight since I'm not on my development pc.

    Thats something else I plan to look into once I get a better handle on python, writing in python and having construct import those scripts so that it could be updated from anywhere.

  • The app will now check if a file already exists and will make a copy into subfolder if so, it shows you a tally of how many duplicates were made, a popup box tells you when this is happening and the name of the file. And theres a Clear button to empty out the list and edit boxes.

  • So things like os.pyc or shutil.pyc should ALWAYS be embedded in your executable.

    I was being an idiot. Opening up the subsection where you pick what goes in, but I missed some things. Btw, do you still have to place the python26.dll in the folder? I tried it out both ways and both seem to run.. I had my real python folder changed to a different name during the test.

    Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It is the python modules I meant and I think I've got it close to working... to start off it would give me an error saying there is no shutil to import. I read up about inserting a __init__.py into the intended subfolder, that seems to get me a little further. But its saying I have to path module. I think thats supposed to be part of os.py but I have the os in my subfolder which it seems to recognize but I still get the path.py error. And I'm talking in circles out of frustration. Won't be able to work on it for a few days so if anyone figures that out let me know please.

MisfitBYTE's avatar

MisfitBYTE

Member since 1 Jul, 2009

None one is following MisfitBYTE yet!

Trophy Case

  • 15-Year Club

Progress

15/44
How to earn trophies