• Lucid Dreaming - Dream Views




    Results 1 to 16 of 16
    1. #1
      Member JET73L's Avatar
      Join Date
      Jun 2008
      Gender
      Posts
      854
      Likes
      1

      Does anyone know of a fighting video game maker usable on a home PC?

      It coyuld be as simple as Flash, though 3-D (or even Mortal Kombat style spriting) would be preferred. Sort of like RPGMaker, only for arcade combat games.

      Are there any of this sort of program available for home use? Or are ighting games just made from the ground up, and nobody bothered making a starter program?
      Goals completed since joining: 10 -- Last goal completed: February 17, 2009
      Uncontrolled lucid dreams:23.5--controlled lucid dreams:24.5
      --WILDs:16.5--MILDs:1.5--DILDs:22--DEILDs:8--Quasilucids(do not count):3--
      --LTotMBasic:0--LTotMAdvanced:1--LTotY:0--
      JET73L's dream journal

    2. #2
      What? Venomblood's Avatar
      Join Date
      Jan 2008
      Gender
      Location
      Oregon
      Posts
      372
      Likes
      0
      3D = No. Especially if you've never made games before. Game Maker is good, but you have to build from scratch. It's still really easy to make games if you catch on to things quick. Flash is also a good choice, but harder to learn and kind of different. I've never heard of a program dedicated to making fighting games though.

    3. #3
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      DarkBasic would be a good place to start. It's fairly simple, but after a while you might want to migrate to C++ and OpenGL.

    4. #4
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      There are various graphics rendering engines available
      OGRE is probably the best known of these

      These are not "game makers" - such a thing isn't really realistic
      like "film making" software isn't realistic
      you produce a film, or you don't
      you produce a game, or you don't
      Software can't make one for you

      You can, however, let software automate some of the donkey work and deal with things at a "higher level"
      (\_ _/)
      (='.'=)
      (")_(")

    5. #5
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      Yeah, you won't find a good game maker, such a thing would be impossible to build. There are things like that out there: GameMaker, FPSCreator, but they are terrible compared to real games with custom engines. Making things general makes the software slow, game software is extremely specialized code.

      Because things for builders need to be general, they include good programming practices. Things like smart pointers, getters and setters. Game engines don't use any of that, it's fast and very dirty.

      That's why I recommend Darkbasic to start. It handles the interface with directx for you, it also has a package called dark ai, which will handle things like A* routines and stuff for you.

    6. #6
      I LOVE KAOSSILATOR Serkat's Avatar
      Join Date
      Oct 2005
      Posts
      2,609
      Likes
      2
      Nobody mentioned MUGEN yet? It's incredibly customizable, basically a game with open game engine, and free. It can even be used to make platformers, shooters, puzzle games etc., though it's primarily a fighting engine. Captures the arcade feeling perfectly. Also a huge community cos it's practically the best solution. Since I figure you don't want to create Street Fighter 5 but wanna get down and dirty with creating stages, characters, moves etc., it should be sufficient.
      Because quite honestly, creating all the art for a game is already plenty of work.

      Check it out







      If you're looking to create a game that even only remotely resembles the typical 2D brawler, then this is the way to go since you'll be some 100 times faster than actually coding the game yourself.

      Other engines are in development as well, for example ShugenDo which will support native online multiplayer, a feature that MUGEN is lacking unfortunately (though there are workarounds) - http://www.sakirsoft.com/cms/index.php . Not available though.
      Last edited by Serkat; 01-24-2009 at 08:50 AM.
      http://www.youtube.com/watch?v=N1eP84n-Lvw

      Ich brauche keine Waffe.

      Ich ermittle ausschließlich mit dem Gehirn!

      http://www.youtube.com/watch?v=N1eP84n-Lvw

    7. #7
      Member JET73L's Avatar
      Join Date
      Jun 2008
      Gender
      Posts
      854
      Likes
      1
      Thanks, Serkat, that's exactly what I was looking for!

      And yes, I know that "game making programs" don;t have any more basis in reality than "movie making programs." I just had no idea what to call it without being incredibly unclear about it.
      (It's just something I want to do for fun, set up an idea and see if it works before I start trying to build it for real)
      Goals completed since joining: 10 -- Last goal completed: February 17, 2009
      Uncontrolled lucid dreams:23.5--controlled lucid dreams:24.5
      --WILDs:16.5--MILDs:1.5--DILDs:22--DEILDs:8--Quasilucids(do not count):3--
      --LTotMBasic:0--LTotMAdvanced:1--LTotY:0--
      JET73L's dream journal

    8. #8
      Ex Tech Admin Achievements:
      Created Dream Journal Tagger First Class Veteran First Class 10000 Hall Points Populated Wall Referrer Gold Made lots of Friends on DV
      slash112's Avatar
      Join Date
      Nov 2008
      Gender
      Location
      Sunny Scotland
      Posts
      5,113
      Likes
      1567
      DJ Entries
      29
      well i started to learn a c# a while ago, i think its the exact same as c++, and it seemed not too bad, but im not new to programing so i dont know if it is easy for someone unfamiliar to any programming language. are you new to programming completely?

    9. #9
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      Quote Originally Posted by slash112 View Post
      well i started to learn a c# a while ago, i think its the exact same as c++
      no, it's not...
      (\_ _/)
      (='.'=)
      (")_(")

    10. #10
      Ex Tech Admin Achievements:
      Created Dream Journal Tagger First Class Veteran First Class 10000 Hall Points Populated Wall Referrer Gold Made lots of Friends on DV
      slash112's Avatar
      Join Date
      Nov 2008
      Gender
      Location
      Sunny Scotland
      Posts
      5,113
      Likes
      1567
      DJ Entries
      29
      Quote Originally Posted by Ynot View Post
      no, it's not...
      oh right, woops, i saw a bit of c++, and it looked similar so i just assumed...

    11. #11
      FBI agent Ynot's Avatar
      Join Date
      Oct 2005
      Gender
      Location
      Southend, Essex
      Posts
      4,337
      Likes
      14
      probably the biggest difference, is C++ compiles to native code, whereas C# doesn't

      C# gets compiled to intermediate byte-code
      the byte-code then needs to be run through MS's CRL virtual machine JIT compiler to execute
      (\_ _/)
      (='.'=)
      (")_(")

    12. #12
      Worst title ever Grod's Avatar
      Join Date
      Sep 2007
      LD Count
      breathe for me
      Gender
      Location
      gliding in the absolute
      Posts
      3,550
      Likes
      194
      Quote Originally Posted by JET73L View Post
      Thanks, Serkat, that's exactly what I was looking for!

      And yes, I know that "game making programs" don;t have any more basis in reality than "movie making programs." I just had no idea what to call it without being incredibly unclear about it.
      (It's just something I want to do for fun, set up an idea and see if it works before I start trying to build it for real)
      M.U.G.E.N is sick as balls, but don't go for one of the pre-made games. It's much more satisfying to finish a game that you 'made from scratch'. I'm not saying like make all the characters, stages, and music, but like select the perfect characters, the right screenpack and all your favourite songs and stages. Way more fun to play, too.

    13. #13
      Ex Tech Admin Achievements:
      Created Dream Journal Tagger First Class Veteran First Class 10000 Hall Points Populated Wall Referrer Gold Made lots of Friends on DV
      slash112's Avatar
      Join Date
      Nov 2008
      Gender
      Location
      Sunny Scotland
      Posts
      5,113
      Likes
      1567
      DJ Entries
      29
      Quote Originally Posted by Ynot View Post
      probably the biggest difference, is C++ compiles to native code, whereas C# doesn't

      C# gets compiled to intermediate byte-code
      the byte-code then needs to be run through MS's CRL virtual machine JIT compiler to execute
      i meant the language, not the software.

    14. #14
      Banned
      Join Date
      Jun 2008
      Gender
      Location
      Ontario
      Posts
      2,119
      Likes
      3
      One thing you might try is getting a game with an SDK, like any Unreal for example, and using their engine and some modified code to produce a 3d fighting game.

    15. #15
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      All compiled create intermediate code. It makes it much easier to cross compile, it's usually just hidden.

      The grammer converts the code to a abstract parse tree
      that is optimized then made into intermediate code (usually assembly)
      that assembly is optimized and then converted into native code
      then the linker puts the pieces together

      The separate parts makes cross compiling easier because they can reused large pieces of it across different endian chips and interrupt calls.


    16. #16
      Member JET73L's Avatar
      Join Date
      Jun 2008
      Gender
      Posts
      854
      Likes
      1
      @Grod: Absolutely right, not much point in "creating" a new game that's just adding together a bunch of pre-made characters in a pre-made scene. No personal attachment to be proud of.

      @slash: No, I'm not new to programming, I just don;t do it often, at least nothing extensive.
      Goals completed since joining: 10 -- Last goal completed: February 17, 2009
      Uncontrolled lucid dreams:23.5--controlled lucid dreams:24.5
      --WILDs:16.5--MILDs:1.5--DILDs:22--DEILDs:8--Quasilucids(do not count):3--
      --LTotMBasic:0--LTotMAdvanced:1--LTotY:0--
      JET73L's dream journal

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •