Quote: "And does someone know how to make so when the CD with the game gets into the computer the game is starting an installsetup so you dont need the CD?"
There are many installers available on the internet or better yet from FPSC developers listed in the forums. So the first step is to:
1. Select one of these installers, install it and read the documentation for that installer.
2. Next build your game in FPSC and create the distribution version.
3. Create the installer for the distribution version using your installer creator
4. Create a text file on your system called aautorun.ini. Using note pad add the following in to the file:
[autorun]
open=MyProg.exe
icon=MyProg.exe
label=My Cool Program
1. Change MyProg.exe to the name of the executable the installer created.
2. Change My cool Program to the name of your game followed by installer
3. Save this file for use on the cd.
5. Put the files created by the installer on the cd to burn
6. Put the autorun.ini on the cd to burn
7. Burn the cd
Now when the cd is placed in the drive it will start the installer. When the installer runs, it will install the game to the local disk,
Hope this helps.