Skip to content

Commit

Permalink
Update 2.3.4
Browse files Browse the repository at this point in the history
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
Ceterai committed Nov 3, 2024
1 parent 45e7a90 commit e7caf28
Show file tree
Hide file tree
Showing 264 changed files with 8,691 additions and 4,154 deletions.
65 changes: 63 additions & 2 deletions .meta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ If you want to see more detailed changes, you can always navigate to the [commit

- [Changelog](#changelog)
- [Update 2.3 - Alta Cafe \& Monster Buffet](#update-23---alta-cafe--monster-buffet)
- [2.3.4](#234)
- [2.3.3d](#233d)
- [2.3.3c](#233c)
- [2.3.3b](#233b)
Expand Down Expand Up @@ -57,6 +58,66 @@ If you want to see more detailed changes, you can always navigate to the [commit

## Update 2.3 - Alta Cafe & Monster Buffet

### 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**.
![ ](/.meta/images/showcase/2.3.4/archiver1.png) ![ ](/.meta/images/showcase/2.3.4/archiver2.png) ![ ](/.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**.
![ ](/.meta/images/showcase/2.3.4/alta_critter.png)
- added 4 spawners for **Androids**:
- **Android**;
- **Security Android**;
- **Alta Lab Android**;
- **Imperial Android**.
![ ](/.meta/images/showcase/2.3.4/android.png) ![ ](/.meta/images/showcase/2.3.4/security_android.png) ![ ](/.meta/images/showcase/2.3.4/lab_android.png) ![ ](/.meta/images/showcase/2.3.4/capital_android.png)
- added 4 custom **Armor Dyes** - somewhat unpredictable dyes for armor parts of clothing:
- **Alta Dye**;
![ ](/.meta/images/showcase/2.3.4/dye_alta1.png) ![ ](/.meta/images/showcase/2.3.4/dye_alta2.png) ![ ](/.meta/images/showcase/2.3.4/dye_alta3.png)
- **Titanium Dye**;
![ ](/.meta/images/showcase/2.3.4/dye_titanium1.png) ![ ](/.meta/images/showcase/2.3.4/dye_titanium2.png) ![ ](/.meta/images/showcase/2.3.4/dye_titanium3.png) ![ ](/.meta/images/showcase/2.3.4/dye_titanium4.png)
- **Bion Dye**;
![ ](/.meta/images/showcase/2.3.4/dye_bion1.png) ![ ](/.meta/images/showcase/2.3.4/dye_bion2.png) ![ ](/.meta/images/showcase/2.3.4/dye_bion3.png) ![ ](/.meta/images/showcase/2.3.4/dye_bion4.png)
- **EDS Dye**.
![ ](/.meta/images/showcase/2.3.4/dye_eds1.png) ![ ](/.meta/images/showcase/2.3.4/dye_eds2.png) ![ ](/.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.

### 2.3.3d

This mini-patch mostly focuses on bugs and improving the mod's codebase.
Expand All @@ -76,8 +137,8 @@ This mini-patch mostly focuses on bugs and improving the mod's codebase.
- the `itemTags` property is no longer updated for most items - a potential fix for the **Armor Adapt** conflict;
- added item defaults - some parameters like price no longer need to be defined for most items;
- added rarity calculation - improves rarity and makes it dependent on item level;
- added custom mod support script for **Spawnable Item Pack**: `/.meta/scripts/SIP_support_script.py`;
- added custom mod support script for **Recipe Browser**: `/.meta/scripts/RB_support_script.py`.
- added custom mod support script for **Spawnable Item Pack**: `/.meta/scripts/mods/SIP.py`;
- added custom mod support script for **Recipe Browser**: `/.meta/scripts/mods/RB.py`.

**Other:**

Expand Down
2 changes: 1 addition & 1 deletion .meta/cockpit.config.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file contains initial cockpit info that gets enhanced by the MPI_support_script.py script.
// This file contains initial cockpit info that gets enhanced by the MPI.py script.
[
{ "op": "add", "path": "/planetTypeNames/ct_alterash_planet", "value": "Alterash" },
{ "op": "add", "path": "/planetTypeColors/ct_alterash_planet", "value": [32, 240, 128] },
Expand Down
4 changes: 2 additions & 2 deletions .meta/description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Where to start:
- Alta Upgrade Station for upgrading some mod items in exchange for Gheatsyn Shards.

This mod doesn't require any other mods to work and should be FU-compatible.
Temporarily incompatible with Armor Adapt.
Temporarily incompatible with NpcSpawner+ - use MEAC NpcSpawner+ Patch if you want to create alta npcs with it.

Supported Addons:
Expand All @@ -39,6 +38,7 @@ Supported Addons:
- Wardrobe Interface (all armor and clothing from the mod can be found in the wardrobe with proper dying options);
- Craftable Seeds (all crops and saplings from this mod can be crafted in the Seed Maker);
- Recipe Browser (adds all recipes and crafting stations from this mod to the interface);
- Starburst Rework (electric protection items from this mod support effects from SR).
- Starburst Rework (electric protection items from this mod support effects from SR);
- Armor Adapt (armor from this mod no longer causes lag with armor adapt installed).

If you find any issues or bugs or errors, you can report them on the GitHub Issues page, or in the related discussion on Steam Workshop, on the Starbound Forum page, or in the Discord server.
23 changes: 21 additions & 2 deletions .meta/description_sb_forum.bbcode
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,30 @@ Check out full guide on tenants here: [URL='https://github.com/Ceterai/Enternia/
[*][URL='https://steamcommunity.com/sharedfiles/filedetails/?id=2622273194']Race Traits[/URL] (check mod screenshots for stats);
[*][URL='https://community.playstarbound.com/resources/frackinraces.3717/']Frackin' Races[/URL]/[URL='https://community.playstarbound.com/resources/frackinuniverse.2920/']Frackin' Universe[/URL] (PARTIAL: no FU BYOS support. If you need it, you can get it here: [URL='https://steamcommunity.com/sharedfiles/filedetails/?id=3048977458']Alta FU Patch+[/URL]);
[*][URL='https://community.playstarbound.com/resources/quickbar-mini.6048/']Quickbar Mini[/URL]/[B]Stardust Core Lite[/B] (adds [IMG]https://raw.githubusercontent.com/Ceterai/Enternia/main/items/active/unsorted/alta/scanner/icon.png[/IMG] [URL='https://github.com/Ceterai/Enternia/wiki/Alta-Scanner']Alta Scanner[/URL] to the quick bar);
[*][URL='https://steamcommunity.com/sharedfiles/filedetails/?id=947429656']Scripted Artificial Intelligence Lattice (Customisable A.I.!)[/URL] (adds 4 A.I. chips that modify S.A.I.L. with alta ship A.I. features and makes alta S.A.I.L. compatible with chips) - if you only want the chips and not the rest of the mod - use this instead: [Alta A.I. Chips](https://steamcommunity.com/sharedfiles/filedetails/?id=3276795992);
[*][URL='https://steamcommunity.com/sharedfiles/filedetails/?id=947429656']Scripted Artificial Intelligence Lattice (Customisable A.I.!)[/URL] (adds 4 A.I. chips that modify S.A.I.L. with alta ship A.I. features and makes alta S.A.I.L. compatible with chips) - if you only want the chips and not the rest of the mod - use this instead: [B]Alta A.I. Chips[/B] ([URL='https://github.com/Ceterai/AltaAIChips']GitHub[/URL] | [URL='https://community.playstarbound.com/resources/alta-a-i-chips.6317']Forums[/URL]);
[*][URL='https://community.playstarbound.com/resources/wardrobe.3704/']Wardrobe Interface[/URL] (all armor and clothing from the mod can be found in the wardrobe with proper dying options);
[*][B]Craftable Seeds NEW[/B]/[URL='https://community.playstarbound.com/resources/craftable-seeds.3744/']Craftable Seeds[/URL] (all crops and saplings from this mod can be crafted in the Seed Maker);
[*][URL='https://steamcommunity.com/sharedfiles/filedetails/?id=2018183533']Recipe Browser[/URL] (adds all recipes and crafting stations from this mod to the interface);
[*][URL='https://community.playstarbound.com/resources/starburst-rework-mod.6261/']Starburst Rework[/URL] (electric protection items from this mod support effects from SR).
[*][URL='https://community.playstarbound.com/resources/starburst-rework-mod.6261/']Starburst Rework[/URL] (electric protection items from this mod support effects from SR);
[*][URL='https://github.com/Zancuno/Armor-Adapt']Armor Adapt[/URL] (armor from this mod no longer causes lag with armor adapt installed).
[/LIST]

[SIZE=6]Other Addon Support[/SIZE]
[LIST]
[*]Starting with 2.3.3 is now compatible with [URL='https://steamcommunity.com/sharedfiles/filedetails/?id=1110852235']Monsters Unique Sounds (SFX from Beta)[/URL] - alta drones no longer crash with this mod installed;
[*][URL='https://steamcommunity.com/sharedfiles/filedetails/?id=731220462']Enhanced Storage[/URL] is supported with the following patch: [B]My Enternia Enhanced Storage Patch[/B] ([URL='https://github.com/Ceterai/MyEnterniaEnhancedStoragePatch']GitHub[/URL] | [URL='https://community.playstarbound.com/resources/my-enternia-enhanced-storage-patch.6318/']Forums[/URL])
[*]You can alter alta S.A.I.L. by installing one of the official patches:
[LIST]
[*][B]EDS Alta S.A.I.L[/B] ([URL='https://github.com/Ceterai/AltaEDSSAIL']GitHub[/URL] | [URL='https://community.playstarbound.com/resources/eds-alta-s-a-i-l.6321/']Forums[/URL])
[*][B]C.T.O.S. Alta S.A.I.L[/B] ([URL='https://github.com/Ceterai/AltaCTOSSAIL']GitHub[/URL] | [URL='https://community.playstarbound.com/resources/c-t-o-s-alta-s-a-i-l.6322/']Forums[/URL])
[*][B]Classic Alta S.A.I.L[/B] ([URL='https://github.com/Ceterai/AltaClassicSAIL']GitHub[/URL] | [URL='https://community.playstarbound.com/resources/classic-alta-s-a-i-l.6323/']Forums[/URL])
[*][B]Alta Security S.A.I.L[/B] ([URL='https://github.com/Ceterai/AltaSecuritySAIL']GitHub[/URL] | [URL='https://community.playstarbound.com/resources/alta-security-s-a-i-l.6324/']Forums[/URL])
[/LIST]
[*]You can alter alta body type by installing one of the official patches:
[LIST]
[*][B]Full Alta Body Type[/B] ([URL='https://github.com/Ceterai/AltaFullBodyType']GitHub[/URL] | [URL='https://community.playstarbound.com/resources/full-alta-body-type.6319/']Forums[/URL])
[*][B]Flat Alta Body Type[/B] ([URL='https://github.com/Ceterai/AltaFlatBodyType']GitHub[/URL] | [URL='https://community.playstarbound.com/resources/flat-alta-body-type.6320/']Forums[/URL])
[/LIST]
[/LIST]

[SIZE=6]Content Rundown[/SIZE]
Expand Down
4 changes: 2 additions & 2 deletions .meta/description_steam.bbcode
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ To know what you're doing and where to look for new content, check out this:
[url=https://github.com/Ceterai/Enternia#where-to-start]My Enternia: Where To Start[/url]
[h2]Compatability[/h2]
This mod [b]doesn't[/b] require any other mods to work and should be FU-compatible.
Temporarily [i]incompatible[/i] with [b]Armor Adapt.[/b]
Temporarily [i]incompatible[/i] with [b]NpcSpawner+[/b] - use [url=https://steamcommunity.com/sharedfiles/filedetails/?id=3250490837]this patch[/url] if you want to create alta npcs with it.
[h2]Supported Addons[/h2]For a full list with links and descriptions - go here: [url=https://github.com/Ceterai/Enternia#supported-addons]My Enternia: Supported Addons[/url][list]
[*][b]Tabula Rasa[/b] (most items & objects are available at the table);
Expand All @@ -39,7 +38,8 @@ Temporarily [i]incompatible[/i] with [b]NpcSpawner+[/b] - use [url=https://steam
[*][b]Wardrobe Interface[/b] (all armor and clothing from the mod can be found in the wardrobe with proper dying options);
[*][b]Craftable Seeds[/b] (all crops and saplings from this mod can be crafted in the Seed Maker);
[*][b]Recipe Browser[/b] (adds all recipes and crafting stations from this mod to the interface);
[*][b]Starburst Rework[/b] (electric protection items from this mod support effects from SR).[/list]
[*][b]Starburst Rework[/b] (electric protection items from this mod support effects from SR);
[*][b]Armor Adapt[/b] (armor from this mod no longer causes lag with armor adapt installed).[/list]
[b]Enhanced Storage[/b] - if you need compatability, you can get [url=https://steamcommunity.com/sharedfiles/filedetails/?id=3278292921]this patch[/url].
[h2]Mod Content Rundown[/h2]
[img]https://raw.githubusercontent.com/Ceterai/Enternia/main/.meta/images/tooltip1.png[/img]
Expand Down
Binary file modified .meta/images/panels/tooltip3.psd
Binary file not shown.
Binary file added .meta/images/showcase/2.3.4/android.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/archiver1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/archiver2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/archiver3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/capital_android.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_alta1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_alta2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_alta3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_bion1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_bion2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_bion3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_bion4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_eds1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_eds2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_eds3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_titanium1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_titanium2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_titanium3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/dye_titanium4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .meta/images/showcase/2.3.4/lab_android.png
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 removed .meta/images/showcase/ship_pets/narfin.png
Binary file not shown.
Binary file removed .meta/images/showcase/ship_pets/snugget.png
Binary file not shown.
Binary file modified .meta/images/tooltip3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions .meta/release/commit.txt
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.
15 changes: 15 additions & 0 deletions .meta/release/info.txt
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
57 changes: 57 additions & 0 deletions .meta/release/notes.md
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.
11 changes: 9 additions & 2 deletions .meta/scripts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ def get_folder(name: str):
return os.path.dirname(name).replace(ROOT, '').replace('\\', '/')

ROOT = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
REPO_PATH = 'https://github.com/Ceterai/Enternia/tree/main'
MODS = os.path.dirname(ROOT)
META = os.path.join(ROOT, '.meta')
WIKI = os.path.join(META, 'wiki')
RELEASE = os.path.join(META, 'release')
STARBOUND = os.path.dirname(MODS)
REPO = 'https://github.com/Ceterai/Enternia'
IMAGE_PATH = 'https://raw.githubusercontent.com/Ceterai/Enternia/main'
REPO_PATH = f'{REPO}/blob/main'
HINT_PATH = __file__.replace(ROOT, '').replace('\\', '/').replace(get_file(__file__), '')
HINT = '// Mod Support for {mod}, generated with this script: ' + REPO_PATH + HINT_PATH + '{name}'
HINT = '// Mod Support for {mod}, generated with this script: ' + REPO_PATH + HINT_PATH + 'mods/{name}'

def get_paths_flat(roots: list[str] = ['']) -> list[str]:
paths = []
Expand Down
Loading

0 comments on commit e7caf28

Please sign in to comment.