User Tag List

Page 6 of 7 FirstFirst ... 4 5 6 7 LastLast
Results 51 to 60 of 70

Thread: MMF2 and Vista

  1. #51
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: MMF2 and Vista

    Check the documentation............................
    You have to specify *.* at the end of the directory to list all files in it.

  2. #52
    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: MMF2 and Vista

    Hi Gibbon. Where are you saving it to? Where are you loading it from? Is it being saved to and from the game folder itself? I have vista, and saving and loading from the location of the game works ok.

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

  3. #53
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Location
    UK
    Posts
    842
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 and Vista

    Looki... that will be it then (without checking) Cheers

    nivram, i wasnt saving or loading files, i wast trying to get the list of files within a folder.

    Cheers
    Andy

  4. #54
    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: MMF2 and Vista

    Oh,sorry about that Gibbon. Gray matter drip.

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

  5. #55
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 and Vista

    Quote Originally Posted by Gibbon
    Im trying to load a list of files within a folder in the list object. but it simply loads nothing. And if i try to load a directoy list, irrelevent to where i point to look, it just loads "MMF2 Developer"?
    I have had some issues in the past getting this to work. The easiest way is to use Sphax File Folder Object and add the items into the list that way.

    stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  6. #56
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModulePatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)
    Renatos's Avatar
    Join Date
    Jun 2006
    Location
    São Paulo, SP - Brasil
    Posts
    593
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 and Vista

    So I got a question i just want to clarify. I'm having issues with Vista. My game is installed under program files -> game folder but even having it set as administrator, when the game is run in fullscreen it starts to flicker, and has issue creating the files needed under it's own game folder.

    Reading the documentation, if the game is installed outside of program files, lets say in it's own folder like c:\my game and run the game as invoker, would that problem happen? Or would it be able to create files under c:\my game\data for example?

    OR should I just make it run as administrator instead of Invoker?


    Thanks for the help.

    Regards!
    Renato

  7. #57
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: MMF2 and Vista

    After apps are installed (using administrator priveleges) they cannot write to the Program Files folder any more (unless runned as administrator).
    If your game needs additional files, why not put them in the installation? Or if they are temporary, then please put them in this folder: %TEMP%
    (it resolves to some folder, either C:\Windows\Temp or your user-designated temp folder)

    Otherwise if it is some save-games or something similar, you need to store them in the current user folder. Maybe App Data, not really sure.

    As you can imagine it is not that simple to simply store files anymore. It has always been like this in Linux environments because of the more developed multi-user paradigm. Windows started out as a single-user operating system and that gave many programmers bad programming styles. On windows xp it was still possible to store files along with the dynamic data as the default user (because the default user was an administrator account)
    You better get used to the clear separation of executables and "dynamic" data files as it doesn't look like it's going away.

  8. #58
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModulePatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)
    Renatos's Avatar
    Join Date
    Jun 2006
    Location
    São Paulo, SP - Brasil
    Posts
    593
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 and Vista

    I see. So I think to fix some of the issues, I should install the game under C:\MyGame, that way it isn't in program files anymore.

    For the save files, I have it save to for example c:\mygame\data (is that bad?). Will I run into trouble with that?

    Third. Some quick temp files are created, still under c:\mygame\system. Is that alright? So that way I am not writting to c:\windows at all.

    Thanks for the clarification Andos

  9. #59
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: MMF2 and Vista

    You can do that, that will work, but in this case you have to lock the install directory in the installer so that the user cannot modify it. Because if they change it to Program Files\Yourgame, then your game won't work.

    The best solution is to write your files in a sub-directory of the Application Data directory. Just retrieve the path of this directory with the "Application Data Directory" expression of the File object, create a sub-directory in this directory and then save your files in this folder. That's really easy to do.

  10. #60
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: MMF2 and Vista

    Yes, saving your game to C:\MyGame\ is a really really bad idea.

Page 6 of 7 FirstFirst ... 4 5 6 7 LastLast

Similar Threads

  1. MMF2 vs Vista
    By MrCyberpunk in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 27th February 2007, 12:07 PM
  2. MMF2 & Vista
    By Jarzka in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 6th February 2007, 05:16 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
  •