Page 1 of 5 1 2 3 ... LastLast
Results 1 to 10 of 42

Thread: Halo 2 Vista Scripting Tutorial

  1. #1

    Halo 2 Vista Scripting Tutorial

    This tutorial sucks.

    NEED A DISPENSER HERE

    I made this tutorial so you can get the basic gist of how to make scripts in Halo 2 Vista. I did not edit out any mistakes (Patrick, "Gorilla" returns...) because it shouldn't really matter, as long as you can understand it, thats all that matters.

    Download link for H2Guerilla: http://www.codebrainshideout.net/files/H2Guerilla.exe

    I hope you enjoy it, and I also hope that this can make H2V a little bit more active.
    Reply With Quote

  2. #2
    Kid in the Hall Kornman00's Avatar
    Join Date
    Sep 2006
    Location
    ◕‿◕, ┌( ಠ_ಠ)┘
    Posts
    3,130

    Re: Halo 2 Vista Scripting Tutorial

    I would totally infract you right now for spreading the initial begin-statement disease if it wasn't for the fact that would be abusing my powers :snmug:

    so instead, I -rep.

    People, you don't need to place "(begin)" statements at the start of your scripts. This was started by someone unfamiliar with how scripts were compiled but hacked together a halo2 script decompiler anyway. These initial (begin) statements are REDUNDANT.

    [/ragequit]
    Reply With Quote

  3. #3
    Senior Member
    Join Date
    Jun 2008
    Posts
    306

    Re: Halo 2 Vista Scripting Tutorial

    If both people had the same map, will the script sync or run for both, since they both have the same startup script?
    You can add more than 1 script right?

    Great job CodeBrain, the tut is good for a simple thing that not many people were aware of.
    Maybe people that are currently making maps will take an interest in this (Kills Alone)...

    lol Kornman, it's as though this "begin" has snuck it's way into common scripting knowledge.
    Reply With Quote

  4. #4

    Re: Halo 2 Vista Scripting Tutorial

    Quote Originally Posted by Kornman00 View Post
    I would totally infract you right now for spreading the initial begin-statement disease if it wasn't for the fact that would be abusing my powers :snmug:

    so instead, I -rep.

    People, you don't need to place "(begin)" statements at the start of your scripts. This was started by someone unfamiliar with how scripts were compiled but hacked together a halo2 script decompiler anyway. These initial (begin) statements are REDUNDANT.

    [/ragequit]
    Korn, this obviously is not my script <_>

    I copied it EXACTLY from one of the Rework3d threads: http://rework3d.com/forums/viewtopic.php?t=44102

    I literally just pulled the gravity hack script from the bottom of the tutorial. I never knew that the begin thing was redundant (even though I don't place them in my scripts anyway)

    Edit: This is a quote from said tutorial:

    ...For this tutorial, I’m not going to do the public example that you all know, the zero gravity terminal, mainly because there was too much guesswork involved on my part, and too many mistakes. Therefore, I’m going to walk you through a very similar script on coagulation. The script we will be using looks like:

    (script startup gravity_hack
    (begin
    (physics_set_gravity 0.5)
    )
    )...
    This tutorial dates back to 2006 though, which is where it could have started. Sorry if I have angered you Korn <_>
    Last edited by CodeBrain; June 14th, 2010 at 04:07 PM.
    Reply With Quote

  5. #5
    The creeper
    Join Date
    May 2010
    Location
    Right behind you
    Posts
    71

    Re: Halo 2 Vista Scripting Tutorial

    could this be tested to make a model that you cant go through like a fake collision model?
    Reply With Quote

  6. #6

    Re: Halo 2 Vista Scripting Tutorial

    Quote Originally Posted by Kantanomo View Post
    could this be tested to make a model that you cant go through like a fake collision model?
    No, the object needs a collision model for something to collide with it.
    Reply With Quote

  7. #7
    Kid in the Hall Kornman00's Avatar
    Join Date
    Sep 2006
    Location
    ◕‿◕, ┌( ಠ_ಠ)┘
    Posts
    3,130

    Red face Re: Halo 2 Vista Scripting Tutorial

    Quote Originally Posted by CodeBrain View Post
    Korn, this obviously is not my script <_>

    Sorry if I have angered you Korn <_>
    oh



    I'z sryz
    Reply With Quote

  8. #8
    Senior Member
    Join Date
    Jun 2008
    Posts
    306

    Re: Halo 2 Vista Scripting Tutorial

    Quote Originally Posted by Kornman00 View Post
    oh



    I'z sryz
    start by linking to the Bungie scripting Bible that was here somewhere. please.
    Reply With Quote

  9. #9
    Kid in the Hall Kornman00's Avatar
    Join Date
    Sep 2006
    Location
    ◕‿◕, ┌( ಠ_ಠ)┘
    Posts
    3,130

    Re: Halo 2 Vista Scripting Tutorial

    Eh, that version was really more of a immature reference than a developed bible. By the time that pin prick JackBauer leaked out that WIP I started to not care about developing it anymore. That and it was made in FrontPage 2003 (or maybe the previous Office version)
    Reply With Quote

  10. #10
    The creeper
    Join Date
    May 2010
    Location
    Right behind you
    Posts
    71

    Re: Halo 2 Vista Scripting Tutorial

    then post whats done
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •