Gewku's Forum Posts

  • 8 posts
  • If you are exporting for PC, this is about the only way I know of for a desktop exe. If you need a smaller size, just use the 32bit version. It even runs better sometimes (and I'm on 64bit system).

    This isn't my area of expertise though, so if anyone else has advice, let me know.

    Thanks a lot either way =D

    Gewku

    You could use UPX. This is a packer for executables. You don't need to unpack it, it's still executable, but it works only with the 32 Bit Versions. I have compressed your exe with UPX from 45.2 MB to 15.5 MB. But it only compress the exe not the other files in the directory. So overall the whole directory shrank from 67 MB to 38 MB.

    Alright! Imma try it! thanks!

  • Well, I exported the project, and it was the same size as what you said. I opened package.nw with winrar and looked at the sprite sheets and images. Everything seemed normal. I didn't see any sounds, and I didn't see other things that would add to the file size.

    I also started a new blank project and exported that. It was also 82mb in 64bit node-webkit. So, it looks like that's about as small as that export will get. The 32bit version is a little smaller (and should probably work fine).

    I don't think there's any way to make it smaller seeing as how a blank project is the same size almost.

    I thank you A LOT for the really helpful response, so, is there any way to get around this? a different way perhaps to export to windows?

  • I'm sorry for reposting in this thread but I REALLY want an answer to my problem, I still don't get why my export file size is huge! As I said here is the file if you want to try exporting youself

    " http:// mediafire . com / download / xqqx21o3q6045j9/Derpanier .capx

    Just remove all the spaces"

  • If your game is as tiny as you say it is, that sounds absurd. There is a definite overhead with nw.js, but you've got to have a bunch of audio or large files in there somewhere. That said, the 64 bit versions are always larger than their 32 bit counterparts. The 64 bit Windows version of my game is 15MB larger than the 32 bit version. But even still, I have TONS of images and files in my game and it still exports somewhere around 120 MB. I've put a lot of effort into being efficient, but it's no small game.

    This was supposed to be a top secret Engine project but, meh whatever, heres the .capx file, try exporting it yourself and tell me the results:

    http:// mediafire . com / download / xqqx21o3q6045j9/Derpanier .capx

    Just remove all the spaces

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Node webkit is packaged with the game so even blank projects exported with it are around 25mb.

    You must be using some huge images or music files or something. Our project with over 1000 images and 3000 events comes out to ~52mb.

    Edit: NW exports to 3 platforms as well. Is the filesize you posted all of them together..?

    HOLY CRAP IT'S TOKINSOM! BRUH! I'M A HUGE FAN OF YOUR WORK! Anyway Fangirling aside, no, I'm only referring to

    the Windows x64 file, and all of my files are not huge at all, they are extremely small sprites. I am however using a Project file instead of a single file .capx, so that could cause it, I'm gonna try exporting it from a single file now.

    Edit:No matter what I do the project is still sized at 80+ MBS,

  • So I exported a very simple game and when I go to look at it's file size it turns out to be 82 MBs, which is way too large, the game is extremely simple too! I only have one Layout,one Event sheet, 7 Objects and 5 Layers! Is there any way to compress the file size? This is an extremely irritating issue to me and if there is no fix then I would be extremely disappointed. If you want to know I exported using the latest Node Webkit and I am referring to the Windows x64 Export.

  • I've been working on an a platformer for a while and I've been having a lot of trouble with making a combo system, here is what I have, also please ignore some of the names of these Booleans I was getting really frustrated:

    Everything works as it should until the : -On Z Pressed

    -Is canPunchBegin2

    The animation "Punch3" doesn't work and the game is just stuck on the "Idle" Animation and I don't have any control.

    If someone could potentially fix this code or give me a hint on how to make a better combo system then I'd gladly appreciate it.

    The way I want the system to work is:

    -When Player presses Z their control is taken away and they begin the first punch animation

    -When the first punch animation is finished the Player has 0.2 second to press Z again or else they reset back to the idle animation

    -If Z is pressed in those 0.2 second then the second punch animation is played

    -When the second punch animation is finished the Player has 0.2 second to press Z again or else they reset back to the idle animation

    -If Z is pressed in those 0.2 second then the third punch animation is played

    -When the third punch animation is finished the player goes back to the idle animation and can restart the chain again.

    Thanks for reading.

  • Hello Everyone! I'm new to these forums and I wanted to ask for some help! I'm currently starting to learn Construct 2 and I am learning how to create gimmicks and different things of that sort. I'll just get straight to the point and say that I'm currently trying to make Wall Jumping physics. Please tell/show me how I could make wall jumping physics, and if you could please EXPLAIN how you did it so that I could learn instead of just copy and paste. Thank you in advance!

    Also if anyone could tell me how I could make AfterImages which follow my character that would be amazing! As I have no idea where to start and what to do with that type of concept!

    P.S: If you don't know what AfterImages are, they are just faded pictures pictures which follow your character, here are a few examples:

  • 8 posts