Modding Help Asset_unpacker

Discussion in 'Starbound Modding' started by TheGuillotine, Feb 2, 2014.

  1. The | Suit

    The | Suit Agent S. Forum Moderator

    yes. if that file doesn't exist - that is your issue.
    You don't need a new config. You can use just use same one as the crafting table.

    The only time you need a new config is if your making a custom GUI for the crafting table.
    and that is an intermediate level thing. Best avoided till much later on
     
    intervencion likes this.
  2. TheGuillotine

    TheGuillotine And Do the MONKEY!

    What do file is the one as the crafting table? How would I find this out?
     
  3. The | Suit

    The | Suit Agent S. Forum Moderator

    That would in the original woodencraftingtable file.
    Where you unpacked your assets.

    Never edit you unpacked original files. Just make copies of them and edit. So you will always have your original files for reference.
     
    Last edited: Feb 6, 2014
  4. TheGuillotine

    TheGuillotine And Do the MONKEY!

    I have practiced making new tools & I feel comfortable enough to move to something a slightly more advanced.
    =================================================================================================================================

    I want to make a certain tool that makes destroying a certain block more haste.
    How would one go about doing this?
     
  5. The | Suit

    The | Suit Agent S. Forum Moderator

    Search for copperpickaxe
    and copy all the copperpickaxe.miningtool file [or stone pickaxe]

    Then move it into your mod folder in the mirror location
    Then edit the values and see what each one does.

    Once you get a vanillia modification working
    Copy all the files associated with the pickaxe into the mod - then rename your modified copperpick axe to something else. and edit each file one at a time. Test to make its working before you edit the next one
     
  6. TheGuillotine

    TheGuillotine And Do the MONKEY!

    How would I go about making it so it only breaks certain blocks? Such as, vines/plant fibre?
     
  7. The | Suit

    The | Suit Agent S. Forum Moderator

    can't
     
  8. TheGuillotine

    TheGuillotine And Do the MONKEY!

    Ohh. Okaay.

    Is it something that is like just unchangable?
    Or is it just beyond my level?
     
  9. The | Suit

    The | Suit Agent S. Forum Moderator

    Currently unchangable
     
  10. The | Suit

    The | Suit Agent S. Forum Moderator

    Probably should make one correction
    You can't make a tool which harvests only one specific block type.

    But there are 3 types of tools
    tillingtool - tilts ground only
    harvestingtool - chops only background layer plants [tree's vines]
    miningtool - harvests plants + mines ground
     
  11. TheGuillotine

    TheGuillotine And Do the MONKEY!

    ahhh, okay.

    Now I understand the differences.
     
  12. TheGuillotine

    TheGuillotine And Do the MONKEY!

    Is it possible to do this?

    http://community.playstarbound.com/index.php?threads/help-adding-to-the-hud.51572/
     
  13. The | Suit

    The | Suit Agent S. Forum Moderator

    mmm......
    Its really hard question - because how the system works is a bit complicated

    Essentially there is a file called 'interface.config" which handles the onscreen gui.
    The interface folder has config files for individual aspects of the GUI. It would require some thorough looking into.

    But what that person wants is to add a completely new bar - which requires a new global variable to be stored.
    If a new global can be declared and manipulated is the question - which as far I have looked through - is not possible.

    But you can modify the current GUI look. Just not add anything significant too it
     
  14. TheGuillotine

    TheGuillotine And Do the MONKEY!

    I have a lot of ideas but little knowledge..

    Is it possible to have custom race GUI?
     
  15. The | Suit

    The | Suit Agent S. Forum Moderator

    all races must use same gui
     
  16. TheGuillotine

    TheGuillotine And Do the MONKEY!

    Ahaha, Alright.
     

Share This Page