#lounge

1 messages ยท Page 66 of 1

deep glen
#

no

proud jay
#

Thatโ€™s exactly what BM would say

deep glen
#

ok, lemme rephrase it then

#

no.

proud jay
#

Ok now I believe you

#

Iโ€™ll check out the movie

deep glen
#

"a silent voice"

#

also tear jerker (at least for me it was)

#

but prolly because it hit close to home

#

that last violette evergarden one was a fricking ten-tonner

foggy path
#

The Wolf Children? Is that a sequel to The Wolf Brigade? alex

deep glen
#

haha

proud jay
#

Dont hate me, I never cried at a movie

deep glen
#

psychopath

#

:p

foggy path
#

Well that sent me down a rabbit hole and I learned there are infact four movies that are more or less related to The Wolf Brigade that nobody told me about ????

red flax
#

/steam

fathom wadi
bronze parcel
#

i'm reading a paper titled "Universal Real-Time Strategy Game in Unreal Engine"

#

i just want to sanity check myself by discussing some of the stuff there

#

i feel like some of the charts in that paper is just bogus

#

HAHAHA, HOW do you know???????

#

not to mention the stuff with UnrealScript

#

there's also a ton of typos like AEO, Ages of Empire

#

i was gonna post in cpp

#

then i realized this has nothing to do with cpp

terse wasp
#

Just wait until #verse

#

Going to go ahead and reserve that tag

bronze parcel
#

the result is not even the proposed isometric RTS

#

they're talking about systems like mount and blade kind of RTS

#

yeah the gradient looks unityish

#

"The background audio is mastered in FL Studio using a combination of the playlist, step
sequencer, piano roll, browser and the mixer."

#

why is it describing the windows in FL Studio

#

its like saying we made this game using the content browser and the viewport

terse wasp
#

I wish it were easier to do mod support for UE.

bronze parcel
#

makes sense

#

i clicked on this paper with a lot of expectations

#

now im just mindblown

zinc matrix
#

Hello Iโ€™m new here

bronze parcel
#

i've watched a talk of a developer working on this game about replication graphs

#

there was a lot of critic in the comments

#

their trees were replicating movement? or something like that

terse wasp
#

I wish I didn't want to make co-op games ๐Ÿ˜ญ

bronze parcel
#

my entire motivation for working on a multiplayer RTS is all of my friends are RTS fans

terse wasp
#

Yeah - I don't care about cheaters at all ๐Ÿ˜…

bronze parcel
#

and i want to show off to them and playtest together

terse wasp
#

๐Ÿ˜ฑ

#

As a matter of fact, I hit a nice milestone a few days ago: #work-in-progress message

bronze parcel
terse wasp
#

Well, the image was just using a custom map, but 3 manny's

#

The big thing was actually successfully connecting through steam, networked, across a decent distance - first try writing it ๐Ÿฅณ

bronze parcel
#

for some reason now i cannot find steam sessions on my main project

terse wasp
#

The distance covered was about half the size of the US and the northeast part of Canada. Everyone was moving smoothly too.

#

This is too much for my smol brain

bronze parcel
#

i have no idea what the second line does

#

okay it destroys an iterator,
creates a new iterator cast to the type of this iterator?
then returns a pointer to this object ( probably iterator)

terse wasp
bronze parcel
#

are you making swappable iterators or something

terse wasp
#

Code go brrrrr

#

landelare::iterator

bronze parcel
#

still haven't tried coro

#

not sure what would i use it for

bronze parcel
#

lmao

terse wasp
#

redpanda::iterator

#

brb - going to make a push so I can claim it

bronze parcel
#

the proper way to delay in c++ is obviously

for (intmax_t i = 0; i < INTMAX_MAX; i++)
    {
        __nop();
    }
#

i'll create my own delay

#

it will measure how long __nop() takes

#

then call is enough times to pass the required time

#

wrap it in FRunnable

#

don't knowโ„ข๏ธ

#

what else can i do with coro

#

other than c++ delaysโ„ข๏ธ

#

for example when i'm calculating the target positions of 100 units to move into a formation

#

running it in a coroutine is helpful?

#

because i might want to rotate the final formation

#

with a preview

#

i'm kinda getting sold

#

i'm forecasting big hitches in my game

#

which probably will be solved with this

#

i'm utterly garbage with thread safety

#

well i could start by adding small routines

zinc matrix
#

Hey everyone! Happy Friday.

bronze parcel
#

its 03:14 AM here

zinc matrix
#

Just past 5PM, it's the weekend baby!

bronze parcel
#

need to calculate by finding out how many people are there in Saturday and Friday

#

on a timezone basis, it'd be inaccurate because some timezones are less populated

zinc matrix
#

It's okay, Happy Saturday!

bronze parcel
#

GMT (UTC+0) is in Saturday since 18 minutes

#

probably this becomes true when its 00:00 in westernmost india

#

petition to remove friday

#

i'm trying to find a baseline time for double clicking

#

in seconds.f

#

sigh acceptance radius is 0.1f yet this kind of things happen

#

its time to alt+f4 my problems away and play apex gun run

willow chasm
#

could anyone who's good with Desmos or arithmetic sequences help me out here? I came up with this way to represent a damage reduction formula, but I'd like to make it work multiplicatively with any number of sources, like what's shown on the bottom. My education in math expression is somewhat limited, so I'm only guessing that it's possible to map either a table column or a variable sequence of indeterminate length into the equation

regal pecan
#

Neat, learned a thing.
\frac{1}{\prod_{n=1}^{6}\left(1-p\left[n\right]\right)}
Change the table column's title to p and let rip. @willow chasm
If only there was a way to get the number of items in the table...

fleet tangle
#

Create a second value with that info. Not great, but saves editing formulae.

willow chasm
#

I must've input it wrong, because the input currently doesn't change anything

#

nvm, it only takes from the first row's definition

fleet tangle
#

Is that the right symbol for multiplying together?

#

I know sigma is adding...

willow chasm
#

I looked into it and it's for multiplying from N to the upper number, which actually is what I'm looking for. I assume he got 6 because that's the number of columns in my example, and because he said you can't reference the row number directly

fleet tangle
#

The upper number should be the current row number. Not possible?

#

Can you do row-1?

#

Or previous row osmehow

willow chasm
#

I'll have to get back to it in a minute. My power supply's battery circuit seems to be failing while the surge side is fine

#

Well, actually, I could've had 2 power outages in a few minutes, but the battery still failed to come on and my PC blacked out both times blobshrug

tulip orbit
#

I black out when I do math too ๐Ÿ™‚

willow chasm
#

This is a cyberpower 1500 that I've had since early 2019, and it kinda seems like they go bad around this time

regal pecan
#

Hm. Figuring this out as I go. If you use a cell reference, like p[3], it will always use that cell instead of the corresponding cell. In the case of the big pi notation, it's always using cells 1 through 6 explicitly, so it's not going to vary from row to row.

willow chasm
#

This was actually more for demonstration, so that totally works for what I need

regal pecan
#

Derp. There's a length(p) operator.

willow chasm
#

Another random power outage

regal pecan
#

Good thing desmos saves chat history. This would be a nightmare in IRC. ๐Ÿ˜„

willow chasm
#

I could live with losing the data, honestly. I'm more just annoyed that either the power has flickered out 3 times and the battery doesn't work on my UPS, or my UPS is randomly shutting off, causing a power surge (?), but still leaving its regular surge protector on

#

I say that because the lights flicker out, the battery shuts off, and my router stays powered on the surge protector, so I'm not sure which one it is

willow chasm
#

Mobile desmos is unfortunately pretty terrible for copying or pasting, but I'll share the complete table in a minute

willow chasm
#

so it takes a damage modifier to produce damage coefficient (purple) and effective health (green). It working with negatives to show increased damage received was actually unintentional. So purple would be what actually gets multiplied during calculation, while green could be scaled by base HP for something like sheet toughness in Diablo

frosty halo
left granite
#

looks like @turbid spindle got gf now ๐Ÿ˜

proud jay
#

Itโ€™s just platonic

#

Manny is aroace

#

On the account of hik being a bot

deep glen
#

warning, disturbing comic:

soft night
#

scary closure

flat tangle
soft night
#

Get an exclusive first look at Microsoft Flight Simulator enhanced with NVIDIA DLSS 3, delivering unparalleled performance and taking your flight immersion to soaring new heights. Coming Soon โ†’ https://www.nvidia.com/en-us/geforce/news/dlss3-supports-over-35-games-apps

Microsoft Flight Simulator is a stunning, critically-acclaimed flight simula...

โ–ถ Play video
#

when luos had that FPS on the screen

deep glen
#

care to give me reasons to not pin it? :p

#

< doesnt unity

#

ahhhhh XD

#

oh yea

#

totes not noticed top left thing

#

"laura's unreal blog"

#

Y U NO SHARE SO I PIN

#

hehe

soft night
#

beer & wines pressure?

mossy nexus
#

The pressure of the pier continues

#

๐Ÿ˜„

#

BP headers is an interesting addition to 5.1 - speaking as a cpp illiterate

#

I refer you to my bit about being cpp illiterate. Wos that do then? ๐Ÿ˜„

#

๐Ÿ™‚ makes sense, thanks! ๐Ÿ™‚

#

I like logic stuff. I like art stuff. Difference is I suck at creating art, so I'm left with logic stuff. I know I should really pull my finger out and learn cpp... buuuut... I can't really be arsed. Not ran into any problems with BP yet so I guess I'll wait until I do before commiting to it ๐Ÿ˜„

#

This from a guy that has done terrible things with COBOL.... ๐Ÿ˜„

#

Yeah for sure, there are quite a few things I'd like to expose or tweak

#

I used to have C knowledge... Might have had some C+ but that's over 30 years ago and I think I traded those brain cells for some beer

#

Once I find the right tutorial / course / whatever, I'm sure I'll be like a duck to water. Maybe.

#

Got the link from a dev, he reckons it's good.

#

will do ๐Ÿ™‚ ๐Ÿ™‚

cursive crypt
#

Instant hiring.

mossy nexus
cursive crypt
#

How not to engineer code.

mossy nexus
#

lol

noble plaza
#

My favourite is with dynamically typed languages when people test data types returned, repeatedly. Instead of using TS/type hinting/ a real language ๐Ÿ™ƒ

foggy path
#

unsafePerformIO . print $ "swag"

celest musk
#

was it the same person that thought it could make games without DAZ?

noble plaza
#

You don't, sounds like a severe case of brain damage at that point.

For one thing your tests will not be as comprehensive as compilation/ static analysis. On the other hand, so much repetitive and creative effort spent to exhaustively try input and output types that should cover all use cases, vs just adding -> Optional[int] lol

#

I'd kinda doubt they have seriously used a proper typed language though, because the ergonomics of just declaring a type vs testing an array of I/O combinations is... extremely one sided

#

Have you guys heard the rumours that China is under a coup?

#

Heard about it playing Battlefield, felt apt.

#

Lots of flights around China cancelled, Xi allegedly under house arrest, no PR coming out ATM

#

God emperor that decided to pour funds into the military. If his reign is ended by them, that's some poetic justice

#

A lot of the reports are out of India, for whatever reason. I think there's some fervour around commie hate around there ATM though, which might be it

#

Chinese internet is pretty watertight, plus the language divide. But yeah, could just be absolutely nothing

#

As watertight as it gets, for the most part.

Speaking of, the second biggest telco here had customer information including DOB, addresses, drivers licence and passport numbers leaked... Covering something like 1/3rd of the country

noble plaza
#

The attack method? A testing API route that was connected to the prod DB

pure summit
#

@turbid spindle !8ball do u miss me ?

turbid spindleBOT
#

:question: have you been upgraded?
:8ball: As I see it, yes.

pure summit
#

we have quinn now too

#

but i never get strikes ๐Ÿค”

turbid spindleBOT
#

:question: is quinn friendly ?
:8ball: Signs point to yes.

pure summit
#

Apps-> report to modrators cool

pure summit
soft night
#

when bot dont have hug command

celest musk
#

don't say the forbidden word

#

you will summon him

plain meteor
noble plaza
# plain meteor

cute doggo! Golden hour (ish) photos are so good, feels like a cheat code haha

soft night
#

Ben you mean AU

turbid spindleBOT
#

:question: is Laura toxic?
:8ball: Yes โ€“ definitely.

foggy path
#

Uh oh

foggy path
#

this came up with /tenor jon skeet

noble plaza
#

marked as duplicate

marble sparrow
pure summit
#

i did not i used 2 discord (1 for personal use and one for work) ๐Ÿ˜†

#

missed up and commented with the personal one lol

noble plaza
#

If this one's PG, is the other one NSFW?

#

Wait that's the joke isn't it

#

For landscapes?

#

Love that literally no other comments have tags of any sort. In fact, even PCG doesn't have a consistent on...

celest musk
#

btw. can we take editor code and compile it for our game? from a license point of view

#

๐Ÿ˜ญ

#

i "need" some runtime texture baking stuff

#

to actually generate haircap masks for my grooms

noble plaza
#

PCG sounds Houdini-esque, very graph-y generation with a metric fuckton bolted on

mossy nexus
#

Procedural City Generator... ๐Ÿ˜„

celest musk
#

Procedural Code Generator

noble plaza
celest musk
#

hm yea, blueprint kinda also falls into that category i guess

noble plaza
#

Yeah okay PCG sounds hella ambitious, must be the new worldbuilding tools they had on the roadmap. There's a talk about it during Unreal Fest IIRC

pure summit
#

@deep copper

timber viper
fleet tangle
#

Clearly they wanted to cross that bridge at another time.

carmine frigate
#

bet thing about using quixel mixer for unreal is that its made in Unity

#

and its owned by epic

fleet tangle
#

Bought by Epic, you mean?

carmine frigate
#

im expert on owninating

fleet tangle
#

Well there was no implication of transfer in the original statement!

#

As was mine.

carmine frigate
#

it might actually make some sense to have a team also work in competitor software? ๐Ÿ˜›

fleet tangle
#

Bringing it down from the inside, eh?

carmine frigate
#

raid that custemor support

slim atlas
#

amy of you guys know anything about physics in ue5?

pure summit
#

forgot to tell u guys that they rejected me because i am overqualified lol ๐Ÿ˜‚
@timber viper @sand oxide

timber viper
#

I didnt even know you applied to somewhere

slim atlas
#

any*

#

haha

timber viper
#

who's Any?

slim atlas
#

i heard that constraints are broken in ue5

pure summit
#

the paid intership that i told u about a week ago

pure summit
timber viper
#

who was offering internship

#

๐ŸŽต

#

you obviously seem to forgetting your ๐Ÿ’Š often too

pure summit
#

a software company at my country

timber viper
#

unless you are working on server back end

#

they literally dont give a f about you leaking project details or even code to somewhere else but they go wild when they get the idea you can leak some info about their wEb3 architecture

pure summit
pure summit
timber viper
#

find a venture that is rich enough and try to find studios contacting them, usually they are looking for people to hire

#

especially when they get funded by that venture

#

and I can confirm most NFT people dont understand about game development so you can even convince some higher rate salary ๐Ÿคฃ

#

"I'm a competent junior and will do some badass insert a specific role here for $35"

#

it worked for one of my ex colleagues

pure summit
timber viper
#

I was getting $15 in that project, I couldnt do that too sadcatup

slim atlas
#

Do you guys have the ue5 roadmap open somewhere by chance? ๐Ÿ˜„

timber viper
#

5.1 roadmap is released

slim atlas
#

nice

#

cant wait for it to release man

#

there is a big bug in the physics system...

#

which is very annoying ๐Ÿ˜ฆ

timber viper
#

I find a new bug everyday

pure summit
timber viper
slim atlas
#

physics constraints dont work properly

#

they are unpredictable

#

its insanely painful

timber viper
timber viper
#

mostly vr_marco

pure summit
timber viper
#

Atlas

slim atlas
#

i asked yes

#

not marco

#

shall i ping

#

i ping.

timber viper
#

Idk what it is

slim atlas
#

i dont want to ping

timber viper
#

I only played aomt twice

#

I liked it, but was way too old

#

and it was quite difficult to master tbh

#

compared to other RTS games I've played

#

or AI was quite difficult not sure

slim atlas
#

i pinged

timber viper
#

I innocently built some buildings a few knight-ish warriors

#

then AI sent a god

#

with an army

#

and iirc there was a place that I was suppose to take over

#

AI took over it first

#

then I died

#

oh yea

#

that one

#

conqueror looks fun

real flint
real flint
#

THIS IS WHEN U YELL O CANADA

#

Hipster

#

Lol 100

#

Those monkeys are annoying though

#

@late comet whos this playa

#

Quin gon get cut

mossy tundra
#

Yo

unreal cedar
#

let me filter by what needs updates dammit

#

I will forever have that little orange circle

#

yeah but it also happens on content packs iirc

#

which don't appear there ๐Ÿ˜›

turbid spindleBOT
#

:question: will there be halloweens this year?
:8ball: Very doubtful.

mortal fox
#

Is there bans or anything for scams in the hiring channels? Been scammed multiple times here already and I still see them posting in the #hire channels.

regal pecan
#

DM a moderator (first group in the member list)

deep glen
# mortal fox Is there bans or anything for scams in the hiring channels? Been scammed multip...

as the #instructions say:

Protect Yourself
Please use caution and common sense when starting a new working relationship with someone you don't know. We can't protect you from fraud or damages that occur as a result of your relationship with any individual or company outside of this server. The best thing you can do to protect yourself is ensuring that both parties have signed a contract that clearly outlines responsibilities, ownership, liability, and payment terms before any work begins.

#

you can dm a moderator with the situation at hand, but thats about it.

mossy nexus
#

Caveat emptor , comes to mind.

compact torrent
#

!ping

bleak remnant
#

The mod

mossy nexus
#

Why me? ๐Ÿ˜„

bleak remnant
mossy nexus
#

Nope, nothing to do with me.

mossy nexus
#

Soo new manny commands are / instead of !... can't seem to get stream permissions. What am I not doing right? ๐Ÿ˜„

deep glen
#

lemme check

#

Join the voice channel where you want to share your screen.
In any text channel where you can send messages, type /stream. Donโ€™t worry; only you can see Mannyโ€™s responses, so it wonโ€™t disrupt chat.

mossy nexus
#

can't be done via a DM to manny now?

turbid spindleBOT
#

:question: can i DM u ?
:8ball: Very doubtful.

mossy nexus
#

well you can DM Manny but it's a very one sided conversation ๐Ÿ˜„

deep glen
pure summit
#

lous why ?

deep glen
#

generally you'd only see quin when she strikes or bans you

queen slate
#

I would like to play a game where I don't have to shoot much and there are a lot of dialogues.

What would you suggest?

It should be built using UE and work on PC.

zinc matrix
#

chedda cheez

carmine frigate
#

@queen slate i like liked : A plague tale

balmy cairn
#

Those, of course, have zero shooting. Well, Beginner's Guide has a tiny bit, but.

soft night
queen slate
#

Thank you everyone! I'll have a look at all of them.

foggy path
#

so I was thinking

#

what's the longest name you can have on discord? sweeney_activate

#

greetings

#

I should probably just put my original name back lol

#

But yeah it seems ๏ทฝ is the widest UTF8 character

#

and when you put as many of those into your name as discord will allow... you get a pretty long name lol

carmine frigate
foggy path
#

just out of curiosity :D

carmine frigate
#

you must be really bored ๐Ÿ˜›

foggy path
#

well I saw a user called AAAAAAAAAAA or whatever and was like "is he trying to have a really long name because otherwise that doesn't make sense"

#

so of course I had to then see what was actually the longest name you could have if you wanted to make it as long as possible

carmine frigate
#

damn....

#

well do some research... i expect a full report on it end of day

#

also make sure too contact AAAAAAAAAAA and get his reasoning

#

if he is no longer with us.. ill assume he got a stroke during typing his name

foggy path
#

I mean you just paste ๏ทฝ as many times into the name box as it lets you and that's the longest name you can have lol

#

it becomes like this lol

#

(since I'm assuming it reverted my name back to zomg on the messages I posted when I had that as my name)

slim atlas
#

thats not distracting at all.

deep glen
steel summit
#

Anyone here try the Dark and Darker playtest? That game is fun.

fathom wadi
#

Yes but I turned the gamma up so now it's called Light and Lighter.

carmine frigate
#

is it like dumb and dumber?

unreal ether
fleet tangle
#

But instead you live in weeb.

dry bloom
#

is ue webpage working rn?

#

Been trying to log in for days and couldnt make it

mossy nexus
dry bloom
#

Let me try rq

dry bloom
#

tysm โค๏ธ

turbid spindleBOT
#

:question: you like Tron?
:8ball: Outlook good.

primal summit
#

I once had a guy I worked with summon "everyone" for a meeting I knew didn't involve me. I asked if I was part of everyone, to which he replied "no". I commented that I guess that makes me nobody, and since nobody's perfect...

hushed plover
#

Can I get help here with UE3?

fleet tangle
#

I mean, there are a few dinosaurs around that used ue3/udk.

#

But 99% of people here won't have a clue.

timber viper
#

I know a guy used UE3 in #gameplay-ai , though you're most likely only able to get help from UDN

hushed plover
#

All good. Ty.

zinc matrix
#

storytelling is rough

#

also you quickly learn how even the simplest of projects become quite difficult to do, even though you start with simple intentions

timber viper
zinc matrix
#

What I'm trying to achieve isn't really conventional (duh)

#

That is I can't really just pick an archetype and fill out the details

#

but I'm getting there, I guess that storywriting is what I'm struggling with atm

tulip orbit
#

I get stuck on story/world building every time I do a game ๐Ÿ˜ฆ

deep glen
#

then make a game without it :p

tulip orbit
#

how?!

#

(โ•ฏยฐโ–กยฐ๏ผ‰โ•ฏ๏ธต โ”ปโ”โ”ป

deep glen
#

think of the genre, think of the gameplay, make it as fun as you can, worry about story world building later

cursive crypt
#

pacman, tetris, etc.

#

poker ๐Ÿ™‚

tulip orbit
#

last project I worked on, I needed to make a level, and I got completely lost on how to complete it. was somewhat roughed out but didnt know how to finish

deep glen
#

poker def. needs worldbuilding, for about 5 decenia's worth

cursive crypt
#

I admit, I was pretty weak on it. At some point we got at Friday, a poker evening in the office.

mossy nexus
#

A game where you are a fire poker, and you poke fires

cursive crypt
#

Lawn simulator

deep glen
#

but you need to set up a pokerface to do so

cursive crypt
#

Ton of games don't need much of world/story.

deep glen
#

a "simulator simulator"

mossy nexus
#

Rock simulator, but that's been done and available on steam

cursive crypt
#

Tell me again this story about that 3 shaped block, how it went to the center of the world and met the great dragon.

deep glen
#

come to think of it, plenty of stimulator simulators out there as well

mossy nexus
#

eeek

deep glen
#

i.e. fitness apps

#

even a fist of the northstar fitness game

#

and... with the crappy innuendo I just made, sounds even worse than it actually is

mossy nexus
#

yup

cursive crypt
#

Don't worry, I have no idea what is northstar

mossy nexus
#

๐Ÿ˜„

deep glen
#

god I need my coffee

tulip orbit
#

me too.

mossy nexus
#

You need Luos' coffee?

deep glen
#

mine is annoyingly sweet with loads of cream

tulip orbit
#

oh, then hell no. Need strong black coffee

deep glen
#

one time I added so much creamer, the spoon stood upright

cursive crypt
#

I should try one day a coffee w/o coffeeine. Bitter and big.

proud jay
deep glen
#

kinda

cursive crypt
#

Is a cream with coffee drops.

tulip orbit
#

was there any coffee with your creamer?

deep glen
#

somewhere

proud jay
#

Damnit now I want coffee but Iโ€™m not in the office so I have to put some actual effort into it

tulip orbit
#

I just poured some coffee for myself ๐Ÿ™‚

timber viper
# tulip orbit last project I worked on, I needed to make a level, and I got completely lost on...

Start with "assertions" (things that either 100% going to happen or NEVER going to happen) first, then build the structure of your level
never build your level based on what "player" needs to do, always build your level by considering "facts" of the story timeline and rules of the realm
when trying to solve design problems, dont think like "what player should do?" always think like "how would player solve this if this was a real world scenario"?

#

Start with "assertions"
Every level has two assertions by default:
there is a starting point
there is an ending point

#

other assertions are mostly mission design driven

tulip orbit
#

The project was just an "arcadey" type level, no story. Was supposed to be simple and just a level to run around in. But had trouble with thinking of architecture and how to make the pieces

timber viper
#

This still applies to arcadey type of games too, I'm also building an arcade game

#

Storytelling happens with "tools", like scene colors, props, talking characters, conversations between NPCs etc

#

if you dont have those tools, you can call it a "stage" instead of a "world"

#

Stages just "exists" without have any effort to explain anything to player

#

for example you are killing zombies in a post apocalyptic environment but you dont know why you are here, how zombies came here etc

#

and level does nothing to explain those questions

#

this mostly works if player focuses on something different than level usually

tulip orbit
#

I dunno how to explain the block I had on it... I think I just went brain dead

timber viper
#

A good example of stage is vampire survivors game:
https://youtu.be/id2FfoIF5KE
you spawn in a library and kill creatures, and game does nothing about storytelling

#

but all player is doing is roaming aorund the level and shooting crowds so player's attraction span rarely decays towards level and story behind environment

#

in a game like Tomb Raider this would never work

proud jay
#

In fromsoft games, pretty much all story is in environment and item descriptions

#

(Not you sekiro)

timber viper
#

every tool used perfectly

proud jay
#

Bloodborne is bae though

timber viper
#

I dont have ps4 sadcatup

proud jay
#

๐Ÿ˜ฆ

#

You can play a fan made ps1 demake if you want lol

timber viper
#

I think I'll wait a 30 years for a PC port

#

You can't

#

oh wait

regal pecan
#

That's basically Sim City.

timber viper
#

Endless Runner? PandaOhNo

#

well there are still start-end assertions there too though

regal pecan
#

You can forgo the end point, but how do you avoid the start point?

timber viper
#

Where you take player back to starting point is where level ends

#

you cant avoid starting point either

#

this is literally laws of physics

#

things has startings and endings

regal pecan
#

You can have, say, Minecraft where the start point is anywhere in a region of a few million square kilometers

timber viper
#

best you can do is not letting player open the game ๐Ÿ˜„

timber viper
#

so you wont make a game?

#

and that's where you would begin

#

where other player ends their sessions

#

you begin where other player ends their session

#

those types of games can be considered as circles rather than A-B lines, but to exists in somewhere you still need to begin

#

I dare you to do that in PS4

regal pecan
#

A game where time does not progress so the player begins at all points simultaneously.

timber viper
#

coroutines c++17 fork

#

confirmed

#

If time does not progress what player is doing other than looking at a frozen screen though

#

but it wont even be a game burn

regal pecan
#

The story is everything happens.

timber viper
#

this would be a new record

#

would like to play it in ps4

timber viper
#

where singularity is a thing

proud jay
#

Damn not even Laura qualifies for this one

timber viper
#
  • Mom we need coroutines
  • We already have coroutines at home
    coroutines at home:
#

there is a load object async node though

#

async task

proud jay
#

BP was way ahead of the game

timber viper
#

with enough of crunch, maybe

proud jay
#

Working in the sofa under a blanket with some hot coffee and smooth jazz playing on the tv is kinda nice, thanks covid for granting us wfh ๐Ÿ™

timber viper
#

he has a home burn

proud jay
#

Its very warm on the inside of furniture

#

I am a trans-sofa from now on

regal pecan
#

Furniture is room temperature all the way through

timber viper
#

now I want coffee too

proud jay
#

Donโ€™t they do tea in turkey

timber viper
#

I'm one of the coffee cult instead of tea lovers

slim atlas
#

guys

#

its time

#

i unveil my nft collection today

#

GOTNOSKILL NFT

#

easy access to veteran level skillz

#

just mint

#

and boom!

#

you make wow and mmo and success games in no time

#

GOTNOSKILL NFT!

#

YOU DONT HAVE SKILL

#

thats your problem.

#

mint my nft

#

then you can mine with 4090

fleet tangle
#

Very _strong

slim atlas
#

just send me your paypal password :3

#

i handle the rest

timber viper
#

how much more space you need, god damn MSVC

slim atlas
#

alot

timber viper
#

it was always like that in my computer

#

no, usual compilation

deep glen
#

full drives is so bad for them, especially ssd

foggy path
#

That's a myth

#

If you fill up an HDD it has no impact on the hardware itself

#

With SSDs it may prevent it from doing wear leveling unless it has some "hidden" space which some of them do, but beyond that it also has no impact

deep glen
#

apparently it was a thing with older ssd's

#

but its bad anyways, for my ocd XD

foggy path
#

lol

fleet tangle
#

..why?

cursive crypt
#

Who?

deep glen
#

what?

fleet tangle
#

Where?

proud jay
#

Which?

pure summit
#

why? Who? when? what? Where? Which?

soft night
deep copper
proud jay
#

Get a room ๐Ÿฉ

turbid spindleBOT
#

:question: are there a room?
:8ball: Without a doubt.

#

:question: can we use Dieter's room ?
:8ball: Signs point to yes.

#

:question: is this more on topic than cpp?
:8ball: It is decidedly so.

deep copper
mossy nexus
#

never saidnuffin'

proud jay
#

what is it with random people in this server that I never talked to just randomly sending me friend requests?

deep copper
#

i won't send any message, promise ! don't worry

proud jay
#

I mean

#

you can send one

#

I'll just decline though

#

โŒ๐Ÿ‡ฉโŒ๐Ÿ‡ชโŒ๐Ÿ‡ณโŒ๐Ÿ‡พโŒ

deep copper
proud jay
#

to unlock me declining?

deep copper
#

here's a fun observation of mine, sleep deprived people are more emotionally driven and easier to hug.

pure summit
#

useful infromation brooo

#

imagine if discord offers colored texts

proud jay
#

version 1.2?

#

that's not remotely close to XII

pure summit
#

why not 5 ?

proud jay
#

do you need 4.27 though?

#

is there a specific reason to not go for 5 then

deep glen
pure summit
deep glen
#

still no

proud jay
#

you want free nitro?

deep glen
#

i'd ban em all

pure summit
#

i would not pay for nitro

timber viper
deep glen
proud jay
#

it was cool in runescape

timber viper
#

I'd write texts in white just to annoy white theme users

#

It'd be awesome

proud jay
#

: wave : :flash3: buying gf 2k

pure summit
proud jay
timber viper
deep glen
#

for some reason discord sometimes picks up my spacebar while another app is open, and it frustrates me

proud jay
#

he means that you would block eren if he did that

pure summit
#

?

proud jay
#

they probably just copy pasted the terms of XII though

pure summit
#

read the agreement pls

deep copper
pure summit
timber viper
proud jay
#

and?

timber viper
#

ditere pls

pure summit
#

nothing is free for ever

proud jay
#

๐Ÿ„

#

technically not free though

#

5% royalty after certain revenue

pure summit
#

aftEr 1 million i think

timber viper
#

not even XII million

#

so greedy

deep copper
proud jay
#

what is

pure summit
#

nah just 15 giga to download

proud jay
#

bigger than what though

#

possible

pure summit
#

15 giga download - 35 giga on disc

deep copper
#

install both to find out!

#

i wonder what part of the engine takes up most space

pure summit
#

cpp is crap

deep copper
deep copper
#

i read that as cpp is cpp and was confused for 15 seconds lol

proud jay
#

sometimes I wonder why I unblocked yahia

pure summit
#

or bin, what ever near tto u

pure summit
proud jay
deep copper
#

maybe because it's divisible by 100

pure summit
deep copper
#

i recall dieter once allowed me to refer to them as daddy dieter

pure summit
#

if you wanna block me its okay it is your call

timber viper
#

yeah you did

#

I remember

deep copper
#

it's in your notes too, yes

#

when we first met kinda

proud jay
#

this one?

deep copper
#

yeah i think so! you are quicj

#

k

proud jay
#

well shit, why are you addressing me incorrectly all this time then

timber viper
#

I just talked to him yesterday, he is alive

#

today's morning LD talk was basically a copy paste from what he said to me

#

sadcatup > ๐Ÿ†—

#

@sand oxide how much $$$ you want to never use โ“ again

fleet tangle
#

That should really be :sad(ge):

proud jay
#

what does the grand exchange have to do with this

deep copper
timber viper
#

makes sense

proud jay
#

sometimes you just have to ignore your kids

#

ask my dad

deep copper
#

wait is that why you later said you didn't have 14 kids

proud jay
#

we will never know

deep copper
proud jay
#

do I know you?

deep copper
proud jay
timber viper
#

I am!

deep copper
#

that's sweet

timber viper
#

i have no idea what the fk I'm doing there though

deep copper
timber viper
#

So I am Atlas of the cats?

deep copper
#

jk

timber viper
pure summit
# timber viper

i thought about spamming this, and see Quinn for the first time

#

lol

proud jay
#

Pretty please mods, grant his lifelong wish of being banned

fleet tangle
#

Someone got banned then?

timber viper
#

you can even report a mod to mods

fleet tangle
#

No one is above the law.

timber viper
#

except dragonHell

pure summit
#

i was very sad when i saw it for the first time.
I said: "why pple won't like to hear from Quinn is she bad ?"

deep copper
#

if you don't wanna bother the mods, i can help discipline you instead,

timber viper
deep copper
#

yeah they made quinn kinda sad

late cometBOT
#
QuinnBot#0752

Version: 1.0.0
Last Login: <t:1663803219> โ€ข <t:1663803219:R>
Heartbeat: 82ms
Memory Usage: 36.86 MB
โ€”
Source Code โ€ข Report a Bug โ€ข Contribute

turbid spindleBOT
#
MannyBot#9382

Version: 1.5.0
Last Login: <t:1663802892> โ€ข <t:1663802892:R>
Heartbeat: 79ms
Memory Usage: 76.67 MB
โ€”
Source Code โ€ข Report a Bug โ€ข Contribute

timber viper
#

just 5 days old

proud jay
#

manny using so much memory

deep copper
#

oh, it got fatter

proud jay
#

๐Ÿง 

deep copper
#

both of them

pure summit
timber viper
#

@late comet only useful to ban people

deep copper
#

so we can ping quinn without consequences?

timber viper
#

no idea

proud jay
#

@late comet

#

sup

#

why would it have consequences lol

turbid spindleBOT
#

:question: can we pnig your wife without consequences
:8ball: Don't count on it.

deep copper
#

seems like it doesn't minds being poked

proud jay
#

what is pnig

deep copper
#

nig with a p

timber viper
deep copper
#

ig with a pi?

timber viper
deep copper
#

whatever it is, we better not do it

proud jay
#

can I pnig you

turbid spindleBOT
#

:question: please?
:8ball: Outlook good.

timber viper
#

he allowed

#

we can pnig Quinn

deep copper
#

/pnig

pure summit
#

she reminds me by lucifer
Quinn: they made me torturer

timber viper
#

the netflix one?

pure summit
#

yes

timber viper
#

s4-s5 netflix s1-s3 regular

deep copper
#

Lucifer was a fallen angel or something right

pure summit
#

in the series yes

timber viper
#

they turned into woke stuff instantly after netflix got them though

pure summit
#

in my religen no

deep copper
#

i didn't know you were religious

deep copper
timber viper
#

do you like woke stuff?

proud jay
#

Heโ€™s not, that would be religion, religen is a whole other thing

deep copper
#

i don't know what it means but probably not

timber viper
#

serious characters doing nfsw each other for no reason just to show lgbt stuff

deep copper
#

yikes

pure summit
timber viper
deep copper
timber viper
#

s4-s5 still watchable but you skip around a few hours just to skip unnecessary woke stuff

timber viper
#

its hilarious in terms of "religion" and "woke" stuff ๐Ÿ˜„

deep copper
deep copper
timber viper
#

Lucifer is a 2m woman, reaper is a black woman with very charming vibes and there are other 4 characters that I dont know but important in Christian faith that turned into different genders for literally no reason at all

deep copper
#

2m as in 200cm?

timber viper
#

yep

deep copper
#

sounds like gender bender with extra steps

timber viper
#

series is still cool though, I'm on the last ep

pure summit
#

how to make spoilor comment ?

timber viper
#

two |

#

||like this||

#

wow such spoiler

pure summit
#

r u going to watch the series ppl ?

fleet tangle
#

||such spoiler||

pure summit
#

idk how to make spoiler comment lol

timber viper
#

wrap your text with two ||s

pure summit
#

|| and guess what lucifer is God 2.0||

timber viper
#

||what is God 2.0||

pure summit
#

what happen to / spoiler ?

timber viper
#

died for our sins

pure summit
timber viper
#

or ||Lucifer||?

deep glen
#

crunchyroll finally has a skip intro button

pure summit
timber viper
#

you have crunchyroll in your country? ๐Ÿฅฒ

timber viper
pure summit
#

how dare you skip intros ?

timber viper
#

especially if its Angel Beats

pure summit
timber viper
#

or kaguya sama

timber viper
deep glen
#

unless super good or new series, its wasting my time

timber viper
#

unless if its Angel Beats or kaguya sama

fleet tangle
#

||You thought this was a spoiler, but it is I, Dio!||

pure summit
timber viper
pure summit
fleet tangle
#

You lost it.

pure summit
pure summit
timber viper
deep copper
pure summit
deep copper
timber viper
#

unless its angel beats ofc

deep copper
#

i don't even watch for new series, intros and outros have spoilers at times

timber viper
#

Angel beats's ost lyrics literally spoil the ending

#

literally

deep copper
#

ow, see!

timber viper
#

and same for Vinland Saga

deep copper
#

i love that more and more websites are including autoskip feature

pure summit
#

if you r japaneese ๐Ÿคทโ€โ™‚๏ธ

deep copper
#

or a pro weeb

timber viper
pure summit
#

pew pew !!

deep copper
#

when is discord app on Android getting fixed, i updated it recently and it's now more broken, the font size settings don't apply to more than half the ui elements

timber viper
deep copper
pure summit
soft night
timber viper
#

Damn I missed my own cat

carmine frigate
#

moscow stock exchange seems to be in freefall ๐Ÿ˜›

deep copper
#

i will stay under your sofa or whatever

timber viper
#

you are nowhere cute as my cat though

pure summit
timber viper
#

what wat

deep copper
#

try it, maybe i will grow on you?

pure summit
deep copper
timber viper
#

triple creepines huh

#

time to move to another lounge

pure summit
cursive crypt
carmine frigate
#

well its lowest point in 5 years now and goin staight down

deep copper
cursive crypt
carmine frigate
#

I tink they dont trust ownership anymore.. ur stuff can get confiscated at any point now

#

if you cant hide it ... it aint urs

mossy nexus
#

Ya'll arguing over Russia's economy ... UK is really showing how not to do it ๐Ÿ˜„

cursive crypt
#

I don't think they take anything, except your life?

cursive crypt
carmine frigate
timber viper
#

two woman leaders in Europe today btw.. both seem so far-right sided

cursive crypt
#

Voting should introduce and Dislike button.

carmine frigate
#

and comments ๐Ÿ™‚

#

I voted this.. but im stupid as mud

deep copper
#

and hugs

cursive crypt
#

4-5 ads before the actual list.

fleet tangle
#

One of the things I don't like about *nix. Lack of that 8.3 format! ๐Ÿ˜„

cursive crypt
#

unreal.txt

#

Answer Laura, don't run.

deep copper
#

you do too ๐Ÿซ‚

cursive crypt
#

What is the meaning of Unreal?

#

ngl, first time trying ginger beer - and I like it.

zinc matrix
fleet tangle
#

Is this the unreal life? Is this just reality?

brazen pier
#

heyo i am new to programming and i want to talk to some experienced developers to talk about what engine i should learn, because I kinda want to learn how to use them all

#

and i am talking specifically about programming, i know unreal engine has the blueprint system but i prefer learning written code

#

I'm learning c++ outside unreal, i am registered on codecademy and i am currently doing courses on both c++ and c#

#

I am also planning to learn python and html

cursive crypt
#

why?

brazen pier
#

After getting to know either Unity or Unreal i want to create my own game engine

#

yea i'm just interested in the technical side for now

fleet tangle
#

If you don't know how to program right now, that sounds like a fun idea. Once you learn how to, you'll realise it's a stupid one.

brazen pier
#

well i'm not talking about a high end engine, i'm talking about a simple one

#

i'd say both unity and unreal are kind of a "swiss knife"

#

u can make any game with them

fleet tangle
#

You'll learn more by learning how to use unreal (and why unreal works like it does) than writing your own engine.

brazen pier
#

that's what i'm saying

#

but i am not sure which one to start with

fleet tangle
#

Unreal is "open" source, it's good if you want ot learn how it works.

brazen pier
#

i mean obviously unreal engine is the bigger one but on the other hand, c++ is also the more complicated language

solid hull
brazen pier
#

I've been told not to learn c++ first by some experienced programmers

#

because of stuff like memory leaks and the complicated memory management of c++

carmine frigate
#

unreal c++ at least has some garbage collection and other stuff

fleet tangle
#

Memory leaks can happen in any language if you program badly.

cursive crypt
#

html game engine - nice

fleet tangle
#

A html game engine would be perfect for a nostalgic text-based dungeon crawler.

#

Logic, pah!

carmine frigate
#

i often have more problems with basic visual studio or UE related stuff like namespace it ir not havein the api tag than the logic

#

also the build file... need to get back into it whenever i havent used unreal c++ in a while

cursive crypt
#

To UE or not to UE, this is the problem.

carmine frigate
#

I like how if a BP is based on Acharacter.. u can make a new class from Achar and just replace the class under the bp

clear cape
#

wait, you never played it? Herecy ๐Ÿ”ฅ

clear cape
#

๐Ÿ˜ตโ€๐Ÿ’ซ

lyric pulsar
#

๐Ÿ‘ผ
imagine a VR game where you play a maid cleaning the wooden floor while crouched in 1850. suddenly from nowhere a muscular young man in their 20s appears right in front of your face and doesnt wear a top.
๐Ÿ‘ผ (u can also be a male maid and then suddenly appears a attractive woman at the door)

deep glen
#

sounds like plenty generic visual novels XD

lyric pulsar
#

why the heck would you clean the wooden floor crouched in 2022?!?!?

#

you dont know what a mop is??

#

like?

#

like wheere

#

mexicans can afford mop

#

its literally in the middle

#

oh

#

who cares. its middle. its hot.

#

so you really think some families have no money but have smooth wooden floors etc?

#

wtf

#

i wnna see that villa.

#

imagine a maid cleaning for a family with no money. who's paying the maid then

#

im talking about a nice wooden floor.

#

no i am not interested in making a slavery game

#

sigh

#

under normal cistumstences if u have a nice wooden floor, u have a mop in 2022

#

tons

#

no?

#

america wasnt even a thing in 1850 and u thinking about slavery

#

then youre special

#

xD

deep copper
regal pecan
#

Knowing most VR games, the unexpected guest is going to be cut up with the mop handle for a high score.

deep copper
#

vr games sound terrifying

regal pecan
#

They're basically variations on fruit ninja.

deep copper
#

ah! i know that one

#

where bombs are mixed with fruits

#

btw what are your thoughts on hugs?

regal pecan
#

The same as for profile pics.

deep copper
#

out of all the responses i expected, that was not in it ! xD

#

so, well, want me to put a pfp on you?

#

i will fill you with a similar color so you also join the green gang ! ๐Ÿ€ ๐Ÿ’ช

deep glen
deep copper
#

there's rumours that dragonHell also had a green pfp

regal pecan
#

If there was an Unreal mannequin for ungulates (or 4-legs in general) what would it be named?

deep copper
#

unguquin

#

polymanny

#

horse

regal pecan
#

"horse mannequin" has no results on marketplace search.

deep copper
#

how about, cattle?

regal pecan
#

"ass mannequin" does, but I suspect that's because it's ignoring the first word

deep copper
#

hmmm, how about cat or just

#

4 legs

#

four legs or four legged or 4 legged

#

bipedal? idk what it means though

regal pecan
#

I regret searching for "cat" in marketplace search.

deep copper
#

o? what happened!

#

maybe 4 limbs?

regal pecan
#

Out of the first 20, ~5 are cats

deep copper
#

what are the others ?

#

don't say "not cats"

lyric pulsar
regal pecan
#

Second page of "dog" is almost entirely dogs. Mostly from one particular developer. Success?

lyric pulsar
#

or the muscular man just says hi and goes away doing other stuff

#

think about instead of having npcs cleaning the floor, its players

#

also known as metaverse. many minigames in one game

deep copper
#

o!

bronze axle
#

Thanks for notifying me. I was on vacation over the weekend. The repo was still set to private. ๐Ÿ˜…

#

I set the visibility to public now.

#

The joys of launching a new project right before heading into the mountains with no cell service.

#

It certainly was nice to have a few days with no connection to the outside world. No notifications, emails, meetings, etc.

#

I almost forgot what it's like.

#

Oh, sure.

turbid spindleBOT
#
MannyBot#9382

Version: 1.5.0
Last Login: <t:1663802892> โ€ข <t:1663802892:R>
Heartbeat: 81ms
Memory Usage: 77.81 MB
โ€”
Source Code โ€ข Report a Bug โ€ข Contribute

bronze axle
#

Hm.

late cometBOT
#
QuinnBot#0752

Version: 1.0.0
Last Login: <t:1663803219> โ€ข <t:1663803219:R>
Heartbeat: 74ms
Memory Usage: 36.82 MB
โ€”
Source Code โ€ข Report a Bug โ€ข Contribute

bronze axle
#

I need to add their about me description to the bot info commands.

#

@sand oxide I updated Manny's description on Discord and the GitHub repo. You may have to refresh Discord to see it.

turbid spindleBOT
#

:question: do you prefer your new version?
:8ball: Without a doubt.

#

:question: do you really though?
:8ball: It is decidedly so.

#

:question: are you really really sure?
:8ball: Ask again later.

#

:question: are you really really sure?
:8ball: It is certain.

#

:question: do you like Jon Skeet?
:8ball: Better not tell you now.

bronze axle
#

Fun fact: I prepared a fun little graphic for the announcement of the new bots, but Discord wouldn't let me post it because the spam filter thought it was explicit.

#

Robots being mistaken for naked humans.

#

Go figure.

turbid spindleBOT
#

:question: are you humans without clothes?
:8ball: Yes.

bronze axle
#

lol

soft night
#

how convient that manny say that what discord think

bronze axle
#

I don't know who Jon Skeet is, but AutoMod is very unhappy with him.

#

Ohhhh that's right.

#

The keyword list is created by Discord in that case.

#

It's part of their "Commonly Flagged Words" filter.

#

Pretty sure it's because "skeet" can be an explicit word in some contexts.

#

Either that or Jon Skeet has a rival working at Discord.

soft night
#

or it the lastname what triggers

unkempt solar
#

you cannot say yeet without skrrt

turbid spindleBOT
#
MannyBot#9382

Version: 1.5.0
Last Login: <t:1663802892> โ€ข <t:1663802892:R>
Heartbeat: 74ms
Memory Usage: 75.78 MB
โ€”
Source Code โ€ข Report a Bug โ€ข Contribute

turbid spindleBOT
#
MannyBot#9382

Version: 2.0.3
Last Login: <t:1664249091> โ€ข <t:1664249091:R>
Heartbeat: 81ms
Memory Usage: 24.89 MB
โ€”
Source Code โ€ข Report a Bug โ€ข Contribute

late cometBOT
#
QuinnBot#0752

Version: 1.0.1
Last Login: <t:1664240483> โ€ข <t:1664240483:R>
Heartbeat: 76ms
Memory Usage: 23.59 MB
โ€”
Source Code โ€ข Report a Bug โ€ข Contribute

fleet tangle
#

So nier, yet so far.

trail wedge
#

ใ“ใกใ‚‰ใ‚ซใƒใƒผใซใชใ‚Šใพใ™ใ€‚ใƒใƒใ•ใ‚“ใฎใ€Œ็ ‚ใฎๆƒ‘ๆ˜Ÿใ€ใ‚’ๆญŒใ‚ใ›ใฆ้ ‚ใใพใ—ใŸใ€‚

Eve New Album ใ€Œๆ–‡ๅŒ–ใ€ 12.13 IN STORES

็‰น่จญใ‚ตใ‚คใƒˆ๏ผšhttp://eveofficial.com/bunka/

Amazon๏ผšhttps://www.amazon.co.jp/dp/B076C5SDZY/

Eveใ€Œๆ–‡ๅŒ–ใ€ๅŽ้Œฒๅ†…ๅฎน

CD
ใƒปใƒŠใƒณใ‚ปใƒณใ‚นๆ–‡ๅญฆ
ใƒปใ‚ใฎๅจ˜ใ‚ทใƒผใ‚ฏใƒฌใƒƒใƒˆ
ใƒปใƒ‰ใƒฉใƒžใƒ„ใƒซใ‚ฎใƒผ
ใƒปใŠๆฐ—ใซๅฌใ™ใพใพ
ไป–ใ€ๅ…จ10ๆ›ฒๅŽ้Œฒไบˆๅฎš

DVD๏ผˆๅˆๅ›ž้™ๅฎš็›คใฎใฟ๏ผ‰
ใƒปMV4ๆ›ฒๅŽ้Œฒไบˆๅฎš

Eveใ€Œๆ–‡ๅŒ–๏ผˆๅˆๅ›ž้™ๅฎš็›ค๏ผ‰ใ€
[CD+DVD] 2017ๅนด12ๆœˆ13ๆ—ฅ็™บๅฃฒ / 2500ๅ††(็จŽๆŠœ)

Eveใ€Œๆ–‡ๅŒ–๏ผˆ้€šๅธธ็›ค๏ผ‰ใ€
[CD] 2017ๅนด12ๆœˆ13ๆ—ฅ็™บๅฃฒ / 2000ๅ††(็จŽๆŠœ)

ใƒใƒ...

โ–ถ Play video
clear cape
#

no, game is sacred

proud jay
#

I discovered a potential new hobby

#

crocheting

#

no homo

#

it's kinda relaxing

#

and you can watch something in the background ๐Ÿ‘Œ

slim atlas
#

what do you mean

#

no homo X

#

D

#

what does this have todo with homo XD

#

what

proud jay
#

some people might not consider crocheting a very manly hobby

slim atlas
#

you have some attitude issues

proud jay
#

ok

slim atlas
#

manly hobby

#

ouf

#

big problems

mossy nexus
#

Not

#

as

#

big

#

a

#

problem

#

as

#

typing

#

like

#

this?

slim atlas
#

n

#

o

mossy nexus
#

๐Ÿ˜„