Jump to content

Confused about COS not working on all maps


Cubitron

Recommended Posts

When you added the game logic called server to the mission.sqm did you (1) increase the ID number of the item and (2) increase the number of items defined in the items=xxx; line where the number xxx should be the last item number -1? The second would definitely make it not work if not done...

Link to comment
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...