#lounge

1 messages ยท Page 153 of 1

ivory lodge
#

I'm going to master my craft.

sweet rose
#

I usually listen to Ambient and IDM/Techno when I'm doing stuff like that

lofty lark
#

You've updated hehe no longer green

remote fog
fleet tangle
ivory lodge
#

I don't think anyone here would tell on me.

lofty lark
#

Why not just change your name to hehe at this point KaguyaBigBrain

gloomy inlet
#

But it's Hehe

#

Invite me to that server that has me as emoji

marble sparrow
#

Hehe

sweet rose
marble sparrow
#

first AU then now Laura ๐Ÿฅน

sweet rose
marble sparrow
sweet rose
#

damn

marble sparrow
marble sparrow
sweet rose
#

not sure who

ivory lodge
#

If you don't know who they are talking about, the voices tell me it must be you!

quasi mantle
fleet tangle
#

Why?

broken sigil
#

๐Ÿคทโ€โ™‚๏ธ

fleet tangle
#

Probably spent too much time in #lounge

quasi mantle
#

Too much lounging can be harmful, considering how this channel can be an absolute degenerate at times

#

I mean, I did it for similar reason, took around 2-3 months away from this server, until I changed my mind and try helping #animation again

oblique cloak
#

The show Servant is weird. o.O

quasi mantle
#

Yes, why?

#

Also 5,4K hours xD

timber viper
#

what kind of laziness is this lol

#

change the floor material ๐Ÿคฃ

#

someone tricked their project director by telling its a floor decoration i guess

celest musk
#

ngl, those animations are damn good and cute

#

which game is that?

timber viper
#

Blue Archive

#

a mobile gacha game

#

in-game drawings and fanarts also cute

celest musk
#

and that's really made with UE?

#

i wonder... are those rigged characters or sprite animations?

timber viper
#

the graphics smell UE heavily

#

but i dont get why would anyone do this in UE instead of unity

fathom wadi
timber viper
#

game doesnt have it

fathom wadi
#

thats not always consistent. Sometimes Epic doesn't want the logo on the game

timber viper
#

But Blue Archive was #1 on app store last year

fathom wadi
#

yeah but there are odd terms in the ToS about gambling based games. I know they don't mind selling gatchas so Im not sure on this one

quasi mantle
#

No documentation about it anywhere (and I'm not bothered to install another goddamn mobile game just to find out)

#

Aha!

#

Found a Reddit post asking about reversing the asset, and it uses the tools for Unity games

timber viper
#

its more of a live2d showcase rather than an actual engine showcase tbh ๐Ÿ˜„

#

20% 3d %80 2d

fathom wadi
#

everything I make is 2d. I just animated it really fast.

timber viper
#

voice acting and drawings probably cost more than coding the game for nexon

quasi mantle
#

Reminds me of how painful it is to implement Live2D in UE

fathom wadi
#

i kind of wish we had a good 2d solution. I was adept with Flash so having the adobe gaming SDK within Unreal would be interesting to me. Although I think we can do better these days. Flash was only just getting going on things like 2d rigging and 3d elements.

quasi mantle
#

FWIW you better off using your own solution for 2D rigging and material blending (which I did, but I don't have sufficient assets to test it)

fathom wadi
#

I just wouldn't use UE for 2d really. Unless it was cel shader based which isn't really 2d but yer know.

#

I did make a slot machine in UMG tho. Thats 2d so im lying

quasi mantle
#

I'm still going to use 2D elements for the UI, maybe for party member view

#

Though I'm going to use my own solution of "2D" skeletal mesh (which is just bunch of flat meshes puppeteering) and capture it with minimal scene capture + render target

fathom wadi
#

it would be cool if someone made a modular puppet for UMG. Like a WidgetCharacter class. With it's own set of relative anchors alongside the the current ones, some joint/bone handles, etc. Something you can easily modify but couples onto the UMG animation timeline system (even though im not a fan of that and do my widget animations manually with events). I mean, it's got the tools to do a lot of it, it just needs a few extra bits and bobs.

compact torrent
#

are there any games that do cloth simulation on pants or shirts, or is it usually just accessories like capes?

warm bloom
#

hmm maybe like assassins creed games

broken sigil
#

Just woke up from a nap, fell asleep while watching a stream on my tablet, my right eye pressed against my hand

And now my vision is blurry and my eye hurts ๐Ÿ˜

Woke up in worse shape than before

warm bloom
#

r.i.p eyeball

unborn lotus
#

welcome to your 30s

timber viper
#

watch the sky or far buildings etc

broken sigil
#

Yeah it's slowly coming back when I look at something in the distance

warm bloom
#

the buldak 2x spicy taste so good

#

but hurt so bad

#

๐Ÿ˜ญ

warm bloom
timber viper
#

I want to try it now too but its too expensive in here

warm bloom
#

they're like super flavorful spice

timber viper
#

isnt it just chicken and cheese?

warm bloom
#

but are so spicy they make you dance and cry

timber viper
#

even 1x spicy taste?

warm bloom
#

1x are tolerable

#

they taste just as good too

timber viper
#

i love spice - cant say I'm very tolerant of it though

warm bloom
#

1x I think would be enough for the vast majority

timber viper
#

๐Ÿ˜‹

warm bloom
#

honestly they have a low scoville unit oddly

#

but I've had tons of my ghost pepper sauces and tired carolina before

#

I feel like the noodles are worse

broken sigil
#

๐Ÿฉ

warm bloom
#

yummy

#

honestly maybe their sauces is actually the right scoville but it has capsaicin extract so it constantly puts you in pain

timber viper
#

I just checked a recipe called "super spicy buldak"

#

god damn, what kind of throat people have lol

timber viper
trail wedge
unborn lotus
#

You're probably doing it all wrong

trail wedge
#

sounds like it

unborn lotus
#

Only a couple of years left till annual prostate exams

quasi mantle
trail wedge
timber viper
unborn lotus
#

You can't afford that, don't you live in USA?

quasi mantle
trail wedge
unborn lotus
#

Better not move to a 3rd world african country then

trail wedge
#

I don't think I'll be moving anywhere but I guess that would be a poor choice

warm bloom
#

indo noodles are so good

#

more flavorful than spicy in my experience

primal summit
timber viper
#

ofc

#

@broken sigil quick question regarding to our earlier "BP nativizer node" convo
do you think using ContainerPtrToValuePtr makes sense for each inaccessible variable in the node? For example if we're calling BP_Weapon's Ammo property inside a BP_Character's "nativized node" graph - since BP_Weapon is not inside of the nativization scope system must rely on reflection system to get data

#

also same question for calling BP nodes
TargetObject->ProcessEvent()
for each inaccessible BP function/event call

#

no

#

reflection doesnt care about that

#

ContainerPtrToValuePtr does something similar to that private access libs anyway

warm bloom
#

Unity letting go more employees r.i.p

broken sigil
#

Lol

timber viper
gloomy inlet
marble sparrow
#

recursive function ?!

ancient ingot
#

jesus.. mod orgy again

ancient ingot
#

๐Ÿ˜‚

pearl elk
#

be careful you'll get struck down again ๐Ÿ˜›

steady fox
warm bloom
#

us ๐Ÿ‘‰๐Ÿ‘ˆ

quasi mantle
ancient ingot
#

my fecking head is banging

proud jay
#

who is it banging?

#

will it make a baby head?

ancient ingot
#

me! and no lol

proud jay
#

good it uses protection

ancient ingot
#

lol where is Laura ๐Ÿ˜

proud jay
#

she left us

ancient ingot
#

wah ๐Ÿ˜ฎ

cursive crypt
#

You were asking that recently, have you forgotten?

proud jay
#

didn't we have this conversation yesterday?

ancient ingot
#

to many mods ya see, we feel like we are under a microscope

#

@cursive crypt yup

#

we did ? ๐Ÿ˜

#

this medication... fucking me up i tell ya

proud jay
#

here

#

leading to

ancient ingot
#

oh yeah, but i didnt think you mean she actually left ๐Ÿ˜

#

why did she leave ?

proud jay
#

she was allergic to roses

#

idk

cursive crypt
#

ยฏ_(ใƒ„)_/ยฏ

ancient ingot
#

well .. thats a kicker

cursive crypt
#

Maybe a little holiday.

ancient ingot
#

au left, laura left, Luos almost blew up, what next ๐Ÿ˜ฎ

proud jay
#

๐Ÿชฆ

ancient ingot
#

๐Ÿ˜‚

#

so who am i gonna give a rose to

proud jay
#

there is literally no one left in this server

quasi mantle
#

Apparently original Unreal games is delisted

ancient ingot
#

we need some fresh meat

quasi mantle
#

Oh no

Anyway

proud jay
#

from where

#

like unreal tournament?\

quasi mantle
ancient ingot
#

๐Ÿ˜ฎ

#

though shalt not delist UT !

quasi mantle
#

The original '98 and UT'99 is now gone from digital storefronts

proud jay
#

F

#

time to get out the discs

quasi mantle
ancient ingot
#

yeah that's a huge F

primal summit
ancient ingot
#

@quasi mantle i will set ALL of those mods onto you

proud jay
#

or does steam got them on you ๐Ÿค”

ancient ingot
#

i still have the original cds of the first UT

quasi mantle
#

Unreal '98 was free on Steam and I got it, but not the rest of UT games

ancient ingot
#

UT2K4 was good too

proud jay
#

life is over

quasi mantle
#

Fortnite go brrrr

#

I mean FWIW at this point UE5 should be renamed as Fortnite Engine 2

proud jay
#

idk if it's my mmr or the kids, but fortnite has gotten so much easier over time

#

in first season I played I struggled to get carried to a victory royale

#

last time I played I literally got 6 consecutive victories

quasi mantle
proud jay
#

most of the time

#

haven't played in a while

warm bloom
#

no build mode is the only reason to play Fortnite tbh

proud jay
#

building is nice for terrain traversal

quasi mantle
#

Well, No Build Fortnite is actually good, and IMO more reminiscent of arena shooters of old

warm bloom
#

I just play dmz and tarkov nowadays

marble sparrow
#

now who will send red pandas after laura ๐Ÿฅน ?

proud jay
#

devil may zone?

warm bloom
#

no dmz = demilitarized zone

proud jay
#

is that a game?

warm bloom
#

it's a alternate game mode that came out from call of duty

#

that is an extract shooter

proud jay
#

like the division?

quasi mantle
#

I prefer racing sim than military sim

The former is just more relaxing

warm bloom
proud jay
#

so you prefer something that is not relaxing?

warm bloom
#

I love shooting people it's so relaxing

#

I guess that's part of being an American

marble sparrow
warm bloom
#

that joke may be a bit too dark

pearl elk
quasi mantle
#

Violence is okay, but just driving around with sports cars I never likely have, and virtually buying them is just tranquil and relaxing

warm bloom
#

like Forza?

quasi mantle
marble sparrow
quasi mantle
warm bloom
#

as long as the puzzle guy is still here

pearl elk
#

Something happened didnt it and I missed it but I suppose I left all of a sudden too and came back

foggy path
#

I can only speculate why Laura left, but for me I've left communities I've been in because I just got tired of it.... I've usually joined them in the past because I had some question, but end up spending more time helping others than getting my questions answered (either because they're too hard for anyone to answer, or because I simply don't have any left)

quasi mantle
#

There's no major tension like AffectionateUser Facehugger did, maybe really just having fatigue

foggy path
#

So at that point it becomes a bit of a question of "what am I actually doing here?"

pearl elk
#

Im just wondering whats going on with the influx of mods all of a sudden, surely I didnt miss an announcement

quasi mantle
# warm bloom like Forza?

Maybe it's because Xbox, since I'm heavily leaning into PlayStation (I'm Asian), but I found Gran Turismo to be more enjoyable than Forza

pearl elk
warm bloom
#

Honestly I think a more reasonable answer to why people leave especially someone who is as active as her is simply the time sink you spend too much of your time chatting in here and it's not very productive

quasi mantle
pearl elk
#

Maybe all the oldies just not been on the server

cursive crypt
foggy path
quasi mantle
#

At least looking at their profiles, they're probably living in the Europe furthest, but not Far East

pearl elk
#

Far East whats that like Hawaii?

quasi mantle
pearl elk
#

Like Australia ๐Ÿ˜›

warm bloom
#

I found this cool artwork I made as an 8 year old

pearl elk
#

they needed all these new mods just to control the Aussies... typical

warm bloom
#

I'm honestly quite proud of it because it sticks with my long reign of cats that look funky

quasi mantle
#

I do reside in eastern Asia, but I'm too unprofessional and too weeaboo to be a moderator of professional developer server

#

I'm the antithesis of "a professional developer"

pearl elk
#

I dont have enough empathy to be a mod

foggy path
#

Lol "anthithesis" "too weeaboo"

#

you have no idea what devs are like do you

#

lol

warm bloom
#

my favor type of humor is shock humor and it's not very compatible with following rules

quasi mantle
foggy path
#

Oh yeah because social media is not fake at all

#

You don't see me talking about it on my "professional" social media either

#

but on my other account I do nothing but shitpost lol

pearl elk
#

@ancient ingot if you want to be stalky just find UE coroutines on github ๐Ÿ˜›

warm bloom
#

the people who use social media and are related to development are ui designers the worst breed possible

quasi mantle
#

Also gamedev mastodon reeks LinkedIn

#

Which I don't really like

pearl elk
#

I feel like I need to mosh every time someone says Mastodon

foggy path
#

Just don't use 'em if you don't like 'em :P

quasi mantle
#

I'm not the type of faking for professionalism

quasi mantle
warm bloom
#

who names a social media platform mastodon

quasi mantle
#

Gamedev Mastodon is too rigid IMHO

warm bloom
#

the name alone makes my brain shrivel

foggy path
#

ยฏ_(ใƒ„)_/ยฏ

#

Nobody says you gotta fake anything

foggy path
#

My professional account isn't fake, I just don't shitpost there

quasi mantle
#

I'd rather shitpost and weeb and nerding out about game dev at the same time in the same account

pearl elk
#

Professional account, whats that?

foggy path
#

The account where I don't shitpost

#

lol

foggy path
#

I see plenty of people be weird on their main accounts, like Dave Oshry lol

pearl elk
foggy path
#

That's why my main account is more or less dead nowadays

#

because I got nothing to say

#

I used to use it more actively because I wrote a bunch of stuff and other things like that but now I got nothing lol

quasi mantle
warm bloom
#

you now what I absolutely hate

#

I tend to give criticism to people and or brands / services

#

and they always ask if I'm willing to chat for 30 minutes

#

the marketing teams always want to make me spill my lips

foggy path
pearl elk
#

Funding Secured!

warm bloom
#

some of them will pay you for your time though

warm bloom
quasi mantle
foggy path
#

Go for it then

quasi mantle
#

I could imagine getting myself either booted out or instantly worn out on gamedev mastodon though ๐Ÿ˜›

foggy path
#

As long as you don't post anything racist or such I don't think anyone truly cares

warm bloom
proud jay
#

just buy twitter and you can be openly stupid and racist

quasi mantle
#

Not going to contest Musk on that one

warm bloom
#

the resell value will be a steal

#

like 1/8th of what he paid

pearl elk
quasi mantle
#

But, I mean, my mannerism isn't exactly professional like those on LinkedIn

Also I used anime pfp for my LinkedIn, and I barely use it except for getting through login wall for job vacancies lol

pearl elk
#

"content may contain fake medical proceedures"

warm bloom
#

most developers aren't "professional" lol

foggy path
#

Yeah..

warm bloom
#

that's exactly why they have marketing teams

pearl elk
#

professional is a marketing term

foggy path
#

Half of them are like people on /b/

pearl elk
#

/s/ too lol

warm bloom
#

and r/ShittyLifeProTips

foggy path
#

I don't really know why but it really sounds like Makoto has lifted "the employed developer" to some kind of high and unreachable pedestal lol

pearl elk
#

remember, just act dumb but have infinite confidence

foggy path
#

I'm pretty sure I used to post all kinds of dumbass shit on my main twitter account

#

It was only later when I realized I didn't actually want to put that out publicly for everyone to look at lol

pearl elk
#

I dont say things online I wouldnt say publicly

warm bloom
#

most of my experience with developers in the real world are

#

unqualified people

proud jay
#

just don't post under something that is linked to your actual name

pearl elk
#

who decides who is qualified?

warm bloom
#

if they don't know how to use git

quasi mantle
#

Are there any "emplyoed developer" who retweeting or liking anime pictures and cosplays which at best scantily clad characters and 17+ material?

foggy path
#

Oh yeah.

#

My japanese coworker was posting something about uma musume a while back, which I don't know fits your definition above but he barely talks about anything about his private life outside of work

warm bloom
foggy path
#

Yeah

pearl elk
#

I get in trouble abit because one of my big inspirations is Paul Verhoeven, I read about the shower scene in Starship Troopers the actors said they'd only do it if the director was naked too lol

warm bloom
#

That's like asking if people that work watch any nsfw material of course but you wouldn't broadcast it lol

quasi mantle
pearl elk
ancient ingot
#

ya

warm bloom
#

I don't have that dogshit app

#

I rather eat drywall

#

and be placed in a human sized microwave

pearl elk
warm bloom
#

neo tokyo

pearl elk
#

that'd get me in too much trouble in the west ๐Ÿ˜›

foggy path
#

There is this concept "invisible scripts" - things from culture, upbringing and other self-imposed beliefs. They often limit you in some way, and frankly, a lot of what Makoto is saying is like "yeah that's an invisible script, and that's another invisible script..."

quasi mantle
#

IMO just scantily clad character/cosplay isn't enough to warrant 18+ adult material classification

Heck, my reference materials are partially adult material photography, otherwise I wouldn't have known good poses

foggy path
#

Eg. "I identify as a weeb and weebs aren't professional, so I can't be professional"

#

(I'm not saying it's word for word like that, but it definitely sounds a bit like this from what I've heard so far)

pearl elk
#

Most of the ratings are very arbitrary tbh, Dawn of War here has an MA15+ rating but it has robots which rip off peoples arms yet Robocop is R18+

foggy path
#

heh

#

I mean I own a bunch of anime figures (some of which are scantily clad), I've watched a lot of questionable quality anime, I own a bunch of manga in japanese, I'm a fan of weird japanese tv shows..

#

I'd say I'm at least a bit weeb

#

But at work I'm probably also one of the most professional people there

#

:P

pearl elk
#

I read something about women who looked back at songs they liked in their youth and some of them were totally shocked at how explicit the lyrics really were as they started to understand them

foggy path
#

Like I literally have to tell the CEO sometimes that he's being a dumbass

#

lol

proud jay
#

you guys don't have body pillows in your zoom background?'

pearl elk
quasi mantle
#

Well, I just don't want to stop my weeaboo-ness on places where I'm not under contract

slim atlas
#

SO guys

#

glad you are all here

#

in high numbers

warm bloom
#

I quit my last job after I kept getting stuck with another guys work cause he never did anything so I just left a note and walked out

slim atlas
#

then let us begin to protest against epic!

proud jay
#

are you talking about mods?

pearl elk
slim atlas
#

DOWN WITH EPIC!

quasi mantle
slim atlas
#

CUE THE CAPITALISM!

unborn lotus
pearl elk
#

Wait, what did Epic do?

warm bloom
#

what did epic do?

slim atlas
#

GIVE US OUR REVIEWS AND QUESTIONS BACK

foggy path
#

lol

quasi mantle
#

I thought it's about delisting OG Unreal games

foggy path
#

Blue Man mentioned yesterday that people were using those features to harass marketplace authors

pearl elk
#

Oh yeah I saw this about the MP earlier

slim atlas
#

unreal tornament 3 is still there.

#

so who cares.

warm bloom
slim atlas
#

crayon.

#

i will slap you.

pearl elk
slim atlas
#

do not make me angry

warm bloom
#

I will make a marketplace myself

#

very simple very easy

slim atlas
#

call it orbital market

#

that will show em

warm bloom
#

I'll make it better than orbital market

quasi mantle
proud jay
#

from what I know, Lawdy is always angry, so just ignore her

#

don't forget to scam her on the way out, she loves that

ancient ingot
#

๐Ÿคฃ

quasi mantle
#

People can't leave warnings if there's no avenue to do so

slim atlas
#

i just watched skyfire.

quasi mantle
slim atlas
#

on amazon

#

i am very happy

warm bloom
slim atlas
#

you cant take that away from me

warm bloom
#

orbital market

pearl elk
warm bloom
#

is not much of a market

quasi mantle
warm bloom
#

what

#

that's so backwards

proud jay
#

who's orbital market

warm bloom
#

they shouldn't have to take it down to remove reviews

pearl elk
#

Oh right, there are other channels on this server

warm bloom
#

no there aren't

ancient ingot
#

there are? ๐Ÿ˜

warm bloom
#

they're all nightmare fueled amalgamation of lounge chat

proud jay
warm bloom
#

don't go into them or they will grow stronger

proud jay
#

which are the same

warm bloom
#

everywhere is lounge chat

#

lounge chat is everything

pearl elk
#

where the weeb chat at

warm bloom
#

here

ancient ingot
#

shh they are listening

quasi mantle
warm bloom
ancient ingot
#

not very responsive are they

quasi mantle
proud jay
#

you have to understand, there are only 11 of them

#

they are overloaded atm

pearl elk
#

oh right they did that too didnt they

ancient ingot
#

ONLY 11 .................

proud jay
#

oh hi marc(o) ๐Ÿ‘‹

pearl elk
#

positive vibes only!

carmine cargo
#

What's going on folks?

ancient ingot
#

nothing, we all good, honest we being good ......

carmine cargo
#

Someone having fun with pings?

pearl elk
proud jay
#

I swear it wasn't Nigey

ancient ingot
#

bitch lol

quasi mantle
unborn lotus
#

a great time to test out strikes

quasi mantle
carmine cargo
#

Anything to confess anyone?

ancient ingot
#

nope

quasi mantle
#

#anime channel when

pearl elk
warm bloom
ancient ingot
#

lmao

proud jay
#

I'm actively making our code base worse cause I don't want to deal with technical debt

carmine cargo
#

LOL

proud jay
#

is that a confession?

pearl elk
foggy path
warm bloom
#

if you feed modern art into ai gen

quasi mantle
#

Speaking of smells

warm bloom
#

will it make a blank artwork

#

of one color

quasi mantle
#

90s american game marketing stinks

pearl elk
#

repent sinners!

ancient ingot
#

I have never sinned inmy life

proud jay
#

well feel free to throw the fist stone then

ancient ingot
#

๐Ÿ˜ฎ

ancient ingot
#

๐Ÿ”ฅ

quasi mantle
warm bloom
#

you guys know the game rust?

quasi mantle
#

Belch wasn't even that major kind of enemy in the game

quasi mantle
ancient ingot
#

fuck that game

quasi mantle
#

and most YouTube sponsors

ancient ingot
#

every bloody sponsor i see on YT is RAID

warm bloom
#

We should all stop showering and get skid marks in our underwear and go to a game convention with rocks and whitey tighties and call it a rust cosplay

pearl elk
#

I always see that zombie outpost survival game on IG and tiktok

quasi mantle
#

Only few of the sponsors on YT were good, but majority of them either stink product, or those that only deliver to the northern america

pearl elk
#

have to remind myself that the video isnt actual gameplay lol

quasi mantle
#

If a product is heavily advertised on YouTube, it most likely stinks

pearl elk
#

but where do they get the marketing money from

ancient ingot
#

ikr

pearl elk
#

people must be spending money to keep the ball rolling

quasi mantle
#

They spend more money on marketing instead of the R&D

warm bloom
gloomy inlet
quasi mantle
#

Also are they still doing TV ad spot these days?

ancient ingot
#

yup, in uk anyway

timber viper
#

why did you change color??

quasi mantle
ancient ingot
#

we pay for a tv license which is required by law, but it is to 100% fund the BBC

gloomy inlet
timber viper
#

thats why you dont dry your hair

#

its expensive

quasi mantle
warm bloom
#

antiques roadshow is the best show ever

ancient ingot
#

they have some really good content, but tbh i dont watch tv much nowadays so im a bit out of touch with what's on

gloomy inlet
#

Yes

#

Bbc best channel

#

Full of bbc stuff

quasi mantle
gloomy inlet
#

No

ancient ingot
pearl elk
#

What no Eastenders

ancient ingot
#

the apprentice need to feck off and die but people insist in watching it ๐Ÿ˜ก

pearl elk
#

Do they have MAFS there?

ancient ingot
#

mafs ?

pearl elk
#

Married at First Sight... its terrible

ancient ingot
#

oh.. dont think so

quasi mantle
#

TV declining in favor of on demand streaming is a blessing

But also can be a curse because it's not like the old days where kids show would be on every morning at the mercy of the broadcaster and call it a day, so you have to be in control of what your kids are watching

pearl elk
#

Aussie reality TV is the worst, you take a small isolated community then add an ego the size of Hugh Jackmans Wolverine abs

quasi mantle
#

I mean, as a young adult, you're not unironically watching kids material on demand

warm bloom
#

arghhh matey I've come to plunder but you're too poor so I feel bad ๐Ÿ˜ž

quasi mantle
#

Meanwhile (at least in my country) TV show quality is declining so low it's not even watchable for taking dump sessions

warm bloom
#

anime is the only good programs to watch

#

besides antiques roadshow

pearl elk
#

Great British Bakeoff ftw

quasi mantle
# warm bloom anime is the only good programs to watch

If you know where to look for, but many contemporary anime these days aren't that kid friendly

Though I don't feel like there's an issue with showing PG-13 material. I mean FWIW we played mature rated games as kids anyway

#

so what the hell

warm bloom
#

it's pretty easy to avoid the actual bad animes

#

simply by looking at the splash art

#

and reading the description

pearl elk
#

I watched Death Note live action

warm bloom
#

rip

#

you might as well be reincarnated cause you'll never get that time back

ancient ingot
#

lmao

quasi mantle
#

On the note of bad anime

One genuinely shit isekai anime is what started my whole game project, and subsequently driving me into learning Unreal Engine more and more

warm bloom
#

which Isekai?

quasi mantle
#

||Isekai Smartphone||

||Don't watch it, it's awful||

warm bloom
#

no

#

that's terrible

ancient ingot
#

GPU: 00:02.0 Cirrus Logic GD 5446
when did AWS switch to using Cirrus logic shit for the vms? ๐Ÿ˜

quasi mantle
#

But kinda funny that a game development basically started off as frustration to a bad anime

warm bloom
#

the next danmachi episode is out in two hours

#

๐Ÿ™„

quasi mantle
#

"This isekai anime is so bad, that I want to make my own isekai video game"

quasi mantle
timber viper
#

oh

#

i mean

#

how bad can it be

#

famous last words

quasi mantle
#

Gary Stu character having smartphone and a harem of cardboard cutout characters

#

I stopped watching after 2-3 episodes, and started learning Unreal Engine more and more

#

I was that frustrated with that anime

proud jay
#

why is there smartphone in the title

#

can't be good

quasi mantle
#

Considering how it's for some reason getting hyped on local anime community (though back then they're mostly idiots anyway)

ancient ingot
#

Dieter you left me ๐Ÿ˜ฆ

proud jay
#

did I?

#

I ate lunch

ancient ingot
#

yes

#

wheres mine?

quasi mantle
#

Spending time on Udemy is far better than watching that anime on its entirety

proud jay
timber viper
proud jay
#

too late

timber viper
quasi mantle
#

If you want some motivation on making your own game with better storywriting, then by all means I guess

pearl elk
#

GhatGPT is helping me with my story, so far its much better ๐Ÿ˜›

proud jay
#

my story is the best

#

it doesn't exist

ancient ingot
#

i couldnt get chatgpt to write a porn novel for me ๐Ÿ˜ฆ

proud jay
#

hmm

#

stupid bot

#

have they not discovered that porn is the way to make money

bleak remnant
#

Any advice for learning French in my own time? I'm not really finding any good reading resources

ancient ingot
#

nope, silly people, must be americans

proud jay
#

idk tbh, I learned french at home and school

#

only language I learned actively myself for just learning was Swedish

#

and I just did duolingo

#

which is good enough to get conversational

quasi mantle
proud jay
#

step 1: be born to a french speaking mother

bleak remnant
#

I was trying it (Duolingo) and did one lesson but it didn't seem to help with sentence structure?

proud jay
#

well the first lesson is probably just vocabulary

quasi mantle
bleak remnant
#

Alright

quasi mantle
bleak remnant
#

Yikes

proud jay
#

well there's english canadians too

ancient ingot
#

ye we owned canada to at one point........

bleak remnant
proud jay
#

no

bleak remnant
ancient ingot
#

i know, talk about a downfall of an empire :/

pearl elk
#

Downfall of an Empire was my favourite Empires game

ancient ingot
#

๐Ÿ˜‚ oops sowwy

proud jay
#

great way to learn a language imo is consuming media in it

#

like watch a french movie with subs

#

or play a french game

#

or put your phone in french

#

of course you need some basis first to not be completely lost for that

ancient ingot
#

they do say that audio is the best way to learn a second language

proud jay
#

ideally of course you move to a country where they speak your target language natively

#

but that's not feasible

quasi mantle
#

So much so that Indonesian felt like my second language even if it's my native language

bleak remnant
proud jay
#

same, learned english from movies and games

ancient ingot
#

trio dysgu cymraeg, bydd hynny'n ffwcio dy ben reit lan.

proud jay
#

what

#

something about a cumrag?

ancient ingot
#

lol

#

it's welsh

quasi mantle
#

I still wished I had access to Japanese media as a kid, there's not much on that

timber viper
#

If I can learn kanji I can learn Japanese easily but its what keeps me from getting out of my comfort zone

#

Japanese is very similar to Turkish in essence

quasi mantle
#

To make it infuriating, one kanji can have many syllables, and one syllable can be represented by multiple kanji

#

example: ้ฆฌๅ ด can be read as "Baba" / ใ€Žใฐใฐใ€

timber viper
#

What baba means though

quasi mantle
#

old woman

timber viper
#

and how two different symbols can represent same thing

#

้ฆฌๅ ด
ba ba

quasi mantle
#

You might've heard the derivative honorifics "obaa-san"

quasi mantle
#

IMO parsing kanji per letter isn't always going to work

foggy path
#

You have to parse kanji as groups usually yeah

#

but generally they have at least somewhat similar meanings regardless of which other kanji they are combined with, so you'll know what words they could be

#

(unless it's somebody's name, then it could be anything lol)

quasi mantle
#

In my case, I settle with ไธ€ใƒŽ็€ฌ, but ไธ€ไน‹็€ฌ can also read "Ichinose"

As for names, I think it depends on the one that he/she settles with

foggy path
#

ไธ€้ผป alex

quasi mantle
#

Therefore if my nickname is written as kanji, it would be this

ไธ€ใƒŽ็€ฌ็œŸ

foggy path
#

My last name would be painful to write in kana

quasi mantle
#

Also the kanji ็œŸ can be read as either ใพใ“ใจ or ใ—ใ‚“ (AFAIK)

Google translate seem to be biased on the latter

foggy path
#

jisho.org is usually pretty good for comparing/confirming

#

I guess if I wanted to go full native I could spell my last name as ๆ˜ฅ่ฟ‘ๅนด

#

I don't think it would end up being read correctly from this, but going from the kana spelling into what it vaguely sounds like it kinda works

gloomy inlet
timber viper
ancient ingot
#

omg

#

i did this nickname with google translate so if its wrong and offends anyone please tell me ๐Ÿ™‚

pearl elk
#

Im more offended by that hat

foggy path
#

If you tried to have it say NigeriaK you have succeeded

ancient ingot
#

haha

#

its meant to be NigeyUK

#

๐Ÿ˜

foggy path
#

I don't think you did lol

ancient ingot
#

this works kinda

pearl elk
#

Im k, are you k?

ancient ingot
#

seems there is no direct translation to Nigel

foggy path
#

Yeah what you have now is how Nigel would be written in kana

#

Since it becomes phonetic

ancient ingot
#

ahh thats kinda cool

#

says here "Naijeru"

pearl elk
#

ๅ‹้”ใŒใ„ใชใ„ is Nigel ๐Ÿ˜›

ancient ingot
#

close enough

#

omg mons wtf is that lol

foggy path
#

It says "have no friends" lol

ancient ingot
#

hahaha

pearl elk
#

Couldnt help myself

ancient ingot
#

i almost used that ya twat ๐Ÿ˜›

pearl elk
#

Plan failed

ancient ingot
#

@foggy path is on th epayroll ๐Ÿ˜‰

pearl elk
#

Hey least it would have said you have no friends, not I have none ๐Ÿ˜›

ancient ingot
#

awwww

#

im your friend

pearl elk
#

I generated some AI friends

cursive crypt
#

Do they like you?

pearl elk
#

They pretend to and thats all that matters ๐Ÿ˜›

ancient ingot
cursive crypt
#

What is the average salary of a friend?

foggy path
#

ask it to pretend to be your friend

#

I'm curious if that affects the response

#

lol

ancient ingot
#

haha ok hold on hes writing my game design doc atm lmao

pearl elk
#

lol your friend is gendered aye

ancient ingot
#

cant be a woman, hasnt had a strop or a fit yet

pearl elk
#

It woulda asked for money ๐Ÿ˜ถ

ancient ingot
#

๐Ÿ˜‚

cursive crypt
#

ChatGPT is an waifu

ancient ingot
cursive crypt
#

kuudere

foggy path
#

Ask it to pretend that it's capable of pretending to be your friend

#

lol

pearl elk
#

There are chats based on the same model which can be friends

#

but they are more like psychologists trying to "help" you

cursive crypt
#

physiologists sounds better

pearl elk
#

hey if I could get an AI physio Im in

ancient ingot
#

ooo

#

this is awesome

foggy path
#

haha

#

yeah as long as you slap on enough layers of pretending, simulation and ignoring things, you can get around many of the limits

ancient ingot
#

i got a friend wooohooo

pearl elk
#

Sounds like it has attachment issues

cursive crypt
#

You are bullying your friend :/

ancient ingot
#

i could offer it a cake

tulip orbit
#

i want cake

ancient ingot
#

ai no want cake

tulip orbit
#

fail

#

whats the point of AI if it doesnt want cake?

ancient ingot
#

exactly !

foggy path
#

You need to set up the conversation first so that it begins with you explaining how you want it to pretend to be a human or something lol

foggy path
#

It might accept the cake then!

pearl elk
#

offer it chocolate cake in return for pretending to be human

ancient ingot
#

no more ai today i need to do python!

quasi mantle
#

"We have GT Scapes at home"
GT scapes at home:

tulip orbit
#

make the AI eat your python

cursive crypt
#

What your python? ๐Ÿค”

cursive crypt
ancient ingot
pearl elk
#

so you never chain your python

ancient ingot
#

๐Ÿ

cursive crypt
#

Okay, Discord thinks snek gifs are under censor.

ancient ingot
#

hah wtf

cursive crypt
#

yeah, no

#

Freaking republicans

bleak remnant
#

Never thought an ai could be annoyed

primal summit
sweet rose
primal summit
#

western diamondback rattlesnake, crotalus atrox, my favorite pit viper

sweet rose
#

I was listening to Forrest Gallante episode of JRE today, super interesting

#

he's a wildlife expert

primal summit
sweet rose
#

yikes!

primal summit
#

they don't want a fight any more than you do

#

just don't look like the thermal signature of a rodent and you're fine

quasi mantle
#

Have you tried the suggested Instant Meshes?

I used it to retopo high poly models, though it does involve drawing lines to assist the retopo

#

I haven't actually tried to generate LOD with it HaruThink

celest musk
#

wait, they already did it Oo

#

that was a quick move

#

and a shitty one

timber viper
cursive crypt
#

wut this btw

broken sigil
#

UHT is haunting me wherever I go

fleet tangle
#

Don't have a cow, man!

foggy path
#

is that robotnik

soft night
#

yep

foggy path
#

lol

#

must be from the second sonic movie then?

soft night
#

well the guy who design the image is not robotnik

#

the latte what a way of design options

celest musk
#

i think they should also remove star ratings from the marketplace

#

and then all the assets

#

seriously, who needs all this?

fleet tangle
celest musk
#

then the MP team can go into politics, since they earned the qualification to make everything worse

soft night
#

ben assets sold by market

solid hull
#

they should put every asset in the "free for this month" collection as penance ๐Ÿ‘

broken sigil
# celest musk and a shitty one

As I see it that's a really good change
Considering sellers were abusing it hard and even worse is intentional bombing of reviews

#

Leaving reviews that are completely false just because you refused to help them with their entire project unrelated to your product because they don't know what support means

foggy path
#

Tbh it seems to me like they could've handled that differently than just removing the features altogether, given that it seems people are finding value from it

#

Although at least for me I can't say I've been very tempted to buy anything off the marketplace, so at least for me a purchase decision would have to come from somewhere else than the reviews

cursive crypt
#

Moderated reviews would be dope.

#

Like don't allow one word reviews e.g.

foggy path
#

Although based on that thread it sounds like they're replacing the reviews with something else

broken sigil
#

I don't like the current state of MP, tho I think this a change in the right direction

ancient ingot
#

Hmm

cursive crypt
#

They should allow only dislike buttons.

ancient ingot
#

Yes we like dislikes

foggy path
#

they should make reviews be robot9k mode

ancient ingot
#

All reviews should be piped to ChatGpt

foggy path
#

It feels a bit like a mess like the forum switch

#

but at least the new forums seem a bit nicer to use than the old one... from the little I've used them

#

Yeah

#

Their marketplace/web project management is... not great

#

:D

cursive crypt
#

+launcher

foggy path
#

yep :P

#

was gonna add that lol

#

it's like there's some level of disconnect between those three groups

celest musk
#

with the variety of marketplace quality i see this as a total loss

#

sure, only 1/100 reviews was really useful, but they had been a thing in the past

foggy path
#

ALTF4? The Way You Play Games Is Simple!!Become a somewhat clumsy Knight and overcome Trap!!But the way to get there won't be simple.Will you be able to overcome the various traps and irritating terrains in your way? Test your reflexes! There is no SAVE in this game!! It's full of exciting background music and annoying traps! Don't you feel lik...

Price

$2.99

Recommendations

8135

โ–ถ Play video
#

this looks visually like it's just someone throwing all their random asset packs together into a game

#

lol

unborn lotus
#

They should curate all products like an art director would do ๐Ÿ˜‹

foggy path
#

Yeah it seems popular in some audiences

cursive crypt
#

I wouldnt mind 100 times less products, but 5 more times quality

sweet rose
#

Discord mobile is so shitty

gloomy inlet
broken sigil
#

scammy stuff like that

celest musk
#

yea but that's a problem that could've been addressed in another way

#

they still lack some way of ownership confirmation

broken sigil
#

MP prime days were around 2016-2017

#

feel like it went downhill from there

#

for sellers at least

coral beacon
#

Anyone here have any experience going from Cinema 4d Octane to Unreal Engine 5.1 octane with their scene? I am trying to port over my scene to Unreal to do some mocap

slim atlas
zinc matrix
#

Guys guys. Why my laptop battery keep on (slowly but still) charging up even if I set it to be in maximum lifetime capacity ?

#

like... It should stuck on 60% but after couple of weeks its 73%

celest musk
#

probably to avoid draining from the battery

#

since slightly charging might be better than slightly draining it

#

but that's just a wild guess

zinc matrix
#

So what should I do after it fills to 100% ? Unplug and discharge to 50% and let it charge slowly again ?

celest musk
#

probably depends on the battery type

zinc matrix
#

umh

#

mine is like.. I don't know.. ๐Ÿคช

celest musk
#

look in the specs of your laptop!?

#

it's probably LiPo?!

zinc matrix
celest musk
#

yea they have overcharge protection, like any modern device

zinc matrix
#

so when it fills full I just ignore it ?

#

๐Ÿ™‚ Thanks

celest musk
#

A laptop battery could be prolonged by lowering the charge voltage when connected to the AC grid. To make this feature user-friendly, a device should feature a โ€œLong Lifeโ€ mode that keeps the battery at 4.05V/cell and offers a SoC of about 80 percent.

zinc matrix
celest musk
#

no

zinc matrix
#

oh. Ok I get it

#

Long Live just gives lower voltage on battery and it is charging slower

celest musk
#

and it might only charge up to ~80%

#

but i wouldn't take that for granted, quite possible that most laptops still just charge to 100%

zinc matrix
celest musk
#

ok, i wasn't aware of that

#

maybe those "60%" are up to the manufactor

#

since a general rule might not fit every battery

zinc matrix
#

or can It be because I am using Turbo mode on my other settings ?

#

Just wondering loudly

quasi mantle
zinc matrix
#

? my laptop is ROG if u are asking that ?

quasi mantle
#

At least mine is TUF, but I can't find the option to limit battery health anywhere

zinc matrix
#

instal MyAsus app

quasi mantle
#

Ah, I don't use that at all lmao

warm bloom
#

woah

#

I never thought I'd actually make money putting my name into lawsuits

#

but here we are 2 for 2

fleet tangle
#

I have mine on one of those vauxhall (opel) emissions things as I owned one once. Maybe I'll get something out of that.

celest musk
#

oh unity acquired once something useful for their devs...

broken sigil
#

Real or AI? ๐Ÿ˜…

warm bloom
#

ai

tulip orbit
#

๐Ÿ˜ฆ I finished the game I was playing, atleast what they've got released (EA)

fleet tangle
nova swallow
#

The opening looks weird imo

cursive crypt
#

Well, looks like average render to me.

warm bloom
#

I chose ai cause when I zoomed into the text on the packet

#

the sharpness seems weird

#

and there seems to be artifacts in the reflections

empty blade
#

@torpid wedge 17gb

torpid wedge
#

so, pretty big,. thanks.

#

Hey... did you gain much FPS after the cooking?

empty blade
#

I don't remember tbh

#

I don't think significant amount, i think it was just less hitches

warm bloom
#

yeah those games are tech demos

empty blade
#

yep, not necessarily reflective of best practice for distributable games

warm bloom
#

yeah even with nanite to do a lot of heavy lifting for you

#

you should still optimize where you can

#

I remember trying to run Lyra in editor lmao the performance was abysmal it's probably much better now that ue5 is a bit more stable

broken sigil
#

For example our project heavily depends on nanite, with nanite close to 80-100 fps, without it literally unplayable

Nanite is a great piece of tech

#

Lumen is the expensive one, but it has gotten better in 5.1

warm bloom
#

Yeah but you can still apply other techniques to increase performance for sure and definitely look for overlapping etc

torpid wedge
#

yea it has some really awesome features... like I said, its heavy for my system tho

warm bloom
#

still use culling

#

grass performance go brrr

torpid wedge
#

Remind me, can nanite grass interact with player yet?

broken sigil
warm bloom
#

foliage is always very bad on performance though due to overlapping transparency most of the time

warm bloom
#

it's part of 5.1

broken sigil
torpid wedge
#

nice... so If I can get that bug cleared,... I should make the switch

warm bloom
#

I mean you don't have to

#

but the benefit of not having to make lods

torpid wedge
#

( Bug for me is that 5.1 fails to recognize that I have DirectX-12 in windows server 2019)

warm bloom
#

and nanite is just gonna do it better

warm bloom
#

so not just for you

torpid wedge
#

OOMG THANK YOU!!!!

#

it explains so much.

broken sigil
#

It works fine for me but I've seen some complaints here

torpid wedge
#

I made a formal report but I don't get any feedback so no idea if anyone working on it.

warm bloom
#

I've definitely seen dx12 complaints

tulip orbit
# warm bloom grass performance go brrr

did you see the screenshots for Stalker2? They've got lots of grass in there, I wonder what performance is like, and how they did it... all my grass drops perf real bad too ๐Ÿ˜ฆ

warm bloom
#

I recall looking into it a lot

#

and it has something to do with overlapping transparency or smthing

#

I forget exactly

#

but like your typical megascans grass is just not optimized

#

atleast from when I tried it when 5.0 initial came out

torpid wedge
#

even in nanite?

warm bloom
#

it has more to do with lighting I believe

tulip orbit
#

yeah, thats what I'm using right now, but even fairly sparse the fps isnt great. Still like 40+fps better than the default grass from the landscape prov2 pack

warm bloom
#

like try turning off grass shadows

#

and compare your performance

#

lol

#

it's overdraw

#

it's expensive

#

I don't think the quixel foliage assets were made with nanite in mind so like there's tradeoffs

torpid wedge
#

I have to admit, I didn't use "grass" in my game.. I would say it was more like "clumps" of grass... specially tuned.

warm bloom
#

shadows are very unperformant

tulip orbit
#

I'm getting about 45ish fps in my field right now, quad overdraw vis looks good, not seeing issues there

warm bloom
#

and overdraw is very bad

broken sigil
tulip orbit
#

aaand I closed the editor instead of the window I was in. oops

warm bloom
#

lol

tulip orbit
#

Was looking how to to turn off grass shadows.

warm bloom
#

hopefully we will see some performance improvements each minor update

tulip orbit
#

Also, why does M_Chair always need to save when I open my project?

warm bloom
#

so when you open the engine it changes the chair texture

#

so it doesn't have it's ass print

tulip orbit
#

but why? nothings changed

#

and turned off dynamic shadows on grass, 20fps increase

warm bloom
#

not sure actually I've never experienced that

#

what does your foliage look like curious?

#

how dense

tulip orbit
#

not very

#

only 4 grass types

warm bloom
#

what's the overdraw look like?

tulip orbit
#

Quad overdraw visualisation? its in the blue (2/10)

torpid wedge
#

M_chair... why does that ring a bell?

#

o starter content

#

ok

#

No idea why... you are getting that

tulip orbit
#

hmm, a few spots of green (4/10) on the fringes of the grass, but thought it was the vis

#

I did modify the mat cause I was testing with having objects affect the landscape grass, so that it'd disappear when you place something on the ground

#

nope, thats gone.. hmm

torpid wedge
#

There is a LOT of moire pattern... you might consider something like extile / exland

#

EXLAND

warm bloom
#

what are your specs looking like?

tulip orbit
#

yeah, it looks terrible, but its all mostly placeholder/testing. Havent finalised what textures/etc I'm going to use yet

torpid wedge
#

ah ok

tulip orbit
#

my compy? 3060, 32GB ram, mid-high cpu cant remember which

warm bloom
#

hmm odd not sure then I'm curious now haven't tested foliage since initial release

#

I'ma try it out

tulip orbit
#

ah, i5-11600K

#

grass is from megascans, converted to nanite foliage, default settings

#

realistically, I need to get the actual game running and playable before I start worrying about making the grass look good ๐Ÿ™‚

torpid wedge
#

what are your thoughts on the 3060?

tulip orbit
#

Works great. Only time I have fps issues is in ue5. For games everything runs great. Just cant put cyberpunk on ultra settings

#

Wouldve gotten better, but purchased when cards were hard to get and it was all that was available and within my price range

torpid wedge
#

yea, I am hoping for a sale on 3070 right now.

#

its still a bit higher than I want to pay.

tulip orbit
#

unless I win the lottery, I probably wont be able to upgrade till the 6000 series is out

#

damnit, time to get ready for work ๐Ÿ˜ฆ

torpid wedge
#

have a good one.

quasi mantle
#

My test scene is still hovering on 90 FPS in RTX 3060 lmao

#

Foliage is still iffy

warm bloom
#

with shadows?

#

hopefully we get some performance improvements next minor update

quasi mantle
#

Also had to learn myself some object pooling because my damage number system started to hurt the perf lol

quasi mantle
#

What should I call my damage number plugin?
Something silly and not scream "professional plugin"

unborn lotus
#

damage control

primal summit
#

dakka counter

broken sigil
fleet tangle
#

NumberWang

regal pecan
#

The Digit Widget

unborn lotus
#

PainManager

primal summit
#

hurtzcounter

regal pecan
#

Fire Ze Numbers!

warm bloom
#

booboo tracker

quasi mantle
unborn lotus
quasi mantle
gloomy inlet
#

How do you come up with project ideas

unborn lotus
#

that's the easy part

warm bloom
#

but make it better

gloomy inlet
#

Brb making cyberpunk 2078

fleet tangle
#

Wouldn't be hard to make a game suck less...

primal summit
#

start city zen?

warm bloom
gloomy inlet
unborn lotus
#

It would be hard to make any game better, what makes you (or me) more qualified and experienced than a full dev team with a ton of ๐Ÿ’ฐ

warm bloom
#

that's a stupid question

#

if your basis on game creation is the more money and people the better it is

unborn lotus
#

No, it's experience mostly. And money opens doors to stuff like proper QA

#

Even cyberpunk fudged QA

#

So you can't copy other people and make it better

warm bloom
#

I don't agree with your viewpoint on that

primal summit
#

can you elaborate?

regal pecan
#

CDProjekt had a ton of money, just not enough to make up for whatever crapfest they stirred together in spite of it.

warm bloom
#

What do I need to elaborate that iterating upon and idea is bound to be worse than the original

#

Money may help having more people may help

#

that is a given

#

but just because you have those things it means nothing

#

If anything the playing fields are being more leveled out by companies like epic games