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

Outdated Mining Mech v. Enraged Koala

Terraform everything!

  1. TP_

    TP_ Title Not Found

  2. 0siris

    0siris Subatomic Cosmonaut

    Sweet, lights and backgrounds. Good update.
     
  3. Flame080

    Flame080 Red Gang

    I whish i had starbound so I could download this mod:cry:
     
  4. ChrisClark13

    ChrisClark13 Void-Bound Voyager

    Was just playing around with this and actually added in the background mining on my own just before you updated. >.<

    Very fun and makes it a lot easier to mine things out (I'm not a big fan of 1-3 hour mining trips to find diamonds or platinum or what-have-you).

    Though, in the update you forgot to put the files inside the tech folder so you kind of broke the mod (though it's just the file structure).
    I also noticed that in the code there's nothing to stop someone from mining when they run low on power, so I put this check in on the if data.fireTimer line
    Code:
    and cost + mechdrillCost <= args.availableEnergy
    Edit: Just noticed another bug in your code and in my line of code.

    on the lines where it's
    Code:
    cost = cost + mechdrillCost
    it should be
    Code:
    cost = cost + mechdrillCost * args.dt
     
    Last edited: Dec 14, 2013
  5. TP_

    TP_ Title Not Found

    Yeah thats true I`ll fix that in the next update thx

    The fact that the mechdrillcost isnt multiplied with the time factor is intentional
    Everytime you drill through blocks it draws a set amount of energy. Simple as that, no time factor needed.
     
  6. ChrisClark13

    ChrisClark13 Void-Bound Voyager

    Ahh, that makes sense. Now that I think about it you wouldn't want to multiply it by the time factor anyways.
     
  7. chr0me

    chr0me Yeah, You!

    Please add another download link or use a different hoster. Dropbox is terrible for things like this, getting error 509.
     
  8. wolfarmin

    wolfarmin Space Hobo

    My game just freezes when I lock in the tech. I dont think I installed the mod correctly but I don't know how.
     
  9. ChrisClark13

    ChrisClark13 Void-Bound Voyager

    right now the package is kind of broken, you can fix it by putting the folder in the zip into the tech folder in the assets folder.
     
  10. wolfarmin

    wolfarmin Space Hobo

    That made it work. Thanks.
     
  11. metaspy

    metaspy Void-Bound Voyager

    You need to host somewhere better, link is dead
     
  12. TP_

    TP_ Title Not Found

  13. Flame080

    Flame080 Red Gang

    yep the thread is dead
     
  14. TP_

    TP_ Title Not Found

  15. gogobottles

    gogobottles Void-Bound Voyager

    i'm confused, it says to open up the .config file, but HOW?
     
  16. DXLelouch

    DXLelouch Void-Bound Voyager

    can you make it effect trees as well
    mainly so i can test if installed mods work faster(recipe ones for table)
    edit: nvm it does
     
  17. ReMark

    ReMark Subatomic Cosmonaut

    If it says to open the "player.config" file, just use Notepad++ or regular notepad (It's a bit messy though) and modify as directed.

    Note, that the .config files are especially sensitive, and can cause you from entering a game (Though it won't corrupt saves, from what I've used it). Just make sure to double/triple check what you've added/modified/deleted before saving, or create a backup of the original.
     
  18. DXLelouch

    DXLelouch Void-Bound Voyager

    meh config files are easy to modfiy once you get the hand of it
    its those oredistributions files that you gotta triple check
     
    ReMark likes this.
  19. ReMark

    ReMark Subatomic Cosmonaut

    All my (Insert *THIS*,*LIKES*,*THUMBS_UP*).
     
  20. iPwnned

    iPwnned Subatomic Cosmonaut

    Do I have permission to add this mod into a modpack for a youtube series, viewers will be able to download the mod via the modpack link. I will give full credits to all the mod developers, who decide to allow there mod to be apart of this modpack.
     

Share This Page