Starbound

Starbound

Smart Crew
Showing 1-10 of 10 entries
Update: 14 Mar, 2020 @ 7:22pm

  • Updated mod priority order

Update: 14 Mar, 2020 @ 9:28am

  • 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!

Update: 24 Oct, 2019 @ 11:41pm

  • 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

Update: 13 Jul, 2019 @ 6:25pm

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

Update: 6 Jul, 2019 @ 12:49am

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

Update: 5 Jul, 2019 @ 7:36pm

  • 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

Update: 30 Jun, 2019 @ 7:40am

  • 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.

Update: 21 Jun, 2019 @ 9:34pm

  • 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).

Update: 11 May, 2019 @ 9:01pm

  • 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.

Update: 5 May, 2019 @ 2:12am

  • Initial upload