User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 28 of 28

Thread: '.MIX' '. CAB'? data packed?

  1. #21
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: '.MIX' '. CAB'? data packed?

    Save games...? Well, that makes it more tricky.

    If the game is an online game, it's of course important to keep savegame stuff safe. An easy solution though - store the information on the server, rather on each person's computer.

    If the game is not an online game, I suggest leaving the savegame files as open as you can. Seriously, editing savegames is a good thing. At least it was in my games. When people had beaten it, and found all secrets, yet wanted more, they would post challenges, like "get from point A to point B without this powerup", etc. In this case, editing savegames will often open up for completely new challenges, and alternative ways to beat the game. If for example savegames specify the location of items, you can change the position of them...

    Another good thing with it, is that as soon as somebody lost his savegame, I could just tell him what additions to make in the .ini file. And besides, if somebody desperately wants to cheat by editing the savegame, why shouldn't he be allowed to?

  2. #22
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: '.MIX' '. CAB'? data packed?

    Quote Originally Posted by Nifflas
    I hate people taking stuff you made specifically for your own games
    Have it happened to you before?

    Really, what's the danger in it? In Within a Deep Forest, I stored the actual source files of all the music and sound in folders, that anyone could easily check. I had 500 downloads per day over a month or two. Yet, nobody has "stolen" any of the songs, except convering them to mp3's/wav's, and listening to on their home stereos. Nobody has yet used the music in any game or product.

    Even if you successfully encrypt your files in a way that nobody can possibly decode, what stops them from simply recording the audio output of the application? The only way to prevent that, is to play the music with a volume of -inf dB.
    I'm not talkin' about music. I'm talking about the cutscenes. People might actually want to steal those. Plus, it's not just for stealing, also if they see a cutscene, it may spoil the plot for them. Lol, yea, I'm 'protecting' them from themselves.

  3. #23
    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: '.MIX' '. CAB'? data packed?

    Hey LazyCoder, I'm running into the same issue with cutscenes, if you ever figure out a way, let me know! and if I figure something out I'll do the same

  4. #24
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: '.MIX' '. CAB'? data packed?

    Well, what I'm doing right now is having the Quicktime files encrypted and saved as .vdo files (for instance, logo.vdo). Then I copy the file (the copy is called temp.vdo) and decrypt the copy. Then I load the file in the Quicktime object and it plays just fine. When the video finishes, when the player skips the movie, or 'at the end of the frame' I delete the temporary file.

    That works ok but it still leaves the exposed 'temp.vdo' file laying about where anybody could just snatch it up, and you can't delete the file while it is being used by the QT object.

  5. #25
    Clicker Multimedia Fusion 2 Developer

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

    Re: '.MIX' '. CAB'? data packed?

    I'm sure someone said to try destroying the quicktime object before trying to delete the file, or to try asking it to play another (blank / one black frame) video to try to get it to unlock the file you want to delete, but I can't find the post.

  6. #26
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: '.MIX' '. CAB'? data packed?

    Yea, but I still want to play it! lol

    What I meant by that was I want it to load the video, then delete it, that way there is a very small amount of time in which somebody could copy the file.

    EDIT: The 'load then delete' thing works fine with the picture and active picture objects.

  7. #27
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: '.MIX' '. CAB'? data packed?

    Even removing the file won't help against people with good computer skills though. There's always ways to prevent files to be removed, and undelete is possible too.

    EDIT: The 'load then delete' thing works fine with the picture and active picture objects.
    Yet, all they have to do, is to press print screen when they see it.

  8. #28
    Clicker Multimedia Fusion 2 Developer

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

    Re: '.MIX' '. CAB'? data packed?

    Quote Originally Posted by LazyCoder
    What I meant by that was I want it to load the video, then delete it, that way there is a very small amount of time in which somebody could copy the file.
    You'd have to find a video player that loads the whole video into ram, which none do because they're designed to play everything up to 9GB dvds. Instead they play the video directly from the file, locking it so it can't be deleted while they're playing.

    Sorry.

    EDIT: Plus people could just turn off delete priveleges in the folder, and then nothing you'd be able to do would delete the file. Trust me, people can always find an EASY way to break any system like this, just don't bother.

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Replies: 17
    Last Post: 10th July 2013, 01:46 PM
  2. Too much data... what to do?
    By Konidias in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 26th November 2012, 04:20 PM
  3. Problem with the pre-packed movement sets.
    By Nusua in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 2nd March 2009, 02:19 AM
  4. using binary data at data elements
    By Chokito in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 5th August 2008, 05:22 AM
  5. Duplicate Files Packed Twice
    By stevehal in forum Install Creator and Patch Maker
    Replies: 5
    Last Post: 25th September 2007, 10:33 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
  •