How to generate a mission for an interior (.dif) file manually - rewritten
Firstly I'm assuming you have at least some basic knowledge of how to run a 'command-line style' command in Windows (it's not hard at all).
1. Ensure you have your interior in your <game-root>/marble/data/interiors/ directory
2. Open 'Run...' - it should be on the Start menu for XP users, for Windows 7 just search it in the Start menu.
3. Type WITH the quotes:
Code:<yourGame'sPath>/marbleblast.exe -test <fileNameOfInterior>.dif
if you bought your game from RealArcade
or
Code:<yourGame'sPath>/MarbleBlastGold.exe -test <fileNameOfInterior.dif>
if you bought your game from GarageGames
(note there's just a change in the name of the executable for different versions of the game)
where:
<yourGame'sPath> for most people should be something like C:/Program Files/MarbleBlast, just look in that place to check what the name of the folder exactly is
<fileNameOfInterior> contains the file name of your interior (no references from a directory etc, just the raw file name without the extension)
Here are some examples:
Code:C:/Program Files/MarbleBlast/MarbleBlastGold.exe -test railshaft.dif
Code:C:/Program Files (x86)/MarbleBlast Platinum/marbleblast.exe -test platinuuum.dif (note the Program Files (x86) for 64-bit Windows users)
If it doesn't work, you probably have the name of a directory (folder) wrong, or something doesn't exist, or you don't have read permissions on a folder, or some other sort of standard reason like these.
PM me if you have problems.
Firstly I'm assuming you have at least some basic knowledge of how to run a 'command-line style' command in Windows (it's not hard at all).
1. Ensure you have your interior in your <game-root>/marble/data/interiors/ directory
2. Open 'Run...' - it should be on the Start menu for XP users, for Windows 7 just search it in the Start menu.
3. Type WITH the quotes:
Code:<yourGame'sPath>/marbleblast.exe -test <fileNameOfInterior>.dif
if you bought your game from RealArcade
or
Code:<yourGame'sPath>/MarbleBlastGold.exe -test <fileNameOfInterior.dif>
if you bought your game from GarageGames
(note there's just a change in the name of the executable for different versions of the game)
where:
<yourGame'sPath> for most people should be something like C:/Program Files/MarbleBlast, just look in that place to check what the name of the folder exactly is
<fileNameOfInterior> contains the file name of your interior (no references from a directory etc, just the raw file name without the extension)
Here are some examples:
Code:C:/Program Files/MarbleBlast/MarbleBlastGold.exe -test railshaft.dif
Code:C:/Program Files (x86)/MarbleBlast Platinum/marbleblast.exe -test platinuuum.dif (note the Program Files (x86) for 64-bit Windows users)
If it doesn't work, you probably have the name of a directory (folder) wrong, or something doesn't exist, or you don't have read permissions on a folder, or some other sort of standard reason like these.
PM me if you have problems.