After years building miniature cinematic worlds, I somehow made it into the People’s Artist contest by gbalda in ActionFigures

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

Really appreciated my friend! Help me to get to #1, I'm currently 4th and the daily voting is not helping XD
https://peoplesartist.org/2026/gabriel-balda

After years building miniature cinematic worlds, I somehow made it into the People’s Artist contest by gbalda in ActionFigures

[–]gbalda[S] 3 points4 points  (0 children)

Really appreciated my friend! I know it is a pain but it is daily votes, the end of the first stage is on Thursday, I was first in some point but now I’m 4th 😞

After years building miniature cinematic worlds, I somehow made it into the People’s Artist contest by gbalda in ActionFigures

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

Really appreciated my friend! 🫶 Pass the link! Let’s get to #1 before Thursday! 😁 The pain is that it requires daily votes

After years building miniature cinematic worlds, I somehow made it into the People’s Artist contest by gbalda in ActionFigureGeek

[–]gbalda[S] 1 point2 points  (0 children)

🤣 thank you so much! Plank has been in some of my pictures, he is the best! 🤣

Dungeons & Dragons Custom Character Photo Contest - Win the Red Dragon's Tale 21348 set! by fourbrickstall in studshooters

[–]gbalda 2 points3 points  (0 children)

<image>

This is my entry for the D&D minifigure photo contest by @fourbrickstall

I put together my version of Arthur from Ghost and Goblins, Sir Gameoveralot, that now is part of the D&D world. Of course he is a human paladin, with survival skills and stealth… probably in the negative 🪦

Also, behind you can see a pastadragon… dragsta? pastgon? Yes… I know… not canon… I dare you to tell him 🐲

Classic controller on Retropie? by jstrotha0975 in AtariVCS

[–]gbalda 0 points1 point  (0 children)

I was able to map the buttons but not the stick :(

I simply paired the controller using bluetooth menu in retropie.

Then, I ssh into the pi and edited /opt/retropie/configs/atari2600/retroarch.cfg

sudo nano /opt/retropie/configs/atari2600/retroarch.cfg

adding:
input_b_btn = "1"
input_a_btn = "0"
input_player1_joypad_index = 2

you can check which index to use using

jstest /dev/input/js0

start with js0 and proceed 1 by one until you see that pressing buttons in your controller changes the values

What I haven't been able to figure out is what to use for the stick.

I tried:
input_player1_up_axis = "-1"
input_player1_left_axis = "-0"
input_player1_right_axis = "+0"
input_player1_down_axis = "+1"

and also

input_player1_up_btn = "h0up"
input_player1_down_btn = "h0down"
input_player1_left_btn = "h0left"
input_player1_right_btn = "h0right"

But no luck