1st person drivers
Moderator: Halo Moderators
1st person drivers
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.
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.
-
- Commando
- Posts: 2791
- Joined: Sun May 06, 2007 3:27 am
- Location: SiK x Gh0sTs Rehauled.
- Contact:
Re: 1st person drivers
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.
-
- Night Stalker
- Posts: 6887
- Joined: Thu May 24, 2007 5:52 am
- Location: 41.896198, 12.4165945
- Contact:
Re: 1st person drivers
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!!
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!
-
- Commando
- Posts: 2791
- Joined: Sun May 06, 2007 3:27 am
- Location: SiK x Gh0sTs Rehauled.
- Contact:
Re: 1st person drivers
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.
Re: 1st person drivers
kirby_422
Biped Riding Player <= Is a tips
. Probably these can be work?
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)
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
Biped Riding Player <= Is a tips

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"))
)
Probably Sparky or some user with an experience very high. This person can make it without those script
Yup, you're right Taxi

Re: 1st person drivers
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?
http://forum.halomaps.org/index.cfm?pag ... icID=38216
Does people know where is Deathless or something?
Who is online
Users browsing this forum: No registered users and 14 guests