![]() |
Creating a Level Pack? - Printable Version +- CC Zone - Chip's Challenge Forum (https://forum.bitbusters.club) +-- Forum: Chip's Challenge (https://forum.bitbusters.club/forum-4.html) +--- Forum: General Discussion (https://forum.bitbusters.club/forum-13.html) +--- Thread: Creating a Level Pack? (/thread-1408.html) |
Creating a Level Pack? - Oldcpv3 - 01-Apr-2016 How do i create a LP (Level Pack) for the game? Creating a Level Pack? - Ihavenoname248 - 01-Apr-2016 For CC1: Download one of the available editors (CCEdit 2.0 or CCDesign are generally regarded as the best, I personally use CCEdit 2), and create a new levelset within the editor. Then, design away! (MSCC or Tile World to play these levels) For CC2: Own CC2 and its editor, open the editor, make a level, save the level, then create the .c2g file. There's a c2g creator floating around the internet somewhere to help with this step. Here's a section from my CC2 set as an example: music "+..\..\music\Kismet.mp3" map "1-30\010DYNAMITE.c2m" ; 10 music "+..\..\music\Lilyquen.mp3" map "1-30\011HUESBLUE.c2m" ; 11 music "+..\..\music\Magnetic.mp3" map "1-30\012SWAMP.c2m" ; 12 music "+..\..\music\mapleaf.mp3" map "1-30\013TEAMWORK.c2m" ; 13 music "+..\..\music\Newrag.mp3" map "1-30\014SHUFFLE.c2m" ; 14 music "directory to music" map "directory to map name" ; comment I believe that you only need the word "map" and the file path to the desired level. Happy designing! |