Starbound

Starbound

Not enough ratings
Mysterious additions
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
28.420 MB
13 Sep, 2018 @ 8:47am
14 Feb @ 3:17pm
27 Change Notes ( view )

Subscribe to download
Mysterious additions

Description
Hurray! The mysteriousness, is now less mysterious! I've now added the instance world I've been working on into the mix. /warp InstanceWorld:Venearia <- if you want to access it.

"statusEffects":[{"amount":1000000,"stat":"vextinsanecoldImmunity"}] <- a necessary status effect to add to an item you're wearing if you wish to access the area, e.g. an EPP. Rexmeck item editor should allow you to make such an edit, as there are presently no items present in the mod to protect you from the harsh temperatures of Venearia. (Also necessary for Venearia-dark)

I've also now added Interloper, if you enter that place for the first time, make sure to have admin mode active, then use a mod such as Aurora's SB Mod to fly above, then you can build from the world bottom directly and move upwards. Then on your new platform, make sure to /setspawnpoint <- after that you can deactivate admin mode and you will always spawn in the planet in a non instant death way.

Disclaimer: Any assets taken for edits are done in good faith, and will be removed on request of the author/authors of the respective original works.
17 Comments
mikypoo  [author] 7 Mar, 2022 @ 9:35am 
Haha, comes by surprise doesn't it!
Glad to know people are watching!
Lukiwarble 6 Mar, 2022 @ 6:45pm 
Oh?! wasn't expecting to see an update in this mod
mikypoo  [author] 25 Aug, 2021 @ 10:27am 
The humanoid body sprites were self edited without looking at other sources, taken straight from /assets/humanoid/human.

However, you are correct that the anime eyes were taken from another source. Primarily because I add patches that assume those eyes are installed to go along with Ren's mod having them added in the first place.

I assume the above is what you mean by Aurora and Cutebound. The head sprites were copied over from either Aurora's original or Ningen Race Mod, or maybe even Cutebound.

However, as I didn't copy from there, and it was in Rumi's mod for ages, then removed, and then added soon after in Ren's mod, it hadn't occurred to me write about the origin of where the sprite came from.

There is likely no way I can tell which mod it came from to start with at this point.
FezzedOne 24 Aug, 2021 @ 5:27pm 
I'd like to know exactly why this mod has Aurora's (or Cutebound's) humanoid sprites in it. That feature is completely undisclosed, by the way.
OxOOFFOO 13 Jul, 2020 @ 3:52am 
Interesting use for my test world.
Lukiwarble 4 Feb, 2020 @ 3:22pm 
I went for the second one just to be sure, i was going to remove it but since it worked i just let it like that
mikypoo  [author] 3 Feb, 2020 @ 3:53pm 
I've now updated the description accordingly, thanks for letting me know that the game wouldn't call the immunity status effect without a direct call "{}".
mikypoo  [author] 3 Feb, 2020 @ 3:48pm 
@Lukiwarble

Yeah, you only needed to specify the same stat once, not twice. I gave two entries to tell you that you can add more to it if you wish to.

/spawnitem coldprotectionback3 1 '{"shortdescription":"^red;Venearia Survival EPP^reset;","description":"Essential in any trips to Venearia.","statusEffects":[{"amount":1000000,"stat":"vextinsanecoldImmunity"}]}'
Lukiwarble 3 Feb, 2020 @ 2:18pm 
Now it works, altough i already created my base in MysTonnard i can at least access that world.
The item ended looking like this (did a few changes to remember what it was about) :

/spawnitem coldprotectionback3 1 '{"shortdescription":"^red;Venearia Survival EPP^reset;","description":"Essential in any trips to Venearia.","statusEffects":[{"amount":1000000,"stat":"vextinsanecoldImmunity"}, {"amount":1000000,"stat":"vextinsanecoldImmunity"}]}'
mikypoo  [author] 3 Feb, 2020 @ 3:23am 
@Lukiwarble

In that case, assign them with "statusEffects":[{"amount":1000000,"stat":"name"}, {"amount":1000000,"stat":"name"}]

Replace name with the right status effect.

I added two entries to give you an example of adding multiple. The reason this method can sometimes be required, is it calls the status effect directly.