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

Outdated Hunting+ Incarnate V4.3

Many new features to a sort of 'forgotten' feature, hunting

  1. Wulf_Oman

    Wulf_Oman Existential Complex

    Hunting+ Incarnate Overview

    Make sure you fully uninstall any old versions of this mod before installing new ones.

    Please report mod conflicts immediately with your starbound.log and I'll see to them

    Before you uninstall: Remove ANY armor you have equipped that supplies special effects. If you don't, it may make your character unplayable until you reinstall the mods.


    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]


    This mod adds 70+ new/fixed items; 9 Tiered Knives, 9 Special Knives, 7 Bow Fixes, 9 Rifles, 15 Infantry Upgrades, 4 custom back-lights, 24 Hunting-based Armor pieces, 3 new bandages, and a new type of refinery (Biostudying Device)
    If you download Atomworks Rebirth (Once released) and use it with Hunting+ Incarnate you'll have access to 9 metallic hunting knives and 6 metallic hunting crossbows
    All of the infantry pieces have different uses and also the neglected playstyle around the feature of hunting. This even adds tiered drops for the current hunting.

    Tier 1-4 Knives, Bows, and Rifles can be crafted at anvils and crafting tables
    Tier 5-6 Knives can be crafted at the separator table
    Tier 5-6 Guns and Bows can be crafted at the manipulator or accelerator table
    Tier 1-4 Hunting Armor can be crafted in the "C" menu
    Tier 5-6 Melee Hunting Armor can be crafted at the separator table
    Tier 5-6 Ranged Hunting Armor can be crafted at the manipulator or accelerator table
    Snow Infantry Upgrades and Backpacks are crafted at the spinning wheel
    Missions and quests will be implemented eventually

    Tier 1:
    Leather, Alien Meat, Rib Meat, Poultry
    Tier 2: Pixels, Bones, Cell MATERIA
    Tier 3: Monster Plates
    Tier 4: Cell MATTER, Alien Bacon
    Tier 5: Pelt, Oculemon, Flesh Strands
    Tier 6: Tentacles, Fish

    [Note: Each tier can also get all items listed before it (And not just what is stated after the colon)]
    -----------------------------------------------------------------------------------------------------------------------

    Crystalworks Rebirth can be found here
    Atomworks Rebirth can be found here
    My Other Mods can be found here
     
    Last edited: Jun 8, 2015
  2. Wulf_Oman

    Wulf_Oman Existential Complex

  3. ThaOneDon

    ThaOneDon Parsec Taste Tester

    Works OK, even thou there are some assets that fail to load, it doesn't crash.

    and later this

     
  4. Wulf_Oman

    Wulf_Oman Existential Complex

    Yep I actually know about this. It's in progress

    Except for the biostudy, don't know why it's trying to find a "lit" one when I removed the reference to it
     
  5. lafpeace

    lafpeace Scruffy Nerf-Herder

    Coz of this(in ..objects\crafting\biostudy\biostudy.object):
    Code:
    {
          "imageLayers" : [ { "image" : "biostudy.png:<color>.<frame>", "fullbright" : true }, { "image" : "biostudylit.png:<color>.<frame>" } ],
          "direction" : "right",
    
          "imagePosition" : [0, 0],
          "frames" : 8,
          "animationCycle" : 0.5,
    
          "spaceScan" : 0.1,
          "anchors" : [ "bottom" ]
        }
    Also u should fix shortswordhuntingmolten.projectile :
    coz parsing problem
    Code:
     "statusEffects" : [,
          "melting"
          "lanternglow"
      ]
     
    Last edited: Mar 17, 2015
  6. Wulf_Oman

    Wulf_Oman Existential Complex

    Alright thanks for explaining and pointing these out too me, I'll work on it when I can (Although I rarely have free time to do it during the week)
     
    Last edited: Mar 18, 2015
  7. Wulf_Oman

    Wulf_Oman Existential Complex

    Wulf_Oman updated Hunting+ Incarnate with a new update entry:

    Wooden Hunting Knife + Fixes

    Read the rest of this update entry...
     
    crazygreggy likes this.
  8. misterwho

    misterwho Scruffy Nerf-Herder

    I think I found a crash bug. I think this is what the error is.

    [20:24:48.783] Error: Exception caught in client main-loop: (StatusEffectDatabaseException) No such unique stat effect 'bandageq'
    StatusEffectDatabaseException::StatusEffectDatabaseException(string)
    StatusEffectDatabase::uniqueEffectConfig(String)
    StatusController::defaultUniqueEffectDuration(String)
    StatusController::addEphemeralEffects(List<EphemeralStatusEffect, deque<EphemeralStatusEffect, allocator<EphemeralStatusEffect> > >)
    ConsumableItem::fireTriggered()
    FireableItem::update(EntityMode)
    ConsumableItem::update(EntityMode)
    ToolUser::tick(bool, bool, EntityMode)
    Player::tickShared()
    Player::tickMaster()
    _Function_handler<void (shared_ptr<Entity>), WorldClient::update()::{lambda(shared_ptr<Entity>)#3}>::(_Any_data, shared_ptr<Entity>)
    EntityMap::forAllEntities(function<void (shared_ptr<Entity>)>)
    WorldClient::update()
    UniverseClient::update()
    ClientApplication::updateRunning()
    ClientApplication::update()
    StarApplicationBase::run()
    _SDL_main
    _console_main

    I used a Cell Material Bandage when it happened.
     
  9. Wulf_Oman

    Wulf_Oman Existential Complex

    I'll look into it when I can, I might have mistyped something (noticing the "bandageq")
     
  10. misterwho

    misterwho Scruffy Nerf-Herder

    I just popped the quick fix into my game just now, but there's still a crash when I use the bandage.
    Code:
    [21:18:51.550] Error: Exception caught in client main-loop: (StatusEffectDatabaseException) No such unique stat effect 'bandage'
      StatusEffectDatabaseException::StatusEffectDatabaseException(string)
      StatusEffectDatabase::uniqueEffectConfig(String)
      StatusController::defaultUniqueEffectDuration(String)
      StatusController::addEphemeralEffects(List<EphemeralStatusEffect, deque<EphemeralStatusEffect, allocator<EphemeralStatusEffect> > >)
      ConsumableItem::fireTriggered()
      FireableItem::update(EntityMode)
      ConsumableItem::update(EntityMode)
      ToolUser::tick(bool, bool, EntityMode)
      Player::tickShared()
      Player::tickMaster()
      _Function_handler<void (shared_ptr<Entity>), WorldClient::update()::{lambda(shared_ptr<Entity>)#3}>::(_Any_data, shared_ptr<Entity>)
      EntityMap::forAllEntities(function<void (shared_ptr<Entity>)>)
      WorldClient::update()
      UniverseClient::update()
      ClientApplication::updateRunning()
      ClientApplication::update()
      StarApplicationBase::run()
      _SDL_main
      _console_main
     
  11. Wulf_Oman

    Wulf_Oman Existential Complex

    Bloody hell I forgot to put the number after "bandage"
    Stupid effect changes
    Oh well, try this:

    https://www.mediafire.com/?42hk1sddh7xbqb6

    Just drag that into your mods folder and merge it with the original
     
    misterwho likes this.
  12. misterwho

    misterwho Scruffy Nerf-Herder

    And it works! Thank you so much for your quick responses.
     
    Wulf_Oman likes this.
  13. Wulf_Oman

    Wulf_Oman Existential Complex

    Last edited: Mar 28, 2015
  14. Wulf_Oman

    Wulf_Oman Existential Complex

    Wulf_Oman updated Hunting+ Incarnate with a new update entry:

    Tweaks and Balances

    Read the rest of this update entry...
     
  15. Wulf_Oman

    Wulf_Oman Existential Complex

    Wulf_Oman updated Hunting+ Incarnate with a new update entry:

    Quick Additions

    Read the rest of this update entry...
     
  16. Wulf_Oman

    Wulf_Oman Existential Complex

    Wulf_Oman updated Hunting+ Incarnate with a new update entry:

    Various Adjustments and Fixes

    Read the rest of this update entry...
     
  17. powerpanda

    powerpanda Scruffy Nerf-Herder

    after this update, my game crash :\
     
  18. Wulf_Oman

    Wulf_Oman Existential Complex

    I need the error log or I can't help. It doesn't crash for me.

    If you don't know where it is:

    [​IMG]


    Post what's inside the file on a site like pastebin.com and send me the link in the address bar
    If none of your programs can open it because it's too large or something; Either send the file somehow (Like mediafire) or download notepad++ and open it in there
     
    Last edited: Apr 5, 2015
  19. ThaOneDon

    ThaOneDon Parsec Taste Tester

    Crashes with S3r1ous Mods now when creating server. Didn't crash with 2.1.
    I could test all the updates to it and find the one that started crashing if you want.
     
  20. Wulf_Oman

    Wulf_Oman Existential Complex

    It's probably this one. I'll look into it as soon as I can. I definitely appreciate the log though; now I know which mod has the faulty recipes of the three I'm working on.
     
  21. Wulf_Oman

    Wulf_Oman Existential Complex

    Wulf_Oman updated Hunting+ Incarnate with a new update entry:

    Crash Fix

    Read the rest of this update entry...
     

Share This Page