|
Preparing Games for Runtime Distribution
|
Previous Top Next |
| 1. | Merge the contents of the "GameMedia" folder in your source directory with the contents of the "GameMedia" folder in your destination directory. This has the advantage of keeping the number of files on your destination computer to a minimum. The disadvantage is that if different files with the same names are used by different game files, then there will be a conflict over which one gets saved and which one gets overwritten.
|
| 2. | Create an exclusive subfolder for your game within the destination directory and then move your game file along with its "GameMedia" folder into this new subfolder. The advantages and disadvantages of this option are the opposite as with Option 1 above.
|