@erenbelmont
Joined on June 23rd, 2018, this user has been a member for 2,928 days and is the 8,890th person to register an account.
Has 234 submissions, the first one uploaded on November 18th, 2017 and the most recent on March 25th, 2026.
Of those, 19 have been featured and 122 have won Users' Choice.
On average, each submission earns 3,162 downloads.
In total, they have been download 746,269 times.
Counting every individual stickfigure, including the contents of all packs, this user has technically made and submitted 1,756 stickfigures.
On average, when this user rates stickfigures, they are 81% positive.
Also, they are typically 95% positive when rating animation spotlights.
Has made 1,030 comments on non-activity pages of the site. Alternatively, this user has made 4,359 comments on actual activity pages of the site.
They have visited the site consecutively for 248 days, their best streak being 855 days. On average, they post 1 update and 1 comment per week.
This member is a Users' Choice voter!
Their current voting streak is 3885 and their longest streak is 3885 consecutive votes.
30 days of motivationOwner
Vinny’s group of stuff n shit idkOwner
-Project 37-Owner
GMod / SFM / MMD artOwner
Group for my miniatures (don’t ask , it’s just a group for me)Owner
TF2 Meet the Medic (OC version)Owner
ATF:D – FSAOwner
Video games critiquesOwner
False add makersOwner
" Souls of the old " serieOwner
s/BrokeStickNodesOwner
[deleted]Owner
Stick Nodes website featur suggestionOwner
WastelandersOwner
Out of commission group.admin
Jingle mikes Nintendo switch partyadmin
Trophy ideasadmin
After the Flash Downfalladmin
War Technicals and Infantry (This Group is very dead)admin
The SN Workshop (OPEN)mod
Warlock Imperiummod
group only for 200 membersmod
The Amazing Interrogationmod
People who are ready for Christmas and thanksgivingmod
Sticknodes Kartmod
Reference imagesmod
Stick Nodes: Revengemod
The Allied Forces (At Peace)mod
The Drama Scalemod
StickNodes (Reviews)mod
-
Replying to comment by:
Say it with me :
SPEEEEN
-
Replying to comment by:
Well , I personnaly learned python , and I started learning C recently via openclassroom (https://openclassrooms.com/fr/courses/19980-apprenez-a-programmer-en-c PS : It’s in french)
-
@ralph Sorry to bother you (again) but I’m currious about the language you use for SN , is it C ,C++ or somethin’ else ?
-
Replying to comment by:
Look at the barrel on the thumbnail
-
Replying to comment by:
Like remaking this : http://sticknodes.com/sticks/pistol-perspective-pack-zip/
with a more realistic barrel for exemple -
Reversed smart stretch.
Ex:static smart anchore
node stretch node
v v v
a-~-~-~-~b-~-~-~-~cV V V
a-~-~-~-~-~b-~-~-~c
PS : my example is not the best but I’ll make a gif explaining beter what it is
-
Ralph: no
-
i think someone had already suggested something similar. this can be quite useful tbh
-
Replying to:
Like remaking this : http://sticknodes.com/sticks/pistol-perspective-pack-zip/
with a more realistic barrel for exemple-
Replying to:
thats just regular smart stretch dude idk
-
Replying to:
Look at the barrel on the thumbnail
-
Replying to:
oh yeah now i see it
-
-
-
-
-
Yeah I kept suggesting that.
Tho I did kinda develop an “reverse smart stretch”, which works quite the way you described if you use polyfill.
And also practical use pic.twitter.com/0RndjOOOFM
— arcionek (@arcionek) September 13, 2020
-
Replying to:
damn thats some nice ass use you got there. i didnt get however how do i make it
-
Replying to:
Just replicate the scheme and toy around with it.
-
Replying to:
idk man i dont understand where each node is supposed to go. like where is the base node and stuff. if you just posted a pic with the nodes themselves shown it’ll be helpful
-
Replying to:
We’re talking about this, right?

Look on the red line on top. The point that doesn’t move is the main node.
-
Replying to:
aight thanks. i forgot do not smart stretch exists
-
-
-
-
-
-
I don’t know what this means.
-
-
Replying to comment by:
I really wana see a real hacker get a bs email like this.
-
Replying to comment by:
N
-
Replying to comment by:
P
-
-
Replying to comment by:
how many times do we need to say it : HE DOESN’T EXSIST
-
Replying to comment by:
Thanks
-
Replying to comment by:
Really ? Modern , next to the tuxedo jackets

-
Replying to comment by:
Slender has a tie
-
Replying to comment by:
stop
- Load More
















ray
Likely, I think a lot of apps rely on C or C+.
lol nooo
Android = Java (or Kotlin)
IOS = Objective C or Swift
Unity = C#
F
unity? wdym unity? you made SN in unity or something?
no i was just pointing out the main languages for each platform in general
i explained what SN is made with below but i think you saw that already
oh ok
i think its javascript actually. i recall once he showed a section of code and it was .js i think tho i might just be wrong
Java, with the LibGDX framework that does all the tough cross-platform stuff
if you’re gonna get into learning programming, big recommend Java, it’s simpler than C++ but still an industry standard
Well , I personnaly learned python , and I started learning C recently via openclassroom (https://openclassrooms.com/fr/courses/19980-apprenez-a-programmer-en-c PS : It’s in french)
oh same. i learned a bit of python and now im planning to start with C when i have some free time on my hands. im also “”learning”” C# via school (said “”learning”” because its taught in a shitty way). i find that python+ C is a very common combination today
i think a lot of beginning programmers go towards python because python is just about the simplest language there is that one can actually use in the tech field (any simpler and its shit like scratch). also im fairly into learning C even tho its a lower level language which means dealing with that pain in the ass that is memory and stuff but at least its another marketable skill
interesting, because i notice that too, lots of Python regarding new programmers
meanwhile me: never touched it before and it scares me
python is super easy tbh. for example, no indicating the type of a variable so no “int x = something”. also no ; after each line. these are just some small features. the syntax itself is just about regular words for the most part
Here’s an example of python (following BottomText’s comment abou how it’e ez)
PS : You might not understand all of the code or the explication due to the fact that some words aren’t in english and that I don’t explain very well things
PS2: It was the easyest I could fine in my files
PS3: “_” and “-” are tabulations
.
.
.
def replace(texte):
_texte_inverse = ”
-_for caractere in texte:
_-_if caractere.isupper():
-_-_texte_inverse = texte_inverse + caractere.lower()
_-_elif caractere.islower():
-_-_texte_inverse = texte_inverse + caractere.upper()
_-_else:
-_-_texte_inverse = texte_inverse + caractere
_return texte_inverse
texte = ‘Lorem ipsum; dolor sit amet, consectetur adipiscing elit. Maecenas at enim sed nisl dapibus malesuada at quis eros. Suspendisse eleifend finibus aliquam. Phasellus id ex pellentesque, aliquet urna pharetra, placerat lorem. Donec elementum nibh ac congue consequat. Donec quis massa luctus libero imperdiet viverra eu vel urna. Nulla fermentum ornare justo, vitae pretium tortor blandit ac. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Maecenas faucibus augue in risus vestibulum, et varius eros aliquet. Pellentesque sed ligula et urna consectetur vestibulum vel vitae arcu. Aenean nec eros nunc. Morbi pulvinar lacinia mi, eget condimentum nulla eleifend quis. Donec vehicula ultricies purus, porta ornare turpis congue sed. Aliquam erat volutpat. Nulla varius risus lorem, a auctor metus faucibus nec: Fusce vitae dui euismod nulla rhoncus facilisis sit amet quis felis. ‘
print( replace(texte) )
.
.
.
def replace(texte): -> def like define , folowed by the function’s name and the parameters between parentheses
texte_inverse = ” -> an empty variable
for charactere in texte: -> for eache characters in the text , do this
if charactere.isupper(): -> if the character is in uppercase , do this
elif charactere.islower(): -> else if the charactere is in lowercase , do this
else: -> I don’t think I need to explain
print(replace(texte)) -> def only define a function , so if you want to test it , you need to print it
texte_inverse = texte_inverse + charactere -> it add the current character in the variable “charactere” (from the “for” line) into texte_inverse
.
.
.
Even tho it may seems a bit tricky , it isn’t that mutch.