#Mar’s Martian Abode

2831 messages · Page 3 of 3 (latest)

thin condor
thin condor
latent peak
lunar torrent
#

we're never getting rrv2 💔

thin condor
#

true

thin condor
#

@zappy zoom im taking you tower design thx .

azure plinth
#

Will ts replace in game ver

sonic cape
#

No way crazy agreeing to that lma

strong otter
#

one can dream

azure plinth
#

Just like how poison chasm and blue moon did

thin condor
#

heh .

thin condor
thin condor
latent peak
#

rrv2

#

no memes in this house

thin condor
white olive
#

amazing map honestrly but would really rather you to make the "heatstroke" death a little bit slower as the dawn approaches

white olive
astral dirge
thin condor
thin condor
#

geuss whos back

#

back again

strong otter
latent peak
ornate summit
summer venture
#

i love stray map

#

hooray

hard bison
thin condor
#

i forgor

thin condor
#

this building is coming along

thin condor
#

future vs shadow map

#

this would actually be awesome in future lighting

#

it highlights things much better

thin condor
rocky moon
#

Mar zee ten

lunar torrent
#

Mar are ten zee

steel adder
thin condor
thin condor
#

i’m in ruinous rainfall irl

hard bison
#

im like, in the thick of it everybody yk

rocky moon
#

Why haven't we made that a map btw yet

hard bison
sonic cape
#

Peoppe have joked but theres not been an actual attempt
I think roblox would immediately kill that song though cuz its under umg

thin condor
#

i had a peak idea for RR last night:
The Overgrowth variant

  • the city becomes more like the exterior, with more plants and green lighting, makes it more interesting to play through
ornate summit
#

that would be cool lowk

lunar torrent
#

Overgrowth!

thin condor
#

avo lore

next osprey
#

is that a dark fountain

lunar torrent
#

he's working on the stoyline for deltarune chapter 5 and onwards

thin condor
azure plinth
thin condor
#

ruinous rainfall is DEAD .

thin condor
#

finally doing this hallway

thin condor
#

do you guys prefer more vibrant or desaturated lighting

#

or an inbetween

latent peak
#

in between

thin condor
#

making a checklist for myself:

  • finish detailing the city
  • finish endzone
  • script last medal step
  • build medal route ending
  • polish other rooms
  • start cutscene
azure plinth
#

Endzone

lunar torrent
#

Endzone

thin condor
rocky moon
#

omg hes making endzone v5?

thin condor
#

im so chopped

#

the city has more life BTW .

#

they'll never know

thin condor
thin condor
summer venture
thin condor
#

actually that sounds peak

#

it could have two (three with default) variants then:

  • Overgrowth
  • Guts of Grey
thin condor
#

i finally modeled cars to fit here

thin condor
#

also i FINALLY fixed the light flickering

#

and i tried reducing the rain particles for optimization

#

since we're nearing 8k parts/meshes

#

in september it'll be a whole year since i started this

thin condor
thin condor
undone flare
thin condor
hardy geode
#

kris deltarune makes maps?

marble spindle
#

Susie's Idea type maps

thin condor
thin condor
thin condor
#

the lgihtning now uses EaseLighting 🤑

thin condor
#

polished this area

#

retaken becasuse selection boxes suck

#

i love how alive this area feels

#

this area too

#

this building is essentially done

latent peak
#

awesome sauce

thin condor
#

at this pace i’ll finish by 2028!

#

2 years ahead of schedule

thin condor
#

its getting to the point where studio doesnt work properly ..

thin condor
#

YESSS THE MEDAL PATH WORKS

strong otter
#

gg

ornate summit
thin condor
# ornate summit release this month or next?

not sure
i still gotta finalize the details (shouldn’t take long) and fully script everything (including the variants but it shouldn’t be too hard)
but then i also have to figure out everything for the release video (cutscene animation, music)

rocky moon
#

It releases on Thursday on everyone's soul except mine

thin condor
#

🥶

lunar torrent
#

i did not sign up for this

thin condor
#

the mental gymnastics required to justify this orb placement

thin condor
thin condor
lunar torrent
thin condor
#

improvements to the macro-detail

thin condor
sonic cloak
#

i thought i was following this thread ig not Whoops

sonic cloak
lunar torrent
#

'Dead City's Tears' really fit the map honestly

rocky moon
#

boi give me this detailing skills

thin condor
#

you'll NEVER guess wehre this leads ...

marble spindle
#

to the city

thin condor
#

Nope !

ornate summit
#

the medal?

thin condor
#

well this is after the medal

#

if this works first try the medal route might be done

thin condor
#

wasn’t exactly first try but close enough !

thin condor
#

here we go

hardy geode
thin condor
sonic cloak
#

pretty

marble spindle
hardy geode
thin condor
thin condor
#

NVM the medal route ISNT done because i want rework it to actually work with the flood and fit the difficulty

rocky moon
#

🥕🥕🥕

thin condor
#

1st variant done

#

naming it the True Death variant

#

even though nothing happens other than the lighting

undone flare
strong otter
thin condor
#

not sure how to get it to work because there’s no errors or results

rocky moon
#

No Problem

hardy geode
# thin condor

pretty sure you can make the 'else if' simply into 'elseif'

thin condor
#

is that different

thin condor
#

this still isnt working

#

the only help i’ve gotten is “it MIGHT be bugged” and “replace else if with else if” 🥀

latent peak
#

@sonic cape HE NEEDS HELP AGAIN

thin condor
#

i might try just adding do after then

sonic cape
#

nothing runs? hm

thin condor
#

thanks

thin condor
#

the greenery

pale acorn
#

Peak

thin condor
latent peak
#

IDK 😭

rocky moon
#

Le peak

hardy geode
#

also try removing the "else" in the elseif actually

#

just two if statements

thin condor
sonic cape
#

idk the fact that it doesnt even run confuses me

#

nvm

#

you cant do set/easelighting on the mapscript

#

has to be done on localscripts

hardy geode
thin condor
#

so how do i make it apply to everyone

#

actually it shouldn’t be that because it won’t even print the variable

thin condor
#

@sonic cape shouldn't it give a warning if lighting doesnt work in mapScript

#

actually would this work

thin condor
thin condor
hardy geode
thin condor
hardy geode
#

fair enough lmao

#

it's actually pretty simple tho

#

just set VChance to nil in the localmapscript and put this line underneath it

whereTheRemoteEventIs.OnClientEvent:Connect(function(VChanceFunnyNumber)
    VChance = VChanceFunnyNumber
    -- that script you made goes into here i think
end)
#

and then for the mapscript

local VChance = math.random(1,10)
whereTheRemoteEventIs:FireAllClients(VChance)
#

@thin condor

thin condor
#

kinda mad that the map actually looks better liek this

ornate summit
#

LOL

strong otter
thin condor
#

and with that the map might be done

undone flare
strong otter
rocky moon
#

triafire drop

thin condor
#

i can now outsource my labor greenball

summer venture
thin condor
thin condor
#

True

thin condor
#

Mar’s martian abode (RRv2 SOON )

rocky moon
#

Tell me the exact release date so I can get first victor greenball

marble spindle
ornate summit
#

yay rr dead city's tears soon :D

thin condor
#

soon means like . this year BTW

rocky moon
#

Bro

thin condor
#

before summer’s over definitely

rocky moon
thin condor
#

gcsns
vgbrq

#

peak map amking

molten willow
#

not minecraft map

#

i recognise those flower meshes

thin condor
molten willow
thin condor
thin condor
thin condor
rocky moon
#

runious rainfall v3 comp 8.0

thin condor
thin condor
#

RR postponed again becasue iw anna add effects !

rocky moon
#

rr gets get all 3 in the grading category 🤑

thin condor
#

probably not gameplay

summer venture
#

where the zurks at

thin condor
summer venture
#

ohh

thin condor
#

this would be peak in future lighting

frozen oxide
#

Not if the lava is flashing

#

Literally the only thing making future lighting incompatible

thin condor
frozen oxide
#

If liquids have light properties

#

They randomly start flashing

thin condor
#

yeah j know but ! this map doesn’t have lava

frozen oxide
#

you know what i mean smh

thin condor
#

actually its called Realistic lighting now SOryy rbolox

thin condor
thin condor
#

first in the wave of map releases

frozen oxide
#

so the darkness is what drains your air

#

interesting

#

it doesnt look like a crazy+ though

undone flare
#

Definitely cool, but to this point ^
Should buff a little more 🔥

#

other than that all I see is PEAK.

thin condor
#

i’m just Goated at the game like that though ….

#

i don’t make rigor eternal 7.9 ahhh gameplay anyway

undone flare
#

BLACKOUT CORRIDOR [9.00] by Mar_r10Z

thin condor
marble spindle
#

Alright guys RRv2 is cancelled /j

thin condor
thin condor
rocky moon
#

Dude this is triafire worthy deco I love it sm

ornate summit
#

fr

undone flare
white olive
ornate summit
white olive
#

the active volcano has created the pressure to the mine

ornate summit
sonic cloak
#

Soon

thin condor
frozen oxide
#

This is going to be your best map

#

The lighting is insane

#

And i like the detail of the river going up and down

lunar torrent
#

literally every single bit of detail is taken into account

marble spindle
#

I dont see the account's detail

thin condor
thin condor
finite valley
#

RRv2 S∞N

thin condor
#

still working on the map

#

messing around with sound effects

thin condor
#

took some inspiration from stygian infestattion

wooden needle
#

i thought ts was done 😔

lunar torrent
#

nah man ts is SOON

thin condor
#

it is basically done but i can’t release it yet so i’m just going through it again

marble spindle
#

RRv2 coming in 2055

thin condor
#

marble spindle
#

False believers....

thin condor
#

working an entire session on the sounds only to realize tria can control them with the SFX slider

gusty sparrow
marble spindle
#

Wym, he is bald

thin condor
#

💔

#

let’s try this again

#

castle tide

frozen oxide
#

is it gonna be the same 3 big rooms or you get to explore the castle

thin condor
frozen oxide
#

Oh its out already

#

Great remakes

#

Oriental grove definitely needed a complete ground up

#

Heres hoping with the new devs they actually add them to the game

rocky moon
#

i really dont like how the mid part of oriental barely resembles the map, as yes its meant to be different but actually resemble the map

#

other than that the remakes are good

orchid osprey
strong otter
#

hell yeah!!

thin condor
thin condor
#

okay . soon . i’m editing the video RN .

frozen oxide
#

WOOOOO

distant mulch
thin condor
distant mulch
#

oh

young sparrow
frozen oxide
#

RIGHT NOW

thin condor
#

⌛ NOW

marble spindle
#

Under the twin suns remake 🔥

distant mulch
#

hourglass NOW

lunar torrent
#

AVM VERSION 5937

thin condor
#

oooooo im a TEASER

rocky moon
#

I disagree

summer venture
#

blur

thin condor
frozen oxide
#

gg

marble spindle
thin condor
thin condor
#

is anyone here good at scripting and wants to work for free greenball

thin condor
hard bison
#

five night at tria 2 😃

hard bison
#

Hello everyone. If you ever wanted to know how to make a FNaF fangame using the ever-so-popular Clickteam Fusion 2.5, you have come to the right place. This series will go over the fundamentals on how to make a fangame, as well as any fine little tricks or techs that will help you in the long run when developing your project.

In this episode, w...

▶ Play video
thin condor
#

but it might be useful 💥

hard bison
#

try convert it to lua

thin condor
#

yeah

#

i had my own ideas for mechanics and while they’re pretty simple it’s gonna be pretty complex to put together

hard bison
#

they usually the easiest

#

the hardest part is the AI

#

but in reality its just math.random

#

with time frame

#

if player didnt do within that time range jumpscare

#

or if viewed by camera reset timer to 0

#

if timer > 30 tick then move

thin condor
#

yeah i understand that

distant mulch
#

we doing fnaf in tria now? 🥀

#

so the animatronics are connor, panacea, the janitor, the embot and ummm
who's the last one

thin condor
distant mulch
#

oh

thin condor
distant mulch
# thin condor

hold on that aint the camera monitor........................

thin condor
hard bison
#

evil

thin condor
distant mulch
thin condor
thin condor
distant mulch
thin condor
thin condor
thin condor
hardy geode
#

?

thin condor
ornate summit
#

aw dang it!

thin condor
rocky moon
#

I'll come back to tria for ts peak

thin condor
lunar torrent
#

5 nights at dystopian worlds

azure plinth
#

One night at tria

frozen oxide
#

TOMORROW

lunar torrent
#

RRV2 TOMORROW

thin condor
#

mayeb

#

maybe

thin condor
#

might be postponed to monday 🧟

frozen oxide
thin condor
#

release video STILL isn’t ready

rocky moon
#

Gulp

thin condor
#

ruinous rainfall is NOT today

marble spindle
#

Yea its next year dud

thin condor
#

it hopefully will actually be this week

undone flare
#

hopefully actually trol

thin condor
#

oh yeah happy anniversary ruinous rainfall development

#

it was the sixth so i’m kinda late

thin condor
warm trail
thin condor
#

working on this again

ornate summit
#

MAR WHERE IS RR V2!1!!1!1!1!!!11

thin condor
#

Soon

molten willow
#

MAR TEE VEE

#

I REQUIRE RAINFALL THAT IS RUINOUS

ornate summit
thin condor
#

Soon.

frozen oxide
#

Sooner.

marble spindle
#

never.

distant mulch
#

Soonest.

thin condor
#

Soon .

rocky moon
#

Mhyuaarrre tyiennnm ziiihhhe saying soon for the 15 septvigintillionth when the map actually releases in 7 minutes

#

390 seconds remain

thin condor
thin condor
molten willow
hard bison
undone flare
#

ITS DONE?!,!,!?!?

summer venture
#

no way

thin condor
molten willow
thin condor
molten willow
#

black aurora v2 and ruinous rainfall v2 same day

#

🤑 🤑 🤑 🤑 🤑

thin condor
molten willow
#

thats coz i just made it u

#

🤑

#

its in like 2 hours

frozen oxide
#

YEEEEEE

undone flare
thin condor
#

Hold up i did the count wrong

thin condor
undone flare
#

love the medal path

warm trail
#

This is not releasing soon

thin condor
#

Mar’s martian abode (RUINOUS RAINFALL)

frozen oxide
#

Yeah this is definitely revo worthy

rocky moon
#

OMG IT RELEASED

#

ok returning to tria just for ts map

thin condor
#

it’s not verified yet

rocky moon
#

@ all moderators

warm trail
rocky moon
#

Water tier

hard bison
#

@thin condor sorry i had to go eepy cus that would be 4 am if its released

#

As im sending this message i am probably eepy again

thin condor
fast cedar
thin condor
#

ice fall

thin condor
#

i wanna see how RRv2 runs for all of you

#

is it exceptionally laggy for anybody

thin condor
marble spindle
#

wait wth how this is using normal terrain

thin condor
thin condor
#

yup

rocky moon
#

its so peak

#

😢

#

i cannot emphasize how much i really really really like the wallrun design with the gears

#

the mechanics are very understandable and has the perfect amount of lienency for the difficulty; which is something I rarely see within easier maps

#

Me and my fried DID die on this one kind of confusing part so id just share it with you here

#

the zipline is extremely tempting to backtrack for no reason and i think could just have a bit more emphasis on the pathing

#

you can kind of see that theres something here but this wallrun is like completely consumed by darkness and 100% would not help on low brightness devices

#

yeah just looking at this image its pretty hard to spot

#

i really like both of the variants and the atmosphere they portray, I kind of like how the gameplay has ounces of realism to it (I would say though, please remove a lot of the unessacary invisible walls that don't even prevent skips, it just likes makes it feel a lot less natural and I hate maps that don't let you play your own way (as long as its not a skip)

#

like I ran into 5+ of them just playing it normally or what I thought would be the intended or a cool quirky alternate route, just a suggestion

errant crown
thin condor
thin condor
thin condor
summer venture
#

this looks so good

hard bison
#

@thin condor this map is incredible, the theme and the balanced usage of mesh spam and the texturing on it DAMN
i love the variety you get each play like overgrowth theme with a bunch of leaves and stuff

I really wish this map gets featured at best

#

also the medal is pretty good too had us searching the whole block to find a clue haha

ornate summit
hard bison
hard bison
#

and a rating

undone flare
ornate summit
#

yeah i'd consider adding a light there or smth to help indicate that

thin condor
#

id like to leave it verified for the time being

hard bison
thin condor
#

i’ll do an update sometime soon but i’d like to know which areas feel the most boring

boreal badger
strong otter
#

mightve already asked this but is that a new northern cordillera remix? i thought it was the arctic grotto ost but theres no guitar

thin condor
# strong otter mightve already asked this but is that a new northern cordillera remix? i though...

https://youtu.be/6U3i6uzsSVE?si=ropHkGYQfUYJDP2S it’s the extended mix made for cam’s NC remake

a remake/extension of Manel Navola's unfinished Northern Cordillera OST, made completely from scratch!

idk what goes in these descriptions so heres the map and original song ig:
http://fe2.io/m?id=+752bf68f
https://www.youtube.com/watch?v=jfidfftOz_s

▶ Play video
strong otter
#

oh cool

thin condor
#

i found my first ever studio build

thin condor
#

wireframe rendering

thin condor
hard bison
boreal badger
ornate summit
thin condor
#

i wanted to change some gameplay so i took more inspiration from stray

#

i also just added more details to the map since some parts didn’t make as much sense

#

like how the wall explodes in the cave but there’s no debris

#

i also fixed the problem with seeing the interior wallrun

undone flare
#

Quality changes! triafire

rocky moon
#

those computers are sick

hard bison
#

scariest shit ive ever seen

hardy geode
thin condor
boreal badger
# thin condor

as someone who made taiga harbor in 2021 and tried remaking in 2024 and its in hiatus since beginning of the year

i must acknowledge im looking forward for this

thin condor
#

thank you for this information

#

i dont know why the credentials were necessary

boreal badger
#

snow map, harbor

#

also

could you use meshes a bit instead of textures for stuff, unless when absolutely needed

thin condor
#

No

boreal badger
#

https://youtu.be/cWDNVvOh4o0?feature=shared

I'd recommend viewing at around 29:25

Hear directly from a top tooling creator on common problems for rendering, how to best diagnose and understand what's going on and strategize on how to move faster.

Speaker: MrChickenRocket (Peter McNeill)


Want to see more Roblox content? SUBSCRIBE to our channel! https://rblx.co/Subscribe-To-Roblox-YouTube

Roblox's mission is to bring th...

▶ Play video
wooden needle
#

who agre

steel adder
#

no1

thin condor
#

turns out there was a whole part of rrv2 missing'

distant mulch
thin condor
#

yeah i never added back the folder for the overgrowth variant

thin condor
#

its back .

distant mulch
#

yayayay

thin condor
thin condor
#

i played stray for 5 minutes and went back to update rrv2

thin condor
thin condor
#

retook a couple images

latent peak
thin condor
#

but it's too good and I wanted to translate some of it to RRv2

latent peak
#

true steamhappy

distant mulch
#

why is it gone again 💔

distant mulch
lunar torrent
#

ok but RRv3 when

rocky moon
#

Youre so in the past when's v6

thin condor
thin condor
#

im goated
(this is my aesthetics class project

ornate summit
undone flare
#

You always cook at this stuff

#

Song is such a vibe for a great map like this

thin condor
#

mu images keep gettign DELETED

sonic cape
#

for future reference 4 max

#

Or automod decides Nuh Uh
Looks greatttt

lunar torrent
#

no way winter is this early we have yet to reach halloween

sonic cape
#

Mariah would think overwis

thin condor
#

true

#

i dont do halloween Anwyya .

sonic cloak
#

the images from afar that show the whole thing look sick asf

latent peak
#

it's back

crisp basin
#

@thin condor do you have any easier maps in other fangames

crisp basin
#

Maps that you have made

thin condor
#

i've only really given some to liquid breakout and flood escpae mission

crisp basin
#

Is there any that arent in tria ?

thin condor
#

all of my tria maps are exlcusive (except lush remnen

marble spindle
#

*Active volcanic mines greenball *

ornate summit
#

avm in tria would be fire IcL
-# not the one in fe2

crisp basin
thin condor
crisp basin
#

Well we are mainly interested in normals and easys

#

Our map selection for easy and normal is actually extremely poor

thin condor
#

i could definitely make some

crisp basin
#

Making would be even better, but if there’s any other maps that haven’t been ported would you be interested in porting them

#

Wait I just repeated myself

crisp basin
thin condor
#

i think i'd rather make some
most of my easier maps were made with fe2's gameplay loop in mind

crisp basin
#

Sounds good

#

That seems like a large task though

thin condor
#

well idk how many you guys need

crisp basin
#

If you want to though I can’t say no

#

Again whatever you want to contribute to

thin condor
wooden needle
#

3/4 are unverified 🤑

thin condor
thin condor
#

i haven't added color correction yet BTW .

crisp basin
crisp basin
wooden needle
#

worlds of nostalgia had a bug but i reverified it today

#

i attempted to verify outpost today but theres an error in the script

#

mal couldnt verify it 😢

thin condor
thin condor
molten willow
#

cold

strong otter
#

What is this….. some kind of Thorn Ring?

#

apologies

thin condor
summer venture
thin condor
#

i found ruinous rainfall

latent peak
#

kitty rainfall

ornate summit
thin condor
thin condor
#

got bored in class

latent peak
#

your uncle, tenna

ornate summit
#

i legit just read that last month

thin condor
#

it's just an exercpt

ornate summit
#

dang

#

i just recognized it from the last few lines there

hard bison
summer venture
thin condor
#

true

thin condor
#

im not dead

wooden needle
#

Snow

thin condor
#

grave

thin condor
lunar torrent
#

os

hard bison
#

kris where the fuck are we

thin condor
hard bison
#

Peak

thin condor
#

current progress

#

i think tria is mostly all orange but i think the purple adds onto it, especially in the shop

thin condor
thin condor
#

changed some colors to line up more with how tria handles the contrast between the lobby and the shop's bar/bathroom

#

though the main logo is more pink

thin condor
thin condor
thin condor
distant mulch
#

o

molten willow
young sparrow
# thin condor heh .

I'd make the grey slightly darker (in the background) and make the pink more purple-ish

thin condor
#

outdated image

thin condor
#

#announcements so is rrv2 not being considered for revo i thought the devs were too busy to go through it

young sparrow
strong otter
#

aleph 0 got special treatment, nothing against rrv2 specifically id assume

thin condor
thin condor
hard bison
#

it looks like were in some king of floodscape

thin condor
thin condor
#

fox box for a class project

distant mulch
#

those who learn blender

hard bison
#

fox box

lunar torrent
#

box fox

thin condor
thin condor
sonic cape
#

thank you mar for your inspiring message of life crystal

thin condor
#

giving this forum +20 life

sonic cape
#

Hell yeah

rocky moon
#

Revo when

thin condor
#

heh . UTTS update

thin condor
thin condor
sick birch
#

ggs mars mini mart

sonic cloak
#

congrats

undone flare
#

GG

#

absolutely deserved

thin condor
#

we are ruinous rainfall
we carry the rain

thin condor
#

IM ON THE TV

azure plinth
#

confarts!!!

steel adder
#

congrats mar_plays111

thin condor
thin condor
carmine trellis
#

nice

azure plinth
thin condor
undone flare
#

boiiii, just send the ID!
nah I’m messing wit yayl

thin condor
thin condor
latent peak
#

hell nah

thin condor
sonic cape
#

goated!!

thin condor
#

need to share this

sonic cape
#

congrats

thin condor
#

game that turns you trans

thin condor
#

DONT DIE ON ME

#

🙏

#

here take a recent win

summer venture
#

ruins

thin condor
thin condor
thin condor
thin condor
sonic cape
#

👁️

strong otter
#

so cool

latent peak
#

berdly how could you

thin condor
#

it’s like he’s in some king of … snowgrave

thin condor
sonic cape
#

How close are you cuz this looks great

thin condor
sonic cape
hardy geode
#

congratulations, now daytime

thin condor
thin condor
latent peak
#

oo so cold burrrr

thin condor
thin condor
latent peak
thin condor
#

is this tough

#

just realized the post title is still RR

#

Mar’s martian abode

latent peak
#

you could say that was a weird route greenball

sonic cape
#

congrats on the release btw

#

🤑

thin condor
#

thanks

thin condor
latent peak
azure plinth
#

Albert

sonic cape
#

Real Science

thin condor
#

sad cant send the images

thin condor
latent peak
#

thank you now i have new inspiration for my new mapo

thin condor
fervent mantle
thin condor
thin condor
#

"It's over Woody, I've AI generated all your friends inside me!"
"Not all of them..."
"☝︎✌︎💧︎❄︎☜︎☼︎ 👌︎☹︎✌︎💧︎❄︎ !!!!"

sonic cape
#

this is filled with wisdom

thin condor
#

thanks

sonic cape
#

🙏

thin condor
latent peak
#

foooooooooooooood

latent peak
thin condor
thin condor
latent peak
thin condor
thin condor
#

didnt send but im goated..

thin condor
#

NOT EVEN FIVE !?!?!

#

images. from a. class projecct

sonic cape
#

Omg celeste

thin condor
#

True

molten willow
#

Omg celeste

sonic cape
#

Don't mock me

thin condor
spare yoke
#

wow a month!

thin condor
spare yoke
#

tbh ive aways wanted someone to use an iridescent color scheme for a map so im pretty hyped for dis

strong otter
#

i like the texture used on the crystals

thin condor
latent peak
#

color

latent peak
#

skittles

thin condor
#

susie gast r ...

sonic cape
#

Waitttt that's suck

#

sick* 😭

spare yoke
#

susie coughing sfx idk

latent peak
#

chalk

thin condor
thin condor
sonic cape
#

Hell yeah

thin condor
#

my cool map Solarpunk Sanctuary

latent peak
#

rrv2 2

thin condor
#

rrv2's foil

latent peak
thin condor
distant mulch
#

that's so little parts what

thin condor
#

its not a huge map

thin condor
#

the Rosy Ruins

#

okay this is kinda aura

#

SolarPink Sanctuary

strong otter
thin condor
#

new rrv2 gameplay improvements

gusty sparrow
thin condor
#

oh yeah latest rrv2 update includes:

  • better direction for the 5th button + light guidance
  • blanket nerfed by 2 seconds
  • kinda better path lighting I Hope
thin condor
spare yoke
#

zombe?

latent peak
thin condor
#

i am doing more susie gaster

spare yoke
#

susie gaster

latent peak
#

lalala

thin condor
#

progress

thin condor
thin condor
#

Mar’s Martian Abode

#

making this Official™

thin condor
undone flare
#

it’s not stupid if the gameplay is PEAK.

latent peak
#

bruh 😂

thin condor