How do i......

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
striderdude





Posts: 284
Joined: Fri Jul 21, 2006 5:43 pm
Location: I dont know. 0.o

How do i......

Post by striderdude »

Hey guys, im new to modding. I was wondering how you can read the game scripts of halo2. like what programs i need, if i need a modchip installed....ect. thanks! :D
Striderdude says: The spam! It burns!! IT BURNS!!
ModzMaster





Posts: 101
Joined: Sun May 28, 2006 9:40 pm

Post by ModzMaster »

huh be more specific like.....u wanna see if theres an app that alters what happens in the game script. what do u mean by script i should say
striderdude





Posts: 284
Joined: Fri Jul 21, 2006 5:43 pm
Location: I dont know. 0.o

Post by striderdude »

i meant like this. this is in campaign. finding the halo 2 Megg. (easter egg)

(script dormant megg_check
(begin
(if(not(difficulty_legendary))
(sleep_forever))
(if(game_is_cooperative)
(sleep_forever))
(if(not(ice_cream_flavor_available 3))
(sleep_forever))
(sleep_until(if(<(object_get_shield(player0)) 1)
(begin
(begin
(print oops)
(sleep_forever) False
)
)(if mark_flavor_gun
(begin
(begin
(set mark_flavor_megg True) True
)
) False)) 1)
))
Striderdude says: The spam! It burns!! IT BURNS!!
ModzMaster





Posts: 101
Joined: Sun May 28, 2006 9:40 pm

Post by ModzMaster »

i still havent a clue at what your talking about, i'm not into the script, and there arent any apps out there to edit the script TO MY KNOWLEDGE, i would just wait for prometheus to come out, maybee it'll have somthing for that........if prometheus ever comes out and is real
striderdude





Posts: 284
Joined: Fri Jul 21, 2006 5:43 pm
Location: I dont know. 0.o

Post by striderdude »

i dont want to change it, i just want to read it.
Striderdude says: The spam! It burns!! IT BURNS!!
ModzMaster





Posts: 101
Joined: Sun May 28, 2006 9:40 pm

Post by ModzMaster »

try opening up your campaign map in insolence then scrolling down to scnr tag, click it then just doodle arround in thestuff that comes up
n64nerd




Articulatist 100

Posts: 127
Joined: Mon Dec 05, 2005 5:44 pm

Post by n64nerd »

It's good to know a little code (I know some, but I also know some of the requirements.)

(script dormant megg_check

this sets the script megg_check to ready for the requirements.

(begin

it begins

(if(not(difficulty_legendary))
(sleep_forever))

if the difficulty is not legendary, it's not gonna happen

(if(game_is_cooperative)
(sleep_forever))

exact same

(if(not(ice_cream_flavor_available 3))
(sleep_forever))

this refers to the thunder skull (this I took from another source; however, I believe that in the .xbe ice cream flavor is mentioned)

(sleep_until(if(<(object_get_shield(player0)) 1)

stay dormant until if the player gets their sheild back is not true, i.e. if they never lose their sheild and regain it back

(begin
(begin
(print oops)

I believe this will print oops on your screen, like where the names for the new parts of levels are

(sleep_forever) False
)

not starting is false, so it will start

)(if mark_flavor_gun
(begin
(begin

no Idea
(set mark_flavor_megg True) True
)
) False)) 1)
))

the first part is about starting the megg egg... the rest, i don't know.
striderdude





Posts: 284
Joined: Fri Jul 21, 2006 5:43 pm
Location: I dont know. 0.o

Post by striderdude »

im not asking what it means. im asking how to get to it.
Striderdude says: The spam! It burns!! IT BURNS!!
SyrinEldarin





Posts: 115
Joined: Thu Apr 06, 2006 12:32 pm
Location: Canadia.

lols

Post by SyrinEldarin »

I'm pretty sure this is what you're looking for:
http://www.haloplugins.com/forums/index ... 1637&st=0&
I haven't even downloaded it, so I wouldn't know for SURE, but it really looks like it in the screenshots, so... :P
Image
striderdude





Posts: 284
Joined: Fri Jul 21, 2006 5:43 pm
Location: I dont know. 0.o

Re: lols

Post by striderdude »

SyrinEldarin wrote:I'm pretty sure this is what you're looking for:
http://www.haloplugins.com/forums/index ... 1637&st=0&
I haven't even downloaded it, so I wouldn't know for SURE, but it really looks like it in the screenshots, so... :P
THANK YOU!
Striderdude says: The spam! It burns!! IT BURNS!!
Post Reply