A Community discussion forum for Halo Custom Edition, Halo 2 Vista, Portal and Halo Machinima

Home  Search Register  Login Member ListRecent Posts
  
 
»Forums Index »Halo Custom Edition (Bungie/Gearbox) »Halo CE Technical / Map Design »I am making a campaign map and need help scripting

Author Topic: I am making a campaign map and need help scripting (5 messages, Page 1 of 1)
Moderators: Dennis

xXKrenof EVILXx
Joined: Sep 15, 2008

I choose what I like.


Posted: Nov 26, 2008 10:00 PM    Msg. 1 of 5       
I am making a campaign map and need help scripting the phantom and pelicans to come in and drop off reinforcements, and I also need help with my cutseens, every time I make my cutseens in my map it won't start up right it only last for a split second I even tryed the easy halo scripter and the easy halo scripter v2 and my cutseens don't work still so can one of you give me a script for the reinforcements and cutseens please.
Edited by xXKrenof EVILXx on Nov 28, 2008 at 12:15 AM


megahalofan12
Joined: May 21, 2008

Xbox Live/Xfire is: matthewdratt


Posted: Nov 28, 2008 12:30 AM    Msg. 2 of 5       
A drop off would be animations and scripting
you can steal animations by going in Sapein, File, and Import animations and select a .scenario file with animations (campaign files)
then use a script like this

(script startup dropoff
(sleep_until (= (ai_living_count marines_1) 0) 15)
(sleep 50)
(object_create_anew pelican_1)
(ai_place marines_2)
(vehicle_load_magic pelican_1 "rider" (ai_actors marines_2))
(recording_play_and_hover pelican_1 RECORDINGNAME)
(sleep 150)
(vehicle_unload pelican_1 "rider" )
(sleep 60)
(vehicle_hover pelican_1 false )
(recording_play_and_delete pelican_1)
)

All this script does is waits for the encounter marines_1 to die off. Then creates pelican_1 and marines_2. Loads marines_2 into the passengers seats of pelican_1. Then plays the animation for pelican_1. Waits. Hovers, and drops off marines_2. Waits. Plays another animation and deletes pelican_1. I have a whole writeup of this here: http://forum.halomaps.org/index.cfm%3Fpage=topic&topicID=21070

And could you let us see the script you created for the cut scene.
Your script might not work because you used a program for a cutscene. Download the video tut on cutscenes or the tut on single player maps by polar bear. They both give you the plain script for cutscenes.
Edited by megahalofan12 on Nov 28, 2008 at 10:47 AM


xXKrenof EVILXx
Joined: Sep 15, 2008

I choose what I like.


Posted: Nov 28, 2008 04:27 AM    Msg. 3 of 5       
thanks man


Gamma927
Joined: Jun 12, 2008

Steam: gamma927


Posted: Nov 28, 2008 11:44 AM    Msg. 4 of 5       
Quote: --- Original message by: xXKrenof EVILXx
it only last for a split second
Edited by xXKrenof EVILXx on Nov 28, 2008 at 12:15 AM
\

I have the same error. Used easy halo scripter, used the scripts that other people in the forums told me to use. It shows up, but for less than a second.


xXKrenof EVILXx
Joined: Sep 15, 2008

I choose what I like.


Posted: Nov 30, 2008 09:39 PM    Msg. 5 of 5       
can't I just get a long pelican script that gos to one sertan spot and then gos to another

so the script you just gave me makes Marines a peer and they git in to a plican and the pleican drops em off right

can i git one were It fly's to a sertan spot please

 

 
Previous Older Thread    Next newer Thread







Time: Sat January 21, 2023 9:16 AM 141 ms.
A Halo Maps Website