Starbound
Smart Crew
10件中 1-10 を表示
更新: 2020年3月14日 @ 19時22分

  • Updated mod priority order

更新: 2020年3月14日 @ 9時28分

  • Added more anchors for each crew role (except for Jannie)
  • Fixed most of the behavior issues specially sleep, sit and patrol ones
  • Fixed chat activity to be more compatible with the current state of each crew (mostly happens normally when both parties are idle)
  • Normalized several sections of the codebase
  • Smart crew is now fully independent of the wander behavior and is now using it as a part of it, and more others!

更新: 2019年10月24日 @ 23時41分

  • Added more personalized behavior on the config file
  • Added "chat" and "patrol" to the activities
  • New behavior types included from the vanilla
  • Fixed crew getting anchored on items that aren't on the "ground" (That bug where they face the opposite direction in a quick loop)
  • Fixed crew sleeping in bed then suddenly wakes up and then repeats it
  • Fixed crew looping through all chairs

更新: 2019年7月13日 @ 18時25分

  • Fixed crew randomly dying due to empty schedule table check
  • Updated core functions for performance improvements

更新: 2019年7月6日 @ 0時49分

  • Fixed crew dying issue when warping on a planet or star due to shipDay reset
  • Removed unused task scheduler condition filter

更新: 2019年7月5日 @ 19時36分

  • Added non-vanilla crew member internal scheduler
  • Updated behavior to only trigger if the crew isn't following his or her recruiter
  • Fixed issue where non-vanilla crew having a death-spawn loop bug

更新: 2019年6月30日 @ 7時40分

  • Crew members now have an internal daily schedule which means that they won't stick on the anchors permanently.
  • Individual crew's schedule have activities/tasks which is set every "ship day". This means that they have several activities/tasks everyday!
  • Current activities/tasks include "lounge", "roam", "sleep" and "work".
  • Lounging crews will make them sit around on chairs nearby.
  • Roaming crews will patrol your ship at random places.
  • Sleeping will vary from the crew's schedule defined at the config file (you may fiddle around the config if you know what you're doing and you're using the DRM Free version).
  • Working crews will go to their respective "anchors" doing their jobs that relates to their role.
  • You may see them reacting doing stuffs with a small chance of them doing monolouge along with it.

更新: 2019年6月21日 @ 21時34分

  • Updated core functions to the latest Starbound Update.
  • Mostly code cleanup (separated and patch files) and some programming stuff. As for the rest of it, I won't go full nerd about the details.
  • Setup a Github repo (still private at the moment).

更新: 2019年5月11日 @ 21時01分

  • Added config file (anchors.config)
  • Added new preset anchor items for Chemist, Engineer, Janitors, Outlaws, Soldiers, and Tailors.
  • Updated code to cater the new config file.

更新: 2019年5月5日 @ 2時12分

  • Initial upload