/-/S'pht-Translator-Active/-/


Re: Using other people's shapes
Posted By: Forrest of B.orgDate: 1/15/07 1:31 p.m.

In Response To: Re: Using other people's shapes (Pfhorever)

: I'm still confused about how to add what a player starts out with.

Ok, so you have code that looks like this (imagine there are < and > at the ends of each line):

player
item index="0" type="01"/
item index="1" type="02"/
item index="2" type="02"/
item index="3" type="02"/
/player

That starts you with a pistol and two ammo clips. To add another pistol to that, just include this line in there:

player
item index="0" type="01"/
item index="1" type="02"/
item index="2" type="02"/
item index="3" type="02"/
item index="4" type="01"/
/player

Or you could also do it like this:

player
item index="0" type="01"/
item index="1" type="01"/
item index="2" type="02"/
item index="3" type="02"/
item index="4" type="02"/
/player

(bolding is just for emphasis)

To add a rocket launcher to THAT (so you have two pistols, three clips and a Rocket Launcher), you could do this:

player
item index="0" type="01"/
item index="1" type="01"/
item index="2" type="02"/
item index="3" type="02"/
item index="4" type="02"/
item index="5" type="08"/
/player

To start with JUST a Rocket Launcher, you might be able to do just this:

player
item index="0" type="08"/
/player

Though I haven't checked that, and you may have do do this instead:

player
item index="0" type="08"/
item index="1" type="00"/
item index="1" type="00"/
item index="1" type="00"/
/player

(to clear out the three slots that have ammo clips in them by default)

And if you want to be really crazy, you could do something like this:

player
item index="0" type="01"/
item index="1" type="01"/
item index="2" type="01"/
item index="3" type="08"/
item index="4" type="08"/
item index="5" type="08"/
item index="6" type="08"/
item index="7" type="08"/
item index="8" type="09"/
item index="9" type="09"/
item index="10" type="09"/
[. . .]
item index="32005" type="09"/
item index="32006" type="09"/
item index="32007" type="09"/
/player

That's for three pistols, five rocket launchers and 32,000 rocket packs (with most of the rocket packs omitted from this post in the [. . .] for brevity). Of course, you can only actually use two pistols at once, or one rocket launcher at once... but you can have as many as you want in your inventory.

Does that help?

: And when
: will Alpha 4 come out? And how many alpha's are you gonna make?

Alpha 4 will be out when the last three maps in Ch4 are done, which is up to Don and Andreas. And there will be 5 alphas, and then probably a beta or two before the final release is out.

[ Post a Reply | Message Index | Read Prev Msg | Read Next Msg ]
Pre-2004 Posts

Replies:

Using other people's shapesPfhorever 1/13/07 3:28 p.m.
     Re: Using other people's shapesgoran 1/13/07 3:57 p.m.
     Re: Using other people's shapestreellama 1/13/07 5:11 p.m.
           Re: Using other people's shapesPfhorever 1/14/07 8:42 a.m.
                 Re: Using other people's shapesSnowCrash 1/14/07 9:19 a.m.
                       Re: Using other people's shapesPfhorever 1/14/07 9:21 a.m.
                             Re: Using other people's shapesSnowCrash 1/14/07 12:31 p.m.
                                   Re: Using other people's shapestreellama 1/14/07 12:35 p.m.
                                         Re: Using other people's shapesSnowCrash 1/14/07 12:43 p.m.
                                         Re: Using other people's shapesPfhorever 1/14/07 1:14 p.m.
                                               Re: Using other people's shapesFullDiaper 1/14/07 4:56 p.m.
                                                     Re: Using other people's shapesPfhorever 1/14/07 5:21 p.m.
                                                           Re: Using other people's shapesJohannes Gunnar 1/14/07 9:49 p.m.
                                                           Re: Using other people's shapesForrest of B.org 1/14/07 10:10 p.m.
                                                                 Re: Using other people's shapesForrest of B.org 1/14/07 10:13 p.m.
                                                                 Re: Using other people's shapesForrest of B.org 1/14/07 10:18 p.m.
                                                                 Re: Using other people's shapesPfhorever 1/15/07 8:48 a.m.
                                                                       Re: Using other people's shapesForrest of B.org 1/15/07 10:15 a.m.
                                                                             Re: Using other people's shapesPfhorever 1/15/07 10:42 a.m.
                                                                                   Re: Using other people's shapesForrest of B.org 1/15/07 1:31 p.m.
                                                                                         Re: Using other people's shapesPfhorever 1/15/07 1:46 p.m.
                                                                                               Re: Using other people's shapesForrest of B.org 1/15/07 5:34 p.m.
                                                                 Implimenting 3D contrails and Projectiles in AO *LINK*Blayne 1/15/07 2:41 p.m.
                                                                       Re: Implimenting 3D contrails and Projectiles in AForrest of B.org 1/15/07 5:36 p.m.
                                                                       Re: Implimenting 3D contrails and Projectiles in AD-M.A. 1/15/07 8:00 p.m.
                                                                             Re: Implimenting 3D contrails and Projectiles in AD-M.A. 1/16/07 11:29 a.m.
                                                                                   Re: Implimenting 3D contrails and Projectiles in AD-M.A. 1/16/07 11:30 a.m.
                                                                                   Re: Implimenting 3D contrails and Projectiles in ABlayne 2/15/07 7:59 a.m.
                                                                                         Re: Implimenting 3D contrails and Projectiles in AD-M.A. 2/15/07 11:15 a.m.
                                                                                               Re: Implimenting 3D contrails and Projectiles in AD-M.A. 2/16/07 9:19 a.m.
                                                                                                     Re: Implimenting 3D contrails and Projectiles in ABlayne 2/17/07 11:16 a.m.
                                                                                                           Re: Implimenting 3D contrails and Projectiles in AD-M.A. 2/22/07 7:41 p.m.
                                                                       Re: Implimenting 3D contrails and Projectiles in ANicholai 1/15/07 8:13 p.m.
                                                                       note to BlayneJohannes Gunnar 1/15/07 9:49 p.m.
                                                                             Re: note to BlayneBlayne 2/15/07 7:55 a.m.
                                                                       Re: Implimenting 3D contrails and Projectiles in Atreellama 1/16/07 3:07 a.m.
                                                                             Re: Implimenting 3D contrails and Projectiles in ANicholai 1/16/07 8:53 a.m.
                                                                                   Re: Implimenting 3D contrails and Projectiles in Atreellama 1/16/07 9:23 a.m.
                                                                             Re: Implimenting 3D contrails and Projectiles in Athermoplyae 1/16/07 9:00 a.m.
                                                                                   Re: Implimenting 3D contrails and Projectiles in Athermoplyae 1/16/07 9:05 a.m.
                                                                                         Re: Implimenting 3D contrails and Projectiles in AMcNutcase 1/16/07 9:20 a.m.
                                                                                               Re: Implimenting 3D contrails and Projectiles in AForrest of B.org 1/16/07 2:58 p.m.
                                                                                                     Re: Implimenting 3D contrails and Projectiles in Athermoplyae 1/16/07 4:41 p.m.
                                                                                                     Re: Implimenting 3D contrails and Projectiles in AMcNutcase 1/16/07 10:03 p.m.
                                                                                                           Re: Implimenting 3D contrails and Projectiles in Atreellama 1/17/07 2:51 a.m.
                                                                                                                 Re: Implimenting 3D contrails and Projectiles in AMcNutcase 1/17/07 3:28 a.m.
                                                                                                                       Re: Implimenting 3D contrails and Projectiles in Atreellama 1/17/07 5:02 a.m.
                                                                                                                             Re: Implimenting 3D contrails and Projectiles in AForrest of B.org 1/17/07 1:00 p.m.
                                                                                                                                   Re: Implimenting 3D contrails and Projectiles in Atreellama 1/17/07 2:17 p.m.
                                                                                                                                         Re: Implimenting 3D contrails and Projectiles in AForrest of B.org 1/17/07 9:22 p.m.
                                                                                                                                               Re: Implimenting 3D contrails and Projectiles in Athermoplyae 1/17/07 11:13 p.m.
                                                                                                                                                     Re: Implimenting 3D contrails and Projectiles in Atreellama 1/18/07 3:02 a.m.
                                                                                                                                                           ... nuts! *NM*thermoplyae 1/18/07 6:03 a.m.
                                                                                                     Re: Implimenting 3D contrails and Projectiles in Athermoplyae 1/16/07 10:42 p.m.
                                                                                   Re: Implimenting 3D contrails and Projectiles in Atreellama 1/16/07 9:19 a.m.
                                                                       Re: Implimenting 3D contrails and Projectiles in Arampancy 1/16/07 11:00 a.m.
                                                           Re: Using other people's shapesthermoplyae 1/14/07 11:57 p.m.
                                                                 Re: Using other people's shapesRyokoTK 1/15/07 6:27 a.m.
                                                                       Re: Using other people's shapesthermoplyae 1/15/07 8:42 a.m.
                                                                             Re: Using other people's shapesRyokoTK 1/15/07 8:44 a.m.
                                                                                   Re: Using other people's shapesthermoplyae 1/15/07 6:45 p.m.
                                                                                         Re: Using other people's shapesRyokoTK 1/15/07 8:41 p.m.
                                                                                               Re: Using other people's shapesthermoplyae 1/16/07 8:54 a.m.
                                                                                                     Re: Using other people's shapestreellama 1/16/07 9:31 a.m.
                                                                                                           Re: Using other people's shapestreellama 1/16/07 9:31 a.m.
                                                                                                                 Re: Using other people's shapesForrest of B.org 1/16/07 3:10 p.m.
                             Re: Using other people's shapesJohannes Gunnar 1/14/07 9:50 p.m.

[ Post a Reply | Message Index | Read Prev Msg | Read Next Msg ]
Pre-2004 Posts

 

 

Your Name:
Your E-Mail Address:
Subject:
Message:

If you'd like to include a link to another page with your message,
please provide both the URL address and the title of the page:

Optional Link URL:
Optional Link Title:

If necessary, enter your password below:

Password:

 

 

Problems? Suggestions? Comments? Email maintainer@bungie.org

Marathon's Story Forum is maintained with WebBBS 5.12.