Changing projectile color

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
swordfang22





Posts: 23
Joined: Fri Aug 25, 2006 2:05 am

Changing projectile color

Post by swordfang22 »

I saw it on one of the KMP (killtrocity map pack), it was midship map and there were a mess load of needlers and the had different colored projectiles.
How would I go about doing this?
thanks for the help ~swordfang :)
User avatar
grimdoomer




System Engineer

Posts: 1440
Joined: Mon Oct 09, 2006 4:36 pm

Post by grimdoomer »

shader swap look in the tuts section its like on the 3rd or 4th page.
Image
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
swordfang22





Posts: 23
Joined: Fri Aug 25, 2006 2:05 am

Post by swordfang22 »

Thanks Grimm
Monkey Terd




Coagulator Acolyte Recreator Bloodhound
Sigma Sorceror Connoisseur Droplet
Pyre

Posts: 2032
Joined: Tue May 17, 2005 6:34 pm
Location: T E X A S

Post by Monkey Terd »

You will probably also want to edit the Contrail color, found in the [cont] tag...If you open a [cont] tag in Entity, and goto the meta editor, it should show Color values in RGB form.
swordfang22





Posts: 23
Joined: Fri Aug 25, 2006 2:05 am

Post by swordfang22 »

Okay how do I make the Projectile from the plasma rifle from blue to another color?
mr_penguin





Posts: 541
Joined: Thu Feb 08, 2007 5:39 pm
Location: NJ

Post by mr_penguin »

you need to edit the mgs2 of the projectile, get the updated MGS2 plugin from http://plugins.pheonic.co.uk/?q=node/38
Your mom became oversized. Please make your mom smaller before reposting. :shock:
Infern0 wrote:You just shave the excess bush and burn the leftovers.
swordfang22





Posts: 23
Joined: Fri Aug 25, 2006 2:05 am

Post by swordfang22 »

Does entity have a plug in maker other wise I cant use this...at least I think I cant :?:
This is what I got when I when to the page.

Code: Select all

<plugin class="MGS2" author="plushiefire" version="0.12" headersize="16">
  <revision author="plushiefire" version="0.12">Added color selection and What is possibly Scale</revision>
  <revision author="Iron_Forge" version="0.1">Added basic layout of plugin...</revision>
  <revision author="-DeToX-" version="0.1">Added MSG2 Size to Plugin</revision>
  <float name="Unknown"  offset="0" visible="false" />
  <float name="Unknown"  offset="4" visible="false" />
  <struct name="Unknown5" offset="8" visible="True"  size="152">
    <undefined name="Unknown"  offset="0" visible="false" />
    <tag name="Unknown"  offset="4" visible="false" />
    <id name="Unknown"  offset="8" visible="false" />
    <undefined name="Unknown"  offset="12" visible="false" />
    <struct name="Unknown10" offset="16" visible="false"  size="1">
      <byte name="Unknown"  offset="0" visible="false" />
    </struct>
    <struct name="Scale?" offset="24" visible="True"  size="1">
      <byte name="6-7=Start size 10-11=end size Type=1"  offset="0" visible="True" />
    </struct>
    <struct name="Unknown16" offset="32" visible="false"  size="1">
      <byte name="Unknown"  offset="0" visible="false" />
    </struct>
    <struct name="Color" offset="40" visible="True"  size="1">
      <byte name="Color B=4 G=5 R=6 Secondary= 16=B 17=G 18=R Chunk1= 33=Same color 49=Transition "  offset="0" visible="True" />
    </struct>
    <struct name="Unknown22" offset="48" visible="false"  size="1">
      <byte name="Unknown"  offset="0" visible="false" />
    </struct>
    <struct name="Size" offset="56" visible="True"  size="28">
      <struct name="Unknown26" offset="0" visible="false"  size="1">
        <byte name="Unknown"  offset="0" visible="false" />
      </struct>
      <struct name="Unknown29" offset="8" visible="false"  size="1">
        <byte name="Unknown"  offset="0" visible="false" />
      </struct>
      <float name="MGS2 Size"  offset="16" visible="True" />
      <undefined name="Unknown"  offset="20" visible="false" />
      <float name="Unknown"  offset="24" visible="false" />
    </struct>
    <float name="Unknown"  offset="64" visible="false" />
    <float name="Unknown"  offset="68" visible="false" />
    <undefined name="Unknown"  offset="72" visible="false" />
    <undefined name="Unknown"  offset="76" visible="false" />
    <undefined name="Unknown"  offset="80" visible="false" />
    <undefined name="Unknown"  offset="84" visible="false" />
    <float name="Unknown"  offset="88" visible="false" />
    <undefined name="Unknown"  offset="92" visible="false" />
    <struct name="Unknown44" offset="96" visible="false"  size="8">
      <undefined name="Unknown"  offset="0" visible="false" />
      <undefined name="Unknown"  offset="4" visible="false" />
    </struct>
    <unused size="8"  offset="104" />
    <undefined name="Unknown"  offset="112" visible="false" />
    <unused size="4"  offset="116" />
    <undefined name="Unknown"  offset="120" visible="false" />
    <undefined name="Unknown"  offset="124" visible="false" />
    <unused size="8"  offset="128" />
    <undefined name="Unknown"  offset="136" visible="false" />
    <unused size="4"  offset="140" />
    <undefined name="Unknown"  offset="144" visible="false" />
    <undefined name="Unknown"  offset="148" visible="false" />
  </struct>
</plugin>
Extremely confused :?
User avatar
grimdoomer




System Engineer

Posts: 1440
Joined: Mon Oct 09, 2006 4:36 pm

Post by grimdoomer »

copy it into notepad and save it as mgs2.ent and put it into your entity plugins folder foe ent
Image
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
User avatar
bumlove




Literarian 250

Posts: 305
Joined: Tue May 29, 2007 1:17 pm
Location: Islamic fundamentlist capital of europe, seriously my home town is a hole

Post by bumlove »

don't update plugins that way do it this way http://forums.halomods.com/viewtopic.php?t=62073
never underestimate the predictability of stupidity
swordfang22





Posts: 23
Joined: Fri Aug 25, 2006 2:05 am

Post by swordfang22 »

Ok I have to be doing something wrong...When I open a map and try to edit the MGS2(Meta editor) and nothing appears.
Whatt am I doing wrong? :?:
EDIT: I Figured it out... :D
Post Reply