fassFlash's Forum Posts

  • I can't upload my game to the Arcade. It loads up to Scirra just fine, and it gives me the message:

    "Your upload was 9.32mb. Because only one set of audio files is needed it will be around 9.32mb in size to the player."

    And that's fine, because doing something about is optional (and I can't find the duplicate audio file). I checked the "I've read stuff" box, I've written something in each text box and choosed a category. I press submit. The page reloads, with all my inputs still there. The page didn't display any red text errors, like "you didn't do this or that before submitting". I press again. And again. It does nothing, I look at my page, there's no game. Here's the file:

    https://www.dropbox.com/s/uzy5a6g7u9quiyr/game.zip?dl=0

    ples huelp

  • Hello. I am not submitting my game for any contest or anything. I first made a game, tried to upload it, found out there was a 10 mb limit. I cut some unneeded files, and the final file was 8 mb. I uploaded it, and in the page where I write the name and the description of the game, there's a message that says:

    "Your upload was 8.15mb. Because only one set of audio files is needed it will be around 8.15mb in size to the player."

    Now that's fine, because it's JUST an OPTIONAL message that is SIMPLY a hint for me that my audio files need to be cleaned. I get that. So I wrote into every text box, checked the "I have read, fully understand and agree with the above" box (and actually read the above!), uploaded an image that is exactly 280x233 px. It even said that the image was successfully uploaded, so there's no problems with that. So, I press "Submit", the page reloads, everything is how it was before, no errors like "you didn't write this or check that" appeared, and nothing was uploaded. I pressed again and again. I checked my profile, there was no game in there (only the 2 abominations I made a year ago). Heelp?

  • You may get a better response if you exported to HTML5. Many people, including myself, just don't have the time to download a file, unzip and run it. In other words, most people - that includes me - are lazy sods ;}

    The file for Scirra Arcade is too big- 13 mb, while the limit is 10 mb, so I only have downloads. btw bump

  • Can we have the .capx for this? This looks great as research material.

  • looks good and the music is ... 9bit

    But not much to play - don't know what to do at "DESTROY BUGS"

    Uhm... you destroy bugs to open doors? Use Z to attack?

  • Bump

  • DrewMelton it... works, and it's really good for the small layouts, but the big layouts are still having quality problems. Thanks for that too, though.

  • If you look down a few threads, I made a thread about node webkit and transparent backgrounds. Inside I posted a picture (the one of the event sheet) of capturing the entire layout into a mini-map. Maybe it will help.

    You mean the mini --> Load Image from CanvasSnapshot and the setting to layout width/ height action? I'm going to try it out now, thanks

  • Ashley ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hmm Chrome told me the zip is malicious and blocked it

    BWAHAHAHA

  • :S

    Sometimes writing your problem in your language helps. There might be someone from your country or that speaks your language on Scirra Forums. I don't understand your English.

  • Hello.

    I'm currently developing a game called Action Gamemaster. It's basically a cross-over between Metroid's exploration and upgrades system, Megaman X's action and controls with enough space to fit in my own design.Here's a link where you can download it:

    http://forums.tigsource.com/index.php?topic=42098.15

    Play it for a couple of seconds, and you'll say the same things every playtester does. "I'm lost." "How does this make any sense?" "Was I here a moment ago or is it a new area?" "Wait, is this the end of the game? Where's the cutscenes" NO IT'S NOT THE END OF THE GAME, YOU JUST GOT LOST.

    So, basically, people get lost. That's why they need a map. Buut the problem is, I have multiple layout for every level. And that means I have to somehow program a map that would include all the areas the player has traversed. One way to do it is to make one giant layout for everything and then it will be easier, but there's 4 main problems for that:

    1. It's gonna be slow. The game's slow enough in browser or in node webkit's full screen, and having a giant 1 layout is not going to be healthy.

    2. Too much work putting the layouts together.

    3. I have to place camera markers that would stop the camera at every door in the giant layout so that the player can't see what's beyond the door before they can enter it, so that the player would remember some places in a "the place where the camera stopped, probably a new area" way. Also I might screw up with the camera markers, I'm not that good with C2, that's the main thing

    4. In Metroid, enemies respawned when you go out of an area and then go back, and that's good, because you don't go through an empty landscape the whole time, AND if you are low on missiles or health and you have a boss battle soon, you can grind a little bit to get back to full power.

    So, how do I make Metroid square maps for multiple layouts? How do I do it at all?

    Also, another question about layouts.

    Soon, when I figure stuff out, I'll make a Multiplayer local mode, because exploring a 2D world with my friends is something I always wanted to do. This would be super easy with 1 layout, but, well, we have all the "1 layout system" problems laid out. The system would be is that all players will share the same upgrades, missiles and MAXIMUM hp (so basically they use almost the same variables), so I don't really need to program a lot more events: Just make a second Hero sprite and give it a multiplayer. But with multiple layouts, 2 players have to be in the same layout, which is not fun. "I wanna go to the weird rocks that are probably destroyed by the bombs we picked up earlier, while you can go to that space you can crouch under that we missed before." is a conversations you can't really have when every Hero has to be in the same layout the whole time. So, is there any way for 2 players to be in different layouts?

  • Here's a link I found:

  • fassFlash

    You could add in some events to move the camera around and take screenshots until you have screenshots of each part of the entire layout and then stitch those screenshots together to make a map of the entire level at the highest quality.

    I suppose you could do that manually within the editor as well.

    Otherwise, I don't know of any way to get an image of the entire layout at full resolution.

    Oh god D: But most of the maps are 1792, 1400; and the hub area is 5000, 5000! Now, suddenly, my game seems VERY big. Help me pleeeaaase, someone

  • fassFlash

    Look at the System->Snapshot Canvas action and using the CanvasSnapshot expression with the Browser object to open the image in a new tab and then save the image.

    Wait, that doesn't actually work right. What I want to do is not make a screenshot, but make a screenshot of the whole layout, even the parts you don't see in the window, like a map. Example: https://www.dropbox.com/s/pnt6f5k0sd2ez ... e.png?dl=0