Starbound
Corbent's Interactive Crew
Εμφάνιση 1-10 από 20 καταχωρίσεις
< 1  2 >
Ενημέρωση: 1 Ιαν 2024 στις 13:04
από Corbent

version 1.2.1: Fixed dialogue compatibility by returning the strings to the original paths.

Ενημέρωση: 4 Απρ 2023 στις 19:36

version 1.2.0:

The hotkey update!

- Implemented the Starbound-Keybinds library to take advantage of the Tech special binding slots.
- Added a binding to the Starbound Controls configuration panel called "CIC - Command Crew".
- Injected the bind handler to issue commands to your crew members to all chest slot techs from vanilla and FU. You need to have any of them equipped to use the command hotkey.

The hotkey works like the hand. Hotkey to order one guy, Shift+Hotkey to order the other.

Incompatibility notice: This won't work properly if you have WEdit installed. That mod does something weird with the keybinds script removing the SHIFT key. This causes that when you issue commands, both followers will be addressed whether you have SHIFT pressed or not. I need to get in contact with the author to ask why does he need to do this.

Ενημέρωση: 1 Απρ 2023 στις 11:27

version 1.1.8:

-Reverted the function name from getFollowers back to getPartyCrew because it was overwriting a CrewCustomization+ function.

Ενημέρωση: 31 Μαρ 2023 στις 21:18

version 1.1.7:

-Fixed the issue when trying to get the crew role to display and the path didn't exist on crew JSON

Ενημέρωση: 31 Μαρ 2023 στις 21:17

-- IGNORE, WAS A BIT RUSTY WITH THE PROCESS --

Ενημέρωση: 23 Σεπ 2022 στις 19:33

version 1.1.6:

-Fixed incompatibility with smart crew introduced in version 1.1.5. I had added the role name in the config.parameters.scriptConfig.crew.role object of the crewmate json, but that mod expects to find a single value in there for some reason. I think something is being done badly there but fine, I relocated my data elsewhere.

-Added log messages in various places of the code to make the logs you share for bug reports more useful.

Ενημέρωση: 19 Σεπ 2022 στις 15:01

version 1.1.5:

Fixed the issue when trying to get the crew role to display and the path didn't exist on crew JSON

Ενημέρωση: 18 Σεπ 2022 στις 15:12

version 1.1.4:

Added the ability to add and remove party members through the crew manager while on the ship.

Ενημέρωση: 17 Σεπ 2022 στις 15:06

version 1.1.3:

Set the mod to always load after Supper's Combat Overhaul. Might avoid some problems due to it's overriden classes.

Ενημέρωση: 12 Σεπ 2022 στις 2:56

version 1.1.2:

Fixed the arrays that sometimes aren't arrays, especailly when they come back from status. Damn you LUA!