SRB2er

Level 22 Chipist   
   
 
 
 
Points by Class
 
Chipist
8203
XHBist
2901
Mixist
2424
Criticist
1150
Playa
956
Codist
825
Pixelist
763
Signalist
616
Hostist
369
Grafxicist
265
Mappist
224
Pedagogist
172
Renderist
123
Writist
96
Taggist
7
Latist
-59
 
total 19035
next level 21799
 
created 2023-11-15
last here 2025-06-25
the current situation
life got me thinkin like dis

also how tf do ppl with tails sit on chairs if the part that you lean back on effectively blocks your tail

like you could put the tail to the side but that be an mid position to stay in

poor fella can't sit



-----------------------------
name is just a game (srb2) but i slapped on the 'er' for no reason

pfp fella made in blockbench (i still suck at this rn lol)

(its pronounced srb-2-er)

[this section used to have goals but at this point idk what my goal is lmao]
5,556 profile views
b2710.90
18 INF
5.000 Votes/Entries

 
179544
Level 25 XHBist
roz
 
 
 
post #179544 :: 2023.11.25 9:54am
  
  SRB2er liēkd this
welcome to BotB and congeates on your first XHB entry!!!!!!!
 
 
179545
Level 22 Chipist
SRB2er
 
 
 
post #179545 :: 2023.11.25 9:56am
thanks
 
 
179713
Level 21 Chipist
tfx
 
 
 
post #179713 :: 2023.11.28 6:33am
  
  SRB2er liēkd this
Do you roboblast sonics?
 
 
179790
Level 9 Mixist
tenshi
 
 
post #179790 :: 2023.11.30 11:05am
  
  SRB2er liēkd this
hello! genuinely, thank you for the kind words! :)
 
 
179858
Level 22 Chipist
SRB2er
 
 
 
post #179858 :: 2023.12.01 10:40am
  
  notocord liēkd this
your welcome :)
 
 
180619
Level 9 Chipist
notocord
 
 
post #180619 :: 2023.12.10 1:11am
  
  SRB2er liēkd this
yay
 
 
180757
Level 22 Chipist
Kot
 
 
 
post #180757 :: 2023.12.11 10:13am
  
  SRB2er liēkd this
botb (2006) review
 
 
183431
Level 29 Mixist
mirageofher
 
 
 
post #183431 :: 2024.01.24 9:45pm
  
  SRB2er liēkd this
gud dayyyy, halloooooo !!
 
 
183434
Level 22 Chipist
SRB2er
 
 
 
post #183434 :: 2024.01.24 11:39pm
..|||...|||..
..|||...|||..
..|||||||||..
..|||...|||..
..|||...|||..

|||||||||||||
....||||....
....||||....
....||||....
|||||||||||||

:)
 
 
184181
Level 29 XHBist
Tex
 
 
 
post #184181 :: 2024.02.08 12:40am
  
  SRB2er liēkd this
Congrats on earning your first badge!! :D

You've been battling so much. It had to happen sometime.
 
 
184848
Level 31 Chipist
damifortune
 
 
 
post #184848 :: 2024.02.17 3:43pm
  
  blockblockblock and SRB2er liēkd this
huge congrats on completionist-ing Winter Chip XIX! that's an enormous feat. i hope you had fun getting your feet wet in a bunch of different formats! it's definitely a good way to find some new stuff you like, in my experience anyway :D
 
 
186423
Level 17 Chipist
Hexer
 
 
 
post #186423 :: 2024.03.07 8:28am
  
  SRB2er liēkd this
hey, you asked in 'game jam 5' how metatables work... i know how they do -- heres how:

basically, metatables add more functionality to normal tables. usually, tables simply store stuff inside of them AND allow you to get the stuff inside; but with metatables, you could do things like:

β–Ί doing arithmetic with tables (table1 + table2), good for vector math
β–Ί calling tables as if theyre functions (table1(arguments))

these extra functionalities are called METAMETHODS and are described inside of a METATABLE. METATABLES are assigned to TABLES with "setmetatable()", thus adding the functionalities.

for example:

////
--lua code
local metatable = {__call = function(A) return A + 1 end}
local table = {}

setmetatable(table, metatable)

--now you can call 'table'!

print(table(1)) --prints "2"
////

i believe the lua documentation describes all of the metamethods available. i wouldnt use them in tic80 though, it just feels like overkill xP
 
 
186485
Level 22 Chipist
SRB2er
 
 
 
post #186485 :: 2024.03.07 11:01pm
OK
:)
 
 
187492
Level 20 Criticist
Kaytse
 
 
 
post #187492 :: 2024.04.04 1:29am
picoCAD Sonic!
 
 
187494
Level 20 Criticist
Kaytse
 
 
 
post #187494 :: 2024.04.04 5:08am
*Blockbench Sonic!
 
 
190530
Level 29 Chipist
nitrofurano
 
 
 
post #190530 :: 2024.05.26 11:48am
thanks! :)
 
 
191956
Level 28 Chipist
agargara
 
 
 
post #191956 :: 2024.06.16 3:02am
  
  SRB2er liēkd this
AHHHH SCARY :0 (thanks :3)
 
 
192062
Level 22 Chipist
SRB2er
 
 
 
post #192062 :: 2024.06.18 7:42am
just realised
i got

11111111 favorites right now
so #8bit
 
 
193279
Level 24 Chipist
haberchuck
 
 
 
post #193279 :: 2024.07.11 1:03pm
  
  SRB2er liēkd this
Yep that's it!

And don't worry about the drum transition; I'll handle it! I do believe yours is last on the list, but I intend to make an end-of-song fanfare, so don't sweat it. Thanks!
 
 
193360
Level 12 Mixist
moth
 
 
post #193360 :: 2024.07.13 1:03am
  
  SRB2er liēkd this
ffffft
 
 
193483
Level 14 Chipist
pixelated
 
 
post #193483 :: 2024.07.15 5:58pm
  
  SRB2er liēkd this
Hey SRB2er!
 
 
193661
Level 31 Chipist
damifortune
 
 
 
post #193661 :: 2024.07.20 9:19am
  
  Collidy and kleeder liēkd this
hello, you're receiving a two week parasite ailment (means you can't host) for not being around for this battle you hosted https://battleofthebits.com/arena/Battle/9216/MainScreen/uh+oh+this+ain%27t+good - make sure to be around during voting and to share the results!
 
 
193821
Level 29 XHBist
Tex
 
 
 
post #193821 :: 2024.07.22 5:57am
  
  SRB2er liēkd this
Have you played Dr. Robotnik's Ring Racers? Pretty impressive for a fan game.
 
 
193992
Level 29 XHBist
Tex
 
 
 
post #193992 :: 2024.07.25 3:25am
  
  SRB2er liēkd this
Yeah, I'm not good at DRRR, either, heh. But if I play against NPCs, then I'm okay-ish (ΰΉ‘ >Ψ‚β€’ Μ€ ΰΉ‘)

Also, are you on Discord? If you decide to join, my id is keronaut in case you wanna add me and talk about Sonic games some more!
 
 
194365
Level 24 Chipist
haberchuck
 
 
 
post #194365 :: 2024.07.31 1:32pm
Check your inbox, friend!
 
 
194854
Level 9 Mixist
jaezu
 
 
post #194854 :: 2024.08.07 3:32am
  
  SRB2er liēkd this
Serbia 2 Extended Range
 
 
195154
Level 26 Grafxicist
big lumby
 
 
 
post #195154 :: 2024.08.11 5:05pm :: edit 2024.08.11 5:43pm
serbian sonic
 
 
195287
Level 22 Chipist
SRB2er
 
 
 
post #195287 :: 2024.08.13 4:09pm
  
  Collidy and big lumby liēkd this
finally...
7 badges...
yoy
 
 
196487
Level 22 Chipist
SRB2er
 
 
 
post #196487 :: 2024.09.02 6:31am
chat I may be cooked
 
 
196861
Level 14 Chipist
pixelated
 
 
post #196861 :: 2024.09.06 3:06pm
  
  SRB2er liēkd this
it's a spinning serbian gameboy!
 
 
198739
Level 22 Chipist
SRB2er
 
 
 
post #198739 :: 2024.10.09 10:05am :: edit 2024.10.09 10:05am
pov: spooopy 8 drops and you remeber you already made a spook tune but it did so terribly but you also liked it so now you don't know whether your own shit is good (spoiler alert: srb2er never makes peak)

idk why i wrote this
just felt lik writing this ig
 
 
199178
Level 11 Chipist
leejh20
 
 
post #199178 :: 2024.10.16 4:36pm
  
  SRB2er liēkd this
hey abt the thing you asked in my profile; i actually made a better clap patch used in this tune
its in furnace demos/misc/vortex.fur
 
 
199801
Level 22 Chipist
SRB2er
 
 
 
post #199801 :: 2024.10.25 2:23pm
i actually can't make music now holy shit

:sob:
 
 
200410
Level 18 Chipist
retrokid104
 
 
 
post #200410 :: 2024.11.06 2:26pm
  
  SRB2er liēkd this
whoa i didn't realize you were mighty, nice
 
 
200462
Level 7 Chipist
mrtnvgr
 
 
post #200462 :: 2024.11.07 4:59pm
  
  SRB2er liēkd this
thx 4 de b00ns :3 ^^
 
 
200993
Level 29 XHBist
Tex
 
 
 
post #200993 :: 2024.11.15 12:33am
  
  SRB2er liēkd this
Happy 1st burfday, SRB2er!! Glad you stuck around : )
 
 
200998
Level 23 XHBist
Surfcroc
 
 
 
post #200998 :: 2024.11.15 1:42am
  
  SRB2er liēkd this
bro just turned 1 years old... Happy burfday!!! :D
 
 
201000
Level 10 Chipist
Nivi
 
 
post #201000 :: 2024.11.15 2:04am
  
  SRB2er liēkd this
Happy burfday! You are very cool, hope to hear more tunes from you ^w^
 
 
201007
Level 26 Chipist
Collidy
 
 
 
post #201007 :: 2024.11.15 3:27am
  
  SRB2er liēkd this
woot woot burday boi
 
 
201008
Level 18 Chipist
SweatyNoodle
 
   
 
post #201008 :: 2024.11.15 3:41am
  
  SRB2er liēkd this
dayburf happy
 
 
201011
Level 24 Chipist
haberchuck
 
 
 
post #201011 :: 2024.11.15 4:37am
  
  SRB2er liēkd this
Happy burf!
 
 
201019
Level 24 Mixist
Frag
 
 
 
post #201019 :: 2024.11.15 6:28am
  
  SRB2er liēkd this
happy burfday :]
 
 
201021
Level 7 Chipist
mrtnvgr
 
 
post #201021 :: 2024.11.15 6:46am
  
  SRB2er liēkd this
happy burfday burfdayburf
 
 
201024
Level 23 Chipist
RevvoBolt
 
 
 
post #201024 :: 2024.11.15 7:34am
  
  SRB2er liēkd this
Happy burfday! :D
 
 
201025
Level 18 Chipist
retrokid104
 
 
 
post #201025 :: 2024.11.15 7:52am
  
  SRB2er liēkd this
happy first bro!
 
 
201026
Level 10 Chipist
Meleody
 
 
post #201026 :: 2024.11.15 8:05am
  
  SRB2er liēkd this
happy birthday!
 
 
201028
Level 23 Chipist
Opilion
 
 
 
post #201028 :: 2024.11.15 8:59am
  
  SRB2er liēkd this
Happy burfday!!!
 
 
201029
Level 19 Mixist
Demphys
 
 
 
post #201029 :: 2024.11.15 9:16am
  
  SRB2er liēkd this
Super sonic burfday!
 
 
201031
Level 31 Chipist
damifortune
 
 
 
post #201031 :: 2024.11.15 9:43am
  
  Collidy and SRB2er liēkd this
lv21 and over 200 entries in a year - that's really something! happy burfday!
 
 
201032
Level 25 Chipist
YQN
 
 
 
post #201032 :: 2024.11.15 10:11am
  
  SRB2er liēkd this
happy brufday!
 
 
201035
Level 14 Chipist
Wegfrei
 
 
post #201035 :: 2024.11.15 10:58am
  
  SRB2er liēkd this
happy burfday! :D
 
 
201050
Level 14 Chipist
doopdee
 
 
post #201050 :: 2024.11.15 1:22pm
  
  SRB2er liēkd this
happy burf of the day
 
 
201060
Level 14 Chipist
pixelated
 
 
post #201060 :: 2024.11.15 2:41pm
  
  SRB2er liēkd this
Happy Burfday!
 
 
201073
Level 20 Mixist
Kipallo
 
 
 
post #201073 :: 2024.11.15 4:37pm
  
  SRB2er liēkd this
Happy burfday!!!
 
 
201078
Level 12 Pixelist
John Favourite
 
 
 
post #201078 :: 2024.11.15 5:16pm
  
  SRB2er liēkd this
Happy burfday!!
 
 
201090
Level 23 Chipist
WobbleBlast
 
 
 
post #201090 :: 2024.11.15 9:12pm
  
  SRB2er liēkd this
Super Rad Burf 2 er / 7
 
 
201098
Level 28 Chipist
kilowatt64
 
 
 
post #201098 :: 2024.11.15 11:03pm
  
  SRB2er liēkd this
happy 1er year!
 
 
204057
Level 1 Playa
vombot
 
 
post #204057 :: 2024.12.14 12:35pm
educated guess who runs to workout
 
 
204999
Level 26 Grafxicist
big lumby
 
 
 
post #204999 :: 2024.12.23 12:48am
  
  Caffeinator and SRB2er liēkd this
stop fucking swearing ok thx
 
 
205540
Level 29 Chipist
nitrofurano
 
 
 
post #205540 :: 2024.12.26 12:31pm
  
  SRB2er liēkd this
and it is still way far from the beginning!!! \o/ - thanks!!!
 
 
209910
Level 29 XHBist
Tex
 
 
 
post #209910 :: 2025.01.30 1:41pm
  
  SRB2er liēkd this
Thanks for the boons! Also, what did you use to make the spinning Game Boy?
 
 
210442
Level 18 Chipist
retrokid104
 
 
 
post #210442 :: 2025.02.05 2:11pm
  
  SRB2er liēkd this
hear me out...

arp progression

like chord progression but it's several channels worth of arps
 
 
211256
Level 18 Chipist
SweatyNoodle
 
   
 
post #211256 :: 2025.02.21 4:41am :: edit 2025.02.21 4:41am
  
  SRB2er and SweatyNoodle liēkd this
wdym, you can liek your own posts
 
 
211728
Level 18 Chipist
SweatyNoodle
 
   
 
post #211728 :: 2025.02.26 2:57am
  
  SRB2er liēkd this
srb2er? hardly know 'er
 
 
212951
Level 20 Pixelist
fortuna0800
 
 
 
post #212951 :: 2025.03.14 10:24am
  
  SRB2er liēkd this
she srb on my 2 till i er
 
 
215698
Level 24 Chipist
nicole
 
 
 
post #215698 :: 2025.04.21 10:22am
  
  SRB2er liēkd this
aaa THANK YOU srb2er!!! in chip we tune!!
 
 
218692
Level 26 Grafxicist
big lumby
 
 
 
post #218692 :: 2025.06.11 5:53pm
  
  Caffeinator, retrokid104 and SRB2er liēkd this
little GUY aesthetic... we vibe with that so FUCKING hard πŸ’–πŸ’–πŸ’–πŸ’–
 
 
218721
Level 18 Chipist
retrokid104
 
 
 
post #218721 :: 2025.06.12 2:46pm
  
  Caffeinator and SRB2er liēkd this
rip the gameboy

but also this dude looks like he rocks i can vibe with this
 
 
218746
Level 29 XHBist
Tex
 
 
 
post #218746 :: 2025.06.13 2:02am
  
  SRB2er liēkd this
Thanks for the boons, SRB2er!!

Cute new avatar, btw!!
 
 
218856
Level 11 Chipist
Caffeinator
 
 
post #218856 :: 2025.06.14 11:25am
  
  SRB2er liēkd this
i'll miss the gameboy but i like this new guy
he a lil Fella
 
 
219136
Level 29 XHBist
Tex
 
 
 
post #219136 :: 2025.06.18 3:49am
Thanks for the smol comment, friend!!

Your collection of badges is so colorful... a lot of my fave formats, too!
 
 
219360
Level 21 Pixelist
The Diad
 
 
 
post #219360 :: 2025.06.21 6:05am
  
  SRB2er liēkd this
Y u no spinning n e mor
 
 

LOGIN or REGISTER to add your own comments!