Results 1 to 7 of 7

Thread: Converting missions to 1.4

  1. #1
    Just before the 505 1.4 version came out. I finished making a very large multiplayer mission. When I tried playing it (LAN) it gave other players the message "You cannot play/edit this mission as it contains downloadable content that has been deleted". After speaking to a few people it turns out that missions from 1.2 are not compatible with 1.4, so, I remade it, from scratch, on 1.4. Even after many hours work it still comes up with the same error for other players. I cannot work out what is wrong, I didnt copy + paste anything from the other mission I made the entire thing from scratch. Could there be something wrong with my installation as i had the German 1.2 before the UK 1.4? Someone please help it is very frustrating as this is a good mission and i want to release it to the community.

  2. #2
    Maybe this should help, but I doubt.
    http://www.flashpoint1985.com/cgi-bin....t=58128

  3. #3

  4. #4
    Happens to me sometimes..

    In the mission.sqm you will find at the top... this...

    Quote Originally Posted by [b
    Quote[/b] ]version=11;
    class Mission
    {
    addOns[]=
    {
    "cacharacters",
    "cawheeled",
    "caweapons",
    "sara",
    "camisc",
    "CATracked",
    "CAAir"
    };
    addOnsAuto[]=
    {
    "cacharacters",
    "CATracked",
    "CAAir",
    "cawheeled",
    "caweapons",
    "camisc",
    "sara"
    };
    Just delete everthing with the " ## "

    so it will look like this..

    Quote Originally Posted by [b
    Quote[/b] ]
    version=11;
    class Mission
    {
    addOns[]=
    {

    };
    addOnsAuto[]=
    {

    };
    Then load the mission into the editor and save it again and your problem should be gone... thats how you convert from 1.2 - 1.4 if you get the error. even though its just a weapon name change

    MattXR ( MxR )

    Check out my Twitter BIS Fans and Sub!
    -- MRKCCO Twitter --


  5. #5
    ok i kinda got the mission working MP by editing the sqm and adding every possible addon manually but only 50% of the people that try connecting can actually play and they all still get the error message. im presuming patch .5 will fix this and im not going to make missions till it comes out. Get on the ball BIS you're getting far too complacent after ofp, the novelty is no longer there and you cannot get away with leaving any aspect unpolished.

  6. #6
    wow, is this for real? 1.2 missions (like all the missions out there) have to be edited in the .sqm to run on 1.4?

    Have to agree, good greif, this does seem like something majorly overlooked in the new patch (arent patches supposed to *fix* stuff, not break?)

    Great, cant wait to see what my mission is gonna do with new patch now too ...

  7. #7
    This happend to me too, without conversions. I actually made and ran my mission on a german 1.02 Morphicon release, and it gives me the error message while running createVehicle. This is indeed weird. I'll better go and file a bug report.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •