CrawlaSupremacy
Certified Dataminer
Hey Leo, thought this would fit since this thread is about you so uhh
If you didn't notice, you're in Sol Sestancia 2! :D
If you didn't notice, you're in Sol Sestancia 2! :D
yeah I asked to be in it-Hey Leo, thought this would fit since this thread is about you so uhh
If you didn't notice, you're in Sol Sestancia 2! :D
You know who else is in SS2? (A certain white scaled goober. :3)yeah I asked to be in it-
thanks tho
NO WAY!!! :DDDYou know who else is in SS2? (A certain white scaled goober. :3)
pictures or it didn't happenYou know who else is in SS2? (A certain white scaled goober. :3)
Check her W.I.P thread, I think it should be there if I remember correctly...pictures or it didn't happen
Modelers resource?Does anyone know where I can get the bark model from STF
Does anyone know where I can get the bark model from STF
the stf models on modelers resource got taken down for whatever reasonModelers resource?
wave 1 doesn't have barkit’s for blender thoSTF_rips_Wave1.zip
drive.google.com
Post automatically merged:
the stf models on modelers resource got taken down for whatever reason
i don’t think sowave 1 doesn't have bark
is wave 2 out yet
I think u might use da goddamn custom figure references for barki don’t think so
my bad
btw if you need the model for sprites i don’t think they’re needed tbh, i could also help with sprites if you’d like
i said use it for refsnew one
Just USE IT Instead:
I know this particular post was almost a year ago, but I've had a Google Doc about Madeline from Celeste in SRB2 for a while. You think you could use that? 'sides, Madeline DID get more votes in the end 3 (including me) to 1 V.S. Rockman XView attachment 130919I made this because why not (no you cannot use this)
Post automatically merged:
Yo guys, Madeline from Celeste in SRB2, Baldi characters in SRB2, or Rockman X in SRB2?
You can useY'all how do I generate random numbers in SRB2
P_RandomRange(a, b)
where a is the minimum and b is the maximum (the difference between a and b has to be less than FRACUNIT or 65536). For example:if mo.variable == nil then
mo.variable = P_RandomRange(1, 15)
end