lucid's Recent Forum Activity

  • > I tested again with 1000 4096x4096 sprites, again all moving and rotating, which you presumably wouldn't need for backgrounds, but, still running at well over 100fps.url=https://rapidshare.com/files/2137031696/huge_texture.cap]Here is a link to download my .cap

    I have no more than 4 fps. What am I doing wrong?nteresting. I'm getting about 15fps with the sine behavior on all of them, and about 30 without it. I have no idea why one png would render slower than another, especially that much slower, but perhaps one of the more knowledgeable folk around here can enlighten us. In any case, even 30 fps with a workload that insanely exaggerated proves the point that there's more than enough power if you take the time to learn how to use it. You should never design a game that way with 1000 4096x4096 sprites on screen, this isn't just in construct. but if you post something along the lines of "My big background texture causes too much slowdown? How can I make a detailed background?" in help/tech support, someone would explain to you why it doesn't work, and how you can work around it. I fact, I believe I asked a very similar question when I was first starting out here.

    As far as 5 shaders and it's contribution to slowdown, I don't know much about them, but I suspect the games that look great use more complex shaders, not necessarily more shaders. CC is limited to PS2.0, perhaps this isn't what you'd want, but I'd suspect most 2d titles, including AAA titles don't have multiple shaders running at all times.

    > and you want CC to have an Idea Plugin that uses AI to think of ideas for you? ou just do not want to understand what I'm trying to say. You are just trying to catch me in the incompetence of some technical issues. And that's all.

    perhaps, and perhaps my sarcasm was unfounded, but this is the conversation I've been following:

    quote]

    loot pursuit, yokai, my mantis demo, zotged/daiz's unnamed(?) title, minitroid, towerclimbquote]

    I've seen it all. It did not impress me. Too corny.quote]

    Harsh Qwary, some of those games are absolutely impressive!quote]

    I don?t think so. It may be impressive for showing the Construct's features, but not for major indie projects.quote]

    ...I wonder what you expect of a 2D game?quote]

    Innovative, intelligent and exciting gameplay./quote]I really don't know what you're trying to say. My point is that CC has the power to create any type of 2d title you want. You say not for major indie projects, but you've still yet to specify what it is that CC lacks that you need.

    If you have some specific suggestion of what can make it easier, then suggest it, and maybe it can go in a future version.

    I could write a list of changes that should be done. But I doubt that my suggestions are necessary to someone.

    well, if you don't make the suggestion, it definitely won't make it's way into construct. so what was the point of this thread? I thought you were complaining that development isn't fast enough, but somehow it's changed into a convo that construct just isn't useful enough, and never can be? also, if the feature wouldn't be useful to anyone, why would it be included? if it's useful to you, and only you, that's where you have to use your own creating skills to make construct do it. I guess I may be feeding a parasprite here, but seriously, what are these major missing features you keep alluding to?

  • so did telling it to play the animation work?

    also, make sure you're telling it to play the animation only once, if you do it in an event like 'always' that triggers every tick, your player will be stuck restarting and playing only the first frame over and over

    edit: also, on a side note, try to name your topics more meaningfully. most people in the help forum need help :). if you specify the problem, like "animation stuck on first frame" or "several animation problems", people browsing the forum might recognize a problem they've solved before, and be more likely to click on your topic and respond

  • well as long as you have enough icons to reach the numbers you need

    if you don't have em, and you still want to limit to 6, you can either put all of the icons in a family, let's say Red

    then before each of the spawning actions, insert a condition like

    System - Compare - Red.count < 6

    ----do all the spawning conditions and actions

    and you can also clamp the values to keep them from reaching a high enough number that it spawns too many:

    global('nuisancelevel')=clamp(global('nuisancelevel'),0,global('maxamount'))

    also, if there's a pattern the numbers like there's 6 then 30, there would probably be a way to put all of the icon pictures as frames on the same sprite, and use one event, with correct conditions and expressions do do everything. this would require you to be fairly comfortable with math, and also that there be a useful pattern to the amounts each picture represents.

  • heavily commented

    only 13 events

    loading/saving

    tile 'painting' leftclick-drag to draw tiles/rightclick-drag to erase

    bare bones example

    <img src="http://dl.dropbox.com/u/1013446/forumhelp/leveleditor.PNG" border="0">

    <font color="blue">download here</font>

  • you still have yet to point out a 2d game that has some feature or graphics that construct can't handle.

    > I would really like to know, what you use that huge textures for?or example, to create a very detailed background on one large texture.When creating huge levels that would be very helpful. tested again with 1000 4096x4096 sprites, again all moving and rotating, which you presumably wouldn't need for backgrounds, but, still running at well over 100fps.   

    Just for reference, Unreal Engine 3 doesn't accept textures larger than 4096x4096.

    There are many libraries and other 2D engines. Another thing is that there are people who cannot use them properly. You know, sometimes code optimization can do wonders. More sophisticated algorithms are used for this purpose. sing one insanely large texture for a background is the opposite of optimization. That's not the way people make games, that's not what gfx cards are made to do well. Large detailed backgrounds are made from smaller reusable parts. In the best looking games, these parts are cleverly constructed to be able to blend together in an organic looking way, and mask their repeated use.

    CC's graphics and collision code is very fast - once again, it's the fastest 2d engine I've come across. When you go about spouting negative criticisms about things you don't understand, it only exposes your ignorance on the subject - in spite of your attempts to sounds like an expert to aid in your condescending tone.

    > what you expect of a 2D game?nnovative, intelligent and exciting gameplay.quote]

    it sounds like what you need is a 'make my game for me' button mean need more plugins, behaviors, objects, context menus, a more comfortable level editor, etc.nd you want CC to have an Idea Plugin that uses AI to think of ideas for you? CC gives you all the power you need to implement any ideas you think of. If they are truly innovative, then why would there be built in features that have them ready made for you?

    learning how to use the software, asking questions, and making specific requests and suggestions will get you further than continually trying to prove your original point. You may have realized that most of the people in this thread who have attempted to help you understand that you've stumbled upon a powerful, easy to use, free product(and most of whom have work you've insulted), have been here a long time, and probably have alot of experience using it. Scirra also happens to be one of the friendliest, most helpful communities you'll find. If you need something simpler, look to microsoft's toy kodu, or maybe as someone else mentioned, rpg maker, or fighting game maker, also, LittleBigPlanet 2 for ps3 is particularly fun/easy, and surprisingly powerful. But if you want real power and the flexibility to make something truly unique, this is about as simple as it gets. If you have some specific suggestion of what can make it easier, then suggest it, and maybe it can go in a future version. Vague suggestions like "make it easier" or "make it better", are pointless.

  • here's an example.

    type values in the editbox to see the chart updated in realtime

    please ask specific questions if there's any part of it you don't understand:

    stocklikechart

  • > ...let alone when the c2 plugin comes out, and people can create assets that load in html5 and cc exe's, opening the possibility to have an experience shared between the web and desktop.

    Wow... for real? That sounds awesome!

    yes, I meant spriter assets in particular, and an eventual level editor, but that's even further down the line. I think a good usage would be to allow people to create characters and play mini games with them online, and link them to the full paid exe game where they can download those same characters and use them in a full game

    In regards to the op, more for the sake of any other new users that stumble upon this thread, since op's most recent post is beginning to sound a bit trollish in tone. Right, I said 2d games. I've never seen a 2d game with 5 shaders and thousands of 512x512 objects on the screen. Just for the sake of expirementing I just made a cap with 1000 objects randomly selected from a pool of 256 different 512x512 textures all rotating moving and detecting collisions, and all on screen at the same time, and it was still running at well over 100 fps.   Granted it didn't have shaders, but seeing as how you can only actually fit 8 or 9 on a very hi res screen, not to mention how quick you'll run out of vram doing frame by frame animation at that size(not because it's cc, but because of how vram and frame based animation works), I don't see what you'd need more power than that for, and we're talking 2d games here. That amount of power is beyond overkill, and well into ridiculous.   That means you have more than enough power to make something like castle crashers but where you could zoom in until individual characters are half a screen tall with no pixellation or blurriness. I've never seen anything even close to this in a 2d game.

    And regardless of what you call corny, the aforementioned games taken as a whole all demonstrate that it's possible to use construct to create hi quality games, including games with features well outside cc's core feature set, using no scripting at all. It sounds like what you need is a 'make my game for me' button, and unfortunately for you, cc is probably the closest thing you're going to get to that, at least as far as anything that has any real power or flexibility.

    Also, if you have any links to any of your own noncorny creations, im curious to see some of the awesome work you've done.

  • >

    > Sure there's some bugs and workarounds that are needed, but Construct Classic is ready for making almost any (2D) game you want with it.

    Current functions is enough to create a simple games, but not enough to create a serious, complex in structure 2D games.

    while some of the most exciting projects are still in development, I'd say you're completely wrong on this point. Cc is more than functional and powerful enough to make any 2d game. loot pursuit, yokai, my mantis demo, zotged/daiz's unnamed(?) title, minitroid, towerclimb, and many others look as good as if not better than alot of(most) toptier 2d games, definitely good enough to compete with steam's indie 2d offerings. It does all the dx boiler plate code for you, as fast as can be expected. Over 1000 sprites on screen each moving and detecting collisions without slowdown, pixel shaders, distort maps....I completely disagree with you on this point. I can't think of a single 2d title that couldn't be done in cc, aside from multisprites as seen in Shank and CastleCrashers and skinned bone multisprites as seen only in Rayman Origins, though both of these features will be available soon(the former sooner than the latter) upon release of/eventual update to (shameless plug) Spriter.

    lucid

    I understand what you mean. It's so obvious. But the project is being developed too slowly. And in any case this is not the best way of development. Therefore, it's could be described as a kind of "death".

    I think as Ashley gets further into c2, and more used to CC releases, it would only speed the process.   In any case, anyone who wants to join up and help is free to.   If you know c++, its very easy to work with the sdk, and make changes. I disagree with you on this deadness as well. A completed release awaiting building, and another begun before it's even released is far from death. Also, shameless plug here, but when spriter 1.0 releases, it'll be coming to CC first, and I think that will breathe new life into it, let alone when the c2 plugin comes out, and people can create assets that load in html5 and cc exe's, opening the possibility to have an experience shared between the web and desktop.

    Not to beat a dead pony, but I just want to reiterate the first point again. Cc is THE most powerful 2d game creator, and the easiest to use, a too-good-to-be-true combination. Mess around with it, ask around in the forums, and save frequently, then see if you can find a single limitation keeping you from making the game you want.

  • *sigh*

    this is like the 80th thread/post like this

    not your fault, I know.

    no, it's not dead. I and others have completed the next version. here's the changelog:

    <img src="http://dl.dropbox.com/u/1013446/forumhelp/Capture5.PNG" border="0">

    Ashley is the only who can build CC, and he's very busy with C2, being the sole developer for that.

    there was a problem with the original attempt at building the next version, and after the rebuild, I requested a second rebuild when I found a problem with one of the new features. Ashley had just reformatted his machine, so this required him to setup all the CC building software/configurations.   I suppose that Ashley has been busy since then. I would say to expect it any day now, but in previous threads, the word "soon" or the words "any day now" have received a less than favorable response, as they have been tossed around since late november.

    So in all honesty, I have no idea when it will be released.   However, Ashley has repeatedly assured me that as soon as he has the time he will release it, most recently on January 23rd. Also, on the "not dead" front, I've already begun the changelog for R3(still very tiny).

    I don't require money to continue developing or wanting to develop construct classic, however there is a fundry account for construct classic to request new features/fixes, that would definitely be a good motivator to add or fix things. As I've recently switched over to full time development, so, like Ashley, I need to focus on work that has the potential for profit, though I still try to make time to do the CC thing regardless. If anyone decides to go the fundry route, I will say that while all of the(3 or so) people still developing CC, only one of us(rojohound) owns the Prof-UIS library required to make changes to the IDE(the editor) itself. The rest of us can make changes to the runtime, and to plugins.   

    There's been one fundry request thus far, and a single contribution to an animator I was working on, but it's planned as a commercial project, so I can't use the fundry for it.

    so.. just wanted to reiterate - CC is NOT DEAD.

    the R2 changelog is comparable in size to the R1 changelog, and work has begun on the version after that.

    thanks for your interest!

  • I'm not sure if you're asking for more help, but

    any additional icons that represent higher numbers would use the same technique, just replacing the images, and the numbers with the higher numbers they represent

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • not sure what you mean:

    30+30+30+6+1+1+1+1=100

    I think you mean you don't want it to show more than 6 across

    in which case, is it just supposed to stack them up? or are there ones that mean more than 30? I've never played the game.

    either way, I'd need more information to make it do something else, I was just giving an example of how to represent the numbers in that puyo form

  • your cap is a little long, so I'm just going to do a little guesswork about what might be wrong, if you want to meet in chat, either i or someone else might be able to provide specific suggestions to try out.

    1-when you switch to "hurt" animation, make sure to do "play animation" afterward. it sounds like "standing still" might be a 1 frame animation(?) that isn't playing, and so animation is stopped.   Also you should have an event that when the animation is done playing to set the animation back to standing still.

    2-

    [INVERTED]EnemySpawnBox - Is On Screen

    ----System - Every 5 Seconds -

    -----------EnemySpawnBox - Spawn Object - Enemy

lucid's avatar

lucid

Member since 16 Jan, 2009

Twitter
lucid has 22 followers

Connect with lucid

Trophy Case

  • 15-Year Club
  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Coach One of your tutorials has over 1,000 readers
  • RTFM Read the fabulous manual
  • Email Verified

Progress

22/44
How to earn trophies