#lounge

1 messages · Page 366 of 1

pearl elk
#

I want to use a game engine that actually comes with some game, not a game that comes with some game engine 😛

pearl elk
#

compiling GameFramework took 0.000000234541 seconds

summer cedar
#

Why would you combine different game projects into one?
Don't they use different mechanics, different levels, different characters, etc? Combining all those games would make things confusing, no?

median wraith
#

I share a lot of things in between

#

so got those combined

#

maybe is even better idea to move parts into sub plugins

#

each game have their folders

summer cedar
#

Are these projects part of the same game series?

median wraith
#

oh yeah

median wraith
#

feels like doing the same engine core for them all

#

after all is shared so

median wraith
#

well ported part, will wait until things release

empty dune
#

no, whats that

median wraith
#

lol

empty dune
#

it has begun once more

pearl elk
#

tbh Epic should have a build machine that updates all plugins when they launch a new version

fleet tangle
#

1 single machine? 🙂

median wraith
#

well a lot of them don't compile anymore

#

seems like they deprecated a lot of things just for the 5.4

empty dune
#

this stupid thing needs the longest to update and its an epic published plugin

empty dune
median wraith
#

yeah I was porting things from 4.27

#

despite is an old version, most of the changes came from 5.3 to 5.4 from the return notes I see

empty dune
median wraith
#

not talking about release notes, but compiler returns

summer cedar
#

They did a study and found out that Indian feet are wider than US and EU ones and so, bha will take that into account while measuring shoe sizes. 😄

#

They are also coming up with a new measurement system for clothes to fit Indians. I am not sure what that'll be called. Maybe kha. 😄

median wraith
#

uh the UE5 and 4 share the same DDC folder wtf

worldly sapphire
#

Oh lol

#

I forgot about that

#

That was fun when Unreal 5 just came out and I had a project in both UE4 and UE5 to compare

median wraith
summer cedar
#

Someone decided to pay ONE WHOLE dollar for a card I had listed for a few cents, for some reason.

#

If the sale goes through, I will have five.... FIVE WHOLE dollars. 🤣

#

Who said gaming doesn't pay? 😄

fleet tangle
#

That sounds like a typo.

proud jay
#

but louder

summer cedar
proud jay
#

test succeeded

empty dune
proud jay
#

I'm waiting for a build

cursive crypt
#

It is important to be cooperative and helping your buds. Reporting for successful test is considerate action.

empty dune
proud jay
#

I didn't take my playstation to the office

#

I know, rookie mistake

empty dune
cursive crypt
#

java ¯_(ツ)_/¯

empty dune
proud jay
#

not every day you big shit

#

I work in the office 2 days a week

empty dune
#

sad medium shit noises

empty dune
#

how do i tell linkedin that i dont care?

proud jay
#

you can turn it off in the settings

empty dune
#

wtf

#

linkedin is so full of itself god

#

worst social media platform of all

#

id rather spend 8 hours a day on fucking tiktok

#

than 1 minute on linkedin

pearl elk
#

tiktok banned yo

#

linkedin is USA, USA, USA

proud jay
#

so is linkedin actually battle.net launcher but different 🤔

#

since they're all owned by microsoft

empty dune
soft night
#

its raining snowish

#

wet snow

proud jay
#

don't eat the yellow snow

empty dune
#

why not its maple syrup

proud jay
#

or piss

#

we'll never know

empty dune
#

how the fuck did we win this

#

i was sure this was a lost cause

proud jay
#

I was surprised too

#

brb, getting 2 min lunch

#

idk why, but playing on suicide mission diff is now kinda easy

#

but still only did bugs on it

empty dune
#

youre learning

proud jay
#

while extreme was like hard back in the day on bots

empty dune
#

thats good

proud jay
#

I don't think I'm learning

#

I just think I'm getting better matching rng

empty dune
#

could be

#

time to login and get the medals for this order that i totally contributed to

proud jay
#

I only tried an impossible mission once, but that was really impossible

#

was one of those new defense missions

#

there were like 6 bile titans at once

#

good times

empty dune
empty dune
cursive crypt
#

wow, your code is fast.

median wraith
#

yep lets go farming

fleet tangle
#

That's what you get for looking at the error list.

median wraith
#

"UE_DEPRECATED(5.4, "IsPendingKill should no longer be used. Use IsEliminatingGarbage.")"

median wraith
#

oh my lord

proud jay
fleet tangle
#

IsPendingKill and IsEliminatingGarbage are 2 totally different things, though.

#

An equivalent function should be IsGarbage

median wraith
#

well Epic points they removed it

fleet tangle
#

(this is just from my perspective, not what is actually true in code)

median wraith
fleet tangle
#

The conjugation is all wrong on that method!

median wraith
#

they removed all words like kill, damage, and black

#

the blacklist is now denylist

cursive crypt
#

Woke code

soft night
median wraith
#

whatever I update, I get more errors

cursive crypt
#

Even the killers talk about 'cleaning', lets follow them.

proud jay
#

use output log

#

like someone who actually knows how to code

median wraith
#

checking both

proud jay
#

no need to check the error window

#

it's shit

empty dune
proud jay
#

the mage

median wraith
#

didnt check it yet but I'm getting errors on those too

proud jay
#

or do you 🤔

pearl elk
#

error log is a liar

#

output log is the one true log

median wraith
#

got a garbage collection include issue in the actual engine

#

noice

summer cedar
#

I read that part in the release notes.

#

I've just got to the UV Modelling Improvements.

median wraith
#
Engine\Source\Runtime\CoreUObject\Private\UObject\GarbageCollection.cpp(28): fatal error C1083: Cannot open include file: 'UObject/GCScopeLock.h': No such file or directory
summer cedar
#

Lots more to read.

proud jay
#

only trust first errors

median wraith
#

ohhh damage wasn't replaced, is now a dlc

#

need the include

#

way better

#

it surprises me UE4 and VS didn't tell me things like returning a false in a returning pointer function wasn't bad idea lol

proud jay
#

how so

median wraith
#

idk here returns an error and before used to say nothing, I don't think that's correct

proud jay
#

like in

AMyType* Foo()
{
return false;
}
```?
median wraith
#

yeah

proud jay
#

that gave no error?

#

strange

median wraith
#

no error on 4.27 nope

#

at least in couple functions for whatever reason, usually do

proud jay
#

I guess it would implicitely convert to nullptr

#

but still I would expect a warning of some sort

empty dune
median wraith
#

edited two lines of the engine, still this days don't know why Epic never accepted one of my request

#

they convert a FVector to FLinearColor, I did replaced the vector with a linear color so you get the control for the 4 inputs

#

they never wanted it

median wraith
#

@proud jay

#

now the issue will be to fix some spare things

pearl elk
#

Hevedy likes to use Spanglish in his code 😂

median wraith
#

I don't tbh

pearl elk
#

Its okay Im guilty of far far worse, I convert spaces to tabs

empty dune
pearl elk
#

;//maybe

empty dune
#

I no longer want to watch your stream

#

(im joking)

pearl elk
#

I'll try to stream tomorrow night, Ive just been doing more design stuff not in UE

pearl elk
#

Im going to have to come up with a scale that works too. People are going to be larger, buildings slightly smaller. I dunno if its worth scaling with distance either, that might break visuals abit

#

I was playing New Cycle and the peons are so tiny they might as well not be there. In Frostpunk theyre visible because its not a huge map

#

So Im probably gonna do like a W40k type scale

median wraith
#

so except DLSS and FSR I think got all the plugins already

soft night
#

got XeSS?

median wraith
#

XeSS is real poor from tests so

pearl elk
#

Do you actually use FSR in the editor or only at runtime?

median wraith
#

got both things enabled in editor and game, but I don't think they work on editor

#

but is required to use the functions so

pearl elk
#

Yeah I ended up disabling it, figured I could add it back closer to a release

median wraith
#

the FSR isn't working correctly for some reason

#

it created low resolutions and nothing else for some reason

#

in the DLSS side you get random crashes at execute the editor only

queen isle
summer cedar
#

🤣 @empty dune I am so happy I didn't pay for Jedi Survivor.

#

It's been released on Game Pass via EA Play.

#

🤣

#

I wondered for a nano second whether to spend my FIVE... FIVE WHOLE DOLLARS on the game on Steam, but my faith in Game Pass didn't waver. MS didn't disappoint. 😄

#

I wonder if Manor Lords is being delayed on Game Pass.

#

Usually, MS has the pre-install ready to go by now. No sight of it anywhere.

#

Well, you have to read between the lines.

#

Rob a bank.

#

Steal gold from Fort Knox.

#

Invade Finland.

#

You have choices. It's up to you to be self-motivated and pursue financial independence.

#

For this sound advice, please send money to yourmoneymakesmerich@sendittomenow.money

fleet tangle
#

What would the interest be on a $3m loan?

summer cedar
#

At least 10% if secured by an FD, otherwise it'd begin from 12-14%.

proud jay
summer cedar
#

If you take it on a personal basis, it might be as high as 24% to begin.

#

Forget about taking a loan; just follow my expert suggestions and remember to send me some money first in advance appreciation.

twin otter
#

I'm already in Finland, can I get my $3 million now please?

summer cedar
#

You've to take it from the Finns, hence the invasion.

twin otter
#

Oh

#

Please don't take my money, I'm poor 😦

tulip orbit
#

cause Dieter took your money

summer cedar
#

to invest in 8% bonds. Dieter is smart.

#

How did he beat the Finns though? 🤔

tulip orbit
#

he threw a dutchman at them

summer cedar
#

🚢

soft night
cold comet
#

Yo

#

Anyone around?

errant raven
#

@trail ore what would you do if a cat was nursing her kitten on your lap

cold comet
#

The channels are like super confusing here >< Been trying to figure where to talk about something

#

Steam is changing their policy to count playtime in early access and such against the 2 hour refund period

#

But beta testing isn't

#

So all the game out there are we gonna start seeing less early access and more Open Beta?

errant raven
#

I've been trying to go to bed for the past hour.

#

I put the kitten in their box, and she just goes down, picks it up, and gets right back on me

#

Shes claimed my bed

#

Well I know she loves and trusts me, I just dont wanna roll over on them in my sleep

cursive crypt
fleet tangle
cursive crypt
proud jay
proud jay
#

big facts

empty dune
proud jay
#

some families have 2 cars

#

basically the same

empty dune
#

how

#

why

proud jay
#

wife one car, husband another

#

maybe she needs to fly aroud her boyfriend to come to her

empty dune
#

ah okay, so taylor on one plane and her 16 cats on the other 😂

proud jay
#

or get some snacks delivered to her concert

proud jay
#

cause she has a bf right

#

some american football dude

empty dune
#

i forgot the exact number but its 10+

empty dune
proud jay
#

she has 3

#

according to google

empty dune
#

im pretty sure ive seen more than 3 on her insta itself

proud jay
#

they're called Olivia Benson, Meredith Grey, and Benjamin Button

#

I think you've been misinformed

empty dune
#

what the fuck

proud jay
#

richest cats in the world

empty dune
proud jay
#

yes

#

maybe she was just in a cat cafe or something idk

#

feel free to provide a source that she has 16 cats

empty dune
#

the 16 was a joke, but i was pretty sure it was 10+

#

apparently not

proud jay
#

she's not very creative with the cat names though

#

they're just tv characetrs

#

from Law & Order, Grey's anatomy and Benjamin Button

#

I'm gonna get a cat and call it raindust

empty dune
#

look at you collecting taylor trivia

proud jay
#

well I just know the names lol

empty dune
proud jay
#

I didn't know her cats were called that until just now

fleet tangle
#

Law & Order ❤️

empty dune
#

id love my namesake to spill coffee on your desk

fleet tangle
#

Dun dunnnnnn

proud jay
empty dune
#

i dont remember dating you dieter

proud jay
fleet tangle
#

All of them, man.

#

Except the UK one.

#

They didn't have the dun dunnnnnnn

proud jay
#

there's more than one?

fleet tangle
#

And Jamie Bamber's (Apollo in BSG) British accent was a real shock.

empty dune
fleet tangle
#

He was the lead.

#

He's actually British.

empty dune
#

guess he got tired of starbuck's nonsense

proud jay
#

who is apollo

#

except for the greek god

fleet tangle
#

BSG, man, it's just a big nest of Vipers.

proud jay
#

is he the owner of the house where they play comedy at with Live at the Apollo

empty dune
#

nasty

brittle holly
empty dune
proud jay
#

did the convict have wings

#

and look kinda like a horse

empty dune
proud jay
#

why would she advocate for you lol

#

strange way to word it

empty dune
brittle holly
#

Starbuck was best

proud jay
#

the coffee

brittle holly
#

Notice the lack of s

empty dune
empty dune
proud jay
#

that's what I meant

#

why would you get to decide what she advocates for

brittle holly
#

I couldn’t care less about T-Swizzle or what she advocates for tbh

proud jay
#

me neither

brittle holly
#

Now if Dieter advocated for us, that would be something

proud jay
#

I'm not a lawyer sorry

proud jay
#

(laywer in dutch is advocaat)

#

it's also a type of liquor

brittle holly
#

I think it’s the same in most languages, the lawyer part

proud jay
brittle holly
#

Sounds like a form of eggnog

proud jay
#

apparently advocate is even lawyer in english, but just more specifically one that represents people in court

#

TIL

brittle holly
#

Yeah, hence the Devil’s Advocate

fleet tangle
#

It's the call sign for Jamie Bamber in battlestar galactica.

brittle holly
#

Advocate?

#

I don’t rmbr this

proud jay
#

I think he's still on "Apollo" somehow

brittle holly
#

Maybe discord lag, I’ve had it happen

#

I kinda miss Laura’s quips tbh

proud jay
#

or scarface

proud jay
#

no no, that's the original godfather

unborn lotus
#

I watched devils advocate as a kid, not recommended lol

proud jay
#

the other guy is his son

unborn lotus
#

Are you sure??

proud jay
#

yes

#

have you never watched part 2 or 3

unborn lotus
#

I didnt watch them for the plot

proud jay
#

you only watched them to look at marlon brando?

#

I don't get the hate for part 3 tbh

#

it's not as good as the others sure, but it's still a good movie imo

unborn lotus
#

Its been a while, might rewatch them

proud jay
#

fun fact

unborn lotus
#

Cotton balls?

#

Huh

fleet tangle
#

Was interrupted mid text.

empty dune
soft night
empty dune
brittle holly
#

She left us

#

Deleted most of her msgs and left

empty dune
#

Tf

proud jay
#

she said it was because she hates you just before she left

empty dune
#

Wow she really took my dislike of the green ending personally huh

#

now how will i get her to playtest my game??

median wraith
#

why ?

empty dune
proud jay
empty dune
median wraith
#

yeah she had blocked all, I do remember to add to friends or so

#

let's see if I manage today to get feature 1:1 on UE5

unborn lotus
fleet tangle
#

A very good programmer and lover of red pandas.

median wraith
#

Will miss she

fleet tangle
#

Sadly she can no longer receive my cute animal anime recommendations. Sad times for her.

teal trench
empty dune
teal trench
#

Is this legal?

upper oracle
#

That's scary, was discord hacked or something?

fleet tangle
#

No. Public servers were scraped.

#

Nothing illegal about it.

fleet tangle
#

Same way you can scrape info from public websites.

teal trench
median wraith
#

is there a way to remove old chats or so ? from servers etc

fleet tangle
#

It's still not illegal.

#

There's a script... But people already have your data. It's utterly pointless.

upper oracle
median wraith
#

I mean you can manually remove it but

#

maybe someone took old crap as people do on Twitter and post old posts

upper oracle
#

As long as they don't get DMs it's fine

#

I don't make a habit of posting personal information in any public server.

median wraith
#

yeah isn't about public info

#

but about comments etc you made the people can use to attack you

#

or put all out of contexts as they do everywhere

#

as someone pointed she removed msgs etc

upper oracle
#

The out of context would be scary I suppose but in general I don't think most innocent folk say things that could get them in trouble with the general public.

And most people wouldn't ever be famous enough for it to matter anyway.

#

I still hope Discord can ban it somehow.

empty dune
#

wait, i JUST noticed, THIS thing has easy anti cheat???

#

anti cheat for what????

median wraith
#

but given person was using actual invented facts to attack me

summer cedar
#

When you don't sing the praises of the Emperor and chant the holy psalm of Honest Devotion, the anti-cheat transmits your heresy records to the inquisition.

upper oracle
#

In case it happens to me but I don't know why someone would want to do that to me.

median wraith
#

A guy angry about what I do or what I'm

empty dune
upper oracle
#

Idk the people who matter would see it as an annoyance and not care. And the people who would believe him and care wouldn't matter. Probably.

median wraith
proud jay
upper oracle
#

My biggest concern is my ex husband is a big stalker of mine and he would know my discord email.

median wraith
upper oracle
#

But as a wannabe game dev I cannot exactly just scrub and forsake all public channels.

upper oracle
median wraith
#

A person told me once she was dating on the online apps, and a random guy she went to meet in person was actually the ex using a voice modulator and other person images

#

how cool...

proud jay
#

must me insane

#

some people really be weird

unreal ether
empty dune
#

https://www.youtube.com/watch?v=XXZQVBLfGU8

@summer cedar go tremble before the emperor

Cut scene is taken from Battlefleet Gothic: Armada.

----------- Affiliation Links (Supports my channel) -----------

🔸Element Games 15-25% off Warhammer (Supports Me):
https://elementgames.co.uk/?d=10195

🔸 Over Clockers Computer Products:
https://bit.ly/2L56BqX

----------- Membership, Patreon and Merchandise -----------

🔸Chapter Master...

▶ Play video
median wraith
summer cedar
#

If you are tech savvy, don't buy a 3D printer, and print your own suit of Power Armour + Gatling Gun + Ammunition for your own peace of mind, there's something wrong with you.

upper oracle
proud jay
#

strange man

summer cedar
#

I am slightly sad that Laura left.

proud jay
#

how do people like this have nothing better to do with their life

upper oracle
#

Indeed. Wasting all that time instead of healing and moving on.

summer cedar
#

Well, I'll lift my spirits up by roasting a red panda.

upper oracle
median wraith
#

sorry about that

empty dune
median wraith
summer cedar
#

Wow, Discord won't let me put any emoticons on raindust's messages.

#

I demand an invasion of raindust's country!

proud jay
#

that means he blocked you lol

summer cedar
#

He didn't.

upper oracle
#

Oof

empty dune
summer cedar
#

I'll move for the duration of the invasion.

proud jay
upper oracle
#

At this point in my life it's par for the course.

proud jay
#

maybe he died in his mom's basement

upper oracle
#

I don't wish death on anyone.

#

I do hope he lives to be 120, sad and alone though

median wraith
#

What are you talking about Isaac Dieter ?

empty dune
median wraith
#

dammit the volumetric clouds

summer cedar
#

@proud jay If he blocked me, how's he having a convo with me and I can still ping him and receive his pings?

#

I'll blame you instead.

unreal ether
#

You can ping a blocked person, and a blocked person can ping you.

You can unhide blocked messages too

proud jay
summer cedar
#

Yea, but you have to click on the 'blocked message' thing each time. I have blocked others before.

empty dune
#

huh

#

TIL

summer cedar
#

See. He didn't block me. 😄

proud jay
#

sure

#

they won't get the notif though I think

unborn lotus
summer cedar
#

Actually, this has happened to me on 3 servers; different people. None of them blocked me either.

#

I've never been able to fix it; neither could they.

proud jay
#

sure they didn't ...

proud jay
#

I think someone's in denial

summer cedar
#

They didn't. I asked them. The mods did, too.

proud jay
#

I can block you if you want

empty dune
#

wait i have a gif for this moment

proud jay
#

then you'll see it's the same

#

Try reacting to this message @summer cedar

summer cedar
#

Correct. I can't.

proud jay
#

see, everyone blocks you

summer cedar
#

@proud jay Do you see this message though without clicking on Blocked Message?

proud jay
#

no

#

I unblocked you again

#

feel free to react harder

summer cedar
#

Well, let's ask Raindust.
Oi, did you block me? 😛

empty dune
#

no you dumbass

summer cedar
#

Well, there you go.

proud jay
#

of course that's what someone that did block you would say

summer cedar
#

Hmm... wait. I just remembered something.

#

On The Empyrion server - a game's server - the mod reset permissions or something and this problem went away.

proud jay
#

it's time to accept the harsh reality windus

#

no one likes you

summer cedar
#

Ok.

#

But, you need to give me my bread first.

proud jay
#

if only you had some bread for people to like you

summer cedar
#

I owe that other poor guy a half slice because of you.

upper oracle
#

🍞

empty dune
#

this conversation is interesting

proud jay
summer cedar
#

🤔

empty dune
proud jay
empty dune
#

https://www.youtube.com/watch?v=XXZQVBLfGU8

tremble before the majesty of the emperor dieter

Cut scene is taken from Battlefleet Gothic: Armada.

----------- Affiliation Links (Supports my channel) -----------

🔸Element Games 15-25% off Warhammer (Supports Me):
https://elementgames.co.uk/?d=10195

🔸 Over Clockers Computer Products:
https://bit.ly/2L56BqX

----------- Membership, Patreon and Merchandise -----------

🔸Chapter Master...

▶ Play video
median wraith
#

I was actually about ask yesterday to Laura about the lambdas in c++20 as now force to add the this ref

#

😿

summer cedar
#

I wondered why she wasn't replying to my posts with pithy remarks.

median wraith
#

yeah no worries found it yesterday

proud jay
#

but lambdas always required this if you want to access member vars

median wraith
#

[=] now is [=, this]

soft night
#

=>

proud jay
#

oh, is this not included in the default capture by value anymore?

#

good to know

median wraith
#

seems like no

proud jay
#

I never do a capture all like that though

#

I prefer doing it explicit

median wraith
#

so you are able to ref other classes I bet

soft night
proud jay
#

unless I'm really misunderstanding what you maen

median wraith
#

you cannot do then now something like

#

[=, myclass] ?

empty dune
#

@summer cedar manor lords coming out in two more hours

summer cedar
empty dune
#

i heard

summer cedar
#

yes, from me.

#

So, why am I saying it again? 🤔

#

I must eat some bread.... 🍞

median wraith
#

Error: use of undeclared identifier 'SceneTextureLookupMIP'

#

this sure will be my nightmare today

summer cedar
#

@empty dune I think Manor Lord's release on Game Pass has been delayed.

#

Usually, there's a pre-install option by now and the game's not even listed there.

proud jay
empty dune
#

well, we'll find out in 2 hours

proud jay
#

as long as it's accessible at the point of lambda creation

summer cedar
#

Oh my God! I googled Lambda to learn what it is and found out that the same thing is used in five different tech utilities.

proud jay
#

wait until you find out about math

summer cedar
#

I did.

#

Lambda in Calculus.

empty dune
regal pecan
#

are there lambdas in meth?

empty dune
summer cedar
#

looks at Lounge and wonders how many more friends will leave the server

#

🎶

#

Oh evanescence, thy name is friend.

#

🎶

proud jay
#

ok

summer cedar
#

right

soft night
#

left

proud jay
#

up

summer cedar
#

straight

proud jay
#

gay

soft night
#

curve

summer cedar
#

arc

soft night
#

intel

proud jay
#

bark

summer cedar
#

growl

summer cedar
#

Ah, I finished 2,200 pages. 😄

#

Another 15,100 to go.

proud jay
#

makes me think of that for some reason

summer cedar
#

Alchemy fails most of the time.
Devs fail most of the time.
This is apt.
This is fine.

#

🔥

#

🎶

#

The movie Full-Metal Alchemist was also well made.

summer cedar
#

2BHK is fine.

proud jay
#

no bathroom needed in india

summer cedar
#

but your place is already full of censored;
so it's needed.

#

And B is Bedroom. 😛

#

Unhealthy obsession with bathrooms is bad... for bread.

proud jay
#

I know it is

#

2 bedrooms, hallway, kitchen

pearl elk
#

breadren

proud jay
#

no bathroom included

#

just shit in the streets, no need to wash

summer cedar
#

the bathroom is teleported in on demand.

#

It's included in each bedroom.

summer cedar
unborn lotus
pearl elk
#

Why would you want an indoor toilet, the fecal matter floats all through your house eewww

summer cedar
#

It's teleported to Dieter's directly.

#

Eco friendly.

unreal ether
summer cedar
# unborn lotus

I know I can easily check this, but what's the country with the no data blackout?

unborn lotus
#

Ukraine!

proud jay
#

and belarus

#

and moldavia

summer cedar
proud jay
#

and bosnia herzegovina or however you write that

#

also albania and kosovo

proud jay
#

united states, canada, mexico, panama, haiti, jamaica peru, republic dominican, cuba ,carribean, greenland, el salvador too

#

that's all I remember

#

puerto rico, colombia, venezuala

#

ok that's really all

#

I know guam is in there somewhere after soon, but idk in between

pearl elk
#

but Japan makes up for all those missing toilets

summer cedar
#

They did have the biggest explosion.

#

So.....

pearl elk
#

big grog bog from all the sake

summer cedar
#

Mother's Day gift set from Starbucks.

pearl elk
#

how olds this mum?

proud jay
summer cedar
pearl elk
#

catches me as sort of a GenZ thing

summer cedar
proud jay
summer cedar
#

Walruses are tough, though.

proud jay
pearl elk
#

my mum would hate the glass one cuz its not one of those double layer mugs

#

shes also 63

summer cedar
#

I was right. Walruses are tough indeed.

summer cedar
#

So, she might like it? 🤔

pearl elk
#

shes allergic to rose bushes 😹

summer cedar
#

Then, there's only one more point to consider. Do you like her?

pearl elk
#

Not really, she gave birth to my brother, I was quite happy as an only child

summer cedar
#

Points Freshly towards Assassination Plots

unborn lotus
#

As a younger brother I am offended

summer cedar
#

This is why we have Inheritance Wars.

pearl elk
#

woohoo, I was trying to offend atleast one person today

#

success, tomorrow I'll try for 2

summer cedar
#

You should try for 4.

#

Accounting for inflation is important.

summer cedar
#

Writers are already posting guides for Manor Lord with tips and tricks and whatnot.

#

I've no clue why. It isn't a difficult game, at least on normal.

pearl elk
#

guides get alot of hits

unborn lotus
#

Is anyone playing Palworld though?

summer cedar
#

Probably some slavers.

#

The game's going strong even now. Good on them.

#

🤣

pearl elk
#

Helldivers needs a crossover with Palworld

summer cedar
#

After I typed that, I checked the news. The first article is about Palworld and slavery.

pearl elk
#

then we can dive in and attack 😛

#

gah who releases an update on a friday night

summer cedar
pearl elk
#

they coulda released thursday and taken a long weekend

summer cedar
#

Can't. Got to clock in your contract hours.

proud jay
#

just don't release updates

#

easy fix

summer cedar
#

Yeah, but some devs are honest and nice.

#

It's sad.

pearl elk
#

no wonder they get fired

summer cedar
#

Speaking of, Bethesda France is shutting down.

summer cedar
#

Off to walk in 42C.

#

Don't miss me too much.

#

👼

empty dune
#

@proud jay @brittle holly @timber viper @lofty lark orders are in, lets go liberate some strategems!

#

oh and the civilians if we can

proud jay
#

idk if I have time tonight

#

and we all know all these addicts will have cleared the objective within 10 hours

pearl elk
#

I managed to get quite a few points towards the major order the other night, Im feeling accomplished but... war never ends

unborn lotus
#

...war never changes

pearl elk
#

Im no longer master sergeant of shooty people

#

Im gunnery sergeant of looty people

queen isle
#

big if true

summer cedar
#

👀 DOS! Revolutionary OS that will beat Win 11 and Win 9000!

summer cedar
#

@unborn lotus That picture wasn't legible enough. Were you measuring the sieverts in that region?

unborn lotus
#

It had no title, too much effort 😅

summer cedar
#

Aha! I deduced correctly.

#

🕵️

#

But, none of that matters. God Todd has already declared the fallout zones to be in America.

#

We cannot go against the word of God.

unborn lotus
unborn lotus
#

I played a few minutes of Oblivion, is pretty good even know

#

Also tried fallout 76 and it was a bore
fest

summer cedar
#

Our Pip Boy,
Who art toggled in Heaven,
Rad Free be thy Status.
Thy stimpaks come, thy drugs be done.

#
  • The prayer to Todd
summer cedar
#

The right game is the exchange of membership fees.

#

You USE the dollars in your wallet and God Todd receives it.

#

That's the real game.

unborn lotus
#

Im subscribed to game pass, does it count? 😔

summer cedar
pearl elk
#

Terminator Future Shock is clearly the best Bethesda game

unborn lotus
#

Yes at least other fallout games had some intriguing intros...this was just stupid

summer cedar
#

Well, it was designed as an MMO.

#

Stupid is in it by definition.

unborn lotus
#

But still

summer cedar
#

Yep.

#

I hope Bethesda narrows their focus with Fallout 5 and just concentrates on telling a solid story.

#

Modders will do the rest.

pearl elk
#

Id be happy with a linear Fallout game from ID software tbh 😛

summer cedar
#

But can you challenge a God?

#

THAT is the real question.

#

Aha! Manor Lords added to Game Pass! @empty dune

pearl elk
#

RPG really stands for Rock, Paper, Grind

unborn lotus
summer cedar
#

That might be a terrific idea, actually.

#

Termination Dark Something looks great in isometric too.

pearl elk
#

isomatrix

unborn lotus
#

I played Aliens dark descent and the camera setup and levels are perfect

summer cedar
#

I assume Owlcats has a strong following of gamers also because of that decision.

unborn lotus
#

They pushed graphics levels enough, now lets go back to something fun

pearl elk
#

Im not sure its graphics they been pushing, its economies

summer cedar
#

I can visualise Fallout made using Unreal Engine with an isometric perspective, right now.

#

Mutants taking cover, players rolling around the grass, taking pot shots at each other.

#

Grenades flying, building and environment pieces exploding, all in isometric.

pearl elk
#

but I can just boot Fallout Tactics right now

unborn lotus
summer cedar
#

I hope you never mention the name Fallout with your project, or God Todd will smite you.

pearl elk
#

call it Wasteland instead

summer cedar
#

Already exists. Copyright lawsuit.

unborn lotus
#

I was thinking Half Life

summer cedar
#

Let's call it Landfill 1.

unborn lotus
#

Kidding, my projects never see the life of day so the name doesnt matter

pearl elk
#

Anomalous Materials

summer cedar
#

You can count on us for encouragement.

#

Go, go Hristew! Go, go Hristew!

pearl elk
#

any name you choose will be better than ShooterGame

summer cedar
#

So, ShootGame?

pearl elk
#

ShootMe

summer cedar
#

🔫

#

Send $5 for the bullet please.

#

And $1 for calories to power shooting finger.

unborn lotus
summer cedar
#

I can imagine.

#

There're emoticons I see sometimes and intuit that they used to be something else.

#

Of course, with regard to dietered , I believe this is the mutated face of a real person.

unborn lotus
#

I believe is the real face of a mutated person

soft night
#

ShooterGame

pearl elk
#

@empty dune I dont think I can stream, my capture card doesnt want to work at the right resolution so I get 21:9 squashed into 16:9 😦

queen isle
#

Satya Nadella on cross-platform: "Finally, we're expanding our games to new platforms, bringing four of our fan favorites to Nintendo Switch and Sony PlayStation for the first time. In fact, earlier this month we had 7 games among the top 25 on the PlayStation Store, more than any other publisher."

but you brought most of those studios lol

proud jay
#

they still own them

#

so they could pull them if they hated you

soft night
#

mons the kuckles series is out now for US but others seems at least wait for day

pearl elk
soft night
pearl elk
#

thats a lie, its clearly not on X but Paramount+

soft night
#

mons is there going forr skyshotme thing?

pearl elk
#

that definitely sounds like an Elon thing

#

Im more a PaciFistOfFury

soft night
#

the skyshowtime basically moviestudios plus paramount+

#

skyshowtime is owned by Comcast paramount global

pearl elk
#

I liked Miramax... but we all know how that ended up :\

#

I would honestly rather see Skydance stay away from Paramount

fleet tangle
#

Otterly adorable.

queen isle
#

going to watch the knuckles show

summer cedar
#

So, who's playing Manor Lords and how is it?

brittle holly
summer cedar
#

They have added a lot of quality of life functions, but I wonder if it'll make the game too easy.

brittle holly
#

You could always play on the edge

#

So you’re constantly attacked 😀

summer cedar
#

🤔 This... might be an excellent strategy.

#

Reminds me of Farthest Frontiers.

brittle holly
#

and it's 25% off, for some reason

#

@empty dune tbh I'm kinda burned out from hd2 and I have horizon now so "not today!"

summer cedar
stone maple
summer cedar
#

Give yourself time and be gentle.

brittle holly
#

self-discipline and hard work eventually surpasses talent

stone maple
#

i'm not sure about that. im developing on my own so i'm doing everything. i dont think theres enough time in the day to get that good at any one thing

brittle holly
#

If you do something every day for years and years, there is time

summer cedar
#

That's why I said give yourself time and be gentle.

brittle holly
#

What usually stalls your progress are excuses you give yourself

summer cedar
#

Unless you're strapped for money, take your own sweet time.

stone maple
#

🤔 are we believers in the 10k hours rule here

#

i feel like there must be at least 5 disciplines or 50k hours to master

#

40 hours a week every week would take 25 years

broken sigil
median wraith
#

someone having issue to share screen here ?

brittle holly
#

@broken sigil everyone be hitting on Aloy. Also idk why these dialogue cutscenes cause fps drops

#

Maybe not DLSS compatible

unborn lotus
fleet tangle
median wraith
#

well discord is totally broken

queen isle
#

Who got manor lords?

summer cedar
empty dune
empty dune
cursive crypt
empty dune
timber viper
#

they're too OP

empty dune
timber viper
empty dune
#

Oh ffs why can't i find the gif

empty dune
#

That's about where the similarity ends kek

empty dune
summer cedar
timber viper
#

persistence is hard work though

#

also a self discipline to some extent

summer cedar
#

You have to give yourself time to process what you learn, too.

#

People grow at different rates. Most people simply don't give themselves the time and space to evolve.

#

"I WANT TO KNOW EVERYTHINGZZZZ NAOWWWW!"

cursive crypt
#

spite++ 😤

summer cedar
#

And once the trial is over........

#

🎶

#

This high APM gameplay is tough on my old man bones at the ripe age of 37.

#

BUT, I will PERSEVERE!

broken sigil
brittle holly
summer cedar
#

Which Aloy are they hitting on?

broken sigil
summer cedar
summer cedar
#

Ah, good thing I didn't reveal anything.

#

Carry on.

broken sigil
#

took a minute

summer cedar
brittle holly
broken sigil
brittle holly
#

Yep

#

Now you gotta throw rocks like a cavewoman

summer cedar
#

Put everyone to work!

#

They shall ALL work!

#

brittle holly
#

Yeah, the cool thing is 1 villager = 1 family from what some YouTuber was saying

empty dune
#

1 villager can be just half or even quarter of a family

brittle holly
#

Really?

empty dune
#

yep

#

each plot houses 1 family by default, more with upgrades

#

each family starts off with 2 people

#

and more join as the plot grows

brittle holly
#

Yeah but when you assign a villager it assigns a family no?

empty dune
#

yes, it assigns the entire family to that industry

#

if there are left overs, they work in the backyard

brittle holly
#

That’s what I meant

summer cedar
#

🤣 patch for Manor Lords just released.

#

Got to be careful in those initial stages though. If you run out of timber, then you'll have to waste valuable time demolishing stuff to get reimbursed.

#

There's no way to gather timber without the Timber Hut whatever, right?

#

Yeah, got to be very careful at the start.

#

But, I'm too sleepy to care. 😄

wraith magnet
#

It reminds me a lot of the settlers 7 which was my last favorite in the series

#

Just the very free building and road network

fathom wadi
#

I preferred the Settlers 6 because they hadn't quite settled yet and I'm a restless person.

timber viper
median wraith
#

Damm Michael Noland and Nick Darnell masters of controbutions on the engine requests

#

Didn't knew they wasn't at Epic now, but I love the contributions format they are doing

fleet tangle
#

It's been a while now.

timber viper
#

I'd really like to work with them

#

they're both badass and cool

#

without nick I might have failed to find the entry point for bp2cpp

#

and without michale noland i couldnt ask cursed questions related with kismetcompiler and lose insane amount of time before fixing things CB_kek

brittle holly
timber viper
#

what about her

brittle holly
#

Nothing, just kinda miss her lol

#

And also, coroutines

summer cedar
#

Is the name of the anime.... the actual name.

timber viper
#

im used to it

#

thanks

summer cedar
#

My Steam Wallet is now moving towards...
FIVE... FIVE WHOLE dollars! 💵

zinc matrix
#

I want to play Gears 2. But I don't have an xbox controller. vjoy doesn't work with windows 11

summer cedar
#

My pitiful serfs mount a vain defence.

summer cedar
#

They WILL work those fields!
I have spears to ensure it.

unborn lotus
#

Was it really made by a solo dev?

summer cedar
#

So they say.

#

It needs balancing though.

#

And I have no idea how to secure my supplies from being randomly stolen by bandits.

summer cedar
#

Thank God for a robust trading mechanism. I was finally able to solve my food problem.
WHY DO PEOPLE NEED TO EAT?!!! ✊

summer cedar
#

THEY ARE TOO MANY! ✊
Hold, men! Die valorously!

#

It BURNS! 🔥

#

The heretics have overwhelmed us!

#

Okay, that was fun. The game's good, but you need to mix-max from the beginning at the moment, in the Edge map where you are attacked by bandits. There're easier game settings, but who cares about that! 😄

summer cedar
#

'Tis a cold winter, me'boys! 'Tis a cold, cold winter.
But, THEY SHALL WORK! 🔪

brittle holly
#

They partnered up with a publisher back in 2022 afaik

scenic glen
#

Hi, can i use the unreal engine logo for my poster, or ppt presentation or videos, just to indicate that i am using unreal engine to render this photo or video, or even to inform that i am using unreal engine to make this game that i am selling?

Do i need permission or paperworks?

Thanks

brittle holly
fleet tangle
#

Kinda funny. In UE you need permission to add their logo. In Unity, you gotta lay to remove it 😂

celest musk
#

reasonable... or would you like that everyone slaps your name on their assetflip which has no fps cap and melts GPUs? 😄

brittle holly
#

An adequate comparison tbh

#

Unity melts your wallet

celest musk
#

the Unreal brand is kinda known for quality, and i think Epic wants to keep it that way

brittle holly
#

Dang it, you mean they won’t let me slap UnrealEngine logo on my shitty first game? 🥲

celest musk
#

ask Studio Wildcard

celest musk
#

studio which made/makes Ark

#

i think it was their first title

#

but despite some stupid bugs, it's pretty awesome

brittle holly
#

Idk about the “quality” aspect but yeah

woven wing
#

Okie long break over

#

I am now comfortable with 3d modeling and animation

#

Time to make boxes fight each other until it's fun

#

Actually a lie, time to spend 120 hours doing Ulibari's GAS course because if I try and learn it on my own I'll be off track working on something totally different in like 14 seconds

summer cedar
#

I flogged my people until they made bricks from straw and houses from wood.
Our empire shall grow and wheat shall be plenty for all hard working serfs.
The good food shall be for their Lord, of course, in his great manor.

brittle holly
#

Hehe looking like a nice little town

summer cedar
#

It's a safe town, too.

#

I used my financial smarts to ensure that I can raise THREE... THREE WHOLE regiments (in Dracula accent, now) of spearmen.

#

Unfortunately, my financial smarts doesn't extend to maternity smarts. I've run out of recruits for my storehouse full of large shields and spears.

#

Do you want some? ⚔️

#

They are coming!!!! ⚔️

#

They are SANDWICHED!

#

Thus, in medieval times did we learn the art of putting food between two pieces of bread!

#

Through blood and sweat did we earn the recipe of the holy sandwich.

#

Tell the Spear Militia to Stand Their Ground and they'll handle the bandits just fine, even if they are slightly outnumbered.

median wraith
#

is that the new game released this week ?

woven wing
brittle holly
#

Aye Manor Lords

woven wing
#

I can never find my repos on azure devops

summer cedar
#

Um, is it okay to link a two minute video of the battle here? It's from my channel, so I don't know if it's against the rules.

#

I am moving to strike a bandit camp.

#

They shall PAY for their temerity.

#

And they're dead. 😄

#

You get resources for slaughtering the bandit camps. Combat is relatively easy, at the moment. The enemy doesn't try flanking or misdirecting you in any way. When your army approaches their camp, they do charge at you. So, sophisticated tactics are unnecessary.

median wraith
#

are you paid each week to promote a different game? I don't think so

summer cedar
#

Well, now that I have your unwavering support...

median wraith
#

lol

summer cedar
median wraith
#

never liked this games were have 1000 soldiers and randomly kill/get killed

summer cedar
#

Well, you're the one doing the killing there. 😄

#

And the actual number is fairly small. I think it was my 70 vs their 54.

#

Once you get the lazy serfs to stop sleeping, relaxing, and having fun in their houses, AND WORK THEIR BACKYARD FIELDS, they produce enough vegetables, eggs, and hides from goats to supply the entire city.

#

Make them work! ✊

queen isle
#

Only u can save children

mild gust
#

Just cut the cords

summer cedar
#

Well, I put the children to work in my fields and carry my spearmen's shields.

#

That'll de-addict them, I think, from life too perhaps in the face of the enemy.

#

Andarus is growing, but we desperately need more recruits for the front lines.

summer cedar
#

Aye! MOAR MEN!

soft night
pearl elk