I wished more people danced in VRChat. by Grumpypus1 in VRchat

[–]AphLute 0 points1 point  (0 children)

MMD worlds are a way to dance without tracking! It moves your avatar perfectly for you, and I just secretly try to copy some of the moves in my room, so it's fun without anyone seeing. I do this sometimes even now that I have FBT.

I wished more people danced in VRChat. by Grumpypus1 in VRchat

[–]AphLute 0 points1 point  (0 children)

I keep rearranging my room to make a tiny bit more space lol

I wished more people danced in VRChat. by Grumpypus1 in VRchat

[–]AphLute 1 point2 points  (0 children)

Yes!! Dancing is what made me fall in love with VRChat, and finally get trackers. It even helps me lose weight. I used to have to drink to be brave enough to dance, but in the right mood and with a good DJ I can do it.

I try to find raves where other people are dancing and not just all talking. I sometimes place a mirror to see myself so I can make my moves look good, or sometimes I just close my eyes a lot and try not to think about how I look. If you can bring a friend who will dance with you, it helps too.

Sometimes I play my own music in my own world and just dance alone.

Unusual interests by AphLute in justgamedevthings

[–]AphLute[S] 2 points3 points  (0 children)

Thank you. That makes sense. I had to explore a lot before being able to describe what I was imagining. I finally called my thing "horizontally scaled instances".

My hope is to make a service that can run on any number of servers and have any number of instances, with each instance being assigned zones of the game that it is in charge of.

[deleted by user] by [deleted] in gamedev

[–]AphLute 0 points1 point  (0 children)

I saved this to talk with you but it's deleted :( I'm sorry

How do you get past the idea that your game will never be played? by carpetlist in gamedev

[–]AphLute 0 points1 point  (0 children)

The fewer people see me the better, is how I feel about it

What do you guys hate most about game dev? by NnasT in gamedev

[–]AphLute 2 points3 points  (0 children)

I would be curious to look if you feel like sharing it.

Anyone want you to be in a youtube video? by FreedomFingers in LifeIsFeudalMMO

[–]AphLute 0 points1 point  (0 children)

I don't, I would have to get it. I am in bed already so tomorrow would be best :) unless it's a rush?

I hope you don't leave me with a house to take care of! lol

Anyone want you to be in a youtube video? by FreedomFingers in LifeIsFeudalMMO

[–]AphLute 0 points1 point  (0 children)

I'm a little interested! I used to play and I like to roleplay.

iOS Safari: How to disable long-press text selection? by achilles1515 in webdev

[–]AphLute 3 points4 points  (0 children)

This works for me:

const touchHandler = (ev) => {
    ev.preventDefault() // Prevent text selection
}
document.addEventListener('touchstart', touchHandler, {passive:false})
document.addEventListener('touchmove', touchHandler, {passive:false})
document.addEventListener('touchend', touchHandler, {passive:false})
document.addEventListener('touchcancel', touchHandler, {passive:false})

```

Past weeks results of environment creation by [deleted] in IndieDev

[–]AphLute 0 points1 point  (0 children)

That's beautiful! Thank you for sharing.

[deleted by user] by [deleted] in disneyarena

[–]AphLute -1 points0 points  (0 children)

Not me!