Fallout 2 mod How do you add new ammo calibers in ProtoManager?

Discussion in 'Fallout General Modding' started by V12shear, Nov 21, 2020.

  1. V12shear

    V12shear First time out of the vault

    7
    May 9, 2020
    I've been adding new ammo types for my Fallout 2 mod. I've been using the ProtoManager v1.2.1 and was wondering how to add new ammo calibers for the ammo types.
     

    Attached Files:

  2. Zorchar

    Zorchar Look, Ma! Two Heads!

    322
    Jun 18, 2018
    I think it's in proto.msg

    Code:
    #
    # Caliber Types for weapons
    #
    {300}{}{None}
    {301}{}{Rocket}
    {302}{}{Flamethrower Fuel}
    {303}{}{C Energy Cell}
    {304}{}{D Energy Cell}
    {305}{}{.223}
    {306}{}{5mm}
    {307}{}{.40 cal}
    {308}{}{10mm}
    {309}{}{.44 cal}
    {310}{}{14mm}
    {311}{}{12-gauge}
    {312}{}{9mm}
    {313}{}{BB}
    {314}{}{.45 cal}
    {315}{}{2mm}
    {316}{}{4.7mm caseless}
    {317}{}{HN needler}
    {318}{}{7.62mm}
    {319}{}{my new caliber}
    
     
    Last edited: Nov 21, 2020
    • [Rad] [Rad] x 1
  3. V12shear

    V12shear First time out of the vault

    7
    May 9, 2020
    Thanks man you are a life saver!!!!!