Ashley's Recent Forum Activity

  • Quazi and MaxMan777, neither of you are coming across as civil and polite in this thread, and I will simply lock the thread if anyone continues to be in the slightest bit bitchy. I don't know why it's so hard to be understanding and diplomatic on the internet, but you've come to the wrong forum if you want to argue.

    There are so many nuances to making an American Football game work properly it's just not done by single programmers, and even large teams have routinely failed

    MaxMan777, I am not getting your point. Do you want me (or Davo, the only other active developer) to go to all this effort that defeats large teams and is fraught with nuances and time consuming coding? And for what, a thousand identical football games with superficial differences?

    We who make Construct do it in our spare time, unpaid, as volunteers. Our goal is not to make pre-made but moddable games - there are already loads of tools out there for that, and a lot of them seem to suck. Our goal is to provide, in Construct, a useful set of tools and high-level primitives (eg. Sprites) that can be used easily to make original games. I don't see your idea fitting in with that - but other developers can always extend Construct as they like with plugins and behaviors. I think that's your best option if you want to take this idea to Construct.

  • What advantage does exporting source code rather than built EXEs have? What does that have to do with this thread?

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Interesting ideas, just to add my comments...

    1. A Web-style creation system with simple-to-program randomization ... randomly display characters, or numbers ... all much simpler than it is now

    I don't understand your point about randomness. The random() expression gives you a random number. You can use that to jump to random layouts, display random numbers, make random events happen, etc. What are you asking for to be different here?

    [quote:23llzzmp]2. Sports-friendly creation algorithms ... engines built to accommodate shooters and platformers

    Nothing about Construct is specifically tailored to specific games - it's probably the built in behaviors that gave you this impression. If you like, you could develop (or hire someone to develop) sport-friendly behaviors via the C++ behavior SDK. Construct itself is aimed at creating any kind of 2D game, so features are necessarily generalised so they can be applied to as many kinds of game as possible.

    [quote:23llzzmp]3. A Template system

    You can select File - new template/example since we planned a system just like this, but there aren't many that ship with Construct. I'm open to community submissions for the templates dialog.

  • Because we haven't written full support for translations yet and there's no UI to change language - as soon as someone fixes that in the source code, translations will be more useful.

  • Another of my just-curious polls. I was wondering how many of you use the python scripts in the event sheet editor at all. I get the feeling not many people use it, but it'd be useful to know if more/fewer than I expect are using it at the moment.

    Python was always meant to be an addition to events, not a replacement, so that highly algorithmic or logical parts can be scripted. I'm not sure how successful the current Python implementation is at doing that right now, or if anyone bothers to use it at all! It's definitely an interesting idea that could be taken further, so this poll is just to see where things are right now. Feel free to add your comments below.

  • OK folks, link is updated. If you downloaded before seeing this post, hit the link again and reinstall (you can install over the previous installation and it should drop in the new physics files). That should fix the physics startup issue.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Physics didn't build properly so won't work atm, will upload a fixed build asap.

  • I don't think this is elitism or newbie hating, it's just the answer to "Can I make X?" is almost always simply "yes".

    As for the FAQ: in this forum is the sticky Are you new? READ FIRST! which links to the FAQ which has answers for questions like Can Construct create (insert genre here) games? and Will Construct be able to export to Mac/Linux/XBOX? which might be useful for the OP.

  • Download Construct 0.99.72 (unstable)

    This is an

    unstable build. You can help Construct's development by downloading it, trying it out, testing and reporting bugs. If you have projects you want to work on without possible bugs getting in the way, stick to stable builds.

    Link to previous build (0.99.7) changelog

    Some more general bug fixes before the new year. Hope y'all had a good christmas if that's your thing! This build fixes some problems introduced in 0.99.7 plus a batch of general other bug fixes. Davo's also added some bracket matching and syntax colouring to the parameters dialog

    Full changelog

    Behaviors

    • [FIX] Timer: crash when saving/loading
    • [FIX] Platform Movement: Detecting a wall to the left/right of you no longer picks up 'slopes'
    • [FIX] Physics: custom collision masks with a hotspot not in the centre would not work as expected
    • [CHANGE] Physics: Simulation Steps - Control how accurate this physics is.

    Plugins

    • [FIX] Canvas: runtime did not scale canvas texture if it was scaled in the layout editor.
    • [FIX] Canvas: drawing lines didn't work correctly (co-ordinates got messed up)
    • [FIX] Canvas : Pasting objects into it when its at an angle now works
    • [FIX] Tiled Background: Non-power-of-2 images are inset by a pixel, but the tiles no longer 'overlap', the area is cropped back (semitransparent tiled backgrounds now render seamlessly)
    • [FIX] Text: Retrieving text width/height now works
    • [FIX] Edit box: 'Focus off' stopped some mouse & keyboard conditions working
    • [FIX] Array: Set index to ? x 0 x 0 followed by setting a value could crash
    • [FIX] Box: setting width/height reset hotspot position to centre

    Picture Editor

    • [ADD] Hotspot and image points finally have an input thingy to type co-ordinates into!
    • [FIX] Holding alt will now position image points in all the frames

    Runtime

    • [FIX] Collisions : A weird glitch involving the near bottom of the collision reported by davioware has been fixed.
    • [FIX] Memory leak with effects
    • [FIX] Crash when family spawning an object in that family.
    • [FIX] Families reported object counts incorrectly.

    Editor

    • [ADD] Bracket matching and syntax colouring in parameters dialog
    • [FIX] Exporting an event with a trigger as a subevent, and within that trigger event having any other conditions resulted in duplicates. Now fixed
    • [FIX] You could rotate an object that wasn't rotatable (causing the bounding box to rotate)
    • [FIX] Python crash fixed.

    Effects

    • [ADD] Added new 'set' pixel shader (0.0).

    Programmer's Version: Basically shaders like 'magnify' render a distortion of the background on top of the background. This means if you combine a magnify and an opacity tint, you can get half of the distortion and half of the background which is useful. However, if the background isn't opaque (an object rendering on a layer of its own texture, or say a distortion rendering onto a canvas) you get 'doubling up' of pixels in the background and the pixels in the foreground. So 'set' ignores all the pixels in the background.

    Human Version: If you're pasting an object with 'magnify' onto the canvas to mix the pixels up, put 'set' on it to stop the pixels getting solider!

  • Construct is not fully translatable, so I would wait until better translation support is implemented.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,447,702 followers

Connect with Ashley

Trophy Case

  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • Forum Mega Brain Made 20,000 posts in the forums
  • x109
    Coach One of your tutorials has over 1,000 readers
  • x63
    Educator One of your tutorials has over 10,000 readers
  • x3
    Teacher One of your tutorials has over 100,000 readers
  • Sensei One of your tutorials has over 1,000,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x36
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs