-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This mini-patch mostly focuses on bugs and improving the mod's codebase. Main: - added proper archiver coats; - bug fixes. Alta: - added proper variations for the archiver NPC coats - sold by archivers or crafted in Ultimate Crafting Station: - Archiver Top; - Archiver Bottom. - added 4 critter-like Robohelpers that can spawn naturally or be spawned with an item, and can be relocated: - Roomba; - Waiter; - Enviroscanner; - EDS Gardis. - added 4 spawners for Androids: - Android; - Security Android; - Alta Lab Android; - Imperial Android. - added 4 custom Armor Dyes - somewhat unpredictable dyes for armor parts of clothing: - Alta Dye; - Titanium Dye; - Bion Dye; - EDS Dye. Critters: - added 20 critters that can be found throughout the world: - Archiver Top; - Archiver Bottom. Translation: - all rarity names were moved to `/items/buildscripts/ct_texts.config`; - all added dyes, critters, robohelpers and androids. Dev: - optimized the item builder code slightly again; - moved deprecated objects so they don't show up in SIP; - added an auto-deploy script; - monster spawner items can now spawn npcs as well. Other: - updated prices for some cosmetic items and added proper item tags; - minor bug fixes.
- Loading branch information
Showing
264 changed files
with
8,691 additions
and
4,154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
Update 2.3.4 | ||
|
||
This mini-patch mostly focuses on bugs and improving the mod's codebase. | ||
|
||
Main: | ||
|
||
- added proper archiver coats; | ||
- bug fixes. | ||
|
||
Alta: | ||
|
||
- added proper variations for the archiver NPC coats - sold by archivers or crafted in Ultimate Crafting Station: | ||
- Archiver Top; | ||
- Archiver Bottom. | ||
- added 4 critter-like Robohelpers that can spawn naturally or be spawned with an item, and can be relocated: | ||
- Roomba; | ||
- Waiter; | ||
- Enviroscanner; | ||
- EDS Gardis. | ||
- added 4 spawners for Androids: | ||
- Android; | ||
- Security Android; | ||
- Alta Lab Android; | ||
- Imperial Android. | ||
- added 4 custom Armor Dyes - somewhat unpredictable dyes for armor parts of clothing: | ||
- Alta Dye; | ||
- Titanium Dye; | ||
- Bion Dye; | ||
- EDS Dye. | ||
|
||
Critters: | ||
|
||
- added 20 critters that can be found throughout the world: | ||
- Archiver Top; | ||
- Archiver Bottom. | ||
|
||
Translation: | ||
|
||
- all rarity names were moved to `/items/buildscripts/ct_texts.config`; | ||
- all added dyes, critters, robohelpers and androids. | ||
|
||
Dev: | ||
|
||
- optimized the item builder code slightly again; | ||
- moved deprecated objects so they don't show up in SIP; | ||
- added an auto-deploy script; | ||
- monster spawner items can now spawn npcs as well. | ||
|
||
Other: | ||
|
||
- updated prices for some cosmetic items and added proper item tags; | ||
- minor bug fixes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- GitHub direct download links: | ||
https://github.com/Ceterai/Enternia/releases/download/2.3.4/My.Enternia.2.3.4.zip | ||
https://github.com/Ceterai/Enternia/releases/download/2.3.4/My.Enternia.2.3.4.pak | ||
|
||
- GitHub release info: | ||
My Enternia 2.3.4: Alta Cafe & Monster Buffet | ||
|
||
- Steam changelog message: | ||
View the changelog for this version here: [url=https://github.com/Ceterai/Enternia/blob/main/.meta/changelog.md#234]Update 2.3.4 Changelog[/url] | ||
Link: https://steamcommunity.com/sharedfiles/filedetails/changelog/2006558650 | ||
|
||
- Starbound Forums changelog message: | ||
My Enternia 2.3.4 Patch | ||
View the changelog for this version here: [URL='https://github.com/Ceterai/Enternia/blob/main/.meta/changelog.md#234']Update 2.3.4 Changelog[/URL] | ||
Link: https://community.playstarbound.com/resources/my-enternia.6252/add-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
This mini-patch mostly focuses on bugs and improving the mod's codebase. | ||
|
||
### Main | ||
|
||
- added proper archiver coats; | ||
- bug fixes. | ||
|
||
### Alta | ||
|
||
- added proper variations for the archiver NPC coats - sold by archivers or crafted in **Ultimate Crafting Station**: | ||
- **Archiver Top**; | ||
- **Archiver Bottom**. | ||
![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/archiver1.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/archiver2.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/archiver3.png) | ||
- added 4 critter-like **Robohelpers** that can spawn naturally or be spawned with an item, and can be relocated: | ||
- **Roomba**; | ||
- **Waiter**; | ||
- **Enviroscanner**; | ||
- **EDS Gardis**. | ||
![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/alta_critter.png) | ||
- added 4 spawners for **Androids**: | ||
- **Android**; | ||
- **Security Android**; | ||
- **Alta Lab Android**; | ||
- **Imperial Android**. | ||
![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/android.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/security_android.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/lab_android.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/capital_android.png) | ||
- added 4 custom **Armor Dyes** - somewhat unpredictable dyes for armor parts of clothing: | ||
- **Alta Dye**; | ||
![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_alta1.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_alta2.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_alta3.png) | ||
- **Titanium Dye**; | ||
![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_titanium1.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_titanium2.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_titanium3.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_titanium4.png) | ||
- **Bion Dye**; | ||
![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_bion1.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_bion2.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_bion3.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_bion4.png) | ||
- **EDS Dye**. | ||
![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_eds1.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_eds2.png) ![ ](https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/showcase/2.3.4/dye_eds3.png) | ||
|
||
### Critters | ||
|
||
- added 20 critters that can be found throughout the world: | ||
- **Archiver Top**; | ||
- **Archiver Bottom**. | ||
|
||
### Translation | ||
|
||
- all rarity names were moved to `/items/buildscripts/ct_texts.config`; | ||
- all added dyes, critters, robohelpers and androids. | ||
|
||
### Dev | ||
|
||
- optimized the item builder code slightly again; | ||
- moved deprecated objects so they don't show up in SIP; | ||
- added an auto-deploy script; | ||
- monster spawner items can now spawn npcs as well. | ||
|
||
### Other | ||
|
||
- updated prices for some cosmetic items and added proper item tags; | ||
- minor bug fixes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.