Home   Help Search Login Register  

Author Topic: Angelina as a unit?  (Read 1211 times)

0 Members and 1 Guest are viewing this topic.

Osama The One

  • Guest
Angelina as a unit?
« on: 19 May 2003, 12:12:02 »
Is it possible to put Angelina (the "friend" of General Guba) in a mission?

I wanted to make a mission where you assassinate her! ;)

Ace

  • Guest
Re:Angelina as a unit?
« Reply #1 on: 19 May 2003, 12:22:43 »
create an east soldier in the editor. Call it "Angel" or something like that to remind you that this is the solider that will be Angelina later.
Save!

Alt-Tab out to desktop, open up the mission.sqm from your users/username/missios folder.

Find the couple of lines that depict your soldier called Angel.
E.g:

Code: [Select]
   azimut=351.705994;
               id=74.000000;
               side="EAST";
               vehicle="SoldierE";
               leader=1.000000;
               skill=0.200000;
               text="angel";

See the line beginning with Vehicle = "soldierE"?
Change the quote to "Angelina" and that will transform your soldier into Angelina!

Now it looks like this:
   
Code: [Select]
azimut=351.705994;
               id=74.000000;
               side="EAST";
               vehicle="Angelina";
               leader=1.000000;
               skill=0.200000;
               text="angel";

Save in Notepad and close it up, maximize flashpoitn and then load your missiona gan within the editor.

Preve and ta-da! There's Angelina
« Last Edit: 19 May 2003, 12:24:26 by Ace »

Osama The One

  • Guest
Re:Angelina as a unit?
« Reply #2 on: 19 May 2003, 12:27:30 »
Can I give her a gun? How do I open the mission.sqm? With Notepad? I am a newbie, please explain!

Ace

  • Guest
Re:Angelina as a unit?
« Reply #3 on: 19 May 2003, 12:32:42 »
just double click on the mission.sqm and it will open up with the appropriate program. (probaly notepad yes)

to give her a gun I'd recomend you visit the Editors depot and find the section on weapons and ammo within Script Snippets.
That will teach you all u need to know for adding weapons.

Osama The One

  • Guest
Re:Angelina as a unit?
« Reply #4 on: 20 May 2003, 12:24:37 »
Thanks a lot, people!  :)

Can I even add General Guba too? If it's possible, then how do you do it?

MadFred

  • Guest
Re:Angelina as a unit?
« Reply #5 on: 20 May 2003, 12:37:50 »
You could install the editor upgrade addon

this makes all kinds of units/buildings etc. availabe in the editor that are normally not.....

aslo General Guba (and Angelina for that matter)

URL:

http://ofptf.ofprc.net/files/addons/misc/KegetysEditorAddon111.zip


Osama The One

  • Guest
Re:Angelina as a unit?
« Reply #6 on: 20 May 2003, 12:49:04 »
It says I need Resistance installed so that it will work. I don't have Resistance. Is there another version available?

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Angelina as a unit?
« Reply #7 on: 20 May 2003, 15:27:45 »
try Gunslingers'

Kegetys' (for resy) does make Secretary Angelina and Guba available as ordinary units.
Plenty of reviewed ArmA missions for you to play

Ace

  • Guest
Re:Angelina as a unit?
« Reply #8 on: 21 May 2003, 15:37:36 »
To get Guba, Use the same process again but instead of writing Angelina in the vehicle line write GeneralE
« Last Edit: 21 May 2003, 15:41:17 by Ace »