AlpineShowTime 🐟Forgotten Imaginary Friend VTuber's Avatar

AlpineShowTime 🐟Forgotten Imaginary Friend VTuber

@alpineshowtime.bsky.social

[They/Them] (18+ Minors DNI) Your long forgotten Imaginary friend. Here to reach out to you and make VTuber concepts you have yet to see be done before! Check me out on other apps/sites: https://alpinest.carrd.co/ (Banner by @YoursForest)

5,261 Followers  |  436 Following  |  2,006 Posts  |  Joined: 26.09.2023
Posts Following

Posts by AlpineShowTime 🐟Forgotten Imaginary Friend VTuber (@alpineshowtime.bsky.social)

Video thumbnail

✨boat promo boat promo boat promo vertical video boat promo ✨`

05.03.2026 01:51 β€” πŸ‘ 104    πŸ” 33    πŸ’¬ 9    πŸ“Œ 0
Video thumbnail

FMVTuber Mouse Tracking (WIP)

05.03.2026 01:56 β€” πŸ‘ 86    πŸ” 12    πŸ’¬ 1    πŸ“Œ 0

Rule #1 of VTubing has never changed

have fun

05.03.2026 00:26 β€” πŸ‘ 7    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Resident Evil 4 wii edition

Resident Evil 4 wii edition

Speaking of Resident Evil ports

Resident Evil 4: Wii edition is PEAK! I feel crazy saying this, but it feels right to aim with a Wii mote

05.03.2026 00:19 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

WOWWWW Looks amazing

05.03.2026 00:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Only 15% done πŸ™πŸ˜ atm

04.03.2026 00:36 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

That Leon is an amazing guy

04.03.2026 00:32 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Leon!! You can to visit me!!

04.03.2026 00:21 β€” πŸ‘ 21    πŸ” 2    πŸ’¬ 2    πŸ“Œ 0
Video thumbnail

🫧🐠WIP FULL SCENE VTuber model🐠🫧

(WIP) THIS IS AN ACTIVE/LIVE VTuber model running live in action with no editing. However there's no mouth tracking just yet. There is still a lot of animations to do,

it's missing keyframes/inbetween frames! But I hope you look forward for it!

03.03.2026 23:54 β€” πŸ‘ 195    πŸ” 44    πŸ’¬ 7    πŸ“Œ 2

Leon!! You came to visit me!!

03.03.2026 23:50 β€” πŸ‘ 55    πŸ” 5    πŸ’¬ 0    πŸ“Œ 1
julesy woolsy and budou the green cheek conure positioned next to a white Blue Yeti microphone, with julesy's bedroom scene behind her. the text in the top left corner reads: "ASMR with BUDOU! [WARNING: he might scream]"

julesy woolsy and budou the green cheek conure positioned next to a white Blue Yeti microphone, with julesy's bedroom scene behind her. the text in the top left corner reads: "ASMR with BUDOU! [WARNING: he might scream]"

🎧ASMR TIME TODAY!!😌

🦜HOWEVER... there will also be a little rascal here with me!
i'll be pampering, petting, and whispering to budou, since yesterday was his hatchdayπŸŽ‚

you might even hear some cute budou chirps and whispers... (OR screams and screeches😨)

⏰ 2pm PT | 3pm MT | 4pm CT | 5pm ET

03.03.2026 19:34 β€” πŸ‘ 18    πŸ” 5    πŸ’¬ 1    πŸ“Œ 0

YAY

03.03.2026 17:10 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Arlecchino from Italy, commedia dell'arte

A popular comedic character from the renaissance period. VERY OLD character! But I actually used them as the very first base of when I designed Verdana (My Vtuber)

03.03.2026 17:09 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
var folderSet = "JUSTCHATTING"
var controllerFolder = "R4"

# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

func _process(delta: float) -> void:
	
	#Updates
	UserKeyY = Input.get_axis("R_Stick_Down","R_Stick_Up")
	UserKeyX = Input.get_axis("R_Stick_Left","R_Stick_Right")
	userDPadX = Input.get_axis("D_Left","D_Right")
	userDPadY = Input.get_axis("D_Up","D_Down")
	userButtonX = Input.get_axis("B_Left","B_Right")
	userButtonY = Input.get_axis("B_Up","B_Down")
	userMouseX = get_global_mouse_position().x
	userMouseY = get_global_mouse_position().y
	
	print(userMouseX)
	
	
	
	#Checking if buttons are being pressed
	whatAmIPressing()
	#print(amIPressingButtons)
	#print(amIPressingDPad)
	
	
	#isCentreHoriCheck()
	inputDirection()
	print(inputDirectionDPad)
	
	#print(UserKeyY)
	
	if amIPressingDPad or amIPressingButtons:
		if amIPressingButtons:
			buttonAnimations()
		elif amIPressingDPad:
			dpadAnimations()
	else:
		soundPressOnce(1200000,"NONE")
		noJoyStandardY()

pass





#-------------------------------------------
func buttonAnimations():
	#changeSetFootage("B1",14)
	if inputDirectionButton == "Up": # Y on the Xbox controller
		changeSetFootage("B1",14)
		
		
		newDefault("B1_N")
		#soundPressOnce(4,"SFX6_Selection")
		
	elif inputDirectionButton == "Down":
		
		defaultAnimation = "N"

var folderSet = "JUSTCHATTING" var controllerFolder = "R4" # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ func _process(delta: float) -> void: #Updates UserKeyY = Input.get_axis("R_Stick_Down","R_Stick_Up") UserKeyX = Input.get_axis("R_Stick_Left","R_Stick_Right") userDPadX = Input.get_axis("D_Left","D_Right") userDPadY = Input.get_axis("D_Up","D_Down") userButtonX = Input.get_axis("B_Left","B_Right") userButtonY = Input.get_axis("B_Up","B_Down") userMouseX = get_global_mouse_position().x userMouseY = get_global_mouse_position().y print(userMouseX) #Checking if buttons are being pressed whatAmIPressing() #print(amIPressingButtons) #print(amIPressingDPad) #isCentreHoriCheck() inputDirection() print(inputDirectionDPad) #print(UserKeyY) if amIPressingDPad or amIPressingButtons: if amIPressingButtons: buttonAnimations() elif amIPressingDPad: dpadAnimations() else: soundPressOnce(1200000,"NONE") noJoyStandardY() pass #------------------------------------------- func buttonAnimations(): #changeSetFootage("B1",14) if inputDirectionButton == "Up": # Y on the Xbox controller changeSetFootage("B1",14) newDefault("B1_N") #soundPressOnce(4,"SFX6_Selection") elif inputDirectionButton == "Down": defaultAnimation = "N"

Something I been programming in Godot 😈

03.03.2026 15:52 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

YEAHH

03.03.2026 15:31 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

LittleBigPlanet was stream successfully,

Blender-art streams was streamed successfully
both streams for 5 hours each!

Now that I know this I can begin really making the ambitious content I want to make! YIPPEEE

03.03.2026 15:25 β€” πŸ‘ 44    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

So I've done two test streams using the new software I've been developing. And I'm happy to announce:

AlpineShowTime's VTuber Circus [my software]

IS VERY LIGHTWEIGHT! And a good option to use for heavy streams but a fun model! Which means more streams from me! YAYYY

03.03.2026 15:25 β€” πŸ‘ 131    πŸ” 6    πŸ’¬ 9    πŸ“Œ 0

Verdana coded characters

03.03.2026 14:04 β€” πŸ‘ 80    πŸ” 6    πŸ’¬ 3    πŸ“Œ 10

If you look like this, you're the best!

03.03.2026 13:52 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Alpineshowetime drawing a quick doodle of Roshangalaxy on blender while livestreaming

Alpineshowetime drawing a quick doodle of Roshangalaxy on blender while livestreaming

"If you look like this, you're the best" says Alpine

I say "HOW DARE" (positively cause I love Alpine and their streams so much). Seriously they're the best!! @alpineshowtime.bsky.social

03.03.2026 04:05 β€” πŸ‘ 42    πŸ” 4    πŸ’¬ 2    πŸ“Œ 0
Preview
AlpineShowTime - Twitch [Brief Endurance Test Stream] PLZ I want to BLENDER 🐠!kofi

www.twitch.tv/alpineshowtime
Short test stream today, gonna work on my model live

02.03.2026 22:37 β€” πŸ‘ 18    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

One game that needs to come off the OG Xbox and onto more modern systems is Jet Set Radio Future.

01.03.2026 22:39 β€” πŸ‘ 1462    πŸ” 221    πŸ’¬ 10    πŸ“Œ 0
a drawing of a dwarf with a white beard and yellow hood wearing black armour and holding a sword

a drawing of a dwarf with a white beard and yellow hood wearing black armour and holding a sword

a drawing of a knight wearing medieval beekeeper mask and yellow and black striped outfit and holding a matching lance

a drawing of a knight wearing medieval beekeeper mask and yellow and black striped outfit and holding a matching lance

a drawing of a fairy with antenna wearing a robe and the page is decorated with moss

a drawing of a fairy with antenna wearing a robe and the page is decorated with moss

I have some more Β£10 commission slots available now!
Please send me a message if you would like to commission one!

01.03.2026 15:20 β€” πŸ‘ 129    πŸ” 38    πŸ’¬ 2    πŸ“Œ 1

THIS IS SO CUTE

01.03.2026 16:25 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Please commission Rossy.
I adore them.
Look how they drew me, you know you want one too!~

GO COMM ROSSY!
πŸ’šβœ¨
-
#ambieart #illustration #humanart #fantasy

01.03.2026 16:17 β€” πŸ‘ 22    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0

Lmao I was thinking the same thing

01.03.2026 04:02 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

Join Us Tomorrow at 1pm EST as I tort... I mean watch three of my lovely friends play a Project HiVECORE TOTALLY NORMAL game of minecraft with no catches whatsoever!

Why are you reading into that?

Our lovely guests: @alpineshowtime.bsky.social @roshangalaxy.bsky.social @galaxyjamwich.bsky.social

01.03.2026 02:33 β€” πŸ‘ 7    πŸ” 2    πŸ’¬ 0    πŸ“Œ 2

I also voice acted the guy screaming for his life that Casper stabs in the head with his axe.

Which by the way is super unfriendly I don't recommend it πŸ˜”

28.02.2026 21:57 β€” πŸ‘ 21    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

β­πŸ¦‘ My Voice Acting Reel πŸ¦‘ ⭐

I would love to voice actor for people's projects, I ain't much of a voice actor but my TikTok community is surprised that I'm the single voice actor for all of my characters!

So why not, I spliced up my shorts and made this reel! enjoy

28.02.2026 21:53 β€” πŸ‘ 196    πŸ” 49    πŸ’¬ 2    πŸ“Œ 0
Post image

Pokemon Winds and Waves starters already got me excited πŸƒπŸ”₯🌊! Love this trio✨
#PokemonWindsWaves #ポケヒン钨泒 #PixelArt #γƒ‰γƒƒγƒˆη΅΅

28.02.2026 16:21 β€” πŸ‘ 70    πŸ” 24    πŸ’¬ 0    πŸ“Œ 0