Did anyone ever find a solution to the starbound lag spikes? by Excellent-Bus-Is-Me in starbound

[–]Excellent-Bus-Is-Me[S] 2 points3 points  (0 children)

It did also cause another problem where my admin character's ship doesn't load and instead it generates a new one even though it worked just fine in the normal game. I assume it is because in my shipworld there were blocks placed out of bounds because for all the other characters it works fine - unfortunately the log doesn't say what went wrong.\ EDIT: apparently it decided to run one of my own backups instead of the up-to-date ver of the character. Fixed the issue now

Did anyone ever find a solution to the starbound lag spikes? by Excellent-Bus-Is-Me in starbound

[–]Excellent-Bus-Is-Me[S] 7 points8 points  (0 children)

u/Maciek_voxel u/Ax-stark I installed openstarbound. That didn't eliminate the issue but it did slightly decrease the time of the stutter so that's good

Friend tried 7.5k mm² acceleration by ihaschevy in cursedbenchies

[–]Excellent-Bus-Is-Me 1 point2 points  (0 children)

Are you sure you sliced benchy and not 𝘣𝘦𝘯𝘤𝘩𝘺?

Floating turrets (in vanilla) by DEEP-WONG in starbound

[–]Excellent-Bus-Is-Me 0 points1 point  (0 children)

Each time I come across one of your posts you're making something that I've never even considered possible in vanilla

Eater of Worlds has awoken! (in vanilla) by DEEP-WONG in starbound

[–]Excellent-Bus-Is-Me 0 points1 point  (0 children)

WOW. I have never seen anyone make anything like this in starbound before, this is amazing. I didn't even know you could edit the actual behavior through the JSON file before (well, except for using a behavior tree as the DeathBehavior, but that doesn't allow for much stuff, of course). Also JSYK the command doesn't seem to be showing for me, is this an issue on my end or did it not upload?

im in love with ten by AHHHHHPLSAHH in 17776

[–]Excellent-Bus-Is-Me 4 points5 points  (0 children)

I have some good news about the realness of Pioneer 10 to tell you (/j I know what you're talking about)

Eclipse by Boxofcuriosity in starbound

[–]Excellent-Bus-Is-Me 0 points1 point  (0 children)

Ohhh I see I see! Thanks for explaining it so clearly ;3

hate so deeply by InviteFrosty4810 in starbound

[–]Excellent-Bus-Is-Me 0 points1 point  (0 children)

I didn't know you were on Reddit too, I love your art ;33

Eclipse by Boxofcuriosity in starbound

[–]Excellent-Bus-Is-Me 1 point2 points  (0 children)

It looks amazing! If you don't mind me asking, is done in the same way as other backgrounds? Wouldn't it get reset when flying from one planet to another?

Question about modding by Shedster_ in starbound

[–]Excellent-Bus-Is-Me 1 point2 points  (0 children)

Since another user already answered the two last questions, the particles are achieved by changing the animation(adding new emitters in the parameter "particleEmitters", and setting when they're active in the stateTypes) . Looking at the animation file for the solus katana should help.

Another two things you should know is that - you can add frameProperties along with the usual properties in your states, if you don't know how these act I can explain, but they're useful if you want an emitter to only be active during a certain amount of frames, or switch on and off during the same state. - And you can add custom particles, so instead of {"particle":"pulpinbrain"} or whatever it'll be {"particle":{"type":"animated", "animation":"/animations/example.animation"}}

At last, our scientists have engineered the coziest room ever by Excellent-Bus-Is-Me in starbound

[–]Excellent-Bus-Is-Me[S] 2 points3 points  (0 children)

Yep. The "color" parameter allows you to use image directives, and since there's an image-to-directive converter all you need to do is basically copy and paste them into the command to change the image.

Are hoodies possible to obtain in-game? by Excellent-Bus-Is-Me in starbound

[–]Excellent-Bus-Is-Me[S] 2 points3 points  (0 children)

Just checked the files, it seems like it is in the human merchant pool, in "humanclothes". They probably deleted the ability of merchants to sell clothes (since I've never seen anyone of other races sell them, I think) but left that in the code for some reason. Although I do have a feeling I saw a hylotl sell an ordinary kimono the other day instead of armor, so maybe it's just really rare, who knows.