It may look bad, but it's not as bad as it looks (or is it?) O.o
Note: You need to extract the Camping files from HEK +
Wow thanks buthow do i script a pelican to drop off the humas?In sapien (or hobo) go to File then click on Import Recordings, then click on the map you want (I would recommend b30) Just find b30.scenario then click on it, now under you should have recordings under game data.
To test it in sapein click
~ and type in
recording_play OBJECTNAME RECORDINGNAMETo script it, have a trigger ready or startup script ready and insert this
(recording_play OBJECTNAME RECORDINGNAME)There is more scripts that can be done with this
EX:
recording_play ...
recording_play_and_hover (flying vehicles only)
recording_play_and_delete (I think)
If you chose hover you have to insert this if you want that object to play another recording (Must be done before another recording)
(vehicle_hover extraction_pelican false )
False is disable hoverAnd by Object I mean unit almost. Unit can be Biped or Vehicles
By RecordingName insert the name of the recording you should find in Game Data (After you imported recordings)
and how do i get the humans in the pelican?Im not sure about encounters with pelicans...
With biped I know... :D
Place a biped and attach it to an encounter
(ai_attach Biped Encounter)
then force it into a vehicle
(unit_enter_vehicle biped vehicle "seat")
EX:
(ai_attach human friends)
(unit_enter_vehicle human warthog "W-driver")
Making a player enter a vehicle:
(script static "unit" player0
(unit (list_get (players) 0))
)
(script startup hogdriver
(unit_enter_vehicle (player0 ) warthog "W-driver")
)
-
Seats are listed as:
Chairs:
pchair-driver
Cryotube:
CT-driver
Lifepod:
driver lifepod
stand
Pelican: (Bold=Recommended)
P-driver
P-riderLF
P-riderLM
P-riderLB
P-riderRF
P-riderRM
P-riderRBcargo
P-riderRB01
P-riderRB02
P-riderLB02
P-riderLB01
Scorpion:
scorpion-driver
scorpionLF
scorpionRF
scorpionLB
scorpionRB
Warthog (all types)
W-driver
W-passenger
W-passenger
Banshee
B-driver
Covenant Dropship (bold recommended)
c_dropship driver
CD-passengerL01
CD-passengerL02
CD-passengerL03
CD-passengerL04
CD-passengerR01
CD-passengerR02
CD-passengerR03
CD-passengerR04
gunseatcargo_ghost01
cargo_ghost02
cargo_ghost03
cargo_wraith
Ghost
G-driver
If your even unsure about a seat open guerrilla and scroll down to seats.
the Cargo is for vehicles
I all ready got the halo guru scripter but how do i scriptThought this might help (In SP):
http://hce.halomaps.org/index.cfm?fid=2231And scripting:
http://hce.halomaps.org/index.cfm?fid=1664 To place scripts go to CE main folder (on most PC's C:\Program Files\Microsoft Games\Halo Custom Edition)
Then click on
DataLevels\Your Level
Then create a folder called Scripts (in not already there)
Then in Scripts open Notepad - Enter your scripts then save it as a .hsc file type under scripts. In sapien open your level then click File\Compile Scripts
and i made an sp map but i cant spawnClick on player spawn's and place ONE! Make all spawn things set to NONE
Edited by megahalofan12 on Sep 20, 2008 at 06:50 PMEdited by megahalofan12 on Sep 20, 2008 at 06:51 PM