Ashley's Recent Forum Activity

  • Perhaps we need a 'beta addons' section.

    A forum isn't ideal for listing addons anyway - it's a temporary measure until there's a proper addon sub-site, and I don't think anyone on the team has time to make one.

  • Sorry, you can't build Construct without building ProfUIS284yn.lib from a purchased edition of Prof-UIS. The library covers the entire UI so it's not like you could remove it and build anyway. We're not allowed to distribute it ourselves since it would amount to publishing the purchased Prof-UIS. If you've got as far as the linker, though, you've at least successfully compiled all the source files. We'll definitely remove the Prof-UIS library in Construct 2 though. We've been rightly criticised as not being a true open source project since you must purchase a library to compile the IDE source code. As I said, it was a bad decision.

    You can build the runtime without the Prof-UIS libraries, though.

  • Yes, including the DX9 redistributable yourself with your game should be fine, but I think you have to ensure the EULA for the installer is shown before installing. They're called "redistributables" because, well, you're supposed to distribute them yourself

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The Construct Engineering forum is for plugin (and behavior and effect) developers, and the Completed Addons forum is for released plugins (and behaviors and effects).

  • What's the error message?

    Unfortunately you do have to buy the proper Prof-UIS library to get it to compile. This was a pretty bad decision we made earlier on (especially for a volunteer project with no income! ) Do you have those libs then?

  • I don't think there's anything wrong with just having everything in the EXE. Sure, you get a large EXE, but I don't think Windows is dumb enough to load the whole thing in to memory - it'll load the parts it needs to start running it, then the resources (the big bit) will be loaded as required. Construct does keep PNG-compressed versions of textures in system memory to be able to quickly swap them to GPU when needed though, so there might still be more memory usage that way - although they are kept as compressed PNG so save memory. These days everyone has a few gigs of RAM though, I doubt it'd be a problem.

    That way nobody can easily browse your artwork either (but they can still extract it if they examine the Construct source code and worked out how it packs them in to the EXE, but that's beyond the average casual user).

  • Could you post a .cap?

    My best bet is you simply have a lot of events and something you've forgotten about is actually setting it to visible and adjusting the opacity. Construct redraws the entire screen every tick, so there's no such thing as left-behind-glitches - if an object is there, it's really there, and really is visible (assuming you haven't just found a bug!).

  • If you want to fill the screen with white just add a layer with a non-transparent (white) background on top of everything, and adjust its opacity in events. To process a shader on the full screen, create a window-sized Canvas, enable 'grab layout before drawing', and add a shader to the canvas object.

    By default Construct uses linear sampling, which is a way of smoothly rotating and stretching sprites, but its well known side effect is pixelly sprites at floating-point positions look slightly blurred. To restore pixelly movement, rotation and stretching, set sampling to Point in application properties.

  • I don't understand the question. Graphics are already compressed, and it doesn't stop anyone extracting them from the EXE if they try hard.

  • No, it could potentially make the runtime much more complicated, at the moment it is coded throughout to assume object types never change.

    What is the use of this anyway? Why might you need to do that? And how would you make events for an object that doesn't yet exist in the event sheet editor?

  • Btw does anyone know if Construct works on Windows 7?

    Davo, I have Windows 7, and it works fine

  • Sorry, there's no way at the moment, and I doubt it would happen in the current Construct. It would probably be at least possible to make a converter in Construct 2 though.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,449,401 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
  • x64
    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