#lounge

1 messages · Page 445 of 1

graceful sequoia
#

the builtin one just basically lerps the cam position from one view target to the next, nothing fancy

median wraith
#

yeah i kinda did like that but from ground on the camera manager

#

could be interesting if by defualt they add an actual material or PP

#

to be show in between

#

rather than a flat color

celest musk
#

oO

#

so basically you did rebuild SetViewTargetWithBlend

graceful sequoia
#

imagine a world where fab actually let you browse the uassets of a package and even let you do a playable demo in browser. it's not super crazy, UE has some support for web already and an asset like this is not using insane features. in that world, an artist wouldn't be compelled to ship crap like this: just give us the umap and assets

median wraith
#

I did a cache manager too

celest musk
#

the only thing that bugs me about the "original" one is that you can't really specify a camera, but only an actor

median wraith
#

it loads an scene before you move there

celest musk
#

so it picks the first active camera

median wraith
#

so pre cache the camera near elements before

#

so you don't see texture pop

graceful sequoia
#

isn't there also a FVector version?

#

view targets doesn't really use camera actors, kind of the reverse from what I understand-- the camera is just the actor that becomes the view target

#

ish

#

when you set a character as a view target, it's just going to find the first camera component to provide the position and fov and PP etc

median wraith
#

also the sound is sync with the blend effect

graceful sequoia
#

oh I see so not lerping, instead handling the transition stuff

median wraith
#

as the blend effect can be dynamic too

#

yeah is a transition splitted, audio goes in also with it

graceful sequoia
#

yeah

median wraith
#

also had todo a wind effect too for cameras

graceful sequoia
median wraith
#

idk why the audio in the video lost time over the video duration

median wraith
#

isn't much time but 1s per camera

#

usually there are 5 or 10 cameras max

#

then all is cached

#

you can see fresh moving between areas and all is fine

graceful sequoia
#

another thing that grinds my gears about these demo assets is that because they're just trying to give you a game like experience, they ship characters with full input code. ok that's fine, but this is a horrible way to actually build an input setup-- and since every sample asset you find does it, people think that's how it should be done

median wraith
#

I also did a rebind system over the old binding system for my game

#

is all in C++ it basically replaces all the keys with the ones I send

graceful sequoia
#

imagine all the green devs learning unreal trying to have a few characters to switch between and repeating the same goddamn input logic on every char blueprint

#

and then because the character artist wants you to be able to walk around in the map, often the useless character blueprint is referenced from the reference map for the character, so to remove it you must first go disconnect these things so you can keep the part that's arguably (but debateably) useful: the map with the character in various poses

#

used to be more important because animation retargeting was difficult and error prone, thank god for ik rig

#

nowadays the animations that things come with really don't matter at least for humanoid ue5 compatible skeleton characters

#

besides, everything they come with are just Manny's animations, and they're terrible. First thing to delete, honestly

#

occasionally though you get some nice animations with them, that add support for things like facial expressions

#

</rant>

#

with my current project, every character has a uniform input system, from heros to NPCs, to animals, to mounts. The game doesn't care what it's controlling -- player controller possesses it and it works. I have a hard time believing this isn't the intent with the design of the gameplay framework, and yet every damn asset out there ignores this

proud jay
#

you have to understand

#

the general population is stupid

graceful sequoia
#

I've had people here be like "whoa, you can just control any character in the game as the player????"

#

yeah but the path is just not reflected in the ecosystem

#

after awhile it becomes obvious but so precious little resources actually tell you to do it that way

#

you just have to infer it after awhile

#

I feel like the paragon assets was an opportunity to show that off-- it's a game with a ton of playable characters

#

but then, did epic actually solder off a central player controller system so they could ship each character individually? they didn't do anything like that in the materials and textures areas-- it's all built out like they just grabbed a list of the referenced assets and shipped those as is

#

(every paragon character comes with a player character BP that handles input directly)

pearl elk
#

The Unreal Way (tm)

graceful sequoia
#

ugh

#

it's just silly

graceful sequoia
#

don't get me started on anim blueprints, and how it took decades to just give us a reasonable way to share the logic of those

#

(anim bp templates, absolutely use them)

summer cedar
#

I think Piranha forgot to turn on Nanite in the last mission, in MW5: Clans.

#

It's horribly unoptimised. Massive stutters, lags, etc. etc.

#

Which is a shame, given the rest of the game is absolutely peachy, for me.

graceful sequoia
#

the thing I love about anim bp templates, is that unlike previous solutions, it gives zero shits about animation assets applying to skeletons they don't belong to. This both makes things actually work much better and also can result in hilarity

pearl elk
#

How does a piranha use a switch since it has no hands?

summer cedar
#

It has teeth.

#

Use the tools thou hast.

graceful sequoia
summer cedar
#

The scene feels very similar to the environment scene in the marketplace, in that mission.

#

I am sure they'll patch it soon enough. It's only been a few days since the game's release. I doubt as many whiners have reached that part yet.... er, I mean, customers demanding quality.

pearl elk
#

I bet they use a PlayerController for the mech inputs

graceful sequoia
#

having Nanite involved -- reminds me of the talk here about megalights -- lots of people correctly stating it doesn't handle directional lights, but from what I understand it simply lets the normal lighting pipeline handle directionals -- they still work with megalights turned on... you wouldn't know it by how people talk about it here and on the forums

#

and do we need 128 directional lights per square meter??

summer cedar
#

🤔 There's a guy who's written an article complaining about MW5: Clans' AI. I find that odd, considering the UE 5 AI plugin (or whatever Piranha is using) is LEAGUES ahead of MW5: Mercenaries' AI.

#

Makes me wonder if a weak CPU would result in mediocre AI performance, if there's machine learning involved.

#

For me, the AI has been one of the best advancements in Clans. They follow your orders to the letter, defend where they should, avoid shooting you in the arse as much as possible, and rip enemies to shreds.

#

Even the enemy AI scales up with the missions, as far as I could tell, on Normal difficulty.

graceful sequoia
#

I have trouble with MW abbreviation I keep reading it as modern warfare lol

summer cedar
#

😄

pearl elk
#

Mech Warfare

summer cedar
#

The real problem with the game is how, at least on Normal, most of the weapons outside of MP Lasers become useless in the final missions.

#

They need to revisit weapon balance, or mech armor.

graceful sequoia
#

I haven't played much warrior games in years, I should definitely get back into them

summer cedar
#

Buy Clans and go from there.

#

The story is well written and narrated.

#

I THINK it'd be the best SP campaign in modern times, in terms of scripted stories at least.

graceful sequoia
#

I think the AI prowess is likely just good work by the team

#

machine learning may have some part but it's not like theyre shipping modern LLMs in there

#

thank god

pearl elk
#

Buy Clans become a Clansman

summer cedar
summer cedar
#

If they are using machine learning, I can totally get why a weaker CPU would result in bad AI for some gamers, though.

#

If it's not that, then my gaming experience is blessed! 😄

celest musk
#

Set of 25 small stones and pebbles with 1 bonus extra stone.

#

xD

#

MP assets are smth else...

proud jay
#

what makes it a bonus stone

proud jay
#

why is buying things in multiples sometimes cheaper than individually 🤔

#

like a phone case for my wife, I found one for like 18 bucks, I find the exact same one, pack of 10 for 8 buck, like what

#

I found a notepad (the physial one), it was like 8 bucks for 1 and 11 bucks for 5 lol

summer cedar
#

It's economies of scale.

#

They are already making a good profit when they sell those products, even at a big discount.

#

Emptying their inventories and manufacturing even larger batches - rinsing and repeating - is more money for them.

celest musk
#

also most likely one less sales person involved

summer cedar
#

true. but you can employ a useless (preferrably poor) relative with little to no pay, so long as you beat them properly.

summer cedar
#

Turns out it's just that particular map that's unoptimised.

#

The next mission goes back to sweet, optimised, smooth gameplay. 😄

queen isle
#

chatgpt gave me this lol

proud jay
#

that's just modern day democracy

queen isle
#

Exactly

summer cedar
#

MW5 Clans complete! 😄
Time to uninstall.

brittle holly
#

I actually liked this one even better, aside from a few minor things. Glad they had berserkers to replace valkyries

proud jay
#

I think I liked the first one more overall

#

but ragnarok had better peak moments though

soft night
#

was there jump over the log or under the log?

summer cedar
#

through the log.

#

enter the matrix.

soft night
#

windus that cant be happening with all objects had collision detections on

summer cedar
#

dev.mode = enabled.
clipping = on.

soft night
#

access denied

summer cedar
#

dog overrides.
bow-wow power.

#

enter the matrix.

soft night
#

access denied

summer cedar
#

denial of access denied

soft night
#

access denied

summer cedar
#

repeat of denial.

#

try, try again.

soft night
#

it was nice walk

#

tehre is no try

brittle holly
unborn lotus
#

Pushing culture baby, got that product you can’t measure.

Big Dawgs out on all platforms.

Credits -

Music by Hanumankind
Written by Hanumankind
Producer - Kalmi
Mixing and Mastering Engineer - Akash Shravan

Director: Bijoy Shetty
DOP: Abhinay Pandit
Production house: Brown Crew Productions
Executive Producer: Rohan Venkatesh, Abhiman...

▶ Play video
#

Fresh hip hop from India

summer cedar
#

😄

queen isle
summer cedar
#

free peripherals

dense atlas
#

That one comes with a support Discord

queen isle
#

Remarkably, it appears Nintendo failed to disable screenshots and recording for the playtest, further fueling the “leaks.”

Nintendo with their excellent security

fluid bloom
#

this mechwarrior 5 clans is quite... amateurish at parts

#

the mech legs aren't even using IK to prevent sliding on the ground

#

instead the animation just plays at whatever rate it was designed to and it's fleet sliding galore

summer cedar
#

What CPU and GPU are you using, if you don't mind my asking?

brittle holly
fluid bloom
summer cedar
#

🤔 Interesting.
I am trying to judge how the game (precisely, UE 5) performs on different computers.

fluid bloom
#

it runs pretty poorly for its looks 😄

summer cedar
#

Have you had any maps stuttering?

fluid bloom
#

nah

#

64 GB ram helps with that I imagine

summer cedar
#

Have you reached the Imperial City map yet?

fluid bloom
#

I'm on the fourth or so mission of the draconis combine part

summer cedar
#

Ah, you're not at the end yet.

fluid bloom
#

wondering if I should unlock mad dog or not 🤔

summer cedar
#

I had exactly one map stutter like crazy.

#

The second-last one.

fluid bloom
#

currently running small er laser novas

summer cedar
#

meta is 8 x MP lasers.

#

Until then (heavies and assaults), any weapon setup works.

fluid bloom
#

I have 12 ER S lasers, 6 on each hand

#

rest is armor + heat sinks

summer cedar
#

you'll get better melting with MPs.

#

but, that's something for the end-game to worry about. 🙂

fluid bloom
#

ya I can't have those on a nova, goes straight through the weight limit

#

also: lol

summer cedar
#

w00t?

#

That's..... odd.

#

I forgot to check mine.

#

Already uninstalled the game.

#

😄

#

As long as I finish writing this one.

summer cedar
#

yes

errant raven
#

Suffer not the unclean to live lead us from death to victory from falsehood to truth lead us from despair to hope from faith to slaughter lead us to his strength and an eternity of war let his wrath fill our hearts death war and blood in vengeance serve the emperor in the name of dorn

broken sigil
#

@graceful sequoia https://youtu.be/fSHoePrnmMw
I assume you already saw it 😆

From Zero | The New Album | Available November 15th
Pre-Order Now: https://lprk.co/fromzero

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

▶ Play video
#

I like it, I like that pretty much every single track from this album is different

broken sigil
#

Oh and Breaking Benjamin is also back
https://youtu.be/cHj8PtRdMQk

'Awaken' out now: https://breakingbenjamin.lnk.to/Awaken

Follow Breaking Benjamin:
https://www.instagram.com/breakingbenjamin/
https://x.com/breakingbenj
https://www.facebook.com/BreakingBenjamin/

So far away I’m dead awoken
And I’m faded out of breath
Life falls to grey hope of the hopeless
And I pray without a prayer

Cut my cover down
In t...

▶ Play video
#

Current timeline is starting to feel like early 2000s again lol

graceful sequoia
graceful sequoia
#

actually-- I'll put it on my proper theater setup in a bit

broken sigil
#

👀

graceful sequoia
#

@broken sigil 😭

pearl elk
#

why is no one fixing Benjamin, just leave Benjamin alone 😹

broken sigil
graceful sequoia
#

another interesting breaking benjamin fact: benjamin has tons of phobias (hence the album Phobia all about them), and one of them is the fear of flying

#

Burnley cites his fear of flying as for why he did not perform overseas, saying, "I'll go as far as a boat will take me", though at the time the band's record label had not facilitated travel by boat.

#

bummer

queen isle
#

The Day Before developer cancels second Kickstarter after it whimpers out with $2,200 of funding, immediately goes all-in on a third game in the same announcement

brittle holly
#

I was already laughing at the ridiculous stuff they were “offering” on their 2nd kickstarter. $15,000 for dinner with the team Bahaha

#

People seeing ScamCitizen get away with it for so long, they think why not have a slice of the pie

pearl elk
#

For $15k they better be paying 😂

summer cedar
#

My offer is better:

  1. Pay me $15k to support my project to generate an image of someone having dinner with me. This AI generated image will be yours to treasure forever.
  2. Pay me $30k and you will support my efforts to generate TWO AI generated images instead.
#

You have to make no efforts whatsoever to dress up, travel, attend a dinner, or even... gasp... EAT.

proud jay
#

oh now they tell me there's a halloween notification sound

#

after annoying me with it for days

summer cedar
#

you didn't treat them beforehand.

proud jay
#

maybe I tricked them

summer cedar
#

unsuccessfully. Otherwise, they wouldn't have notified you at all.

unreal ether
summer cedar
#

Disclaimer: Hardly Visible Tokens are a novel technology and we do not guarantee their long-term viability.

summer cedar
#

safety first ™️

soft night
#

the prodigy - firestarter

summer cedar
#

He can start a fire, but the real question is -
Can he get any projects done?

fluid bloom
#

oh my the battletech cartoon is on youtube

#

what a blast from the past

median wraith
#

damm the discord file size limit now is 10mb for free users

#

goodbye the extra 15mb more

proud jay
#

they hate their users

summer cedar
#

It's not always restricted though.

#

My first upload today was 16MB and it was fine.

#

Second upload onwards, it's restricted.

median wraith
celest musk
#

best was their reasoning behind it

#

smth along the lines "only 0.1% use more than 10MB so we did cut it down to 10MB"

#

as if there is a technical reason to do so 😄

summer cedar
#

you must let your powers combine

celest musk
summer cedar
#

🤔 Is there a one-click option to remove all the files you have ever uploaded?

celest musk
#

it's per file, not total

summer cedar
#

I know. My question's an aside.

#

Interesting.

celest musk
#

i went on kamala harris website yesterday, and first they do is ask for money

#

american politics surely is something different

summer cedar
#

As long as it remains the USA and not the URA, I'll be happy.

#

|| R for Reich ||

proud jay
#

of course you can still vote for Kamala and he'll never know

celest musk
#

you mean Elton

soft night
#

belton busk

summer cedar
proud jay
#

of course not

#

america doesn't give a fuck

dense atlas
proud jay
#

Only a kind warning apparently

summer cedar
#

I guess he hasn't actually disbursed a payment then.

#

Oh, he has paid out $4 million.

#

Lovely, DoJ. 😄

errant raven
#

Stealing that

pearl elk
brittle holly
#

Netflix started locking shows and movies behind paywalls on the lower tier subscription (that has ads)

#

I guess their model is really not working anymore

#

Or they’re just greedy, there’s always that

pearl elk
#

theres more ads on all of em these days

brittle holly
#

I tried the Paramount+ trial and that was a joke lol

#

Like 4-5 ads per 1h episode of a show

#

Just disgusting

pearl elk
#

They should stop making so many turds then they wouldnt need to recoup losses with excessive advertising

unborn lotus
graceful sequoia
#

the trial for a paid service without ads shouldnt show ads -- im sure they did the trial for the paid service with ads

#

because thats a thing now, for some godawful reason

mild gust
#

There's some things on Amazon that even with sub you still get ads. So wouldn't be surprised if they did after trial.

graceful sequoia
#

apparently licensing deals sometimes require it? for instance, hulu:

#

however,

#

obviously live tv will still have ads too but that should be incredibly obvious

#

unless you want to sit around for 2-4 minutes with nothing playing or something

mild gust
#

Just show me a blank screen while ads playing

graceful sequoia
#

how about a mini game or something

#

perhaps a moment of zen

mild gust
#

Make the ad a game

#

Turns out to be an ad for old spice

graceful sequoia
#

lol

brittle holly
brittle holly
mild gust
#

All I remember when I had paramount+ it being quite known for ads.

brittle holly
#

It’s brutal, it’s like having cable TV

pearl elk
#

Prime ads bug me far less than Youtubes

errant raven
#

Pay for something just for it to be taken away

#

This shit is wrong

graceful sequoia
#

taken away? wdym the app still exists

errant raven
#

I cannot find it

graceful sequoia
#

on... your phone, or the app store, or

#

your tv?

errant raven
#

It was installed on my roku, but it is gone now

pearl elk
#

Its called Paramount- now

graceful sequoia
#

no it was only called that for a few months, then they went with Paramount++

pearl elk
#

must have checked through the apps list using --Paramount

errant raven
#

I just wanna watch spongebob

#

OH ITS BACK NOW

pearl elk
#

someone in here is a spy for Paramount

errant raven
#

If that's true then they wouldnt mind allowing their boy (me) to watch goodfellas early instead of waiting for November 1st

#

It's okay if not, I've watched the movie 40 times already

errant raven
#

Man I'm as smart as an Ogryn

pearl elk
#

you should take up yoga, become a Yogryn

errant raven
#

Ogryn too big for do yoga

pearl elk
#

but yo grin 😹

median wraith
#

hows doing the weekend so far ?

errant raven
#

Grinding levels in 40k darktide

pearl elk
#

trying to get UE5 to stop complaining about object names

#

I should try CoD6 Zombies tbh

errant raven
#

I farmed the hardest boss in kingdom hearts 2 final mix for synthesis materials

pearl elk
#

hmm this seems to be working its just a very sloooooow loop

pearl elk
#

maybe 1 million components is too many 😛

median wraith
errant raven
#

1 million

#

Like 1 and 0 0 0 0 0 0 million ?

pearl elk
#

VizBox_689_921

median wraith
#

didn't expect this COD to release thos soon

pearl elk
#

1000x1000=1000000

median wraith
#

wasn't them releasing in november ?

soft night
#

5million components

errant raven
#

The investors probably rushed it

median wraith
graceful sequoia
median wraith
#

seems like doing awesome

pearl elk
#

I might use debugdraw commands instead 😛

errant raven
#

Probably because its campaign is longer than an hour now

soft night
#

when it showed on my xbox app i deleted it on instant

median wraith
errant raven
#

80

median wraith
#

that good old times when used to be 60€ with all DLCs included in PC

pearl elk
#

Im gonna get gamepass not buy CoD6 😛

soft night
#

and part of your soul?'

median wraith
#

wtf, what this person call woke

errant raven
#

If I had 80 bucks to drop on a game I'd get bloodborne on pc if they made it that much just to justify remaking it for a pc port

soft night
#

satya natella got 30mill$ pay raise after layoffs

graceful sequoia
#

nutella*

errant raven
#

Then immediately get a job and drop 1.5k on a pc

pearl elk
#

mandella*

errant raven
#

80 bucks for a game by a company that will just release another game everyone will move to within 6 more months? Pass

pearl elk
#

gamepass

soft night
#

gamepass have no games

median wraith
#

what the heck

errant raven
#

It is on gamepass, true.

graceful sequoia
#

Gamers (TM) with the capital G

pearl elk
#

why would you buy any game now we know theyre all licensed

median wraith
#

true I got a friend that Steam keep saying is playing just COD

pearl elk
#

all the collectables are worthless, some dead guy gonna have a 1000 year steam badge

errant raven
#

Physical copies

soft night
#

and free buckets

soft night
#

buy physical game to get free bucket

pearl elk
#

physical game that contains only an online installer

errant raven
#

True

soft night
#

i dont have internet on the moonbase

median wraith
#

@pearl elk oh no this was the one with the COD5 remixed zombies maps

soft night
#

there is my gaming lair

pearl elk
#

you can buy N64 games tho, so also true

errant raven
#

But they're price gauged to hell and back

pearl elk
soft night
pearl elk
#

the mainline CoD Zombies is abit over the top\

soft night
pearl elk
#

Secret Level is out soon too isnt it

errant raven
#

I wish theyd remake American McGee's Alice

pearl elk
#

I wish they'd make American McGee's Ada Wong

errant raven
#

The bitch in the red dress?

soft night
#

amerigan mons calamari

pearl elk
soft night
pearl elk
median wraith
#

Hunt Showdown added Ghost Face to the game

#

and there is a lot of people saying the game is set in 1890 AND NOT 1990

pearl elk
#

yeah I saw the pics, looked abit shit

#

I remember when Aurans Fury was launched they had a competition and they changed all the health items to their energy drink sponsor. It was a high fantasy game so it made perfect sense to have tin cans littered around the map... not 😹

median wraith
#

so this last CODs the light is backed or realtime

soft night
#

its cooked old dimension

#

Cold On Darkness

pearl elk
#

cooked old doobies

#

atleast if its turd I didnt pay full price so I'll just uninstall and play something else on gamepass for the rest of the month

errant raven
#

Gamepass has been giving me A LOT of free skins kn overwatch 2

soft night
#

container of ducklings

#

can of dumplings

errant raven
#

The skins I got were supposed to reset with each season change in OW2 but I still have free skins from 3 seasons ago

soft night
#

Cats over Dogs?

pearl elk
#

nope, dogs are superior

errant raven
#

Cats are superior

pearl elk
#

202.0GB for one game jeeez

median wraith
#

@pearl elk the campaing looks like Metal Gear the last modern one

pearl elk
#

Im guessing Factorio aint on gamepass

errant raven
#

That cat is on lithium

pearl elk
#

so glad I got Starlink, there would be no way for me to get 202GB in a timely manner otherwise

#

thank you elton

graceful sequoia
#

when did Jonny silverhand get a dog

graceful sequoia
#

noooo, that's a good boy

soft night
#

john wick and johnny silverhand

pearl elk
#

johnny silverwicks

#

but he's also johnny mneumonics

pearl elk
#

and johnny utah in point break 😮

graceful sequoia
#

before cp2077 I was meh on keanu, after cp2077 keanu is breathtaking

pearl elk
#

but no one can beat Hector

graceful sequoia
#

my favorite Keanu movie is destination wedding https://en.m.wikipedia.org/wiki/Destination_Wedding

Destination Wedding is a 2018 American romantic comedy-drama film written and directed by Victor Levin. It stars Winona Ryder and Keanu Reeves as two people who meet while attending the same wedding in Paso Robles, California. It was released in the United States on August 31, 2018.

soft night
#

mons also john constantine on constantine

#

now if neo the mr anderson was also john or johnny but it was thomas

pearl elk
#

he's Jonathan Harker in Dracula 🙀

graceful sequoia
#

he's don john in much ado about nothing

pearl elk
#

don john bovi

soft night
#

keanu doing some clone stuff on other movie

graceful sequoia
#

johnny utah in point break too

pearl elk
#

Replicas is abit of a messed up movie

graceful sequoia
#

I'd like to see statistics on how many characters named John Keanu has done and how it relates to the industry average

#

I feel like it's elevated

pearl elk
#

I feel like if you saw him on the street and ran up to him saying John he's more likely to respond than if you were saying Keanu

graceful sequoia
#

he was also shadow the hedgehog, maybe he'd respond to that

pearl elk
#

speaking of, is that third Sonic movie out yet

graceful sequoia
#

oh, jumped the gun on that one

#

he will also be shadow the hedgehog, maybe he'd respond to that

graceful sequoia
#

I assume there's a YouTube video out there splicing johnny silverhands badass lines over shadow the hedgehog in preparation

graceful sequoia
#

that took no time at all

pearl elk
#

uuugh UEs bloated draw functions

tulip orbit
#

Making an overheat cooldown on my vehicle weapons, Have a timer that subtracts the heat for cooldown every .25s , When it overheats, I'm now attempting to have it cooldown over X seconds, having trouble mathing the forumula...

#

ah, got it.

pearl elk
#

apparently Ive had this game ages

tulip orbit
#

speaking of games, I should start playing Factorio space age...

pearl elk
#

you obviously dont want to work on your game forevermore 😛

tulip orbit
#

I do, but .... factorio....

#

plus the next thing I need to do is kindof annoying to do, required, but...

pearl elk
#

apparently doing a million traces slows the engine down to snails pace

#

and Im gonna need to do more than a million, probably about 4 to 16 million but only in the editor

#

I thought oh yeah EQS is async that'll do it, 8% cpu usage sigh

tulip orbit
#

who'd a thought that doing more calculations per frame would slow the computer down?

pearl elk
#

Well the computer runs fine, the engine just stalls cuz its shitware

#

Slowly getting there though

tulip orbit
#

yeah, well,... my game now has a gun on my vehicles....

#

I can shoot a big cube now

pearl elk
#

pew pew

errant raven
#

What's the german say

#

The bottom text I can read the top part

soft night
#

with the grerman i got ramstein song

celest musk
errant raven
#

THEN WHYS IT IN GERMAN

celest musk
#

they love superhuman theories

errant raven
#

They are super humans

tulip orbit
#

oof, had a 2hr nap...

queen isle
#

YouTube Censors the word moron now.

summer cedar
#

THEY are coming!

#

Cataclismo

summer cedar
#

This is a nice spot to stop.
I need to upgrade my unit cap and get a BIGGER army and the next wave is going to be PITA.

#

According to another server, land jellies.

#

🪼

errant raven
#

As time will pass I believe, there are many things that we may forget, everyone will become a silhouette. But why do we pretend we dont care, all about the things that we really fear? It's so when, its hurtin, we can laugh through the tears.

#

You needed to hear it

errant raven
#

I really fucking miss 5 second skippable ads

#

This 20-45 second bullshit every 5 minutes is getting obnoxious

queen isle
#

Overwatch 2 to test out bringing 6v6 back during Season 14

#

This feels like sonic going back to 2d

cursive crypt
#

I have heard that this game is online only. Even in the solo campaign mode.

white oxide
#

Because they fear it being pirated because its $60

unborn lotus
#

but it's on game pass

cursive crypt
#

I think pirated is offline anyway. I dunno, but they may have even succeeded in allowing multiplayer in this mode?

pale scarab
#

erm

#

anyone know where is the marketplace for unreal? its like gone suddenly

pearl elk
#

Its all under Fab now

pale scarab
#

thanks btw!!!

#

oh something must have happened to unreal 😍

#

there's unity too 😮

#

yay no enemies! its really good to see companies getting together

pearl elk
#

its because the other platforms that integrated wernt solely Unreal Engine based

pearl elk
#

there woulda been a riot if Skletchfab and Artstation no longer supported other engines

pale scarab
pearl elk
#

why do people insist on mixing metric and imperial 😛

#

its an imperial pint, no megas

#

speaking of... where can I buy giga pints

#

how many football fields are there in a maga hat?

#

not quarter pounders I hope, you might need to see a Dr

pale scarab
#

I just realized C++ does NOT support interfaces built-in 😭

pearl elk
#

really if youre using C++ the way its meant to be used you shouldnt need interfaces anyways theyre kinda a solution of OOP languages which are lacking in declarative features

#

only reason we need em in BP is cuz its shit 😹

fathom wadi
#

I interface my interfaces. Then I don't know what the absolute shit I'm doing. But really.... interfaces have their use, but referencing correctly can completely negate their use in blueprints.

white oxide
#

I honestly dont get why people go nuts over how secure smart home appliances are. Like google/amazon already have this data. If you hack my security camera all your going to find is i have an addiction to watching the local feral cat through it. And that i typically keep my lights on the low side, my robovac is running around like twice a day to clean up after me, and my robomower is constantly getting stuck in potholes in my yard caused by the crap soil

#

All my data is already obviously being sold out there and short of hacking in just to annoy me and my cat by messing with my lights, which ill just disconnect in the first place..

pearl elk
#

I think your robovac and robomower should have a robot war

white oxide
#

Hah

#

The mower is worth like 6x what the vac is

#

Its also like 4x the size

broken sigil
#

I finished the alan wake dlc cry_thumbsup

white oxide
#

Its really good at its job

pearl elk
#

time for alan to sleep

summer cedar
#

How was it? How did it play? What was the highlight? What was the low point? What was mediocre?

broken sigil
#

abour 5 hours long

cursive crypt
white oxide
#

Something that can cut lawn for hours, uphill, or the little trash bot that gets stuck on rugs...

unborn lotus
#

whats up math aficionados

#

is it even possible to have curves that can snap to a 50cm grid

#

modular train tracks

brittle holly
unborn lotus
#

well game math is something else too

brittle holly
#

You’re looking for gold in a pile of shit just saying 😀

unborn lotus
#

this is basic trigonometry, I'm frankly appalled you do not know the answer

brittle holly
#

Why are you asking if it’s so basic?

unborn lotus
#

it's a joke my friend

brittle holly
#

Sarcasm doesn’t translate that well over text

#

Anyways, there are rocket scientists in the channel I mentioned, so they might know. Most of them don’t hang out in this sub-basement

unborn lotus
#

ok, I asked over there

brittle holly
#

Here we just have a beached squid and a bunch of other weirdos 😁

pearl elk
#

trignometry

tulip orbit
unborn lotus
#

hmm then the better question then is, how should curved rail segments be setup for UE - should I just disregard grid snapping and let it be?

#

quarter segments, ok, for tight turns, but then there are 10 degree angle turns

#

Hmm or maybe I should just make sure the ends land on the grid, even if they cannot make a circle

tulip orbit
#

probably read some of the factorio friday facts on their trains, might give you an insight

summer cedar
#

Just use the Trump method.

#

Get a sharpee and draw whatever curve you want. Use a different colour for the grids and adjust as required.

tulip orbit
#

find a gullible chump to do the work for you, then toss him to the curb when you've got what you want?

summer cedar
#

🤔 to go buy the sharpee? Yeah, that makes sense too.

tulip orbit
#

woo. Adding addons(changing config, armor, weapons,etc) changes the mass of my vehicle

summer cedar
#

post screenies

tulip orbit
summer cedar
#

noice! 🙂 👍

tulip orbit
#

base vehicle is 1500kg, armor is an additional 150 right now, weapons are 15

#

the cloud fuzz thing right in front is temp gunfire fx

summer cedar
#

I left the chapter here last night and decided to 'finish' it this morning.

#

When I just read the last paragraph, it turned out to be a nice place to end the chapter. 😄

tulip orbit
#

and on the next page, alien lizard men show up and tell him he's a space wizard

summer cedar
#

I doubt that, but there'll be an introduction to a kind of time travel.

#

Who's to say it won't contain time travelling aliens? 🤔

tulip orbit
#

I dunno what the next step in this project is.

summer cedar
#

roads, probably.

#

You know, to drive the thang on.

summer cedar
#

👀 WOOT?! Another person liked my book and followed it. 😄

#

👏

tulip orbit
#

I'm thinking either, learn chaos destruction, or atleast see if I can make some destructable objects... or finally decide on what kind of inventory the game will have...

#

or maybe look more into tire grip on different surfaces

summer cedar
#

Is this a Mad Max type of game, or a road racing game?

tulip orbit
#

More mad max

#

Ever heard of auto assault? Basically that, but single player

summer cedar
#

Then, work on the maps for a bit.

median wraith
# tulip orbit

wait a second whats that? Also using UE new vehicles ?

tulip orbit
#

Other idea is to go back to factorio...

summer cedar
#

The kind of arena you design will ultimately influence other things, like tire grips, traction, manoeuvres, etc.

tulip orbit
median wraith
#

how you print all that info in screen?

tulip orbit
#

No arenas, more of a vehicle rpg type game is the aim

tulip orbit
median wraith
#

oh

#

the car shoots right?

tulip orbit
#

Yeah

summer cedar
#

Chapter 12 published.

tulip orbit
#

Ive got a rough idea of what i want the world to look like, and the type of terrains there will be.

summer cedar
#

Now, I have to re-read the last five chapters and update the book's glossary.

#

Wow. I have already written 79 pages worth of this novel. Without consistent writing, that's pretty cool. 🙂

#

To be consistent, or not to be.
That is the question. 💀

median wraith
#

I think satiasfactory 1.0 uses the new UE vehicles, don't they ?

#

seems to have issues climbing surfaces

pearl elk
#

its the gear ratios in Satisfactory, they just dont have the torque

brittle holly
#

I feel like their move to UE5 was kinda pointless

median wraith
#

well light looks way better now

#

aside from vehicles and light I don't see other point at all, future updates

brittle holly
#

Mainly it just delayed and overhyped 1.0, when it’s not really that much different

median wraith
#

but are enough points

pearl elk
#

water reflections are pretty good but the lodding is so aggressive

median wraith
#

underwater have no pp

#

so bet isn't the epic water

#

it is ?

#

you can tell the waterfalls are masked shading

#

so don't have issues with the water

#

seems like they changed the oil places

#

on the 1.0

tulip orbit
#

they moved a bunch of nodes around

median wraith
#

whats the utility of the drones ?

#

its like they don't have too many slots

pearl elk
#

theres nodes up high which are easier to get to with drones

#

plus moving inventory is more about production speed anyways

median wraith
#

damm those have to go that high

pearl elk
#

oh no nuclear pasta grind

summer cedar
median wraith
#

Tier 5 and 6 don't seems to do much at all

#

aside from using Oil

summer cedar
#

Sell the oil to OPEC's customers and become rich. Oil is king!

median wraith
#

there are many things that makes no sense to me like

#

why I would want a teleport portal unluck once I completed the game

#

I mean why don't unlock it before todo the tasks ?

pearl elk
#

yeah I thought the same thing, its not very useful so late in the game

#

I think the idea is that you continue playing after you complete all the tasks

median wraith
#

seems like this lume is SSGI only ?

pearl elk
#

lumey lumans

#

it seems to run better but I still had some hitching in areas where theres always been but I wish I could adjust the lodding so its not as aggressive

median wraith
#

the heck

pearl elk
#

oh yeah theres a glitch where the water doesnt line up to the actual water

median wraith
#

is actually a cave

#

with water at the top

#

but there is no water in the cave

#

wtf

pearl elk
#

but there is water in the cave 😛

#

its just not where you see the water

median wraith
#

i feel like lumen should fix this things but seems like isn't the case

#

if the artist wanted this could be awesome

#

also if lumen worked on big areas, that I don't think is the case

#

@pearl elk risk sports there

pearl elk
#

Thats the way to do it, I find it faster than driving

median wraith
#

whats the nitogren gas for ?

pearl elk
#

for making NOS

median wraith
#

NOS ? whats that

pearl elk
median wraith
#

damm they sell me mixed fuel with water on the gas station I bet

pearl elk
#

you want turbo fuel for the jetpack

median wraith
#

ohh is just for two parts and such

pearl elk
#

Yeah, Im not sure you have to worry as much about flow for gases in pipes as you do liquids

median wraith
#

I was thinking at the first of natural gas

#

but the game don't have anything like that, right

pearl elk
#

as far as I can tell it looks like theyre gonna support this game for awhile

summer cedar
#

It's popular enough.

pearl elk
#

yeah theres only geothermal for gas to energy

median wraith
#

geothermal isn't gas man

#

is high temps water pressure

pearl elk
#

whats water do at high temps huh

#

it certainly doesnt freeze 😛

median wraith
#
Satisfactory Wiki

Milestones are the primary method of progression in the game, allowing the pioneer to unlock new buildings, recipes, equipment, and more. They can be completed at the HUB Terminal by inputting the specified resources. To do so, move near the terminal (the PC-shaped booth inside the HUB), interact E with it, then Ctrl+ the required material in yo...

#

whats the wiki page to see the unlocks from the research panel ?

#
Satisfactory Wiki
MAM

The MAM, or "Molecular Analysis Machine", is a building where additional buildings and blueprints are unlocked outside the path of Milestones. Its tech trees are initiated and expanded upon...

#

oh there you go

pearl elk
#

isnt it odd you need plastic to make containers but the bolts and quartz already come on plastic crates

median wraith
#

thats like Hunt Showdown

#

Why an harpoon don't kills on hit, but an arrow from a normal bow kills on hit at any body part ?

pearl elk
median wraith
#

the natural evolution of a game like this

#

is this but with actual physics

pearl elk
#

you mean like Teardown mixed with Satisfactory

median wraith
#

making a water dam

#

or let materials fall from a mountain

pearl elk
#

id just have random stuff fall off the conveyor into the river to block it up 😛

median wraith
#

lol

#

there was an awesome water plugin there simulating water flows

pearl elk
#

wouldnt that be funny though if the stuff ont he conveyor never stopped only if you turn everything off so it just piles up

median wraith
#

idk how far from there we are

#

but could be awesome for a game like this

pearl elk
#

shoot stuff from one conveyor to another

median wraith
#

From Dust

pearl elk
#

but why cant I use hypertubes for items 😛

median wraith
#

did this ages ago

pearl elk
#

thats a great game tbh, one of my favourite Ubisoft

median wraith
#

structural integrity could be nice too

#

people just build floating floors in the water

soft night
#

nitro-fuel in zzz is drink

summer cedar
#

This is how I do police work.

#

Trust in us; we'll keep you safe.

#

Sometimes....

#

Maybe...

unreal ether
#

@broken sigil new LP dropped

white oxide
#

I find it funny how some people really think its easy to hack wifi, or RFID cards, and actually cause problems with it

#

Especially home wifi/card locks

summer cedar
white oxide
#

theres that

#

but also the fact that anyone with tech savvy still thinks hacking is as easy as the movies..

#

90% of hacks are really just sending grandma or a kid a malicious link

#

and someones private home internet usually isnt worth the hack, especially if you have to figure out how to remote connect to it

soft night
#

some use pasword they email too

summer cedar
#

The people who think that way aren't tech-savvy; they just have enough money to buy some good machines and access to wiki just enough to pretend they know stuff.

#

Most of the time, they'll be the ones spreading conspiracy theories and whatever.

#

Meanwhile, Janisku, click this link to send me your blessings.... er, savings.

white oxide
#

but yeah, the idea that your personal stuff is important enough to hack into without you essentially giving them access with little effort on their part, is like ludicrous

#

all they will get from me is that i have a crippling addiction to watching the feral cats around me through my security cameras

soft night
celest musk
#

someone scammed 22 tons of cheese out of a company

#

i wonder how they get rid of that to make the scam worth it.... not like it would last very long without cooling oO

summer cedar
brittle holly
white oxide
summer cedar
#

No. All the cheese is going to bribe the man on the moon.

#

Then he'll sell the briber his land and we can build military bases on it.

broken sigil
soft night
#

blue man rt the elevators

broken sigil
#

Can't get over how good AW2 looks
⚠️ Slight spoilers for the Lake House DLC

soft night
#

blue man think its first anniversary for alan wake 2

celest musk
unreal ether
#

at this point i think remedy is paying him

#

I give it a month before he's going door-to-door like some Alan Wake 2 missionary

celest musk
#

when "normal" people sleep...

broken sigil
#

thanks, I will use my smartwatch for all of that 😆

opal mantle
#

Hello, I can help indie studios with marketing strategies for their products and reaching their games to their audiences (I would be very happy if friends who have developed their games to a certain level could reach me)

soft night
tulip orbit
#

leave twitter? or in general?

soft night
#

dont know

tulip orbit
#

well call and ask 🙂

pale scarab
brittle holly
#

Who is that

broken sigil
brittle holly
pearl elk
#

whoever it is their butts abit small to be jupiters

unborn lotus
summer cedar
#

Neuralink chip transformation Mk2.

soft night
#

just cybernetic camera implant

summer cedar
#

That's what all the brain chip companies said.

graceful sequoia
#

I did end up rewatching most of destination wedding the other night -- turns out other than renting or buying it on Amazon prime, it's solely available as a bootleg (but high quality) full length movie YouTube video that is fully in English except for the interstitial "part" slates which are in German. It seems even the studio can't be bothered to content ID it

#

the world may give zero shits about that movie but to me it remains, breathtaking

summer cedar
#

The Battle for Helm's Deep....

#

...done correctly.

median wraith
#

The Cycle: Frontier share 3D models with Satisfactopry ?

summer cedar
#

They come from the shadows, from the fog, from the mist.

#

Drive them back!!

median wraith
summer cedar
median wraith
#

well yeah cataclismo is a spanish word, also the game its

summer cedar
#

I need the 1st Hevedy Conquistadors!

#

These jelly zombies assault my walls!

summer cedar
#

I like this feature. You can insert windows into the walls.

#

Then position units behind them. You need to provide the staircase access and everything. Still, very cool. 🙂

cursive crypt
#

I just got a pumpkin cookie 🍪

cursive crypt
#

81/100

#

Sus

brittle holly
#

lol, "critics". Let's see user reviews, cause IGN is considered a critic and those guys are full-on shills now.

chilly tree
#

companies getting ready for black friday

white oxide
#

wait till post christmas

#

they always have good deals

#

try and reduce excess inventory

#

and you can get a bunch of open box stuff that wasnt really open box

#

got a 3060 12gb for $220 because someone returned it, still had the shrink wrap

cursive crypt
#

Sounds it was 👍

cursive crypt
white oxide
#

Would any of yall agree that smart home tech can actually be helpful to seniors? like having a nest home, smart motion switches, and kitchen appliances?

#

was reading up on how they can allow assistance with seniors that are on the edge of having to leave their home because dementia/Alzheimer's in that you can ensure lights are off, doors are locked, fridge stays closed, see who is coming and going via smart doorbell, etc

queen isle
#

What do you guys think about dragon age?

tulip orbit
#

those were simpler days. I miss them

celest musk
#

yea, no traffic jams, just swing on your dragon and ride to school

tulip orbit
#

then donkey showed up, and we all ended up taking sexual harrassment seminars.... then the whole dragon rights thing.... so we just wiped 'em out instead

white oxide
#

anyone know if theres a device similar to google nest that can be used for account less home automation?

white oxide
#

like so if someone moves you can simply still use the same stuff with the same settings

summer cedar
summer cedar
white oxide
#

nono, i mean the HOUSE

summer cedar
#

That might be risky? 🤔 Then anyone could access your house's automated services, no (if they are nearby or in the house)?

white oxide
#

like if we rent out to someone, the things like all the stuff connected to the central device

#

the house would have security systems, smart lights, robovac, smart thermostat, etc

summer cedar
#

I'd say use a guest account for renters. That'd be better than being account-less.

#

🔒

#

...is how you stay safe.

white oxide
#

yeah, just thinking there has to be something thats pure LAN

#

it just needs to communicate with stuff already on the same network

#

they wouldnt have the remote home features obviously, but

fathom wadi
#

I look forward to when everything is hooked up and smart houses are a thing. That's when my interest in hacking systems gets peaked. Free electricity from the smart meter? Done. Free internet? Done. Free botnet from the devices in the house which I can use to farm cryptocurrency whilst they sleep? Done.
Now... knowing all this.... it scares the crap out of me that someone else, with a more nefarious attitude, will do much worse than petty crime.

summer cedar
#

Hehe. Indians have been hacking the electricity systems physically for ages. 😄

#

Also, internet.

fathom wadi
#

yeah we do here too. Most of the UK underground cannabis scene is farmed from stolen electricity. The thing is.... who is missing it? They generate it, if it's not used it's not stored. It just passes by like time

summer cedar
#

🎶

fathom wadi
#

this is both awesome and makes me sad. I've been more hyped for this than any games since PoE first released.

#

but the fact they did this instead of doing a Bethesda or Activision and releasing it and then fixing it later (or get the public to fix it in Bethesda's case) makes me happy that I have called them the best game dev company for over a decade. Just an opinion, and Team 17 is obviously the best, there I said it.

summer cedar
#

It's good they did that. It'd be a shame to get review bombed because early access wasn't launched well, especially since it isn't free.

fathom wadi
#

it is free

summer cedar
#

No. You need to buy that supporter pack for early access.

fathom wadi
#

the early access requires you buy a supporter pack

#

thats free

#

you don't need to buy it. you can wait still

#

but everyone who got into the closed beta of the first one had to buy a £25 pack too

summer cedar
#

Yeah, and if they didn't launch well, they'd get criticised in the media... like Star Citizen.

#

So, good that they delayed it.

fathom wadi
#

See if this were just some random triple A game, I'd consider that as a paid version. Like with Overwatch 2. They had a pre-release pack but all it gave you want the battle pass and some currency. So you weren't buying anything except a battle pass. It was a rip off. PoE does it in a way you WANT to buy it.

#

The people in the community can be a bit toxic on a one-to-one basis, but it's one of the nicer communities in gaming in all honesty. They don't review bomb just to hate on the devs. Everyone respects them. Even when a league is bad. They have done very little to piss off the customers over the years. Perhaps 2 or 3 major nerfs that shut some builds down which annoyed ppl but that's gret for over 10 years.

summer cedar
#

My point was that it's good they delayed it, because if there were major bugs, they'd have to go through bad PR, especially because early access is paid.

#

That's how the public and media is, nowadays especially.

#

If you take a cent, they think you owe them the world.

#

Heck! Even if you do it free, they rake you over the coals. 🤣

fathom wadi
#

yeah I got the point. But my counter was they don't even need to do PR. People automatically love GGG. They give us mana every 3 months.

#

🙂

summer cedar
#

Is that supporter pack on sale, btw?

#

I've been checking and didn't find it yet.

prisma breach
#

what if you wanted to work on your game in UE source but the engine said "here's an unexplained error that you could only guess about fixing by rebuilding the engine"

summer cedar
fathom wadi
#

what do you mean? That happens all the time 🙂

prisma breach
#

nah its fine now i have to just wait 2x as long as just before... lol

fathom wadi
#

Also, there is no such thing as an explained error. There is error and no error. The job is for you to trace back to the origin. It will only tell you it occurred and the result most of the time.

#

some of the error messages are pretty obvious tho

prisma breach
#

"arithmetic overflow" in some source engine files, thats the error...

#

this is in the compiler btw

fathom wadi
#

well that explains what happened. just need to get the stack and read it back to the point it messed up. Are you using source btw?

summer cedar
#

There's a forum thread which says -- Downgrading the Windows SDK to 10.0.18362 -- solved the problem for the user.

#

🤷

prisma breach
#

darn it at this point might as well build a new pc. in the middle of building source I get the error "out of heap space" which has come up a lot on my pc when building

fathom wadi
#

that would generally not fix anything but a corrupt SDK. WinSDK is backwards compatible

#

dude that sounds like your RAM is kinda borked

prisma breach
#

maybe it's the win sdk, I not too long ago cleared out old dotnet sdk installs

summer cedar
#

But, they say simply uninstalling it doesn't work. You have to get rid of some left over files.

prisma breach
fathom wadi
#

I've had funny issues like that with a bad SSD also. Mostly the drive worked fine, but when it tried to write to certain spots it would tank and error.

prisma breach
#

but im not asking for general help in #lounge im more just raging about issues with building in UE

fathom wadi
#

so are the people in general help 🙂

prisma breach
#

hmmmm

summer cedar
#

It seems to be a common issue in the last two months with UE and the later SDK builds.

fathom wadi
#

I used to help out here for about 8 years before the attitude of a lot of help became too much hassle. People not wanting to help themselves really irks me

summer cedar
#

But, it also seems to be because there are too many SDKs installed at the same time.

#

Not surprising. I imagine it's not a thing everyone really looks at much.

#

Like those VB .Net packages.

prisma breach
#

this is the issue with building darn it, for whatever reason the compiler insists on not using physical memory. I've asked about a while ago elsewhere here and in conclusion get better storage...

summer cedar
#

Mainly because they're usually not a problem. It could be resolved in a UE patch later.

#

It's Unreal, man! 😄

#

🧠

fathom wadi
#

its not just the SDKs. It's people on different versions, with difference setups and code. Sometimes a parity error will occur and everyone thinks it's the same solution to fix. But sometimes it's not. Like reverting Win10 SDK isn't going to fix much, especially when code requires a version like it was pretty much fixed to do with UE4, and only had the expansive parity of backward compatibility with C++ versions and SDK support

prisma breach
#

nah this is VS's fault, it's cl.exe

#

would be fine if i didn't need source to build server builds

fathom wadi
#

man I cannot type today. Writing the wrong words, can barely see as I don't have my glasses on. Not to mention the altzheimers kicking in

summer cedar
prisma breach
#

youre right, let me try to build the freaking engine in VS Code instead

fathom wadi
#

Procedural Content Generation tools called.... it said you must now cast the first stone 😄

prisma breach
#

google will give me a generative AI response and a bunch of forum posts and avoid giving me the official docs page I'm looking for

summer cedar
#

CoPilot app might be better.

#

What docs page are you looking for?

fathom wadi
#

you seem aware of your tools. Just start a debug session and trace it back. It's time to enginneer "

prisma breach
#

trying to look for the VS requirements to make sure I've got everything

summer cedar
#

We MUST move forward on the path to total laziness!

prisma breach
#

breakpoints and wishful thinking all around!

fathom wadi
#

hey the world is boring unless you look up, and then you realise it's just violent. So keep your head down and debug !

prisma breach
#

bad idea. build for prod, don't test, don't look back

fathom wadi
#

nah insanity is going to twitter to see people posting pictures of dead children. I'd rather be here and working

summer cedar
#

My world is filled with peaceful exteriors and violent videogame interiors. It's the ideal place to be!

#

All I need is money to hire those.... gasp... engineers to work for me.

fathom wadi
#

same

summer cedar
#

If they'd toil for free, that'd be great too.

prisma breach
#

my world is filled with 300/6000 source files built

summer cedar
#

But, I have this bad thing.... a conscience.

fathom wadi
#

we should collaborate and traffic some poor game devs from third world countries

summer cedar
#

Oi, dude with ascii username - are you interested in a lovely, unpaid work vacation in a dank basement... er, luxury suite?

prisma breach
#

isn't that just called outsourcing?

summer cedar
#

No. That's paid usually.

#

The key selling point here is the lack of money.

fathom wadi
#

I was writing that but I fumbled

summer cedar
#

We want to emphasise how happy you can make yourself feel.

fathom wadi
#

Happiness is a state of mind, and we have great drugs to control a state of mind.

summer cedar
#

which you will grow by yourself, while you code for free.

fathom wadi
#

I wish

summer cedar
#

These are sustainable, green working conditions.

fathom wadi
#

if I didn't have kids I'd grow some, but it's illegal here. I'd have to move

#

my kids would likely be nosey and mess with the plants, or my 14 year old who is just making his first Unreal demo might get interested in why i have red-eye a lot 🙂

#

He's already expressed an interest in it, but I don't think it's a good thing for a developing mind. Maybe a little here and there, but I've seen what it's like when people over-use it. I don't want that to happen to him

prisma breach
#

introduce him to replication and see if hes still interested in that UE demo lol

summer cedar
#

Credit card number 5 - 6 / 7??? I have lost track - has arrived.

fathom wadi
prisma breach
#

ok but then you need to introduce them to matchmaking, online subsystems, network debugging, how to build a server version of the game, VM management... essentially teach them devops at some point. How else is a 14 year old expected to maintain a massively multiplayer game?

fathom wadi
#

simple stuff with EOS. and AWS has a couple of plugins, one of which I found saved me about 2,000 coding time.

prisma breach
#

k next step: pay for AWS

fathom wadi
#

you can do devops from a console for the basics. hes 14 🙂

#

also you dont need to pay for AWS for learning. You get a year free, and when it's up you can sign up a new email

prisma breach
#

if a 14 yr old cant scale up server infrastructure how are they going to survive in industry smh

fathom wadi
#

the thing is, if you gave him the hardware, he would figure it out.

#

I dont want to brag, more just exclaim surprise more than anything, but he's a literal genius

prisma breach
#

that'd be a crazy intro to CS project: design a massive user base server infrastructure

fathom wadi
#

ADHD to fuck and uses it to learn nerdy geek stuff

#

I had to do that on an NFT project. Solo. I learned a lot but only from the cloud side. My hardware networking side is 20 years out of date back with Novell Netware

#

i went for a devops job recently. seemed to want more python programmers than actual hardware guys

#

dockers and containers do the magic now

prisma breach
#

darn well im in my masters doing more computer graphics but ive been doing networking as well, TAing intro to computer networks. Also for my game dev company I set up some docker containers for project management (going with that open source free alternatives while still working on how to make enough money)

fathom wadi
#

yeah it's the logical approach. Cheap, the hard bit already done

prisma breach
#

it's cool being able to set up that network infrastructure instead of finding 10 different solutions (most of the stuff in the network is a single login system with authentik as the base) but its a lot of work, like another job

summer cedar
#

Keep working, keep going, never give up.

#

It's the best attitude in this super-changing world.

fathom wadi
#

I dont get why when you work these positions though, the project managers and the coders are different departments. That's a compartmentalism that doesn't work well for me. If they said "Spend 6 months doing the project management, then 6 months doing the coding" I'd say that was the best person, with the right knowledge, in the two right positions. It has a stepped structure which is concurrent though and it doesn't make business sense.

prisma breach
#

yep i tell my comptuer that as it nears 1900 files compiled this is taking forever

summer cedar
#

Chant the Psalms of Compilation, devoting yourself to the sacred compiler, by the grace of the Omnissiah.

prisma breach
#

project management should be involved with specific disciplines but nnot solely part of one discipline

#

an issue with my undergrad capstone game dev project, not enough people and resources to fix issues as development continued. In fact not enough incentive to get about 20 people to actually work on the game

#

my expectations may have been overscoped based on personal experience and lack of considering only half the team would actually work. Now if we got paid...

fathom wadi
#

in a full range yeah I understand one person shouldn't do it all. I've tried it a dozen times with game dev. But in a symbiotic role of devops it's better to understand the hardware you are writing the framework for. To put it in game development terms, imagine if you had one person did only multiplayer code, and one person did only game logic code. The multiplayer coder will be fine. The game logic coder will make mistakes.

prisma breach
#

ok I've finally confirmed it: windows's copy-paste is utterly broken

#

I highlight in firefox some text, right click copy

#

paste, doesn't paste that text

#

I've definately experienced more than once pressing crtl c wouldn't copy the thing (until I spam ctrl c) I just highlighted but now I'm clicking "copy" and it won't copy...

pearl elk
median wraith
#

at least seems like old marketplace links still redirect

pearl elk
#

oh wow, go to book a hotel since Im seeing Pendulum in Dec... all the hotels are booked out so Im like wtf, turns out theres International Test Cricket on that weekend grrr

median wraith
#

where the heck you see now the engine versions ?

pearl elk
#

see that U logo, click it

median wraith
#

really ?

pearl elk
median wraith
#

I was moving the cursor over

pearl elk
#

it should be on hover tbh

summer cedar
#

May the best kangaroo win.

pearl elk
#

well it aint those fake rules cricket its test so no whooshy washy arms

summer cedar
#

Then they have five days to knock the ball in Trump's direction and take his head off.

#

🙏

pearl elk
#

wont be able to tell the difference between his orange head and the worn red ball

median wraith
#

wondering myself why the landscape tool don't provides yet realtime modification

#

here people selling 300€ assets redoing all logics just for it

pearl elk
#

Sorry! The Midjourney community voted to prevent using 'Donald Trump' and 'Joe Biden' during election season. what is this madness, Joe Biden aint even running

#

I guess we cant use cricket ball prompts in cricket season either

fleet tangle
#

Having communities decide anything by vote is a terrible idea.

pearl elk
#

I almost read that as commies 😅

#

I honestly had no idea there was even a vote happening

fleet tangle
#

Well, that too. Anyone who votes the wrong way will be "silenced".

pearl elk
#

I tried kamala after that and got automoderated oops lol