Posted by Alexei Novikov on February 20, 1998 at 17:51:02:
In Reply to: questions posted by Free on February 20, 1998 at 17:25:26:
>(00_endlevel.cog). My problem is how do you edit the .cog files.
> For instance, how do you edit 00_endlevel.cog? This cog controls
> the ending of a single player level; as the cog says, "cross an
> adjoin and end the level." But how do I edit it to tell it
> which sector to end the level in.
You don't need to "edit" the cog. You need to "place" it in a level.
In JED's Tools menu select "Placed COGs". The window will appear. Click on
"Add COG" button and pick the COG you want to place. For instance
00_endlevel.cog. In the right side of the window you'll see the list of
values you can specify as parameters of this COG. There you can specify
which sector you want to end level in. Sectors are referenced by their number.
Alex.