Jump to content

DJ Flash

Member
  • Content Count

    1
  • Joined

  • Last visited

    Never
  • Medals

Posts posted by DJ Flash


  1. Hi,

    I played this mission about 4 times and try to figure out all ways to win it.

    I also looked at the scripts to find out what happens with the boat that does not drive home.

    I don't know wether it is a bug, but this is how to fix the scripts so everything works fine:

    -- Extract the files from the C01CONVOY.Eden.pbo file to your users mission-directory in a folder called C01CONVOY.Eden

    -- Open the editor and select the second waypoint ( no. 1) from the Mark II PBR boat called "lod"

    -- Change the condition from

    player == lod (I don't think this can ever be true)

    to

    player in lod

    -- Save the mission and then use StuffPBO to create a new file C01CONVOY.Eden.pbo

    -- Make a backup of your old C01CONVOY.Eden.pbo file in the main missions-directory and then copy the new one to this directory.

    Thats all. Now when you get in the boat it imeadiatly starts to drive home. ( So make shure the others of your team are in before. )

    After a while the mission ends and this is what they say:

    --------

    On the boat home

    Congratulations! You beat back the Russian forces. Excellent work!

    ---------

    So I guess thats a good end.

    Personaly I realy like this mission because it is quite complex and there are a lot of ways to handle the russians. But I think with a bit more editing you can make it better and more logical.

×