1st person drivers

Everything about HD, MD, and their mods.

Moderator: Halo Moderators

Post Reply
Zanghfei
Ranger
Posts: 1590
Joined: Tue Jul 01, 2008 1:52 pm

1st person drivers

Post by Zanghfei » Mon Jul 11, 2011 8:25 am

http://www.xfire.com/video/48ea1e/

When I looked this mod, i was like "omg!"
Yesterday I looked this video for the first time.
I was like, half interest of Halo. I re-instal my Halo and moding. ( I deleted this game about 1 years "Lack of interest" )

So I play to much my Eschaton to make it look like these.
But nothing special about it.
Can people can make it?

Optional: You can make 1st person view.

Excend
Commando
Posts: 2791
Joined: Sun May 06, 2007 3:27 am
Location: SiK x Gh0sTs Rehauled.
Contact:

Re: 1st person drivers

Post by Excend » Mon Jul 11, 2011 9:26 am

I believe what he did there was switched out the trak tags for the driver with those for the cyborg and then edited the cyborg camera position.
TaxiService wrote:Roses are red
Violets are blue
What a shitty thread
Fuck all of you.

TaxiService
Night Stalker
Posts: 6887
Joined: Thu May 24, 2007 5:52 am
Location: 41.896198, 12.4165945
Contact:

Re: 1st person drivers

Post by TaxiService » Mon Jul 11, 2011 11:37 am

o_o no way. It looks like this guy somehow attached the first person camera to the helmet's orientation. 0_0

look at when he comes out of the warthog. The camera moves behind the fp hands! And when he gets in the hog the camera follows the movement of the cyborg's helmet!!
  • TaxiService! Shitposting since 2007!
MGM Sig

Excend
Commando
Posts: 2791
Joined: Sun May 06, 2007 3:27 am
Location: SiK x Gh0sTs Rehauled.
Contact:

Re: 1st person drivers

Post by Excend » Mon Jul 11, 2011 11:42 am

In eschaton there is a flag "3rd person entry". For me this flag and "3rd person" and even the "Drives vehicle" flags aren't flipped on for some reason. But this makes me assume that third person entry is something that can be removed.
TaxiService wrote:Roses are red
Violets are blue
What a shitty thread
Fuck all of you.

Zanghfei
Ranger
Posts: 1590
Joined: Tue Jul 01, 2008 1:52 pm

Re: 1st person drivers

Post by Zanghfei » Mon Jul 11, 2011 12:30 pm

kirby_422

Biped Riding Player <= Is a tips :P. Probably these can be work?

Code: Select all

(script static "unit" player0
(unit (list_get (players) 0))
)
(script startup magic
(set cheat_deathless_player 1)
(sleep 30)
(camera_control 1)
(vehicle_load_magic (player0) "driver" camped)
(camera_set_first_person camped)
)
(script continuous loopz
(ai_attach camped camai)
(ai_look_at_object camped (player0))
)

For this one to work, your driver seat has to be a decent distance behind the biped, camera marker in the head, attached to the head bone. With this setup, where ever your characters head turns, your camera will. With default MC animations, you cant look at your legs without a vehicle though. instead, you may want to attach a object to your gun, and have him look at that instead, etc. For it to work for MP, you either need to keep deathless on so you never have to reset the camera (you can teleport them back to spawn points and strip weapons when they should be dead fine), or inplement a queing scheme in the respawn so that only one person can respawn at a time so you can track who you are (ive explained how you would write a script like this in another thread)

Code: Select all

(script static "unit" player0
(unit (list_get (players) 0))
)
(script startup magic
(set cheat_deathless_player 1)
(sleep 30)
(vehicle_load_magic camped "driver" (player0))
)
(script continuous crouch
(if (unit_get_current_flashlight_state camped) (unit_set_seat camped "crouch") (unit_set_seat camped "stand"))
)
Copy paste in Halo Custom edition F.

Probably Sparky or some user with an experience very high. This person can make it without those script
Yup, you're right Taxi :D

tokage
Ranger
Posts: 1459
Joined: Sat Dec 06, 2008 4:28 pm
Location: Between the 'y' and 'i' keys.
Contact:

Re: 1st person drivers

Post by tokage » Mon Jul 11, 2011 6:11 pm

That'd be really great for machinima
Image

Zanghfei
Ranger
Posts: 1590
Joined: Tue Jul 01, 2008 1:52 pm

Re: 1st person drivers

Post by Zanghfei » Tue Jul 12, 2011 7:13 pm

Update i just post this in HCE forum.

http://forum.halomaps.org/index.cfm?pag ... icID=38216
Does people know where is Deathless or something?

Post Reply

Who is online

Users browsing this forum: No registered users and 14 guests