OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Acecool on 07 Mar 2005, 13:14:51

Title: Removing killed and killed by messages..
Post by: Acecool on 07 Mar 2005, 13:14:51
Ive searched, cant find it..

Any ideas?

Basically, I want to remove the X has been killed, or X killed by Y..

Any ideas? Thanks.
Title: Re:Removed killed and killed by messages..
Post by: nominesine on 07 Mar 2005, 15:12:33
I remember a BAS-mission made by Nagual where the "killed by" text was replaced with information on where the person was shot and with how many bullets. Example:

"nominesine was shot in the head by Acecool"
"nominesine was shot in the torso by Acecool"

If you can alter the text I suppose you can also remove it. The mission is named "Kimbe Assault" and it was released as a MP-mission together with the BAS_Tonal+Opfor pack. Download it, unPbo it and see how Nagual did the scripting. It's not a feature of the BAS-addons, I've never seen it in any other BAS-mission.
Title: Re:Removing killed and killed by messages..
Post by: Acecool on 07 Mar 2005, 15:43:16
Will do, thanks :-)

Edit, cant find the mission..

Checked official forums, here and ofp.info
Title: Re:Removing killed and killed by messages..
Post by: nominesine on 07 Mar 2005, 17:02:25
I can send it by mail, but I'm out of town working right now, so it'll take a few days.
Title: Re:Removing killed and killed by messages..
Post by: Platoon Patton on 07 Mar 2005, 18:17:36
If U just want to edit the text:

Goto OperationFlashpoint\RES\BIN\Stringtable.csv

Open the file,scroll to number517-518 and edit the lines
-was killed
-was killed by

to anything you like.


To return the bodypart thats got hit they probably use an EH damaged.
Title: Re:Removing killed and killed by messages..
Post by: Acecool on 07 Mar 2005, 18:32:38
nominesine > That would be great, thanks.

Platoon Patton > I want to change for this one mission only ( for everyone that plays it ), not globally.
Title: Re:Removing killed and killed by messages..
Post by: Acecool on 14 Mar 2005, 17:11:48
Any ideas?