Home   Help Search Login Register  

Author Topic: Installing New Stuff  (Read 4086 times)

0 Members and 1 Guest are viewing this topic.

ste150

  • Guest
Installing New Stuff
« on: 29 Aug 2002, 20:19:12 »
Hey,
  Im havin problems installn new wepons
i put em in2 the "Addons" folder in 'c:\Program Files\Codemasters\OperationFlashPoint\
is that right? and if it does work how do i use it in the game?
  cheers :-\

ZizleyBear

  • Guest
Re:Installing New Stuff
« Reply #1 on: 29 Aug 2002, 20:57:40 »
If it only is a weapon it should include a read-me file
that tells you what the correct weapon name is

eg: m16

test it by creating a captive and in the captives init field

this AddMagazine "weaponName"
« Last Edit: 29 Aug 2002, 21:02:23 by ZizleyBear »

ste150

  • Guest
Re:Installing New Stuff
« Reply #2 on: 29 Aug 2002, 21:56:24 »
k, thanks.
:cheers:

ste150

  • Guest
Re:Installing New Stuff
« Reply #3 on: 29 Aug 2002, 22:17:42 »
oookkk..
  i tryed that,
then it chucked me bk 2 the desktop with the, "no entry bin config.....

help ???

Marsuitor

  • Guest
Re:Installing New Stuff
« Reply #4 on: 29 Aug 2002, 22:52:26 »
You probably didn't spell it right.

As zizley said,
The addon should include a readme with all the details.
An example,
If you have downloaded, say, a new M4, look in the readme for the correct editor name for it (Sometimes the weapon and magazines have different names).
It could be something like "FLPM4A1" for the weapon and "FLPM4A1mag" for the magazine.
With this in mind, open the Flashpoint mission editor and select whatever island you want.
Insert a unit and in the "init" line type this:

removeallweapons this;this addmagazine "FLPM4A1Mag";this addweapon "FLPM4A1";this addmagazine "FLPM4A1Mag"

This should give the soldier the new weapon.

If the readme does not mention anything about editor names, you'll have to DePBO the addon file and look in the .cpp file for the names.

ZizleyBear

  • Guest
Re:Installing New Stuff
« Reply #5 on: 29 Aug 2002, 22:54:40 »
EDIT: when i finished my answer i realised that allready marsuitor posted what i was gonna write  ;)

« Last Edit: 29 Aug 2002, 23:00:23 by ZizleyBear »

ste150

  • Guest
Re:Installing New Stuff
« Reply #6 on: 30 Aug 2002, 15:55:01 »
K, ill try again and post again in a few mins... :joystick:

Skaven

  • Guest
Re:Installing New Stuff
« Reply #7 on: 30 Aug 2002, 16:03:38 »
it would be easier if you told us what addon your using mate  ;)

ste150

  • Guest
Re:Installing New Stuff
« Reply #8 on: 30 Aug 2002, 16:10:21 »
lol,
 k, its here,
http://ofp.action-arena.com/addons/addon-info.asp?id=583#

ive got a feelin that i no wot im doin rong now so ill try it again.
 :cheers:
   

Skaven

  • Guest
Re:Installing New Stuff
« Reply #9 on: 30 Aug 2002, 16:23:57 »
Its a MiniGun weapon for OFP!

ADDED UNITS:
under West / men:
"SMC GAU Soldier (MG20mm)"

ADDED WEAPONS:
SMC_GAU (MG20mm)

NOTE: In the editor in ammo boxes use :
Nameammobox AddWeaponCargo ["MG20mm",..]; Nameammobox AddMagazineCargo ["MG20mm",..]

Read it, there must be a new west soldier in your Mission Editor, open it press F1 and look into west - soldier.
The only problem that may be hapening is if your copying the addon to a wrong place or if it's in a folder and you placed it with a folder.
All you need to do, is to copy the file or files .pbo into your operation flashpoint addons folder  ;)

ste150

  • Guest
Re:Installing New Stuff
« Reply #10 on: 30 Aug 2002, 17:26:08 »
the .pbo file and the readme are in
c:\Progam Files\Codemasters\OperationFlashpoint\ADDON
that rite?
and it still dont work, in the init field i have
removeallweapons this;this addmagazine "SMC_GAU";this addweapon "SMC_GAU";this addmagazine "SMC_GAU"

ive also tried the wepon name as MG20mm but that does the same,
 ???

Marsuitor

  • Guest
Re:Installing New Stuff
« Reply #11 on: 31 Aug 2002, 02:49:25 »
The readme doesn't need to be in the addon folder.
Quoting Skaven,
There must be a new selectable soldier in the dropdown menu.
If there isn't, it can't be installed correctly. (BTW what ver. of OFP are you using?)

If what you wrote in the Init line was contained within the readme, then the readme has it spelled wrong or you're writing it wrong.
Another thing might be the addon having a different name for weapon/magazine and you writing either weapon name for both, or vice versa.

You could try DePbo'ing and looking in the .cpp for the correct names yourself.
If you need help doing so, i'll give a hand.

ste150

  • Guest
Re:Installing New Stuff
« Reply #12 on: 31 Aug 2002, 11:46:00 »
Im usin the 1.0, cuz i aint had time to download the patches yet
  if u cud help it would be good cuz i dont no where to get a dePBO program.
 :)

ZizleyBear

  • Guest
Re:Installing New Stuff
« Reply #13 on: 31 Aug 2002, 12:28:13 »
The problem is prolly that you are using 1,0!
I sugest you update to 1,46 and it should work!

Marsuitor

  • Guest
Re:Installing New Stuff
« Reply #14 on: 31 Aug 2002, 14:31:33 »
Yeah, try the patches first.
If that doesn't help we can try DePbo'ing.  :)