flying gravity throne
-
- Posts: 506
- Joined: Thu Nov 24, 2005 3:07 am
- Location: Australia
lol when i use the gravitly throne it freezes but how can you not get in the shadow? heres a good tut
Code: Select all
Step 1: Open Maps
First, open Insolence. Now, open the multiplayer map in which would like use the Shadow. Also open any campaign map in which contains the Shadow. For this tutorial I will use coagulation.map and 03a_oldmombassa.map.
Step 2: Drag & Drop
To bring the Shadow completely into the multiplayer map, there's one tag that we're going to need to drag over: objects\vehicles\creep\creep.vehi. Left click it once to select it, then left click again and drag & drop the tag into coagulation.map. It will add it recursively.
Step 3: MoveBox
Each time you drag & drop a tag, a small status box will pop up to give you information about what the program is doing while you wait. The longest part is usually "Relinking" and it may seem like it froze.. it didn't, it just has to do a lot of file reading & writing at this point, so let it be. When the move is done, this box will go away. You can now close your campaign map.
Step 4: Fix the Seats
As this vehicle was made for campaign and only meant to be driven by non-playable characters, you're going to need to edit it to make it work for you in multiplayer. I'm going to walk you through fixing the driver seat and the turret. Double click the creep's vehicle tag that you just added to open it up with its IFP. Switch to "Dev Mode" and click on the "unknown11" reflexive. The first chunk (#0) is the driver seat. Change it's first string ID to "warthog_d". Go to the second chunk (#1), the gunner. Change it's first string ID to "warthog_g". This is necessary because the MC and the MP elite don't have the animations for using the turret or driving the Shadow, but they do for the spectre.
At the top of the plugin area, click on "Change Plugin" and switch to the XML vehicle plugin. Go to the "Seats" reflexive. Change the "Disable Seat" flag to "False". Go to chunk 2 (#1). Change the "Turret Seat" flag to "True". You can now close the creep.vehi tag.
Step 5: Place the Shadow
There are a number of ways to place the Shadow on the map. I am going to replace the wraith with it through Multiplayer Globals (multiplayer\multiplayer_globals.mulg). Open it with the IFP and switch to "Dev Mode". Select the second unknown reflexive (unknown2). Now select its second unknown reflexive (unknown2). Go to the forth chunk (#3) and change its only dependency's ID to "objects\vehicles\creep\creep". You can now close the multiplayer_globals.mulg tag.
Step 6: Fix Encryption
Select "Fix Map Encryption" from the Map Options menu, close the map, and FTP it up to the Xbox.
Congratulations, the wraith will now be replaced by a drivable/gun-able Shadow in your multiplayer map!
01001111 01001101 01000111 00100001 00100001 00110001 00110001 00110001 01101111 01101110 01100101
49204C494B4520434849434B454E
49204C494B4520434849434B454E
-
- Posts: 506
- Joined: Thu Nov 24, 2005 3:07 am
- Location: Australia
-
- Posts: 150
- Joined: Mon Jan 10, 2005 9:15 pm