User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 17 of 17

Thread: Need some help with save and other stuff.

  1. #11
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: Need some help with save and other stuff.

    You can encrypt it with Blowfish.

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  2. #12
    No Products Registered

    Join Date
    Dec 2009
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Need some help with save and other stuff.

    Peatear,

    There is not a way to save the ini file in the run-time. It needs to be called externally. I am using the Data Store 2 Object and File-Folder object, which respectively create the files for options settings (full screen/windowed, music, sound fx, etc) and the save game routines. Both objects create realitvely small files (55kb) and the files are encrypted, as opposed to an ini, which is a flat text file. It is just a matter of setting and assigning the global variables to write to each specific file.

    I hope I was able to help you.

    Cheers!

    Adam

  3. #13
    Clicker Multimedia Fusion 2
    Fusion 2.5 (Steam)

    Join Date
    Jan 2010
    Location
    Sweden
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Need some help with save and other stuff.

    Hey, i have another question here: I want a counter to detect if it has a value from 1 to 140, i want it in one command but i can't figure out how i'm supposed to write it.

    Help :P

  4. #14
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: Need some help with save and other stuff.

    Counter >0
    +Counter <141
    Do stuff

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  5. #15
    Clicker Multimedia Fusion 2
    Fusion 2.5 (Steam)

    Join Date
    Jan 2010
    Location
    Sweden
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Need some help with save and other stuff.

    I'm sorry i need to describe a little more, i want to use it like this: If the counter is 0, then change animation of an active to something. If counter is from 1 to 140, then change animation to something else. If counter is from 141 to 450 and so on. Is it not possible to use the same counter for that?

  6. #16
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Need some help with save and other stuff.

    Yes, use these events:
    Counter = 0
    -"change animation of an active to something"

    Counter >= 1
    +Counter <= 140
    -"change animation to something else"

    Counter >= 141
    +Counter <= 450
    -"and so on"

  7. #17
    Clicker Multimedia Fusion 2
    Fusion 2.5 (Steam)

    Join Date
    Jan 2010
    Location
    Sweden
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Need some help with save and other stuff.

    Haha i forgot that you could do that, thanks!

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Save As: How to save a string or list and set its filename at runtime?
    By rubes in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 16th March 2013, 05:43 PM
  2. Tax stuff if you are outside the US
    By colej_uk in forum XNA Export Module Version 2.0
    Replies: 8
    Last Post: 25th July 2012, 11:28 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

Posting Permissions

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