Lost my Keys's Forum Posts

  • You could do that though MaxMan777. You could create the underlying template yourself, submit it to the devs and I'm sure if it works fine, they'll probably include it with the other templates.

    That's the closest you're going to get though, because I don't see there ever being some "American Football" behavior or object. Firstly one isn't required, secondly a lot of people wouldn't want it or use it, thirdly, such a thing will simply spawn a great deal of very specific games. The current behaviors are generally pretty open for use in different ways. But what you're asking for is too specific for a behavior itself (and a whole bunch of behaviors that aren't much use to anyone outside very specific single type of sports game will be annoying).

    It sounds like what you're actually looking for is a ready made game that you can mod yourself, rather than make your own game. Can't you mod any of the games out there now, or is EA still making modding difficult for their games?

    Also, even with all the rules of football, it doesn't strike me as all that complicated to make in construct right now. And I'm the first who'll jump in on a chance to prove construct can't do something, but this would be easy for it. Someone recently posted a cap they are working on with controls that could be used for some kind of ball passing movement. Player controls could be selected by distance to the ball without any problems. Scrolling is very simple to setup. Really, if I think something is easy in construct then it must be.

    As for your choose your own adventure thing. You could make one of those insanely easily with just HTML and a tiny bit of PHP (the php for storing stats, inventory etc). Or make simpler versions using Mediawiki. If you're instead thinking about text adventures like Zork or The Hobbit. Then you're looking at text parsers, which construct can do quite easily too (I've spent time looking into this previously, as personal interest myself) or can be done online, again with PHP which has no trouble at all parsing strings.

    I really don't follow this web thing you're after though. Are you instead talking about WYSIWYG? Construct already is. This web thing though, construct isn't a web page builder. It can GET and PUT files onto the net, update and change external files, but that's about it as far as web stuff goes. Though it wouldn't be outside the realms of possibility to make a html editor with construct.

    And I'm with Ashley on the random expression thing being incredibly useful. I've come up with all kinds of crazy things in PHP using mt_rand() that you wouldn't think random numbers would be used for.

  • Ok, so after lots of discussions and seeing lots of different point of views, seeing the types of posts which are made, and taking into account what others have said. It's clear there's a few things which wont change.

    • Many new posters will always ask if this or that can be done or can you make a shark backflip and shoot lasers from its eyes while using infrared crayon shaders to make it look like a cat.
    • There will be a diverse mix of talent, from the highly experienced in different areas to those with no experience at all.
    • Nothing is quite as simple as it first seems.
    • The majority of new users will always ask questions first, rather than read FAQ's, do tutorials or research themselves because, they say, "it's quicker".
    • You can draw the crayon cat, but the crayon cat can't draw you.

    Which got me to thinking, since the wiki is in need of work (and once I find out WHY sourceforge isn't letting me sign up at all, I'll be having a go editing it too). Why couldn't we do some kind of difficulty scale type system? You find it often in other places, particularly those involved in teaching and tutorials.

    For example, and this is just a very basic example, to try get the idea across. Five stages of difficulty, from very easy, to very complicated. Maybe using nice pretty visual images or something. Each level of complexity would cover certain kinds of experience/knowledge and be explained in a linked page.

    Then have a big list of examples of what construct is capable of, using real world examples (referencing particular games, showing example downloads and so on), and give a little info on how easy or difficult that kind of game or technique would be to do, as well as link to tutorials if available. It could cover anything, including various applications (since construct can do those too and unless the devs are going to remove that feature, there should be some support there as well).

    A side effect of this might also be to give people, including you old and weary pro's idea's for things you're working on. Or give stepping off points for further idea's, that might be taken into all kinds of directions.

    The point of this would be a nice simple way to give new users asking if they can do this or that, the answers they're looking for. From that point they can compare that to their current level of experience/knowledge, and it's up to them then if they think they're capable of it. Because otherwise someone could come here, ask if this or this is possible, be told yes, and maybe get an example, but be completely stumped because it's over their head, cue a collection of posts asking how to do this and that every step of the way, frustrating other users and causing animosity, even though neither side did anything wrong.

    I dunno, I just think it could be useful, and could be expanded into something better and more useful in time. I also think it could be fun. I've mentioned before how newt and deadeyes example caps tend to be a lot of fun to play with. Could even partner it with those 1 hour challenges that the forum looks like it used to have, and being based on the wiki, everyone could be involved, including newer users who themselves are still learning (who I think could give a unique perspective on just how easy or difficult things can be).

    I'm sure the idea will be poopoo'd, but throwing it out there anyways before going back to Fallout 3 to piss a few more hours away instead of doing any actual work until next year.

    P.S. Sorry for the wall of text.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have to disagree. I don't think a person needs to use a programming language to program. An if/then statement is the same basic concept in a language as in construct. I can't program in any sort of programming language at all, and yet after learning construct, not only can I talk game programming with professional game programmers, they can and have suggested things to me, without having used construct - and their suggestions work. I can understand what they're talking about most of the time because construct uses so many of the same functions. While construct simplifies the process enormously, it's still essentially the same thing, using a lot of the same concepts.

    Understanding someone and being able to do it yourself are two different things though. I, like a lot of people, can understand most spoken languages to a point. I'll recognize words, phrases, take the situation in context and most of the time understand the general gist of what's being said. But if you asked me to speak German etc. I'd just look at you with a blank stare and be unable to. Does that make me a linguist? No. Same applies to programming, I understand it enough to know how it works, can follow it (to a point), make small changes and know the limitations etc. But I couldn't sit down and program. I certainly wouldn't call myself a programmer.

    [quote:3govchlr]With the exception of online/gamepad use, I don't think I've found any 2d games that couldn't be made in construct (there are obviously a lot of 2d games I haven't played, though). The only games that I've found that you couldn't remake in their entirety are ones that rely on the speed of code (which is obviously faster than interpreting events), but even those games could be made with a few thousand less spaceships in them, for example.

    Even if there are games out there that you couldn't make in construct, it can still be said that construct can make any TYPE of 2D game.

    Well I admit I probably didn't word it so well when I wrote that originally, my bad. The point I was trying to get across as was explained better using deadeye's crayon cat. Is people don't really care IF something is possible, it's can THEY do it. That's what I believe is the question they really want, the question we all really want. They hear construct and others are easy to use, and that's what they look for, a tool to make life easier and more their level of experience. But that leads to another problem. How the heck will anyone else know if something is possible for another person or not? Hence the butting of heads.

    actually opening up a tutorial .cap on first run sounds like a very good idea to me.

    though perhaps a new one should be made? Dunno.

    Same, plus newts suggestion for the are you human questions (I've seen that done on some other forum once, and at the very least it will make you search for the answer if you don't know it).

    I think a forced tutorial WILL annoy some people, but will be better for all in the long run. Plus, don't most games actually force a tutorial on you the first time around, with few allowing it to be skipped. So I suppose really it's not that bad of a thing, and it would be there to help people, and who knows, even the pro's might learn the odd thing or two from it?

    [quote:3govchlr]About hating on newbies no, just hating on people that don't even attempt to learn before asking stuff (me, at least. Software is free, there's wiki, there's forum, there's tutorials... and yet people skip all those? grumble)

    That just seems to be the way it is these days, the majority won't read documentation and will instead ask on forums, because it's less work than researching the answer yourself. Happens with everything, everywhere, and I don't see it changing.

    [quote:3govchlr]

    About WALL OF TEXT: tl;dr

    Bah lol

  • I don't use it because:

    A) People say it's broken with construct, or doesn't work properly with it, and there seems to be very few using it fully.

    B) I've never been a fan, from way way back when I was very anti-anything involving code, it always seemed to me like comparing BASIC to C++, and Python didn't seem powerful enough in the long run to warrant the effort required to learn it (like the effort required to learn how to drive a manual car in the UK, when you fully intend to move to the US and only ever drive an automatic heh). Even though since teaching myself PHP (born from a case of "if I want it done properly, do it my damn self, lol"), I've heard it's surprisingly similar to that and Perl. But it does (to me) still seem to have some kind of stigma attached to it.

    C) I've yet to find a reason to use it. But if it could do something I needed to do, which events couldn't. I'd use it... and bombard the forum with "but can it shoot lasers and make spells?" posts

    But seriously though, given a choice I'd rather use events over python, or any kind of language for that matter. A case of path of least resistance (python would require I learned how to use it from scratch). Though if I saw real world examples of what python could do, that events couldn't (or made more complex), I might be more open to it.

  • Yay, works fine now, thanks Ashley!

  • Physics didn't build properly so won't work atm, will upload a fixed build asap.

    No worries, no rush. Just glad it wasn't something I did wrong.

  • > Very true, but it's never as black and white as that. To use your crayon cat analogy. Yes, you can draw a cat with these crayons. But can they?

    >

    Yes, they can. If it's a shitty looking cat that's their own fault. Just because you can hold a crayon doesn't mean you can hang with Rembrandt. You gotta get some learnin in you first.

    lol! Sorry, that just gave me the funniest mental image of Rembrandt "hangin" with his homies on some Amsterdam street corner.

    I submit that on the very first start the Ghost Shooter tut should be loaded.

    You could also add a link to the cap that would open up a html version of the tut, along with bla, bla, please take the tut first, and if you have any questions please refer to the faq, and forum.

    That's a really good idea.

    Could make it so you can't get rid of it until you take a test asking basic questions.. Ok my idea isn't so good and would never happen, but wouldn't we all secretly like it, lol.

  • Got this error upon loading after installing it. Tried a few times. Physics.csx is missing, and behaves the same even if a previous version of the file is there or not. The installer DOES create the files both in plugins and runtime (files dated 19/12/2009), but doesn't seem to see them.

    Error loading f:\Scirra\Construct\Plugins\Physics.csx (14001) - this plugin may not be available![/code:3v0cp2f5]
  • > So it might piss people off to hear "oh oh can you make spells n s**t with it?" but if you think about it, it's a completely normal question

    >

    > ...

    >

    > Seriously, there is a very real problem with newbie hate and elitism on these forums and it's unwarranted and happening a lot.

    >

    There's no anger and no hate here, dude. Except maybe over being accused of anger and hate. I fail to see where my response was either angry or hateful.

    I said what I said because I really don't understand the reasoning behind those kinds of questions. They don't seem like "normal questions" to me at all.

    Technical questions like "can you export to XBOX" aren't what are confusing me. It's a legit question. Sure, you can find the answer on your own pretty easily, but whatever. Simple questions like "can you play sounds" are pretty easy to find answers to as well, but that still doesn't phase me.

    It's when you ask stuff like "can you make a game where a guy backflips and chops off someone's ear" that I think maybe you should think about it for a minute before you ask, is all. It's not a technical question about the program's capabilities... it's a design question. It really is like asking "can you draw a cat with these crayons." The answer is pretty obviously yes, you can.

    Very true, but it's never as black and white as that. To use your crayon cat analogy. Yes, you can draw a cat with these crayons. But can they?

    BTW I vote for Constructs new logo to be a crayon cat, I think it would be perfect and awesome and Gamemaker wont copy that one

  • Unfortunately, there's no object that handles microphone input. Somebody would have to write a new plugin for that functionality. I was looking into it earlier, but I couldn't find much information on getting input from a microphone.

    I dunno if it helps but you could look into how video chatting setups work, webcam/mic systems, the way programs like Skype, MSN, so on and so forth deal with the microphones. Or even open source methods used for realtime chatting in games (there's bound to be open source variations on how to do that), the latter will probably have way more info about it.

  • LOL! I totally passed by this thread at first, thinking it was the other one. Didn't realize it's a new version haha awesome fixes too! YAY for canvas love!! Downloading now.

  • I really don't understand questions like these. It's like being handed a box of crayons, and the first thing you say is "Hmm... nice crayons and all, but could I draw a cat with these crayons? Because I seriously doubt someone could draw a cat with these crayons."

    It's like you're trying to trip us up. "Oh, hehe... cats, you say? Oh my, how embarrassing! No, I'm sorry, you couldn't possibly draw a cat with these crayons. A fire truck, maybe, but definitely no cats."

    A cat has nothing to do with crayons, and "spells and teleporting" have nothing to do with programming a game. You can use the crayons to draw whatever you want, and you can use Construct to make whatever you want. If you couldn't draw cats, they wouldn't be very good crayons, would they?

    A better question would be "Can these crayons draw with infrared light?" And the answer is YES THEY CAN! THEY ARE MAGIC CRAYONS!

    And guess what? Construct can draw with infrared light, too... someone wrote a WiiMote plugin. But no, there is no way to export your game to XBOX360.

    The easier a program is to use, the more you're going to get questions like these. Why? Because it attracts people who aren't programmers (nobody who uses programs like these, are programmers, there's no programming involved and you're not a programmer by using them, it's like a modder calling himself a developer, or a college student with no real world experience, claiming they know better, it's a bit of a joke, haha) The guys who wrote construct, they're programmers. At the same time, the easier a program is to use, the more limitations appear, simply because the creators can't think of everything or prepare for everything, and all software has limitations. Therefore it's a perfectly valid post to make, asking if this or that can be done. Especially when people run around claiming construct can do everything, when the reality of it is, it can't.

    So it might piss people off to hear "oh oh can you make spells n shit with it?" but if you think about it, it's a completely normal question for someone who's never used it before to ask. They aren't programmers, that's why they're here using something like this, and not on a C++ forum. We're talking people off the street, the average joe, probably with little or no experience, sees something that says you can make games with no programming, what do you expect from them? They're attracted by the appeal of making games, but may or may not know what's involved. So to them, a regular user with no programming experience or developer experience, a characters "spell" is a spell, not a collection of events and variables. Yes I admit, reading instructions, wiki pages, manuals would answer a lot of the questions that get asked. But really, you can ask people to do that all you want, it's a known FACT that most simply wont. It's "so much easier and quicker" to ask on a forum.. supposedly, lol. It's been that way for years, and it wont change for a long time.

    Not to mention the fact that a complicated programming type answer is utterly useless to someone with no programming knowledge, when all they wanted to know is "can it do that?", they can go into details and learn how later. They just want a readable understandable answer for now.

    Seriously, there is a very real problem with newbie hate and elitism on these forums and it's unwarranted and happening a lot.

    Programmers (e.g. Ashley, David and the plugin creators)

    Developers (people with real commercial experience)

    Modders (people who mod game engines or create TC's)

    Game Makers <-- this is where construct and other apps like it are, along with us, the users.

    We all use construct, we're all in the same boat, we're all here for the same reason, to make games without the need to program, and the majority aren't going to be crack coders or immediately familiar with the event system "scripting" that exists in the application OR what construct is capable of, that's why many are here, to make games without having to learn a programming language to do it, that's the whole point of an application like this, to make it easier, to appeal to the masses where the prospect of using C/C++/C# etc. is too daunting or beyond the grasp of the user. This appeals to both the guy off the street looking for an easy way to make games just for the fun of it, or those with years of real experience in commercial game development (as is the case with myself and at least one other user I'm aware of on the forum) who either can't program or don't have the time/interest, or have worked with enough programmers to know how infuriating they are to work with closely on a project and wish to avoid them as much as possible. There's going to be a mix of all kinds of users on here, which means a mix of all level of questions and queries, and not everyone is going to be a mathematical genius.

    If the user is from the modding community (which is going to be very common), then expect lots of "can it do this and that" questions because that's what they're used to. DaviX is likely a modder, probably played around with modding Source or the Crytek engines, or maybe dabbled with UDK. All those are setup to begin with for a particular kind of game and the only real part of them seen by many, is building maps and making events (can you see the confusion here now?) make a map, add a player start, add a few objects to do this or that, bit of scripting for creating events, and then compile and run, simples. If that's a users only real experience, then they're going to assume construct is the same.

    As for his "can you make games for the Xbox360" question. No, I don't think you should look down on that either, for the above reasons, to someone off the street, that's a perfectly valid question too (yes it could be answered easily with research but again, the "it's quicker to ask on forums" syndrome comes into play, blame the internet and the I want it now generation, lol). But not everyone will know automatically if something can or can't be done, after all, Xbox IS practically a PC, and there are other apps out there capable of it in some way (legality aside), there are many cases of homebrew games being made for consoles, and while doing so is not easy, fans of that will always be looking for an easier way to do it.

    Doesn't construct have a FAQ somewhere? Which can be linked to when someone first posts, which will cover all the common questions people ask, and give decent answers to them, both advanced and basic. So they don't have to ask on here and be made to feel unwanted or thick, just because they didn't know. I think that would be more beneficial than getting angry with people.

  • So... in my ship game you can zoom out. And each ship don't has a label (Ship name, position, etc.) but you zoom out and the text is unreadably small. Any ideas for a fix?

    Place ship name, position etc. in something else and don't let zoom effect it.

  • Hey guys, thanks for the info. Do you think you can give me a short direction of where to start these operations you've described? I'm still new to this program so I'm not familiar yet with where everything is.

    All I see right now that even resembles where to start, would be the project folder that says "global variables" but beyond that I'm not sure what to do. So, just a small point-to to get me jumpstarted would be appreciated.

    Create an event, for example a Start of Layout event. Then use a system action, then set value under global variables, and create the global variable from there, it can be either numerical or a string.

    You should probably get more familiar with the program and where things are before attempting to make anything but simple tests. The wiki has some info on what each part does and the majority of options and features.

  • Off the top of my head, you could try drawing a line from point A to point B, and use a triangle shaped sprite (the arrow head) and tell it to sit on the end of point B, with an angle facing the mouse. That "might" work?