Thread: hi... err., how do I hide my BMPs so that people won't be able to view it?

  1. #16
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    Originally posted by Nor
    There is no real way to keep you graphics (or anything else) from being changed.
    Sure there is. Your own file format (as Magos uses), for one.

    There are also several ways to manipulate the original *.bmp to
    keep it from being modified. You can either "carve" it into several
    pieces (as I've explained above) then rejoin them as a temp
    *.bmp at runtime (deleting the temp at the end) or you could do
    the reverse and load several *.bmp's into your own file format
    and then remove them to temp *.bmp's at runtime.

  2. #17
    Registered User
    Join Date
    Mar 2002
    Posts
    6
    You could also try looking up some simple encryption/decryption routines. XOR's always good

    fishybawb

  3. #18
    Registered User compjinx's Avatar
    Join Date
    Aug 2001
    Posts
    214
    Saving it as a resource wouldn't help, there are a few programs freeware progs that can extract resources from exe files.

    just get some encryption one it, may take longer to load, but then again it is more impressive when your program takes a few seconds to load, people think they are getting something really cool.
    "The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."
    Eric Porterfield.

  4. #19
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Originally posted by compjinx
    but then again it is more impressive when your program takes a few seconds to load, people think they are getting something really cool.
    ...I hate loading times... Takes several minutes to load one level in Renegade... blesch...
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. God
    By datainjector in forum A Brief History of Cprogramming.com
    Replies: 746
    Last Post: 12-22-2002, 12:01 PM
  2. February 1, 2019...
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 98
    Last Post: 08-03-2002, 07:24 AM
  3. the us constitution
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 121
    Last Post: 05-28-2002, 04:22 AM
  4. Language
    By nvoigt in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 04-29-2002, 02:28 PM
  5. Religious Bull****
    By Witch_King in forum A Brief History of Cprogramming.com
    Replies: 119
    Last Post: 10-23-2001, 07:14 AM