Jump to content

Confused about COS not working on all maps


Cubitron

Recommended Posts

It does. I used it on redux like a week ago. Use epoch.ChernarusRedux.pbo, copy cos folder inside the root, open mission.sqm.

Change Items=203 to Items=204 and add this after class Item202 {};

class Item203
{
dataType="Logic";
class PositionInfo
{
position[]={12441.109,111.71768,11095.724};
angles[]={6.2235641,0,6.1585317};
};
name="SERVER";
init="call{null=[] execVM ""cos\cosInit.sqf"";}";
id=402;
type="Logic";
};

If you want to change ryans configs place their logics and take them from mission.sqm, paste it in reduxs mission sqm and change Item IDs and Items=204 + ur added ID amount

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
×
×
  • Create New...