OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Max_Plans027 on 03 Oct 2008, 13:50:34
-
Can anybody give me all action of OFP Please :D
For fill to this:
this Action ["action"]
EX: This Action ["sitdown"]
or: this action ["action",S.O]
EX: this action ["hidebody",man]
Please help me ;)
(I'm not good at english, What's wrong with the sympathetically :confused:)
THANKS :D
-
Hello Max_Plans027,
Firstly, welcome to OFPEC, I would direct your attention to this (http://www.ofpec.com/forum/index.php?topic=31396.0) topic for detailed information and an introduction to the feel of the site.........I hope.
Specifically though, the information you currently seek is contained in this (http://www.ofpec.com/ed_depot/index.php?action=details&id=43&page=0&cat=xyz) resource in our Editors Depot.
Checking the Editors Depot first can often save you some time waiting for a response in the forums.
btw: Nothing wrong with 'sympathetically', spelling is spot on, only thing I can see wrong with the word is it has 'pathetic' inside it. ::) , but thats the english language for you!!
Planck
-
Thank You Very much! :clap:
But is that all ?
-
Yes, that is pretty much the lot as far as OFP goes.
I recall there were possibly a a few others, but no syntax was found that made them work properly, if at all.
Mostly to do with ladders I think.
Was there a specific action you were looking for?
Planck
-
Oh because i see in part of creat game i see some action of player but i don't know why i can do same it
Ex: a soldiers can sit on the chair
a pilot can surrender to a soldiers
........
can you seach for me that action
-
Oh! you mean animations, try these from the Editors Depot :cool2: :cool2:
Switchmove/Playmove Animation Library (http://www.ofpec.com/ed_depot/index.php?action=details&id=56)
or
SwitchMove/PlayMove List (http://www.ofpec.com/ed_depot/index.php?action=details&id=205&page=1&cat=xyz)
Planck
-
this is that clip :
http://maxplans027.hot4um.com/forum-f11/topic-t58.htm
in this forum i'm update it (the clip is under the page)
In that clip have some action i can do
when Russian soldiers catch a U.S soldiers
that action mean "Surrender" i don't know how to say that mean.
Do you understand what i say ?
-
First of all Max_Plans027 ...
I apologise for giving you links that did not work correctly and only gave you text files, the links have now been fixed and should give you the proper resources, which are in-game editor example missions that show you all the animations possible in the game, including the 'surrender' animation you are looking for.
Please try the links in my previous post again.
Incidentally the surrender animation you want can be viewed by inserting in a trigger/waypoint activation box:
unitName SwitchMove "FXStandSur"
unitName is of course the name you have given the unit that you wish to do the surrender animation.
Planck