User Tag List

Results 1 to 10 of 10

Thread: How can I make a game where you can save and load?

  1. #1
    No Products Registered

    Join Date
    Jul 2011
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How can I make a game where you can save and load?

    Saving and loading is an important feature in Multimedia Fusion 2 Developer... Unfortunately, I have no idea how to do it. May somone PLEASE help?

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: How can I make a game where you can save and load?

    There are many ways to save and load data.

    Perhaps check out the INI tutorial this is one way you could save data and then load it back in.

    http://www.clickteam.com/website/usa/img/uploads/tutorials/download/ini_tutorial.pdf


  3. #3
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: How can I make a game where you can save and load?

    Yeah I would recommend using the INI extension. There is no real one "save and load" solution that everyone uses by default. Mostly because everyone's idea of saving and loading is different. Some people want to save absolutely everything, others just want to save high scores, others just want to save player name and progression data.

  4. #4
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    Re: How can I make a game where you can save and load?

    It totally depends what kind of data you need to save.
    Ini files are good for some things, but completely unsuitable for others.
    Personally, I nearly always end up using arrays, but again, these are not suitable in all situations.

  5. #5
    No Products Registered

    Join Date
    Jul 2011
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How can I make a game where you can save and load?

    @muddymole thanks for telling me that. In that case, my game is going to be a Platformer/RPG/Adventure game, so it's going to be so you can save all your progress once you reach a certian point, like how much health you have, what powerups you've found, etc.

  6. #6
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    Re: How can I make a game where you can save and load?

    Okay, something like that is relatively straight-forward, and only requires you to store quite a small amount of data.
    An ini file should work pretty well, like the others said.

  7. #7
    No Products Registered

    Join Date
    Jul 2011
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How can I make a game where you can save and load?

    @muddymole Yay happiness! Now I need a program to make 8-bit art! Would paint work for that?

  8. #8
    Clicker

    Fusion 2.5 DeveloperFusion 2.5 DeveloperFusion 2.5+ DLCiOS Export ModuleSWF Export Module
    xhedgehogx's Avatar
    Join Date
    Nov 2007
    Location
    NY, USA
    Posts
    743
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How can I make a game where you can save and load?

    Quote Originally Posted by Cjimmy99
    @muddymole Yay happiness! Now I need a program to make 8-bit art! Would paint work for that?
    Paint would work, but, I'd recommend using the built in MMF2 sprite editor, once you learn how to use that, you can make exceptional art.

    Plus, when it comes to animating the sprite, it makes it that much easier.

  9. #9
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    Re: How can I make a game where you can save and load?

    Both Paint and MMF2's own image editor SUCK badly.
    They lack a lot of common and incredibly useful tools and features, such as the indispensable magic-wand and layers.
    There are just so many better, free alternatives, that you'd be insane to use either of them.

    I'd strongly recommend "Pixelformer" - http://www.qualibyte.com/pixelformer/
    It has all the features you need for pixelart, but none of the extra photo-editing/vector/natural media/etc stuff that you get in the likes of Photoshop - making it a bit easier for newcomers.
    It also has a much cleaner and generally better interface than The Gimp or Graphics Gale (two other free alternatives).

    You should probably consider "PaintshopPro" too. It's not free, but you can get hold of older versions very cheaply (I use PSP9 for both game art and commercial graphic design work).

  10. #10
    No Products Registered

    Join Date
    Jul 2011
    Posts
    10
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: How can I make a game where you can save and load?

    @muddymole MMF2's sprite editor is working anyway, although I'll keep pixelformer in mind for later. Thanks! You've been a ton of help.

Similar Threads

  1. How to make save system for flash game?
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 22nd September 2011, 07:47 PM
  2. How to make save game function for flash?
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 28th February 2011, 11:23 PM
  3. Save status of entire game (load / save values)
    By DEKE15 in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 13th September 2009, 10:17 AM
  4. save and load
    By Conman in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 17th May 2009, 05:29 PM

Posting Permissions

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