#Bedroom and plushies

1 messages · Page 1 of 1 (latest)

glacial pine
#

little mockup bedroom and plushies using displayentities and the new feature.

half pawn
#

cozy :D

#

do you do a lot of interiors?

glacial pine
#

ion build much cause im no good at it

half pawn
#

just do it more often and you will get better :D
youre quite good with display entities

glacial pine
#

i just used axiom's new thing to turn builds into a json model

#

placed em about

#

i was trying to figure out a nice way to implement cars

#

but either way i'd need an entity to sit on

#

got the lil car fr

silver juniper
silver juniper
#

cute plushies by the way

glacial pine
#

thanks

silver juniper
# glacial pine wdym?

you can add your own items such as your car and the whole thing is pretty vanilla via. resource pack the whole thing is then called custom model data

glacial pine
#

oh yeah no ik

#

thats how i added the car

silver juniper
#

oh well ok

glacial pine
#

the car wasnt using axiom's thing. i had a car modeled and textured in blockbench a while ago. so i set it up in a resource pack, applied it to a nautilst shell with custom model data 1 and called it a day

silver juniper
#

i thought you had wasted hours puzzling together a thousand different entities

glacial pine
#

i get how it works, just mentioned using axiom's new thing cause it's super helpful

glacial pine
#

i wouldnt have made it 15 min before going to some discord server and complaining that "its taking too long there has to be a better way"

silver juniper
#

yes axiom is extremely helpful mega cool actually

glacial pine
#

yeah, i just wanna figure out how to do cars

#

there's this one plugin that adds cars to vanilla (its very jank, but it works)

#

but its based on just item model on the head of an armor stand or smth

#

so i wanted to figure a way to do it with display entities

#

gonna have to peek through some code and maybe figure smth out

silver juniper
#

it would also be possible, for example, to use your car as an entity and drive it around with the help of data packs, but for that you would have to have studied xD

glacial pine
#

yeah

#

but, not riding a horse or pig or whatever they're doing there

#

could be cool to put an interaction entity at the steering wheel to make it honk KannaSmugGiggle

silver juniper
#

so it would also be quite possible that it works with armor stands but then more on a straight line and rails

glacial pine
#

yeah. i'll figure smth out

#

ion have time to dig through code and figure stuff out rn. one dayyy

silver juniper
#

good luck

glacial pine
#

thanks

silver juniper
#

and I think he knows how to create and play his own sounds @dense glacier

glacial pine
#

oh

#

i can do that Thonk

#

you just upload .ogg files into a sounds folder and then you can just use /playsound

#

make right clicking an interaction entity run the command

#

ez pz

silver juniper
#

oh well then that's great i haven't even dealt with it yet

glacial pine
#

yeah, its actually pretty straightforward. i experimented with it by making a small adventure map where each room there was a speaker in the corner of the room and it spoke n shit

#

its neat

#

oh, but you need to use mono for the sound. that's how you get it to go quiet if you walk away or have directional audio.

#

if you make the sound stero, it'll be full volume, in both ears, at all times, anywhere in the world

silver juniper
#

I always thought that stereo sounds were more 3D xD

glacial pine
#

its obv possible, but i feel like it adds an unnecessary level of calculation

silver juniper
#

that's right, but it's good that I don't have to deal with my own sounds

glacial pine
#

lmfao yeah

#

plus its like super super easy to change the sound of discs

#

the name of the sound file just needs to be the name of the disc's sound file

#

and it overrides

#

(i think it was that simple)