Go Back   Se7enSins Forums > Other Modifications > Other Games > Halo 2 > Halo 2 Modding Tutorials

[TUT] Injecting Zero Gravity into a map

This is a discussion about [TUT] Injecting Zero Gravity into a map within the Halo 2 Modding Tutorials section, where you will Learn how to Halo 2 Modding. Learn how to properly mod a map, encrypt a map, resign a map and load your modded map on the Xbox.; How to Inject a Zero Gravity Script Into a Halo 2 map step1) Open entity step2) Open the map of your choice: for this example I use elongation.map =) step3)scroll down to the “scnr” tag



Reply
 
LinkBack Thread Tools Display Modes
Old 08-02-2007, 01:00 PM   #1
I'm naked right now
  
[TUT] Injecting Zero Gravity into a map

How to Inject a Zero Gravity Script Into a Halo 2 map

step1) Open entity

step2) Open the map of your choice: for this example I use elongation.map =)

step3)scroll down to the “scnr” tag and click on “scenarios\multi\elongtion\elongation”
now on the right hand side you will see a chart with information

step4) right-click on the chart and click “clone chunck” now a window should show up called “Chunk Cloner” now find “scripts” and click on the little plus sign on the left click it

step5) on the right hand side of the chunk cloner window you should see “Amount of Chunks” and in the box the number 20 get rid of that 20 and put in 1.

Step6) now click on the last chuck in the “Scripts” reflexive in elongation it would be chunk number 2(the last chunk there) now click clone then close entity

step7) open “Script tools” and open your map(mine was elongation)

step8) click on the last chunk called “create_eraser” then go to script>compile>plaintext then a window will pop up(make sure there is no text in it)

step9)now type or copy and paste in the box

(script startup uber_gravity_hack
(begin
(physics_set_gravity 0)
)
)

now click compile at the top of the plaintext window

step10) close everything re-sign the map and FTP or 360 explorer it =)

step 11)(THE MOST IMPORTANT STEP OF THEM ALL!!!!)......enjoy =)



found by The Reepr

Join Now!

__________________
Life is Short. Party Naked.
The Reepr is offline   Reply With Quote
Old 09-01-2007, 05:54 AM   #2
Junior Member
  
 
Rhysschraedyr's Avatar
When you said "a map" I thought you were going to tell us how to put it into a map without scripts.
Rhysschraedyr is offline   Reply With Quote
Old 03-13-2008, 08:34 PM   #3
BANNED
  
Can some1 give me a dl link for script tools. PLZ. ill give u thanks (if its valid)
rocketnick1414 is offline   Reply With Quote
Old 03-13-2008, 08:38 PM   #4
  
 
David5534's Avatar
Stop bumping old threads!
its in ump and i think in the mega post in the halo programs section.
David5534 is offline   Reply With Quote
Old 03-15-2008, 03:46 PM   #5
BANNED
  
which one

i have unp v5 and it ISN'T

Last edited by rocketnick1414; 03-15-2008 at 03:46 PM. Reason: Automerged Doublepost
rocketnick1414 is offline   Reply With Quote
Old 03-15-2008, 08:00 PM   #6
  
 
David5534's Avatar
its got to be in ump v5, it might be called H2 ST or halo 2 ST. If its not then try a site search.

Last edited by David5534; 03-15-2008 at 08:02 PM.
David5534 is offline   Reply With Quote
Old 03-15-2008, 08:17 PM   #7
Senior Member
  
 
Not Zachary88-2's Avatar
before you do this, please note that the script was written wrong. write it like this:

Code:
script startup zero_gravity
  begin
   physics_set_gravity 0
  )
)
*they need those indents

Last edited by Not Zachary88-2; 03-15-2008 at 08:18 PM.
Not Zachary88-2 is offline   Reply With Quote
Old 05-31-2009, 04:59 AM   #8
7S Enthusiast
  
Re: [TUT] Injecting Zero Gravity into a map

wow. what computer language is halo based on? it looks like c++ but im not 100% sure.
mod man is offline   Reply With Quote
Old 06-01-2009, 09:26 PM   #9
Senior Member
  
 
Not Zachary88-2's Avatar
Re: [TUT] Injecting Zero Gravity into a map

I believe it's BSL, which is Bungie's language.
Not Zachary88-2 is offline   Reply With Quote
The Following User Says Thank You to Not Zachary88-2 For This Useful Post:
mod man (06-03-2009)
Old 06-03-2009, 01:10 AM   #10
7S Enthusiast
  
Re: [TUT] Injecting Zero Gravity into a map

oo bridge scripting language. thanks for that
mod man is offline   Reply With Quote
Old 06-16-2009, 03:33 AM   #11
7S Enthusiast
  
 
abcdqfr's Avatar
Re: [TUT] Injecting Zero Gravity into a map

OK, I seem to be stuck.
Whenever I go to change the 20 in the scripts page to a 1 it wont do anyt...
oh my god.
num lock wasn't on...


Quote: Originally Posted by abcdqfr View Post
OK, I seem to be stuck.
Whenever I go to change the 20 in the scripts page to a 1 it wont do anyt...
oh my god.
num lock wasn't on...
Alright sorry for that comment it was completely unnecessary, but now I really am stuck. The script tools program really isn't in UMP v5. Anyone got a Download link we can use? and what exactly does this tutorial do? Is everything actually in zero G or am I just misinterpreting?
abcdqfr is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On