Modding Help Putting two races into one mod?

Discussion in 'Starbound Modding' started by robbieradiant, Jan 17, 2021.

  1. robbieradiant

    robbieradiant Void-Bound Voyager

    howdy. i've been working on a few races in my free time, and i'd like to put them all in the same mod. but, I can't figure out how I would actually do that. no tutorials I can find say anything about it, and no matter how much I search google, there's nothing about it. if anyone could help, that'd be amazing. thank you!
     
  2. Ambose

    Ambose Void-Bound Voyager

    so kinda like frackin universe?
     
  3. robbieradiant

    robbieradiant Void-Bound Voyager

    yeah, i think? i've never used frackin universe but I've heard it has multiple races.
     
  4. DrPvtSkittles

    DrPvtSkittles Master Astronaut

    I got you fam

    https://steamcommunity.com/sharedfiles/filedetails/?id=1380289410

    Code:
    Adding multiple races to one mod Edit
    While you can grab the contents from one renamed template, and slap it into another, there will be some files you will need to manually edit to include all the races in your mod.
    
    ai.config.patch [ai]
    charcreation.config.patch [interface\windowconfig]
    player.config.patch [in the main folder]
    protectorateship.object.patch [objects\protectorate\objects\protectorateship]
    quests.config.patch [quests]
    shiplocker.treasurepools.patch [treasure]
    universe_server.config.patch [in the main folder]
    All .patch files in your dialog folder
     

Share This Page