1. Please be advised of a few specific rules and guidelines for this section.

Outdated Mic switching 0.2

Because you know you are going to find a microphone for the wrong gender

  1. shaun4519

    shaun4519 Phantasmal Quasar

    shaun4519 submitted a new mod:

    Mic switching - Because you need are going to find a microphone for the wrong gender

    Read more about this mod...
     
  2. Crisium

    Crisium Cosmic Narwhal

    I'll do my best to help you out, I know a little on adding .patch files to items and what not. If I can do anything I shall just let me know what you need Brah.
     
  3. Nemasys

    Nemasys Cosmic Narwhal

    All you need is a player.config.patch file in your main mod folder next to your micswitch.modinfo file. Here's what the patch file needs in it:

    Code:
    [
        { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "microphonefem" } },
        { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "microphone" } }
    ]
    
    Also, I looked at your recipe files. I would recommend making them identical in reference to the "groups" section to make them easier to find and avoid confusion.
     
    Last edited: Mar 16, 2015
  4. shaun4519

    shaun4519 Phantasmal Quasar

    whoops I thought I had made them the same thanks I have done this and it works
     
  5. shaun4519

    shaun4519 Phantasmal Quasar

Share This Page