Re: Halo 2 Vista Scripting Tutorial
Quote:
Originally Posted by
Kantanomo
then post whats done :D
Kant, it's ok.
We can use Solder of Lite's script program to look at the scripts in h2x maps in text. (ignore the begin statement too)
plus what Kornman00 posted was more like game globals.
I can imagine this script being useful for space styled maps, including the script that muzzles the sound too.
Re: Halo 2 Vista Scripting Tutorial
like in that one room before you go to the elite jetpacks in cairo station in halo2 campaign.
Re: Halo 2 Vista Scripting Tutorial
or like the time you go into the yellow submarine and face the blue meanies
Re: Halo 2 Vista Scripting Tutorial
I forget where I saw that app you are referring to Shock, could you link me to it? I need more scripts, even though I haven't touched one yet! xD
This should help: Halo 2 Script Database (Complete)
Code, this is so sick. I cannot wait to try this out. Its about time we get something helpful. TYx1000 +Rep
I don't know what the limits are on this but could it be used for any type of simple or simulated AI? Guess I have a lot of reading and testing ahead of me.
And here is a picture of a collidable Jackal-like Shield and a Bubble Shield prototype just to show that it is possible.
http://www.monstrmoose.com/killsalon...a_Shield03.jpg
No you cannot see the collision happening in this shot but trust me, its there.
Re: Halo 2 Vista Scripting Tutorial
Quote:
Originally Posted by
supersniper
like in that one room before you go to the elite jetpacks in cairo station in halo2 campaign.
Quote:
Originally Posted by
Kantanomo
or like the time you go into the yellow submarine and face the blue meanies
lol.
ScriptTools Beta by Soldier of Lite (rework3d.com)
As Kornman00 stated, don't use the begin statement in any of your scripts.
scripts that are recommended, are
scripts that spawn objects (spawn a thousand stickies continuously)
or spawn objects to act as active scenery, raining stickies from a distance, random explosions etc.
spawn empty banshees that are flying away.
Re: Halo 2 Vista Scripting Tutorial
okay so i was making a script and couldn't figure this part out
Code:
(script startup Hover_hog
(vehicle_hover objects\vehicles\warthog\warthog True)
)
)
i do that but when i compile
i get this error
http://img688.imageshack.us/img688/2802/errorhn.jpg
it is a real script function to
Quote:
(vehicle_hover <vehicle> <boolean>) - stops the vehicle from running real physics and runs fake hovering physics instead.
Re: Halo 2 Vista Scripting Tutorial
Fourth line down:
[Hover_hog line 2] This is not a valid object name: objects\vehicles\warthog\warthog true
Re: Halo 2 Vista Scripting Tutorial
Re: Halo 2 Vista Scripting Tutorial
because it cannot read the vehi tags.
Re: Halo 2 Vista Scripting Tutorial
Keep trying, don't get discouraged K.
Here are some basic working scripts, you get more working send em my way:
http://www.monstrmoose.com/killsalon.../Tags/scripts/