DravenX's Forum Posts

  • Rojohound always helps out where he can.And jes he is very active within the forums.Thanks,Yes ive managed to get the jump and fall animations to have more than one frame ,It has 30 frames for jumping and 30 frames for falling now.I will post another video as soon as everything runs the way i want it to.My music comes from a local Dj here , which mixes various dance,beat and traditional songs together,We have been friends for 18 years now.

    Keep on devving

    Dravenx

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • number 3 would be : Rojohound ,Personally i think he is a genius when it comes to python scripting.

  • Ok we tried to help.And were not like a bunch of hermits either,Be patient is the keyword here.Your still new here.And by going on about "Different forums" it's pretty much the same on all the forums.

    Ive been here a few months and although i was an complete ass sometimes ,The good people of Scirra still helped me out with my problems.

  • ok the video codec is intel video 5.10 pcm sound compression.Divx avi Does not seem to work with the avi object ,So i had to choose the standard windows codecs.

    And just to be very clear Construct is still in it's beta form.Yes it is a wonderful program but it still lacks a few keypoints like creating proper video intro's etc...,And it's Free.Personally i don't like fmv intro's,Id much rather spend more time in creating more game content than worrying about fancy 3d fmv intro's.

    I always skip the video intro's of games anyway.

  • Well the simplest way is to use the avi object.Examine my tutorial which i have uploaded.It shows a full video within the window and that's done without any python scripting.And learning Python is part of learning how Construct works as well.Most of my problems were solved by using python scripting.

    As for teaching you lol i would probably confuse you more than teach you anything.There are tutorials on the wiki and google.

    http://dl.dropbox.com/u/7658043/VideoExample.zip

  • Learn al there is to learn about Python.You can do some amazing stuff when you combine python scripting with Construct.And it's not as difficult as the dreaded c++ language.

  • [quote:26td0dc9]So what you do is make the extraction, resize the files to whatever size you want it to be in your game window, and then run the frames as an animation. It works flawlessly. Here is the software suite:

    Yes that will work but you wil end up with one big capfile.I tried this method and the cap was about 100 megs just for one intro.And not to mention the amount of vram it eats up.My 4GB card could hardly handle the intro nevermind the whole game.the video was a mere 320X240 resolution vid.

  • this looks like a great program/game from ea.Im going to buy it.After i get gran turismo 5 and lbp 2

  • use dl-web.dropbox instead of dl.dropbox

    It works for me.

  • http://www.zophar.net/music/vgm.html

    For all your retro music i recommend this website.It's got almost everything including sega genesis Shadow of the beast music files.

  • Thanks tulamide for showing us the Correct way of conserving memory.How did they conserve memory back in the days of the good old sega Genesis or Snes?.I mean look at earth worm jim for instance that game was only 3.00 Megabytes big.Yes they reduced the colors and sprite size to keep everything to a minimum but it was still amazing how they worked with so little and still created games which looked and played fantastically.

  • This has probably been done before,But here is an example of how to optimise your Vram By cutting those big sprites into tiles.The 1st screen is the optimised sprite and the second is the full big ass sprite.

    And the best program for cutting big textures into smaller ones can be found here http://www.photoscape.org

    http://dl.dropbox.com/u/7658043/MemorySaverExample.cap

  • Did you mean Add on exe's aka patches or dl content.Like adding extra characters through updates or extra level add ons etc...The best way to find out which program will work the best is by testing it yourself,Write down the positive and the negative aspects of each program.Then choose the one which has the most positive aspects for the type of game you want to create.

    Im using 10 different programs and each has it's up's and down's.Personally i think the good old C+ or C++ programming works the best , But it's very time consuming and often very frustrating.Choose a program which is best suited for you and your programmer.I have chosen Construct for all my 2d projects because i can create complicated games in a fraction of the time compared to c+ and c++.

  • [quote:2h7zixmu]as a plugin developer, I don't think you can develop plugins to make construct more stable, only more powerful and easy to use. basically any feature construct doesn't already have that you'd like to add, you can make a plugin for

    Well a more stable plugin could be created if another plugin seems unstable.

  • Construct v99.96 is quite stable although there are some memory type errors that pop up every now and again.As long as the game that your'e creating does not involve too many complicated events then Construct should be pretty stable.

    I have worked with mmf and game maker ,They are good ,But not as versatile as Construct.And like Arsonide pointed out you could always create plugins which could make CS more stable.The possibilities that Construct has with plugins are almost endless.