OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Danakin1 on 14 May 2008, 23:34:53
-
I'm looking for an add-on to OFP-GOYT edition that allows recording of the game and playback, so that I could view what I have done as a third person viewer.
VBI seems to have the answer, but I'm not sure if this will work. Also I installed the Airwolf MOD and want to be able to play back some of the scenes. Almost like filming an action scene and so on.
Anybody have any suggestions?
Thanks.
-
Can't say I've seen anything like that.
Normal way its done is you script everything to happen (i.e. no player involved) and then use the camera script to move about that scripted scene.
-
Cool thanks... As you can tell, I'm totally new to OFP... I downloaded the Airwolf MOD and I'm learing how to creat missions and so on.
So I'm slowly learing how the scripting thing works. I'm trying to figure out how to create the Cutscenes and so on.
I just figured out what that was... Now just trying to figure out the scripting.
Thanks and please let me know if you have any suggestions.
-
Sure, jsut check the Editors Depot for guides about scripting.
These two should help you with camera scripting:
Camera.sqs Tutorial (http://www.ofpec.com/ed_depot/index.php?action=details&id=50&page=0&cat=xyz)
Camera Scripting Guide (http://www.ofpec.com/ed_depot/index.php?action=details&id=54&page=1&cat=xyz)
-=GC=-Fungus1999
-
Thanks for the links... Those will become very helpful... I'm still not sure how to add the scripting... Hopefully these tutorials will help.
I see that scripting can be done with Notes... But where do I save the scripts? That is the big question at this point.
Thanks again for all your help.
-
I don't understand what you mean by
I see that scripting can be done with Notes
You need to save the script in the mission's folder:
programfiles/codemasters/operationflashpoint/users/<your user name>/missions/<mission name>
then just activate the script with something like:
[unti1,unit2,unit3] exec "script1.sqs"
-=GC=-Fungus1999
-
Download Kegety's FWatch. It comes with a demo mission that illustrates mission playback.
http://operationflashpoint.filefront.com/file/FWatch;70022 (http://operationflashpoint.filefront.com/file/FWatch;70022)
edit: checked the download and I do not see the demo mission included. It was a race that you could playback...
edit2: check this out instead http://community.bistudio.com/wiki/Tactical_Operation (http://community.bistudio.com/wiki/Tactical_Operation)
-
So I created my first scripted cut scene. It's only about 50 seconds but I'm happy that I was even able to write a script.
I'm using the AirWolf MOD and the scene starts with Camera looking at pilot and then slowly pans to Airwolf, then fads to black.
I know, isn't that impressive, but it was my first attempt at scripting a scene.
Now I"m learing to script movements of the Units. Something like "pilot gets into airwolf and takes off" kinda thing. Right now I cheated by using waypoints and triggers. But it is very restrictiv.
So I'm researching how to do that scripting.
I'm using something I downloaded to creat the scripts. It is called ArmA edit. It works pretty good.
I thought I could use notepad to create scripts, but the game does not recognize the .sqs files I created.
I haven't tried wordpad yet. Maybe I'll just stick to ArmA edit.
Does anybody know if most scripting for ArmA will work with OFP? I seem to be able to only fine Tutorials for ArmA scripting.