#lounge

1 messages · Page 450 of 1

deep hatch
unreal ether
#

Out of everything I've come to expect from #lounge, a kindergarten math lesson wasn't one of them

errant raven
#

I could tell you that since majority of primearchs are gone, the imperium is relying on space marine geneseeds that duplicate to make more space marines and doing so is reducing the quality of said geneseeds so space marines are slowly but surely getting weaker and weaker and have mostly already lost or is losing their ability to spit acid, or gain memories of people/things they eat.

#

But you don't wanna hear that

proud jay
#
#

yes I spent too much time writing this crap

#

but at least it works on arbitrarily big numbers

unreal ether
#

love when i have to reallocate 12GB to add two sufficiently large numbers

proud jay
#

I did mention it was crap

white oxide
#

well, I redid my house design with our builder, looks so much better:

white oxide
#

Fau faucet

#

planning exterior faucets for landscaping

celest musk
#

finally the doors open towards the walls

#

where's the room where you planned to climb on the upper space? 😄

proud jay
#

what's CLO?

#

closet?

cursive crypt
#

wardobe

white oxide
#

closet

#

attic entry is likely going to be in pantry

#

with another for the porch area

#

as thats going to be its own sealed but not insulated space

#

my desk is barely going to fit into the offic space

proud jay
#

looks cool

white oxide
#

desk is 7' x 6' and the office space is like 7' x 9'

#

24, 32, 15, 42 inch screens

proud jay
#

just drop some monitors

#

you really don't need a dedicated adhd distraction monitor

white oxide
#

its a crappy 10 year old TV

#

left monitor currently serves for resource usage things like proccess lasso while i test things, or the houses external security cams

#

and i rarely use the 15 inch screen anymore

#

it was not designed for continuous use

#

its a cheap truckers TV i won at work

#

built in battery, radio antenna, and tv antenna

white oxide
#

its literally the second thing on my list of official disabilities for a reason

#

and why my ADHD meds are right on the federal limit, and still not fully enough

summer cedar
#

So, how's this Bluesky thing?
Does anyone here use it?

white oxide
#

only blue sky thing ive heard of is the animation studio

summer cedar
#

So, Bluesky is pre-Musk twitter?

cursive crypt
#

https://youtu.be/ryZ2jiW95qo?t=35 huh, WC 1 and 2 remastered, lol

The Warcraft Remastered Battle Chest Launch Trailer takes you on a journey 30 years in the making – like never before. Relive the legendary games that started an entire franchise, now remastered with all-new graphics, uprezzed sound, and quality of life upgrades.

Purchase the Warcraft Remastered Battle Chest today and relive the beginning of a...

▶ Play video
proud jay
#

they just love reselling the same crap

#

free money 0 effort

cursive crypt
#

Frankly, I mostly played wc2 out of these, but I suppose it was epic, lol

#

I still don't know what is that dude waving hands about.

white oxide
#

you would honestly be surprised how hard some of the more "simple" stuff is to play

#

especially if the director is a tyrant

#

in middle school our band teacher drove the triangle kid to tears

summer cedar
#

Well, you can't expect a smooth band to get along with a sharp triangle.

soft night
mild gust
#

wc3 reforged was sad.

cursive crypt
#

I switched my Backspace and Spacebar buttons, fun, again.

median wraith
#

I'm today with SSE2

#
_mm_storeu_si128(reinterpret_cast<__m128i*>(&lineR[x]), pixelR);```
#

nightmares everywhere

cursive crypt
#

But why?

median wraith
cursive crypt
#

mmm.... kinda doubt it is a time for speed.

median wraith
#

so from 2000ms reduced with code changes to 1200 yesterday

#

today came with this from 1200 to 850ms

#

on 4K

cursive crypt
#

I mean, simd

median wraith
#

AVX2 didn't gave me any boost at all

#

pair results of SSE2

cursive crypt
#

At least use a library or something.

median wraith
#

maybe I'm doing something wrong, because also AVX2 compiles but give me syntax errors

#
_mm256_storeu_si256(reinterpret_cast<__m256i*>(&lineR[x]), pixelR);```
median wraith
#

I did a image editor from ground 7 years ago from pixel level that's all you need, pixel editing

cursive crypt
#

le sigh

#

okay, if is so fun

median wraith
#

well not fun but optimized

#

then someone come with a tool for unreal doing the same using GPU

#

but I did a pure CPU with optimized things

#

rendering a full x4 4K images at 800ms

#

for me is a record

#

200ms per image in 4K

#

and can reduce it a bit more

#

GPUs are expensive this days, don't use them sweeney_activate

deep hatch
#

Did you hear the news. Geforce Experience is dead.

#

Really what was the other option other than updating by hand, well it's done this week from nvidia. Combined into a new app.

median wraith
#

@trail ore doing this:

case 21: R = G = B = (R + G + B) / 3; A = 255; break;

is more performant than doing this:

    case 21: //Grey Method 2
        C = ( R + G + B ) / 3;
        R = C;
        G = C;
        B = C;
        A = 255;
        break;
    }

?? 👀

#

unsure now if the per line equals are better thh

proud jay
#

wtf does 21 mean

median wraith
#

well is the switch case

proud jay
#

but why is it a magic number

median wraith
#

well didn't checked, but can see

median wraith
proud jay
#

oh you mean is shorter in code

#

ok but why are you using random numbers

#

instead of like an enum with names

median wraith
#

is a list of indexs

#

faster to code

proud jay
#

but clearly it means something

median wraith
#

lol

proud jay
#

and you're writing a comment with what it is anyway

#

could've just used that as name

median wraith
#

yeah it's on the top listed what it does in a comment

#

this code is from 7 years ago and at least I know whats this part does lmao

proud jay
#

so why put it in comments instead of making the code readable in the first place though

#

🤔

median wraith
#

man, I didn't even used pointers at some places

#

after the cleanup didn't used enums because there are different functions sharing index but no the same enum

#

so can reuse without make an actual enum

proud jay
#

ah

#

so you make the code more shit because it was shit

#

makes sense

cursive crypt
#

And in general, remove that switch case compute for each pixel, if possible.

#

Here, take one.

#

Must be an AI

deep hatch
#

Have you tried nvidia remix?

median wraith
#

isn't that the dammit Overwatch 1 ?

deep hatch
#

It says the games work on amd, you just can't do remixing.

#

The list of supported games is mostly dx9 I think. None I really wanted to play.

#

I would have loved the feature when I was a kid

#

lol, you rolling intel

#

Remix is a mod tool for old dx9 games to swap out assets in 3d space. You can only do the editing on an rtx card. But you can play the mods on anything. It makes old games looks epic.

#

I didn't see they did deus ex, that would be worth going back and playing https://www.youtube.com/watch?v=K23Y0fOCRGQ

Learn more about NVIDIA RTX Remix Open Beta with NVIDIA DLSS 3.5 and the Deus Ex Echelon Renderer by Onno Jongbloed: https://www.nvidia.com/en-us/geforce/news/rtx-remix-dlss-3-5-ray-reconstruction
Deus Ex Echelon Renderer is an impressive showcase of how DirectX7 games like Deus Ex can be modified to work with RTX Remix. Modder Onno Jongbloed a...

▶ Play video
median wraith
#

wondering if this will cancel some techs soon

#

like adding the details itself

soft night
errant raven
#

These numbers just keep getting bigger and bigger

queen isle
#

White washing over my very eyes

graceful sequoia
#

@broken sigil so like, when is this going down

#

is it... like... midnight or

#

do I have to wait until 5am PST

broken sigil
errant raven
#

This amazon prime video ad is weird

#

It showed space marines, one had 4 Golden service studs. And other various franchises

zinc matrix
#

Hello

broken sigil
# broken sigil https://lprk.co/fromzero!share

From Zero | The New Album | Available Now
Order Now: https://lprk.co/fromzero

Follow Linkin Park:
Tour Dates: http://lprk.co/tour
Official Linkin Park Merch: http://lprk.co/store
Newsletter Sign Up: https://lprk.co/newsletter
Text Us: https://lprk.co/text
YouTube Subscribe: http://lprk.co/youtube
Facebook: http://lprk.co/facebook
Instagram: ht...

▶ Play video
zinc matrix
#

Uhm can anyone reccomend me a good tutorial or a course to start learning UnReal?

broken sigil
# zinc matrix Uhm can anyone reccomend me a good tutorial or a course to start learning UnReal...

I would recommend asking in #ue5-general
People there might be able to recommend you some beginner guides
Otherwise would recommend taking a look at some tutorials provided by Epic
https://dev.epicgames.com/community/unreal-engine/learning?source=epic_games

Epic Games Developer

Epic Developer Community Learning offers tutorials, courses, demos, and more created by Epic Games and the developer community.Learn UE and start creating today.

zinc matrix
#

dont consider it as spam please

#

thanks for the help

#

are those like offical docs?

broken sigil
zinc matrix
#

filtered?

broken sigil
zinc matrix
broken sigil
# zinc matrix so like fan made?

Basically on that first site I linked other devs can make tutorials and publish them
The ones I linked are from Epic specifically

I feel like my explanation sucks 😆

zinc matrix
#

Ohhh

#

okok

#

So the site proves the ones made by other devs but the link u sent consists of the ones epic made

broken sigil
#

yep

zinc matrix
#

nice

#

thanks

broken sigil
#

@graceful sequoiaThis one is already living rent free in my head
https://youtu.be/Ip0jJACsE_g?list=PLlqZM4covn1HF92FlF7W5nUI_Ixh2m3Rk

From Zero | The New Album | Available Now
Order Now: https://lprk.co/fromzero

Follow Linkin Park:
Tour Dates: http://lprk.co/tour
Official Linkin Park Merch: http://lprk.co/store
Newsletter Sign Up: https://lprk.co/newsletter
Text Us: https://lprk.co/text
YouTube Subscribe: http://lprk.co/youtube
Facebook: http://lprk.co/facebook
Instagram: ht...

▶ Play video
broken sigil
#

Holy crap it sends me back to early 2000s-2010s listening to Linkin Park as a kid
PepoSobs

summer cedar
#

That's nice juju.

broken sigil
#

it's good, it passed my "play it 20 times" test

mild gust
#

Anyone here play "Empire of the Ants" yet?

summer cedar
#

🤣

brittle holly
#

Much better alternatives here imo. Panago, PizzaHut, Dominoes

summer cedar
#

Probably. Although, the meme was part of a comedy bit on Stephen Colbert's show, talking about the Lindt chocolate - lead and cadmium - scandal.

summer cedar
#

Bluesky crashed. 🤣
Apparently, all the sane people are quitting X and migrating. This reminds me of what happened to Twitter in the initial years.

brittle holly
#

Guess they didn’t expect it

summer cedar
#

According to Jimmy Kimmel, among the top searches on Google in America are:

  1. Can I change my vote?
  2. Am I stupid?
    The second one was almost never used prior to the election. 🤣
pearl elk
#

I voted for orange juice not orange cream

summer cedar
#

No one votes for pulp. 😦

#

#pulpmatters

summer cedar
#

I stand corrected.

surreal marten
#

they announced the 2025 tour dates and locations

broken sigil
surreal marten
#

us

broken sigil
#

I'm in EU cry_thumbsup

surreal marten
#

im in APAC

summer cedar
#

magic juju.

brittle holly
#

This kinda reminds me of A$AP’s monologue in Need for Speed lol

summer cedar
#

😄

graceful sequoia
#

@broken sigil lol I fell asleep really early and got too much sleep and now it's 3am and from zero is out. welp it's going to be a weird night

broken sigil
graceful sequoia
#

hot damn casualty is hard af

#

and now I get to upgrade to 5.5 too

surreal marten
graceful sequoia
#

yeah two faced is super hard

surreal marten
#

the thing in the intro

graceful sequoia
#

I love how so much of this calls back to all the various styles the band has done over the years

surreal marten
#

plus they made it like a loop, the last song of the album is connected to the intro music

graceful sequoia
#

nice!

#

taking a page from sleep tokens shenanigans perhaps

#

though their loop is 3 albums

surreal marten
#

oohhhh

graceful sequoia
#

too bad though that there's not a classic Mr hahn session in here

surreal marten
#

the new vocalist is really good idk why most of the fans are hating her

fleet tangle
#

People fear change.

surreal marten
#

Change is the rule of nature...

soft night
#

solid foundation for base then outparts can change well if its spagetti code it can fall apart easy and crash

unborn lotus
#

Annoyances are visitors wanting to chit chat am I right?

errant raven
soft night
#

ESA ESA

#

EU might be expanded universe

ashen marlin
#

lol

#

bluesky is trash

#

a last desperaste attempt for a dying regime

#

they have low resources on the backend so i'm not surprised it crash (sorry catching up)

ashen marlin
#

just in case there is some crazy coorelation i bought a little doge 😛

#

kicking myself from when i used to have well over 200m doge in the early days

brittle holly
ashen marlin
#

truth social is growing and way bigger than bluesky

#

and is on rumble cloud (cloudflare)

errant raven
ashen marlin
#

I did! just 50 bucks worth now lol

brittle holly
#

People just drawing lines in the sand looking for stuff they have in common with the same ideologies

ashen marlin
#

its not as much about idealogies

#

its lack of censorship

#

people that lived on fb/twitter/instagram lived in a one sided reality for years

#

both should exist, let adults do the research

#

if you take that away thats wher brainwashing starts

#

youll see pics and videos on truth social you will not see anywhere else

brittle holly
#

You think the plebs that joined Trump’s social media are not going to be one sided?

ashen marlin
#

plebs? is that your take on about 2/3 of the country?

brittle holly
#

Yep

ashen marlin
#

the reality is more people want a 2nd trump term than the media lets on

brittle holly
#

I don’t doubt it

ashen marlin
#

america was founded on conservative values, and thats where we're returning it. dont like it, hit the road jack

brittle holly
#

About 2 thirds of them

#

I don’t live in the US so not my problem

ashen marlin
#

most people sitting at the table want the same things. good education, being safe, money in the bank and 401k

errant raven
#

People are tired of video games and other franchises being ruined by women and men dressed like women

brittle holly
#

Just don’t fool yourself thinking that side of the fence is neutral lol

ashen marlin
#

anyperson who possibly thinks a biden/harris regime, rehash of the same thing would yield progress or happiness is delusional

#

its a good vs evil, freedom vs globalists war, but dont worry, those that want to push all the levers

#

still gonna get their war

#

its coming, it just may be delayed now

#

the men that won ww2, and the ones that helped europe's ass as well, were not the same calibur as today

errant raven
brittle holly
#

IMO you put too much stock in what you think politicians will do for you, maybe one day you’ll see they only care about themselves

ashen marlin
#

neo thats why this is different

#

you know there is already a site to submit for bills and policy changes?

#

slimming government with an agency designed to eliminate istelf?

brittle holly
#

But alas this is not the place for politics ig

ashen marlin
#

you realize this has never been done. so dont look at this with the same lens

#

my b

#

io'm in a 'wait and see mentality' tbh at this point

brittle holly
#

Good luck, I hope you don’t find out the harsh truth the hard way

ashen marlin
#

considering the alternative, many people going to where they see hope and change

#

if it does end up being more of the same, then i think american politics is dead forever

deep hatch
#

Grand baby #2 on the way. Hopefully today

ashen marlin
#

it would be interesting if we could really get a transit system between earth and mars in the near future. but a lot of work has to be done to keep facilities safe

#

i know its what Musk wants as his ultimate goal but logistically it's still rather impractical . maybe we need to go mine an asteroid

deep hatch
#

The resources coming back from mars would be very valuable

errant raven
#

What resources does mars have

deep hatch
#
Glass and Building Materials: Martian sand and silicates could be used for construction on Mars and, in theory, sent back for specialized uses like advanced composites.
Iron and Nickel: Mars has an abundance of iron-rich dust and minerals, which could be refined for construction or manufacturing.

Many maybe easily accessible due to lack of vegetation and close to surface. Like the moon there will also be lots of asteroid deposits on the surface. Ready to harvest.

So while you could asteroid mine. You could also get lots of asteroid materials off the surface of planets.

summer cedar
#

A quiet, deep iron mining village.

#

Villagers here send their sons to mine the iron deposits infinitely, while their daughters are shipped off to the capital yonder (see top of screenshot).

errant raven
#

Itd be expensive to bring that stuff back in a worthwhile quantity

deep hatch
errant raven
#

We sent people to mars already?

deep hatch
#

hopefully you wont have reentry issues so wieght should be a big deal

deep hatch
brittle holly
errant raven
#

Ohhh

#

Space train

brittle holly
deep hatch
#

yep

errant raven
#

Its safer on earth than 5 millimeters past earth's atmosphere. I'd rather stay here

deep hatch
summer cedar
# brittle holly how are the bugs

Nice of you to ask about 🐛 .
Turns out that when I destroyed my existing Manor to get rid of the walls superseding village buildings bug, I ended up making my retainers homeless.

I built a new manor, but the retainers are standing in the church's graveyard, shivering and complaining about the cold.

deep hatch
errant raven
#

I have a confession to make

deep hatch
#
  1. Water
    Ice Deposits: Mars has polar ice caps and subsurface water ice. These could be extracted for consumption or converted into hydrogen and oxygen for rocket fuel or breathable air.
brittle holly
errant raven
#

I used to play on this huge minecraft server, and everytime there was an event, mods/admins would make beacons with iron blocks, so after the event was over theyd just leave the beacons, so I'd just wait for events to leave, mine the iron blocks and beacon, and resell them for a profit.

summer cedar
# brittle holly did they add anymore late-game content? I saw fisheries but yeah

Ah, I am not sure if these would be defined as late-game content, or even content. They are new 'adjustments', very feudal-like:

  1. Your previous happiness calculations determine your CURRENT happiness levels. Your current happiness calculations are then made to affect the PREVIOUS happiness levels, which determine the CURRENT happiness.

  2. The F*@#$!! king keeps raising taxes all too regularly. I think the point was to keep players from playing one game too long, but DAMN, I feel like enacting my own Jan 6th on the King's kingdom, if I can find it.

brittle holly
#

tf lol

deep hatch
# errant raven Its safer on earth than 5 millimeters past earth's atmosphere. I'd rather stay h...
  1. Carbon Dioxide
    Atmospheric CO₂: Mars’ CO₂-rich atmosphere could be used for industrial processes or as a raw material for producing methane fuel through the Sabatier process.
  2. Helium-3
    Mars might contain Helium-3, a rare isotope potentially valuable for nuclear fusion. Transporting it to Earth could revolutionize clean energy if fusion reactors become viable.

These too.

but yeah breathing on mars would not be fun. I don't think the first few generations will be a good time

#

Then again we have generations of people who barely go outside anyways so would they even notice.

errant raven
#

No thanks, our abundance of c02 here is destroying the planet

summer cedar
# brittle holly tf lol

Yeah, so let's say you had a bad year or did something stupid. Your city's happiness was calculated at -25. You fixed shit up and next year, it was calculated at +8. Those values somehow interact with one another and you end up with an overall happiness of 53%, sometimes going NEGATIVE - 49%, although your people are current VERY HAPPY. So, immigrant stops. 😄

errant raven
#

Global warming and all

deep hatch
#

lol

#

good one

errant raven
#

You dont believe in global warming?

summer cedar
deep hatch
#

Nope. Climate has changed on all the planets. It is always changing. I don't think man has much to do with it.

brittle holly
#

time to block another flat earther lol

errant raven
#

We had many ice ages, ever since man got smart, we haven't had an ice age. Coincidence? I think not!

brittle holly
#

btw, look up the difference between straight and strait before you form opinions on the solar system

deep hatch
#

I'm a earth displacement theory fan

summer cedar
#

Fine, climate change is Unreal!
It'll be fixed in the next patch. Promise.

errant raven
brittle holly
summer cedar
deep hatch
# summer cedar Fine, climate change is Unreal! It'll be fixed in the next patch. Promise.

Oh, I think the planet is changing alot, I just dont' think man has anything to do with it. I follow alot of this path. https://youtu.be/sBzckBY3H90?si=msdIuHFSH1zC03-z
Research done by the CIA with all available information.

Discover the controversial and captivating theories surrounding lost ancient human civilizations and the cataclysms that caused them to disappear in Chan Thomas's groundbreaking book, "The Adam and Eve Story: The History of Cataclysms." In this intriguing audiobook, Thomas explores ancient mysteries such as the pyramids of Giza, Easter Island, T...

▶ Play video
errant raven
#

Adam and eve

#

Finally

#

Leftists think its adam and steve

deep hatch
#

Well there is some evidence it was.

summer cedar
#

Ah, Adam and Eve...
...my favourite scientists.

errant raven
#

Evidence it was what

deep hatch
#

lol this isnt' a religious book. I can see how you'd think that though

summer cedar
#

Look, my friend, believe whatever you want.

#

What I want you to do is...

#

...send all your friends' money to my Paypal account.

#

That's all I ask. Promise.

deep hatch
#

This was a study done by the CIA. It was classifed and parts still are. The author wrote a book about what isnt' classifed. https://youtu.be/tu-sLX0FbF0?si=6JPV-PFOzNTNY-Tn

It's a collection of all the known stores from every culture gathered together and used to predict the next human die off and using all that information to figure out what kreally illed off the first people. It ref all religious text and all text known. It's the grestest research done on the subject I've seen.

A recently declassified document discusses the topic of lost ancient human civilizations, and cataclysms that occurred on earth thousands of years ago – causing them to vanish from the earth and without explanation. Thus answering the question of why there is so much mystery and unanswered questions involving our true ancient past.
The creator o...

▶ Play video
summer cedar
#

Okay, but I have bigger worries.

#

My military regiment disappeared.

#

👀

#

Ah, they reappeared from the jungle.

#

Hallelujah!

#

🙏

deep hatch
#

The game I'm making now, is start at the first people using some of this lore.

errant raven
#

Howd they vanish without a trace when Egyptians are still here

#

So are aztecs and mayans

summer cedar
#

These guys are just standing in the church graveyard, freezing their butts off and affecting my happiness.

#

No, I don't mean the town's happiness. I mean MY happiness.

errant raven
#

Put em to death

summer cedar
#

I tried. I can't even select them.

#

I wish they'd freeze.

#

Then, I can get new ones.

deep hatch
#

the "noah" flood story is repeating in countless religious texts and non-religious text. So that was one of a few wipe outs. There the crust of the planet moved. This is mostly likely during a pole shift/flip

summer cedar
#

But... NO!

errant raven
#

GUILLOTINE GUILLOTINE GUILLOTINE GUILLOTINE GUILLOTINE GUILLOTINE GUILLOTINE GUILLOTINE

#

WOOOOOOO

turbid spindleBOT
#

:question: are there lore of the people in earth?
:8ball: It is certain.

deep hatch
#

I've never seen any

deep hatch
#

or lizard people. I have no idea where that comes from

summer cedar
#

I'll pay you in bread.

deep hatch
#

The book of Enoch has some crazy stuff you could say where aliens. but nothing from in the planet

soft night
#

some need to watch ancient aliens shows or that book

errant raven
soft night
#

check spaceships of ezekiel

#

yeah that show

deep hatch
# soft night check spaceships of ezekiel

I've never seen a good show or movie that covers the book of enoch. I'm trying to in my game some. but it's hard.

I'm saying the "angles/aliens" where space pirates. Whose interactions with humans mutated their children in to giants.

summer cedar
#

@brittle holly Oh yeah, I forgot to mention this cool bug.
If you destroy an existing Manor, your town gets taxed at 30-40% tax rate until you build a new manor, whereupon the previous tax rate is restored.

#

🐛

brittle holly
summer cedar
#

When you destroyed the church, did they go away?

brittle holly
#

I didn't destroy it

summer cedar
#

Did you spray them with biological viruses?

brittle holly
#

I think eventually they got unstuck, after like 3 years

summer cedar
#

Oh. well...

summer cedar
#

in 3 years, the happiness levels will also average out.

brittle holly
#

but the lumber was still in its courtyard

summer cedar
#

Ok. I'll wait.

#

Ah, my town has been quite efficient in recycling materials.

#

Nothing's lying around here.

summer cedar
#

Just useless people.

deep hatch
#

I'll have to watch it

#

In Galaxy's Hotest Woman, Earthlings always take top 3 This would be a fun Ai tv show to make

summer cedar
#

They moved out of the church now and went to the fallow fields that I just cleared.

#

Now, they are gossipping there and freezing to death.

#

Just... not dying.

brittle holly
summer cedar
#

Woo hoo!

#

They finally stopped whining in the middle of the fields and went to the manor house.

summer cedar
#

Lazy bums can do it BY HAND.

brittle holly
summer cedar
#

I'll try hiring 16 farmers then.

summer cedar
#

16 peasants, working the fields as is proper.

#

16 peasants were not enough.

#

So, there shall be 24.

summer cedar
#

20 turned out to be the nice number for this field.

deep hatch
#

On avg I have to retry 4-20 times to get something usable

#

One of my goals is to put myself in my games. I think it did pretty well. But took a good number of tries. maybe 12 for my head. Steve was like 14.

#

I'm doing all my friends heads who want to be in my game and making them my pirate crew.

#

lol he's cute.

#

make sure trim before animate. tons of mine have attached hands or capes.

#

I've been using it to prototypes lots of stuff, then I replace it with better stuff as needed

#

yeah, I've had better luck for that with text to model, then ai texture.

#

The people, tents, rocks and other stuff was all ai, and ai animated, then I'm slowly replacing it as I make or find them. For the stuff that isnt' good enought.

#

If it's really bad you can get your points back, when you review it, there is a box if you click 1 star for refund.

#

the animator isn't bad, but it gens 1 animate per skeleton which is a pain

white pelican
#

This is me today

broken sigil
#

still has that good old LP sound to it

errant raven
#

Meow

regal pecan
#

Is there a massively parallel integer processor> (i.e. GPU but for iops)

deep hatch
#

There is a way to do both but it's offline, has been for days. It lets you upload 3 images then it makes it.

regal pecan
deep hatch
#

try ltx.studio

#

you can create a character assign it voice, images and even scenes. I've been using it to story board.

#

I'm using it for my npc voices too.

#

oh an it can assign your face to the renders/videos.

#

looks great. Eye lids are an issue for it in this version for sure

errant raven
#

Howd you get a picture of me

#

My stomach hurts when I drink a pint of water, but it's fine if I drink 2 liters of pepsi

#

I hate being healthy

deep hatch
#

Sylas Patrick, born 2:08 pm. 8.13 lbs

errant raven
#

Pepe the frog is a extremist logo

jaunty berry
fathom wadi
#

smells like a drama farmer video to me

errant raven
#

Reminds me of yesterday

cursive crypt
#

class of personality, drama farmer, rage baiter, crypto bro, etc

summer cedar
#

Pretty 😍

brittle holly
#

I mean...yeah

#

but the gameplay tho

summer cedar
#

This is Little Langdale in Lake District, UK. 🙂

brittle holly
#

oh, I thought it was a Manor Lords artwork 😄

summer cedar
#

This is how great UE5 is. 😄

brittle holly
#

but also the gameplay argument stands IRL 😛

summer cedar
#

Well, speaking of IRL, I figured out that enslav.... employing 20 people is enough to till and maintain a field of 13 M in Manor Lords.

#

I plan on buying 20 unemployed twats and testing it out in a barren plot of land soon-ish. ™️

mild root
#

wow half-life 2 got 20 years anniversary update. can't wait to see what epic games are preparing for unreal tournament anniversary

summer cedar
#

This was awesome. 🙂

errant raven
summer cedar
#

I recall you peppered yourself before.

#

And you spread dangerous, global warming inducing, peppery stinkiness for a day or two.

errant raven
#

Yes that was with some Carolina reapers, no biggy really.

#

These are just habaneros, childs play honestly

#

It is that tincture that'll fuck me up tho, I used a bit too much knowing it's just as hot as reapers are if not hotter now. It's been soaking in alcohol for almost 2 months

errant raven
#

Ok they are done, and now I feast on hells tongue

proud jay
broken sigil
#

that's still the other side of the continent 😆

proud jay
#

At least you can drive there if you really wanted to

#

Roadtrip

#

With accurate vehicle physics

brittle holly
#

Shouldn’t be too far from you guys @proud jay @broken sigil

median wraith
#

Valve is giving HL2 for free

#

in case that someone of you console peasants don't have it

#

Also is detected as a virus after the update sweeney_activate

#

Will be funny if this is actually a virus

summer cedar
broken sigil
#

more like 40 ConcernedFrog

median wraith
#

dammm 2h video from Valve man

errant raven
#

Greatest song on earth hands down

#

I know a man of your status will appreciate it

#

I was like 8 or 9 years old when that came out

errant raven
#

Absolutely nothing to worry about

median wraith
#

idk but the old build gets detected too

median wraith
summer cedar
#

Ohkaay. I bought the season 2 pass for Pathfinder: Wrath of the Righteous, all the DLCs have been installed, but Steam says they haven't been purchased yet in the game's DLC store list. Okay. I tried to download the FREE Children of Morta - Pathfinder crossover DLC and Steam just loads the game directly. 😓

#

I will revisit this travesty of web app coding after a few hours. ✊

errant raven
errant raven
#

@intaxeren I watched Overlord: the sacred kingdom movie. That new character human chick is madly fucking annoying and cringe. But I still liked it cus it gave CZ a lot of screen time.

#

aw man

median wraith
#

Todays in the kitchen

#

At least is easy to add elements to arrays in here

#

wish UE had the same method

errant raven
#

You can watch Tony Stewart run Kevin Ward over during that race in Canandaigua motorsports park in 2014 on youtube. Not even censored

#

Surprisingly theres a lot of fatal crashes from nascar on youtube

cursive crypt
#

spam/scam?

pearl elk
#

Well its not me

errant raven
#

That jake paul mike tyson fight is boring ass hell

summer cedar
#

I just read a headline that said 'YouTuber Paul'. I was like, "What?"

#

Then, I saw the boxers' pic.

errant raven
#

Well he certainly ain't a boxer 💀

#

Mike hit him once first round and hes just been trying to back up and get away as much as possible for the most part

summer cedar
#

Is he not a qualified heavyweight? Sorry, I don't watch boxing matches.

#

Oh, you mean he's not very good.

errant raven
#

I dont either but it's pretty clear he isnt very good at fighting

summer cedar
#

This nickname YouTuber is legit?

#

Or is that just clickbait?

errant raven
#

Its jake paul

#

"England is my city"

#

That rap video

summer cedar
#

Oh, I see.

#

YouTuber-turned-prizefighter

errant raven
#

The announcer called him a philanthropist too

pearl elk
#

rich kid turned rich man

errant raven
#

Speaking of his wealth

#

Hes wearing diamond encrusted shorts and shoes

summer cedar
#

Is that allowed?

errant raven
#

"His entire outfit tonight is estimated to be $1_000_000, he wants to shine like a diamond tonight"

pearl elk
#

I swear his beard isnt legal

summer cedar
#

Oh yeah, can't punch below the waist.

errant raven
#

Vikings had cleaner more elegant beards and they didn't have beard butter or combs

pearl elk
#

from what I was reading the beard has to show the jawline or its not legal

errant raven
#

He doesnt seem to appear to actually wanna fight. More like survive as many rounds as he can

#

Probably scripted as fuck anyhow

pearl elk
#

well Tyson is an old guy so his plan was probably just to defend

errant raven
#

Tyson is attacking

#

Dodges 90% of the punches I did watch jake throw at him

pale scarab
#

i gotta be honest, i know i will sound like an asshole but its kinda annoying when people go to a certain discord server (for example blender discord) and say stuff like "hi can anyone teach me how to move object, im new" or go to unity discord and said "hi how do you create project? and how to move character?"

those are some beginner stuff. Like even when i ask questions and stupid questions too, its never about the beginner stuff because obviously that will be covered in youtube. It's basic. All they gotta do is stop being lazy and look out for it instead of getting spoon fed.

sorry just wanna rant it out

summer cedar
#

You mean, in the Beginner's channel, or just in General?

pearl elk
#

Hi how do I make a project in Unreal Engine 5.5?

pale scarab
#

Im so tempted to reply to those people like "dude, stop being lazy and google it

summer cedar
#

Well, Beginner's is meant for that kind of stuff, but the other channels I can understand.

pale scarab
errant raven
#

Well the first 2 rounds were interesting

#

The rest was pretty boring and underwhelming

pearl elk
#

Thats boxing

errant raven
#

The audience in the front row seats looked bored out of their minds lol

summer cedar
#

How do I plug this in?

pearl elk
errant raven
#

You know it

summer cedar
#

Yes.

#

But, I can't plug this rectangular looking plug into it.

errant raven
#

I swear mike whispered to jake about jake owing him all that money afterwards

summer cedar
#

Is it supposed to jump around as I try to do that?

errant raven
#

That's one of those mice that's supposed to be plugged in with an Aux cord

#

You'll find the hole for the cord right under the base of the mouses tail

#

I'm watching europeans watch nascar, its entertaining

summer cedar
#

don't expect too much. 🙂

errant raven
#

Learning

#

That's for nerds

summer cedar
#

Yay! 🙂 All my DLCs were installed properly for Pathfinder: WOTR. 🙂

errant raven
#

Adeptus astartes dont go to school, why should I?

pearl elk
#

they astartes school but never afinishes

summer cedar
#

you have to bolt them to the floor.

errant raven
#

I havent played any tacticus or darktide today

summer cedar
#

If you finish Astartes school, you get to be a Terminator.

pearl elk
#

dont be a Terminates

errant raven
#

You mean I get to be 10 feet tall and wear armour that's almost as good as an aurics golden armour????

#

I'll get all the ladies with that height, but what good are ladies when slaying the enemies of man is far more rewarding in the eyes of the emperor

errant raven
#

Sexy pixelated sister of battle

#

Jiggle physics teehee

errant raven
#

Dommy mommy sister of battle

#

Cosmic fart

pearl elk
#

lets hope its not a shart

errant raven
#

It's all gas

#

Nothing liquid or solid

#

It's the embodiment of fart

pearl elk
#

icey sharts

errant raven
#

Born of winter air and mountain rain combining

median wraith
#

wondering myself if could be possible to have multiple cursors data, using cursors to move virtual ones

#

🤔

pearl elk
#

why not have a cursor for each pixel, then you can never miss

median wraith
#

if you have a remote play game you can have say virtual cursors, but each one control the same mouse so

errant raven
median wraith
#

wait what

#

yeah but on steam there is one cursor for everyone

#

so nobody can direct their virtual cursor with their own cursor

#

that's a pain in the ass

#

you can control them with different keys

#

Why is 2024 and computers don't support multiple mices ?

#

Why need quantum computing? Isn't the humanity ready for such improvement ?

summer cedar
pearl elk
#

so your cursor could beat someone elses cursor up?

summer cedar
#

Or too many mouths would nibble my forefinger and gasp, pinkie.

pearl elk
#

could this be a precursor to... cursor wars

summer cedar
#

also, who'd buy the mice that my many mice would breed, huh?

#

also, also, how do I click a baby mouse?

errant raven
#

Why cant we start by making the original cursor Sprite symmetrical

#

Before you start adding multiple cursor support

pearl elk
#

why dont left hand cursors lean the other way?

summer cedar
#

Here, a properly balanced pair of cursors.

errant raven
#

Why do pareplegic users get the whole cursor and not half of it

summer cedar
#

|| because those cursors have limited movement? ||

summer cedar
#

I say this tax rate is a tad high.

errant raven
#

Yes

#

Boston harbor 2.0 levels of high

queen isle
errant raven
#

Hey they could also be talking about escape from tarkov

#

But that games been in early access for like 8 years now and has barely changed at all

errant raven
#

Wut

zinc matrix
#

putty is failing to connect. I get the username right, but the same password that works to log in phpmyadmin doesn't work in the terminal

#

access denied

errant raven
#

Try 123456789 or password

#

Or password1234

#

Or run powershell as administrator

#

I've only ever used powershell once, I just use command prompt mostly

soft night
#

finnish cottage what isnt simulator

errant raven
#

Sick beard

#

But you have an R on your forehead. Brother, do you steal pokemon from 10 year olds?

zinc matrix
#

damn... so many steps to use passwordless login

#

generate publickey, create a ./ssh dir, upload the key, ...

errant raven
#

Idk man, wanna hear some niche warhammer 40k lore

soft night
#

other angle

#

its reaktor logo

errant raven
#

How much weed have you smoked in the last 5 minutes

fluid bloom
#

@soft night I see you have reaktor swag

errant raven
#

Hes also high as balls

#

Living the way Bob Marley would be proud, minus the whole worshipping a Ethiopian prime minister and wanting to move back to Ethiopia thing.

#

Which is somehow a abrahamic religion branch?

soft night
#

yeah got from one hackaton where reaktor was a sponsor but i have other beanie but also the reaktor cubasat launch what need to be removed before launch

errant raven
#

You still havent explained the stoner eyes

celest musk
#

had to read that 3 times until i got it...

#

the 0, 0 is really not helping

cursive crypt
celest musk
#

float is the argument

cursive crypt
#

hmm... yeam

celest musk
#

so this returns -1, 0, 1

#

depending on what the rng rolls

cursive crypt
#

Yeah, I have seen that

fluid bloom
#

gotta love "pure" functions

#

... I assume it's due to that

celest musk
#

😛.

#

but the outcome will be the same

cursive crypt
#

What is the sign of unsigned?

celest musk
#

1

#

or 0

fluid bloom
#

oh wait

celest musk
#

idk why they decided to return 0 for 0 -_-

fluid bloom
#

for whatever reason I read sign as abs and that you got some funky behaviour there

#

disregard me

celest musk
#

i had

#

the 0 edge case

#

using this now

cursive crypt
summer cedar
#

So, how did you modify the 0 for 0?

celest musk
#

i did read it as 0,0

#

i was assuming 0 is positive, i'm optimistic when it comes to floating point numbers

summer cedar
#

So -1 is false, 1 is true, and what about the middle?

#

does it cause the loop to rerun until you get -1 or 1?

celest musk
#

i multiply the result of another formula with it (to either get a positive or negative number)

summer cedar
#

🤔 and if you didn't do that, would it cause some kind of loop-run-error or something?

celest musk
#

it would return 0

#

which i didn't want

summer cedar
#

🤔 I see.
Cool.

#

I just saw a weird controversy about Whoopi Goldberg and cookies.

#

So, maybe Whoopi vs. a Bakery.

celest musk
#

how is -2² = -4?

#

so it's not -2 * -2

summer cedar
#

isn't negative x negative = positive?

celest musk
#

apparently that doesn't apply to power/square?

summer cedar
#

my old fart brain might have forgotten new age math.

celest musk
#

ok i found the answer

#

it raises the number but not the sign

#

yea (-2)^2 is 4

summer cedar
#

I am trying to recall the mathematics we learnt in school / CIA training.

#

But, I can't remember is a power sign also carried the polarity of the number with it.

celest musk
#

i probably learned that at some point, too

#

but forgot it

#

well, it has a bit set, so?!

#

signbit is bitwise sign?

summer cedar
#

if you can't find the middle point between positive and negative, where the 'truth' lies, then you aren't good enough yet.

celest musk
#

both signs are correct

#

i think it's the same reason why infinity can't be signed

#

because there's also an infinity getting close to 0

#

from both sides

summer cedar
#

Dis infinity?

celest musk
#

no it's Meta

summer cedar
#

👀 🤔

celest musk
summer cedar
#

that looks more like a twisted pair of lungs though, to be honest.

valid temple
#

The new clouds are crazy

celest musk
#

Meta is really one of their own kind

#

not only do they take weeks to update their plugin to the current UE version, but they also "forgot" to transfer their Plugin to Fab

#

top tier developer support

#

yea, for their VR stuff

#

it's the worst shit i had to deal with in UE

#

they ship it with a prebuild windows dll (which i'm 99,9% sure could also be build for Linux) just to hide some of their API calls

#

and it feels like their plugin is on a state of UE 4.1x (e.g. they have weird latent nodes to wait for input actions!?!)

median wraith
#

Why is a forest posting images of clouds?

summer cedar
#

I like the Rig Variants feature in the latest version, assuming it works like I think it does.

median wraith
#

wtf

#

what GPU you have ?

summer cedar
#

gtx 960, if i recall.

median wraith
#

yeah TSR and volumetrics are expensive

#

yeah the 4.27, also edited the 5.4 but never moved 100% due nvidia taking too long

median wraith
#

4.27 isn't it ?

#

ohhh

#

yeah I see what you mean

#

I do use 4.27

#

but since .18 there was a huge rendering change that cost more to compute shaders, but that's for the editor only so don't worry

#

I won't personally go any older version of 4.27

#

for any public project

#

haha

median wraith
#

a friend wasn't able to execute the Hunt in the 970GTX

#

I used to play it old the older engine versions they had

#

the change graphically is minimal

#

now cannot get 70FPS with the 3070 TI

#

used to have 150FPS before

#

bet here happen kinda the same

deep hatch
#

Whats everyone creating today?

fleet tangle
#

A mess.

unreal ether
#

I'm legitimately impressed. I thought it was going to be a silly "To create a picture of a minecraft grass block, first find a picture of a minecraft grass block, then copy and paste it into excel"

#

I also like the Excel rollercoaster simulator

soft night
deep hatch
#

lol

celest musk
#

that's awesome, shows how much difference knowledge of a tool can make

fathom wadi
#

hmm odd one. I know sometimes the gun is put into it's own custom depth but i didn't think a text component would do that.

tulip orbit
#

so, switching to 5.5 then?

tulip orbit
#

just like me when I try to understand world partition

zinc matrix
#

After contacting the support many times. It seems that the shell access is governed by a different password

#

it's not the same password that you use in phpmyadmin

graceful sequoia
#

sir this is a wendys

zinc matrix
#

even after resetting the ssh password I still get access denied

deep hatch
# zinc matrix even after resetting the ssh password I still get access denied

can you turn off what you're trying to access and verify it's really what you're accessing. Preferably by the port number. So only that one "service" drops.

When someone says I changed x password but it still wont let me in, most the time they aren't login in to what they think they are. Something is man in the middle'ing them or they are getting redirected somewhere else, or the port is wrong/redirected/filtered.

zinc matrix
#

The web panel has the hostname, username and password

errant raven
#

Why is cod the only game that needs to be launched twice before you can play

#

Make it three times

#

FOUR TIMES

#

Every menu requires a restart

tulip orbit
zinc matrix
#

I can't believe it. Do you know why I was failing to log in? It seems that PuTTY forces you to type the username. If you ctrl +v as I was doing, it tries to log in with a blank username. Which of course won't work.

graceful sequoia
#

what a strange topic for an unreal engine discord

zinc matrix
#

I contacted 4 different ppl from their support just to find out that I was doing it wrong....

graceful sequoia
#

fwiw if you used ctrl+v to paste, it would not show your username

#

that wouldve been a good first hint

deep hatch
#

yeah I wouldn't ctrl+v passwords or usernames. It's also common to have a space added to end

fathom wadi
#

is it not right click like a console?

#

yeah its been like 15 years since I have

errant raven
#

This campaign is ass

fathom wadi
#

PuTTy has a campaign? I was doing it wrong then

errant raven
#

No, bo6.

#

Why would a thingy mabob plugin have a campaign

#

Be realistic

fathom wadi
#

ah I knew that before it got released. As all call of duty games are shit

zinc matrix
#

I may run a marathon of CoD from the first to the last someday

fathom wadi
#

the wife played BO6, as shes played every CoD titles more than once. She said it was disappointing too

errant raven
#

My fuckin Npc teammates cant hit 5 feet in front of them but the enemy NPCs can headshot 100 meters away

fathom wadi
#

yeah artificial difficulty requires great balance to get it just right.

errant raven
#

And why the fuck do grenades just keep respawning right under me

#

Literally 2 grenades every 15 seconds

fathom wadi
#

I haven't played then since the first Modern Warfare released. I thought the killing room level was the most fun part.

#

yeah

#

plus remember, war isn't fun. Unless it's Cannon Fodder by Sensible Software.

errant raven
#

I finally did

#

It

#

All I had to do was not play and just run to blow it up

#

So fun

ashen marlin
#

lol i just setup a soundbar for my 75 inch that i'd had sitting in a box for like 3 months. kids said it wouldnt make any difference. just blew them away LOL

pearl elk
#

CoD was always shit 😂

#

Medal of Honor masterrace

errant raven
#

@broken sigil send that link thingy with all those tests I'm gonna try it on xbox

#

Nvm found it wooo

broken sigil
errant raven
#

203ms

#

I'm old man

broken sigil
#

ngl knowing the fact that some people are driving on the road with reaction times of almost 300ms makes me concerned lol

mild gust
#

What is that like a human benchmark?

broken sigil
#

yeah

#

I get like 150s but can't hit that consistently, it's between 150-165 ish for me
I always get within that range

This is what I got now

errant raven
#

69 hehehehehehe

unborn lotus
broken sigil
#

yeah, you are right

#

that's actually quite good, especially since you had no visual information besides the sound for a while

broken sigil
#

lol it's like when I have more than one parking spot available and can't decide where to park 😆

unreal ether
broken sigil
unreal ether
#

Typing is a weird one for me. I have a pretty high WPM for sentences I've constructed in my head, and near flawless accuracy, but get me to type a paragraph verbatim, and I'm so much slower and always making errors.

#

I was surprised I managed to get 80 on one attempt

broken sigil
unreal ether
#

It's awful isn't it

broken sigil
#

yeah, it sucks lol

unreal ether
#

I don't even think I'm dyslexic and it sucks ass 🤣

errant raven
#

I smell like ass

#

Sweated too much in cod

#

Threw a semtex over a building and it stuck a dude who ran into two more of his teammates. Got a trikill with that. That also got potg

graceful sequoia
#

ooof! we're back!

#

dang discord that was rough

pearl elk
graceful sequoia
#

ah yes, liquid metal medieval character

#

thank you UE 5.5, its the sprinkle of scifi my game was looking for

pearl elk
#

is that black flag from assassins creed

graceful sequoia
#

oh look, i fixed it by just reopening the editor! ue 5.5 you so stable ❤️

broken sigil
#

lmao

brittle holly
#

It’s good that I moved on from downloading previews to downloading .0 versions, to waiting for the .1 or .2 before I migrate

graceful sequoia
#

i should have

#

but hey

#

i can always come back if its too bad

brittle holly
#

Until you save any asset

graceful sequoia
#

going to see if a nightly build works -- at the very least itll fill up the DDC and get a shitload of shaders compiled for me

brittle holly
#

Then you’re f-ed

graceful sequoia
#

not at all

#

this is an experimental branch here

brittle holly
#

Ah

graceful sequoia
#

if its too fucked, ill just go back to 5.4 and continue

brittle holly
#

Well yeah but I mean

#

You end up losing alot of work even with source control

#

If you work on assets in the new version and save them that is

graceful sequoia
#

this is my own personal project

#

i do not intend to do actual work on 5.5 until its deemed good enough

brittle holly
#

I didn’t mean actual work but anyways

graceful sequoia
#

i don't understand how it's a problem tbh

#

some of the code changes I've made over here will be going back to 5.4 anyway-- I was initializing developer settings poorly for instance-- that works the same in 5.4, 5.5 is just more sensitive about it

#

I am quite worried that the seemingly half baked blueprint migration is doing damage too, so I do not have enough trust to actually move work to 5.5 yet unless and until it proves its fine

errant raven
#

@summer cedar my dad called and talked to me, talked him into trying space marines 2

#

Hes gonna play it

summer cedar
#

Noice!!! 👍

#

Remember to chant the psalms of the crunchy bolter in the background, as he plays.

errant raven
#

I also showed in the sisters of silence and sisters of battle, and the custodes. Also showed him Bjorn the fell handed and he liked him alot

#

He also liked the sisters of silence lol

summer cedar
#

I feel like you should be living with him, not talking to him over the martian satellite.

errant raven
#

He was born in 77 and didnt know what 40k was

brittle holly
#

I think she’s talking to the chat too while she’s doing all of this

cursive crypt
broken sigil
brittle holly
#

well she’s good with her hands and pretty

brittle holly
errant raven
#

I already told him what he needs to do

#

Strip club day with the boys

errant raven
#

I'll be your wingman bluey

brittle holly
#

Damn it the livestream ended

brittle holly
#

Oh well, we’ll keep looking BM, no worries 😁

broken sigil
errant raven
#

No

#

Dont move to china, movento usa

soft night
#

red squadron standing by

brittle holly
errant raven
#

Meta which is these shots should I try to make

#

Hit the yellow ball

broken sigil
soft night
#

blue manny and deja

errant raven
#

Visit usa instead

brittle holly
errant raven
#

We have little tokyo, china town, probably south korean town or some shit

brittle holly
#

Maybe you’ll meet a cute girl and save her by taking her home with you

broken sigil
soft night
#

blue-man-san as those japanese would call blue man

broken sigil
brittle holly
errant raven
#

Take a word from jason derulo bluey

pearl elk
broken sigil
brittle holly
soft night
#

now companion droid sitting in shoulder might e helpful

pearl elk
errant raven
broken sigil
errant raven
#

If americans are dumb, just think about how easy it is to get one of their females

broken sigil
#

Something is wrong with you over there over the pond lol

errant raven
#

I mean have you met me

errant raven
#

I've had enough women for a lifetime. I'm no Hugh Hefner or Ron Jeremy nor been with the amounts they've been with. But jeeeeez

brittle holly
#

And he’s had to pay for all of them

errant raven
#

"You, me, tomorrow, same place same time" then just walk away before they respond

errant raven
#

They cant call and cancel if you dont give them your number 😉

#

Theyll have to show up

broken sigil
brittle holly
pearl elk
#

Its okay guys, all kids under 16 are banned from social media is Straya anyways

errant raven
brittle holly
broken sigil
brittle holly
#

I skip those right away usually but that caught my eye

broken sigil
#

200k viewers damn

brittle holly
#

Well she’s pretty good at her job and she’s not hard on the eyes so…that’ll happen 😅

broken sigil
errant raven
#

Oh

#

Well I was gonna say go there and go up to every woman that's alone and say "he isnt coming" until one kisses and leaves with you

errant raven
#

Just buy a copy of barney Stinson's The playbook. It works

brittle holly
#

Step 1. Don’t listen to advice from the lounge troll.
Step 2. Get out of your comfort zone from time to time, even if it’s just for an hour or two (I can’t handle more than that for social events either)

errant raven
#

I'm not trolling

#

My love life advice is serene and real

#

I'll prove it by getting a girlfriend myself then it will be proof enough that you can get one too

brittle holly
#

You’re likely to find someone who is similar to you in enough regards and likes you, just by being yourself, BM

errant raven
#

I said that like a year ago or so

#

Just be yourself and very confident

soft night
#

mons havent seen 3d print clothings?

broken sigil
brittle holly
#

you don’t need to travel to another country for it, and in fact it’s better if it’s where you live.

broken sigil
#

I don't think waking up at 7pm when the rest of the world is ending their day helps my case

soft night
#

some could say blue man build the wing man

brittle holly
brittle holly
broken sigil
brittle holly
#

Wake up at 7pm on a Friday or Saturday, and go get a drink with some friends

brittle holly
errant raven
#

Study comedy and become funny

#

Keep her laughing and make her believe she had a good time, she'll wanna hangout again.

broken sigil
celest musk
brittle holly
#

“Hi, I’ve been away because I was struggling but I’ve installed more RAM so now I’m better”

errant raven
brittle holly
#

Those are not mutually inclusive

errant raven
#

They are

broken sigil
celest musk
errant raven
#

You just gotta be humorously adept

celest musk
#

2nd of all... you are not

summer cedar
brittle holly
summer cedar
#

Most of your vocabulary should be about the money. Then, you'll definitely be able to advance the relationship.

turbid spindleBOT
#

:question: is deja blue manny GF?
:8ball: Outlook not so good.

errant raven
broken sigil
brittle holly
summer cedar
turbid spindleBOT
#

:question: would deja date blue man?
:8ball: Don't count on it.

brittle holly
brittle holly
summer cedar
#

Then there's your answer. 🙂

celest musk
summer cedar
celest musk
#

but that can be changed with one sentence in her character card "has a crush for blue man"

#

cmon do it @broken sigil

errant raven
broken sigil
#

I think the first step is to meet new people at a higher rate than 1 person per 5 years

summer cedar
#

No. Learn from Trump.

#

Flaunt your money.

brittle holly
#

I’d advise against talking about how much your pc cost to build, it might scare away most girls🤣

errant raven
#

Grab them by the

summer cedar
#

You'll get 5 wives who don't love you.

#

Better than 0.

broken sigil
#

New metric 1p/5y

errant raven
#

1 billion people per year

turbid spindleBOT
#

:question: should blue man get a harlem?
:8ball: Ask again later.

errant raven
#

Harem, the word is Harem

celest musk
#

xD

#

nah he meant harlem

errant raven
#

What's a Harlem

brittle holly
#

That is indeed step 1 lol

broken sigil
brittle holly