HBOHBO Forum
glyphstrip  
Halo.bungie.org
glyphstrip
Frequently Asked Forum Questions
 Search the HBO News Archives

Any All Exact 
Search the Halo Updates DBs

BWU Halo Halo2 
Search Older Posts on This Forum:
Posts on Current Forum | Archived Posts

View Thread Reply Return to Index Set Prefs Previous Next
Re: Invasion in Halo 5.
By:munky-058
Date: 1/27/16 2:15 pm
In Response To: Re: Invasion in Halo 5. (Grizzlei)

: I'm so surprised by the non-chalant attitude some Forgers have about
: scripting when its like theoretical astropropulsion to me.

It's actually really simple "If x, then Y" stuff. I haven't really dug too much into it, but the Invasion thing stemmed from the most basic setup:


if (Phaeton = Destroyed) {

sendmessage(Alpha) ;
do {

InvisibleBlock("Alpha");

ReceiveMessage;

} Move (X/Y:30,0);
}

*I don't code lol


If Phaeton is destroyed > Invisible block moves 30 units up.
Since the Anti-spawn Zone sits on top of the block, it gets moved up too (Normal physics). Phaeton being destroyed was set to "Send Message" to all of "Alpha", and all of the Invisible blocks were set to move when "Alpha" channel received a message.

That's just one script. Each object can apparently hold eight different scripts, with different parameters.

: Almost seems like they're intrinsic components to the base game and not something a fan
: could casually design over the course of a weekend.

This video is my third ever attempt at scripting in Halo 5. The first two were done out of curiosity (and left as easter eggs) on my Combine map. If I can figure it out, I'm sure you can. Scripting is going to be huge once people start figuring it out and applying it.


Messages In This Thread

Invasion in Halo 5.munky-0581/27/16 3:09 am
     Re: Invasion in Halo 5.ChrisTheeCrappy1/27/16 10:13 am
     Re: Invasion in Halo 5.Grizzlei1/27/16 10:39 am
           Re: Invasion in Halo 5.munky-0581/27/16 2:15 pm
           Re: Invasion in Halo 5.General Vagueness1/27/16 9:10 pm

Sign up to post.

You will only be able to post to the forum if you first create a user profile.
If, however, you already have a user profile, please follow the "Set Preferences" link on the main index page and enter your user name to log in to post.