Mr Wolf's Recent Forum Activity

  • Maybe just wait till 1.0 comes out?

    Agh, don't say "wait until 1.0." I'm tired of hearing that. If he wants to rewrite it, he might as well start now so it can be done BEFORE 1.0. This is a major plugin, why wait until the official release of the program to redo it? In my opinion, it should be included in 1.0 along with most (or all) of the other currently optional plugins.

    Good luck, linkman!

    BTW, I did have to use a seperate camera object like I suspected and LMK suggested. It works flawlessly now. Strangely enough, I don't have the 1 (or -1),$ problem anymore. It just disappeared.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you need more than a number/a string stored inside a hash table or an array, you have to use multiple arrays/tables. That is quite slow on the machine, and on the coding process.

    Using a record structure where you can hold multiple strings/numbers and add them to an array will solve a lot of future trouble and can take Construct to a whole new level.

    For any serious projects you will need some kind of database, using a record object and an array the problem is somehow solved.

    Thank you.

    I disagree with "For any serious projects" because that's not true. Also, what do you mean you'd need multiple arrays or tables? Arrays can hold as many numbers or strings as you want...

    I don't understand what you want or how you plan to use it...

  • You really would need a lot of options for such a plugin to truly be useful (at least, useful for more than the first dozen to put it in their game and cause people to groan when they see it ).

    Yeah, it can't look like it is a plugin.

  • I'm all for it. Construct needs more plugins. Then I think we should have an achievement plugin. I should start a thread for that too.

  • These forums feel relatively quiet. Here's what I'm getting from this:

    Once every month or two.

    People can (read: should IMO) use free for use (noncommercial or commercial use I suppose) art off the internet.

  • Adding to the above, it is very likely that you'd want to change some graphics after working on your game a while. It is best not to have someone put in a lot of time on graphics only to have change them. Also, people are very skeptical about "team" projects, which is why you'd want to have a lot of work done to prove you are serious about the project.

  • I agree, PixelRebirth. Hopefully that example will help him realize these things are simple...

    Cristi, from speaking with you in chat and seeing your forum posts, you seem to think everything needs to be super complicated. I'd suggest you go check out the Ghost Shooter tutorial before you try to port your whole game from VB and just get confused with needless complexity. You'll save yourself a LOT of trouble if you learn how Construct works before trying to do your port.

  • On creation of a sprite give its private variable an unique ID, I personally use the spawn object UID for that.

    Then do this:

    For each object <your sprite>

    __If sprite private variable is equal <UID you need> -> Do stuff to sprite

    [generally what Mr Wolf wrote]

    I don't really think they'd need to use UID. How would they know which UID they'd need anyway? I don't see how this helps picking... Also, if they are just setting the object's Private Variable to the object's UID, then that is redundant. The object's UID already stores the UID...

    Now if they were pairing two objects created in the same event, they could set each one's PV to be the other one's UID (or just do that for one of them depending on what you're doing) and that would work for certain things, but in this case, no.

  • I still don't see the point to this. I need a better explanation or an example.

    > Id say it would be useful for when you only want one collision mask.

    >

    What do you mean by only want one? Why would you only want one? When is there two ?

    I think he meant "want a collision mask."

  • I'm using gridscrolling. Is there a way to have the camera start in one "room" before the player gets there, then continue gridscrolling with him when he goes through it? The player starts in of the rooms, gets moved offscreen (all of start of layout), then enters very quickly (launched actually) back on screen. It always wants to show the first room he goes through in less than a second, but it works right if his initial start is in that room before he gets moved... It is all being very confusing and looks buggy...

    Also, Debug doesn't work when ACP is used under certain conditions (no idea what they are). I think something might've gone wrong since every 5 minutes it seems like there's something else being weird about it.

  • Cristi, you should insert a "Compare Private Variable" condition into your event. If PV (Private Variable = X (X being the value you want it to pick for).

    Falcon, I haven't looked at your .cap but it sounds like you should try flipping the collision condition. Instead of Player collision with Box, put Box collision with Player.

  • >

    > > How do we know the "crippled version" isn't the only version?

    > >

    >

    > Well if you see the Crippled version obviously there is a real version.

    >

    > Mr Wolf: FYI A Crippled version is a full working version that has 1 part disabled. For example. A word processor without a save or a print function. So you can make a full test but missing a key component.

    >

    That. Unless you mean 'how do I know you'll actually send me the full version' in which case you'll just have to trust that I'm not a wanker.

    I know what a crippled version is and yeah, I was just checking.

Mr Wolf's avatar

Mr Wolf

Member since 31 Jan, 2010

None one is following Mr Wolf yet!

Trophy Case

  • 14-Year Club

Progress

14/44
How to earn trophies