Home   Help Search Login Register  

Author Topic: Change existing missions  (Read 823 times)

0 Members and 1 Guest are viewing this topic.

jglover45

  • Guest
Change existing missions
« on: 06 Aug 2003, 17:03:47 »
I have a quick question. My favorite mission is the sniper one under Single missions. I would like to be able to change the weapons on the player unit. I want to include a silenced sniper rifle rather then the stock one that is in it.

My question is, how does one modify the sp missions that came with OFP? All I want to do is change the load out or the player character.

Thanks!

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Change existing missions
« Reply #1 on: 06 Aug 2003, 17:34:21 »
You need to download the DePBO tool from the ed depot ---> tools.

jglover45

  • Guest
Re:Change existing missions
« Reply #2 on: 06 Aug 2003, 17:37:53 »
OK, cool. So after that, I just open it up in the editor, make the changes, and save it in the Users/ directory to play it?


Offline @cero

  • Members
  • *
  • Yeah! Get some!!
Re:Change existing missions
« Reply #3 on: 06 Aug 2003, 18:31:41 »
That's the theory.
SCREWBY!!!

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Change existing missions
« Reply #4 on: 06 Aug 2003, 18:47:17 »
Amalfi's pbo decryptor 1.5 is the best as far as I know.

You'll need to modify the description.ext to allow for gear selection.   Or just change the starting weapon loadout.
Plenty of reviewed ArmA missions for you to play

jglover45

  • Guest
Re:Change existing missions
« Reply #5 on: 06 Aug 2003, 20:12:41 »
Is there a tutorial somewhere on modifing the description.ext file?

Skanderborgvej

  • Guest
Re:Change existing missions
« Reply #6 on: 06 Aug 2003, 20:48:25 »
Yep..

BUT... use Cris's OFP script editor (can be found in the ED)
That's a great piece of equipement (for .ext,.sqs,...) AND easy to use

Grtz  ;)

jglover45

  • Guest
Re:Change existing missions
« Reply #7 on: 06 Aug 2003, 20:55:31 »
I am sort of new at this and sometimes the acronyms are difficult for me to decypher. Sorry  :-[

What does "...can be found in the ED" mean?

Sorry again for my newbie questions.

deaddog

  • Guest
Re:Change existing missions
« Reply #8 on: 06 Aug 2003, 21:07:45 »
He means the Editors Depot.  Just click the link at the top of the page. :)

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Change existing missions
« Reply #9 on: 06 Aug 2003, 21:14:51 »
jglover45, NEVER be embarrassed at asking for further explanation of an answer or if you don't understand something - particularly if it is an acronym.    We all remember what it was like to be a newbie.   ;)
Plenty of reviewed ArmA missions for you to play

Mr.BoDean

  • Guest
Re:Change existing missions
« Reply #10 on: 06 Aug 2003, 22:19:03 »
jg , I'll even help you further with changing the specific weapon loadout.

In the sniper's Initialization field , you'll need something like this:

this RemoveWeapon "M21"; this RemoveMagazines "M21"; this AddMagazine "G36aMag"; this AddWeapon "G36a"; this AddMagazine "G36aMag"; this AddMagazine "G36aMag"; this AddMagazine "G36aMag"


That is assuming it is a WEST side sniper with an M21 rifle. This replaces it with a G36 rifle ... I don't know the name of the silenced sniper rifle .... just replace "G36a" . Also, put at least 1 Magazine before the weapon.  ;)   ;)     8)

jglover45

  • Guest
Re:Change existing missions
« Reply #11 on: 06 Aug 2003, 22:32:59 »
WOW! You guys are great. Everyone has been so helpful. Thanks to everyone.

Sounds like I need to do the following:

     1. GetAmalfi's pbo decryptor 1.5 to extract the mission.
     2. Open the mission in the editor.
     3. Change the init string for the sniper character.

...a few minutes later...

I tried to open the mission after a successful extract. I went to Load and chose the island the mission toop place in. I saw the mission name, selected it, but nothing happened after I hit OK.

Am I doing something wrong in the way I am loading the extracted mission?

Offline dmakatra

  • Members
  • *
  • Better known as Armsty
Re:Change existing missions
« Reply #12 on: 06 Aug 2003, 22:46:40 »
Huh?! Are you sure you're not using the editor in Beginer mode?

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:Change existing missions
« Reply #13 on: 06 Aug 2003, 22:46:49 »
Quote
We all remember what it was like to be a newbie

nah :P i never was a n00b :P ::)

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

Mr.BoDean

  • Guest
Re:Change existing missions
« Reply #14 on: 06 Aug 2003, 22:56:25 »
WOW! You guys are great. Everyone has been so helpful. Thanks to everyone.

Sounds like I need to do the following:

     1. GetAmalfi's pbo decryptor 1.5 to extract the mission.
     2. Open the mission in the editor.
     3. Change the init string for the sniper character.

...a few minutes later...

I tried to open the mission after a successful extract. I went to Load and chose the island the mission toop place in. I saw the mission name, selected it, but nothing happened after I hit OK.

Am I doing something wrong in the way I am loading the extracted mission?

Okay, check to see where you extracted the mission ....usually the same folder as the original  .pbo ....mine goes to MPMissions.
Then copy the folder (ctrl c) and the readme if u want. Go to OPFlash/Users/JGlover (or whatever)/missions and paste it there(ctrl v) .
    Now u should be able to open it up in the MAIN editor (there is also one within the Multiplayer section) .In the editor click on Beginner to switch to Advanced.   8)  8)