[awsome]RESIDENT EVIL HALO[/awsome]

Post maps and mods for Halo CE here.
Post Reply
User avatar
wanksta
Readers Club




Wordewatician 500

Posts: 617
Joined: Mon Jun 11, 2007 3:04 pm
Location: Owning Freedom451 Constantly over LAN. Kills:999999999 Owns:943234 Pwns:749455 Killtaculars:5667

[awsome]RESIDENT EVIL HALO[/awsome]

Post by wanksta »

this is a little "experiment" i did recently. it was going too be a Multiplayer map but turned out that the script didnt sync correctly online. (as in the camera couldnt decide where to go. :roll: so i turned this into a solo ai map.

now i think your wondering "why is this a resident evil halo mod" here is why

Pre-Rendered Camera

yes i set up a Stationary 3rd person camera system for halo. took a while to get all the scripts and triggers set up. but it works pretty well (besidese the ocasional spawning glitch.)

if you dont understand what im talking about heres the video MOVIE

pictures and download below
you must be logged in too see download and view pictures
Attachments
lazors rulez.JPG
lazors rulez.JPG (221.24 KiB) Viewed 1259 times
residentevilhalo.rar
(7.57 MiB) Downloaded 89 times
Sig may not be animated.
Lol you got me in like 3 minutes!
Oh wait... I'm banned.... well not funny anymore...
User avatar
0m3g4Muff1n987




Articulatist 500

Posts: 1421
Joined: Thu Nov 23, 2006 8:17 am
Location: Earth, unlike some people I know
Contact:

Post by 0m3g4Muff1n987 »

I'm speechless.
Image
Click to join the best GPT site ever-I recently got a check for $30 in the mail, I've got one for $100 coming, and I only have two inactive referrals. Sign up and I'll send you a helpful email ASAP.
User avatar
wanksta
Readers Club




Wordewatician 500

Posts: 617
Joined: Mon Jun 11, 2007 3:04 pm
Location: Owning Freedom451 Constantly over LAN. Kills:999999999 Owns:943234 Pwns:749455 Killtaculars:5667

Post by wanksta »

good or bad speechless. :? plz be good
Sig may not be animated.
Lol you got me in like 3 minutes!
Oh wait... I'm banned.... well not funny anymore...
User avatar
Cryticfarm





Posts: 3611
Joined: Sat Dec 09, 2006 7:23 pm
Location: canada
Contact:

Post by Cryticfarm »

Me no likey, And don't upload to halomods, takes a space. The reason I think it was down was because of bandwidth problems. But I'm stupid so correct me if I'm wrong.
User avatar
wanksta
Readers Club




Wordewatician 500

Posts: 617
Joined: Mon Jun 11, 2007 3:04 pm
Location: Owning Freedom451 Constantly over LAN. Kills:999999999 Owns:943234 Pwns:749455 Killtaculars:5667

Post by wanksta »

you dont like anything i make crytic. other peoplle seem to do though :wink:
Sig may not be animated.
Lol you got me in like 3 minutes!
Oh wait... I'm banned.... well not funny anymore...
User avatar
0m3g4Muff1n987




Articulatist 500

Posts: 1421
Joined: Thu Nov 23, 2006 8:17 am
Location: Earth, unlike some people I know
Contact:

Post by 0m3g4Muff1n987 »

Good speechless. Ehh... I guess. I mean... looks doable, but i guess it took some work to get the camera working and stuff.
Image
Click to join the best GPT site ever-I recently got a check for $30 in the mail, I've got one for $100 coming, and I only have two inactive referrals. Sign up and I'll send you a helpful email ASAP.
User avatar
wanksta
Readers Club




Wordewatician 500

Posts: 617
Joined: Mon Jun 11, 2007 3:04 pm
Location: Owning Freedom451 Constantly over LAN. Kills:999999999 Owns:943234 Pwns:749455 Killtaculars:5667

Post by wanksta »

yeah that script was long as hell.



(script startup camera_detatch
(camera_control 1)
)


(script continuous camera_red1
(sleep_until
(volume_test_objects red1
(players))15)
(camera_set red1 1)
(sleep 1)
)

(script continuous camera_red2
(sleep_until
(volume_test_objects red2
(players))15)
(camera_set red2 1)
(sleep 1)
)

(script continuous camera_red3
(sleep_until
(volume_test_objects red3
(players))15)
(camera_set red3 1)
(sleep 1)
)

(script continuous camera_red4
(sleep_until
(volume_test_objects red4
(players))15)
(camera_set red4 1)
(sleep 1)
)

(script continuous camera_red5
(sleep_until
(volume_test_objects red5
(players))15)
(camera_set red5 1)
(sleep 1)
)

(script continuous camera_red6
(sleep_until
(volume_test_objects red6
(players))15)
(camera_set red6 1)
(sleep 1)
)

(script continuous camera_red7
(sleep_until
(volume_test_objects red7
(players))15)
(camera_set red7 1)
(sleep 1)
)

(script continuous camera_red8
(sleep_until
(volume_test_objects red8
(players))15)
(camera_set red8 1)
(sleep 1)
)

(script continuous camera_red9
(sleep_until
(volume_test_objects red9
(players))15)
(camera_set red9 1)
(sleep 1)
)

(script continuous camera_red10
(sleep_until
(volume_test_objects red10
(players))15)
(camera_set red10 1)
(sleep 1)
)

(script continuous camera_red11
(sleep_until
(volume_test_objects red11
(players))15)
(camera_set red11 1)
(sleep 1)
)

(script continuous camera_ramp1
(sleep_until
(volume_test_objects ramp1
(players))15)
(camera_set ramp1 1)
(sleep 1)
)

(script continuous camera_ramp2
(sleep_until
(volume_test_objects ramp2
(players))15)
(camera_set ramp2 1)
(sleep 1)
)

(script continuous camera_upper1
(sleep_until
(volume_test_objects upper1
(players))15)
(camera_set upper1 1)
(sleep 1)
)

(script continuous camera_upper2
(sleep_until
(volume_test_objects upper2
(players))15)
(camera_set upper2 1)
(sleep 1)
)

(script continuous camera_upper3
(sleep_until
(volume_test_objects upper3
(players))15)
(camera_set upper3 1)
(sleep 1)
)

(script continuous camera_center1
(sleep_until
(volume_test_objects center1
(players))15)
(camera_set center1 1)
(sleep 1)
)

(script continuous camera_center2
(sleep_until
(volume_test_objects center2
(players))15)
(camera_set center2 1)
(sleep 1)
)

(script continuous camera_center3
(sleep_until
(volume_test_objects center3
(players))15)
(camera_set center3 1)
(sleep 1)
)

(script continuous camera_center4
(sleep_until
(volume_test_objects center4
(players))15)
(camera_set center4 1)
(sleep 1)
)

(script continuous camera_center5
(sleep_until
(volume_test_objects center5
(players))15)
(camera_set center5 1)
(sleep 1)
)

(script continuous camera_center6
(sleep_until
(volume_test_objects center6
(players))15)
(camera_set center6 1)
(sleep 1)
)

(script continuous camera_center7
(sleep_until
(volume_test_objects center7
(players))15)
(camera_set center7 1)
(sleep 1)
)

(script continuous camera_center8
(sleep_until
(volume_test_objects center8
(players))15)
(camera_set center8 1)
(sleep 1)
)

(script continuous camera_center9
(sleep_until
(volume_test_objects center9
(players))15)
(camera_set center9 1)
(sleep 1)
)

(script continuous camera_center10
(sleep_until
(volume_test_objects center10
(players))15)
(camera_set center10 1)
(sleep 1)
)

(script continuous camera_center11
(sleep_until
(volume_test_objects center11
(players))15)
(camera_set center11 1)
(sleep 1)
)

(script continuous camera_center12
(sleep_until
(volume_test_objects center12
(players))15)
(camera_set center12 1)
(sleep 1)
)

(script continuous camera_center13
(sleep_until
(volume_test_objects center13
(players))15)
(camera_set center13 1)
(sleep 1)
)

(script continuous camera_center14
(sleep_until
(volume_test_objects center14
(players))15)
(camera_set center14 1)
(sleep 1)
)

(script continuous camera_center15
(sleep_until
(volume_test_objects center15
(players))15)
(camera_set center15 1)
(sleep 1)
)

(script continuous camera_ladder1
(sleep_until
(volume_test_objects ladder1
(players))15)
(camera_set ladder1 1)
(sleep 1)
)

(script continuous camera_ladder2
(sleep_until
(volume_test_objects ladder2
(players))15)
(camera_set ladder2 1)
(sleep 1)
)

(script continuous camera_upper4
(sleep_until
(volume_test_objects upper4
(players))15)
(camera_set upper4 1)
(sleep 1)
)

(script continuous camera_upper5
(sleep_until
(volume_test_objects upper5
(players))15)
(camera_set upper5 1)
(sleep 1)
)

(script continuous camera_upper6
(sleep_until
(volume_test_objects upper6
(players))15)
(camera_set upper6 1)
(sleep 1)
)

(script continuous camera_upper7
(sleep_until
(volume_test_objects upper7
(players))15)
(camera_set upper7 1)
(sleep 1)
)

(script continuous camera_upper8
(sleep_until
(volume_test_objects upper8
(players))15)
(camera_set upper8 1)
(sleep 1)
)

(script continuous camera_upper9
(sleep_until
(volume_test_objects upper9
(players))15)
(camera_set upper9 1)
(sleep 1)
)

(script continuous camera_upper10
(sleep_until
(volume_test_objects upper10
(players))15)
(camera_set upper10 1)
(sleep 1)
)

(script continuous camera_upper11
(sleep_until
(volume_test_objects upper11
(players))15)
(camera_set upper11 1)
(sleep 1)
)

(script continuous camera_upper12
(sleep_until
(volume_test_objects upper12
(players))15)
(camera_set upper12 1)
(sleep 1)
)

(script continuous camera_upper13
(sleep_until
(volume_test_objects upper13
(players))15)
(camera_set upper13 1)
(sleep 1)
)

(script continuous camera_upper14
(sleep_until
(volume_test_objects upper14
(players))15)
(camera_set upper14 1)
(sleep 1)
)

(script continuous camera_upper15
(sleep_until
(volume_test_objects upper15
(players))15)
(camera_set upper15 1)
(sleep 1)
)

(script continuous camera_ramp3
(sleep_until
(volume_test_objects ramp3
(players))15)
(camera_set ramp3 1)
(sleep 1)
)

(script continuous camera_ramp4
(sleep_until
(volume_test_objects ramp4
(players))15)
(camera_set ramp4 1)
(sleep 1)
)

(script continuous camera_blue1
(sleep_until
(volume_test_objects blue1
(players))15)
(camera_set blue1 1)
(sleep 1)
)

(script continuous camera_blue2
(sleep_until
(volume_test_objects blue2
(players))15)
(camera_set blue2 1)
(sleep 1)
)

(script continuous camera_blue3
(sleep_until
(volume_test_objects blue3
(players))15)
(camera_set blue3 1)
(sleep 1)
)

(script continuous camera_blue4
(sleep_until
(volume_test_objects blue4
(players))15)
(camera_set blue4 1)
(sleep 1)
)

(script continuous camera_blue5
(sleep_until
(volume_test_objects blue5
(players))15)
(camera_set blue5 1)
(sleep 1)
)

(script continuous camera_blue6
(sleep_until
(volume_test_objects blue6
(players))15)
(camera_set blue6 1)
(sleep 1)
)

(script continuous camera_blue7
(sleep_until
(volume_test_objects blue7
(players))15)
(camera_set blue7 1)
(sleep 1)
)

(script continuous camera_blue8
(sleep_until
(volume_test_objects blue8
(players))15)
(camera_set blue8 1)
(sleep 1)
)













lol
Sig may not be animated.
Lol you got me in like 3 minutes!
Oh wait... I'm banned.... well not funny anymore...
User avatar
Titusz




Grunge Mad Hatter

Posts: 549
Joined: Wed Nov 29, 2006 8:04 am

Post by Titusz »

Nice work :)

It's something new for a change
Image
<---OMFG, they're breeding
User avatar
Cryticfarm





Posts: 3611
Joined: Sat Dec 09, 2006 7:23 pm
Location: canada
Contact:

Post by Cryticfarm »

You should have seen my infinite ui script.
User avatar
wanksta
Readers Club




Wordewatician 500

Posts: 617
Joined: Mon Jun 11, 2007 3:04 pm
Location: Owning Freedom451 Constantly over LAN. Kills:999999999 Owns:943234 Pwns:749455 Killtaculars:5667

Post by wanksta »

whats a infinte ui script. you click a button and it sends you back to the same buttton over and over. :?
Sig may not be animated.
Lol you got me in like 3 minutes!
Oh wait... I'm banned.... well not funny anymore...
User avatar
Cryticfarm





Posts: 3611
Joined: Sat Dec 09, 2006 7:23 pm
Location: canada
Contact:

Post by Cryticfarm »

Know it controls the camera that zooms though infinity(the map) in my ui.
User avatar
MasterNeoChief




Conceptionist

Posts: 2431
Joined: Tue Dec 23, 2003 9:34 am
Location: The Netherlands

Post by MasterNeoChief »

I have to say very innovative, using the camera to place around to have it a l
User avatar
Titusz




Grunge Mad Hatter

Posts: 549
Joined: Wed Nov 29, 2006 8:04 am

Post by Titusz »

cryticfarm wrote:Know it controls the camera that zooms though infinity(the map) in my ui.
Thats not new >.>
Image
<---OMFG, they're breeding
User avatar
Cryticfarm





Posts: 3611
Joined: Sat Dec 09, 2006 7:23 pm
Location: canada
Contact:

Post by Cryticfarm »

Titusz wrote:
cryticfarm wrote:Know it controls the camera that zooms though infinity(the map) in my ui.
Thats not new >.>
I never said it was.
User avatar
wanksta
Readers Club




Wordewatician 500

Posts: 617
Joined: Mon Jun 11, 2007 3:04 pm
Location: Owning Freedom451 Constantly over LAN. Kills:999999999 Owns:943234 Pwns:749455 Killtaculars:5667

Post by wanksta »

i was wondering... does nyone know how to get the camera script to sync online? :?
Sig may not be animated.
Lol you got me in like 3 minutes!
Oh wait... I'm banned.... well not funny anymore...
User avatar
MasterNeoChief




Conceptionist

Posts: 2431
Joined: Tue Dec 23, 2003 9:34 am
Location: The Netherlands

Post by MasterNeoChief »

Cameras are a thing that can't sync online.
You'd have 2 people in 2 different triggers, and the camera wouldn't know where to go to.
User avatar
wanksta
Readers Club




Wordewatician 500

Posts: 617
Joined: Mon Jun 11, 2007 3:04 pm
Location: Owning Freedom451 Constantly over LAN. Kills:999999999 Owns:943234 Pwns:749455 Killtaculars:5667

Post by wanksta »

yeah thats what wrong
i meant is there a way to determine were the camera goes for player0 and player1 at the same time.
Sig may not be animated.
Lol you got me in like 3 minutes!
Oh wait... I'm banned.... well not funny anymore...
User avatar
Andrew_b




Socialist

Posts: 4188
Joined: Sat Feb 24, 2007 4:52 pm
Contact:

Post by Andrew_b »

Its a good map...Its cool that you got the cameras working like that...Im just really confused with the walking and shooting...that would be cool if the lasers (for another mod) could be activated by pressing a key (Q maybe?)
Post Reply