#lounge

1 messages ยท Page 719 of 1

plucky pagoda
#

More writing teams should have engineers on them.

#

nice.

frozen shuttle
#

I make sure to address what is mine and what is not

#

my questions are about procedural world generation at runtime and how to load infinite set of levels

sage tendon
#

kinda reminds me of @glad flower work, he makes awesome sci fi stuff too ^^

plucky pagoda
#

World composition.

frozen shuttle
#

something like that

plucky pagoda
#

You can go huge with world comp.

frozen shuttle
#

kinda like 7 days but when you hit the edge of the map you get loaded into a new world gen

plucky pagoda
#

I think phy's plugin can do infinite gen too

frozen shuttle
#

and deletes the old and you never get to go back

#

but take what you have with you

plucky pagoda
#

That's not hard. Use level streaming or just generate a new map and move back to origin.

#

The primary thing is to generate the map.

frozen shuttle
#

me and a buddy get bored and wanted to make something that never ends

#

the only way it works in my head is you delete the old and make it a final decsion

#

in game

plucky pagoda
#

If you're only dealing with a finite section of a world at a time and getting rid of anything not in use as you've laid it out then it's not too difficult.

frozen shuttle
#

any fans of 7 days ?

#

thanks for hearing me out

plucky pagoda
#

I played it in it's very very very early days but not since.

#

The main thing is to focus on the map generation. Then decide if you want to use level streaming or hard loads when you change. I'd recommend hard loads for that.

#

Probably anyway.

frozen shuttle
#

ok I will take note of the wording

plucky pagoda
#

The ListView widget is so under used and it's probably one of the most useful widgets.

zinc matrix
#

is there word for

#

SITUATIONAL but not situation dependable

#

but Place dependable

#

eg positional

#

placetonal

frozen shuttle
#

So at this point unreal has given away enough content during the free for the month combined with the always free for the past year or two, Enough to make a pretty freaking sweet game. that's my motivation at the moment. I have alllll this crap just wasting ๐Ÿ™ƒ

fathom wadi
#

@plucky pagoda yeah I remember the first time I used it with Slate, and thought it was contrived, but it makes sense as you can class type the list

#

from the core of Slate, I've always been impressed with it. Its a nightmare to learn, but once you do its awesome

plucky pagoda
#

When I first started using it there just wans't any good docs on it. But once I got down how to work with it I've used it as an easy solution for a lot of things working with UI and widget components.

fathom wadi
#

indeed. I had to go through it line by line to get my head around it. Especially with instancing objects for Slate content. That was pretty confusing as I thought it would be all setup. But it makes complete sense to do it like that for memory management.

signal citrus
fathom wadi
#

I did a speedrun once. It was cut with glucose tho so I never went back.

signal citrus
#

Pizza and coke

swift flame
#

this is the unreal editor viewport, it just goes black for some reason

novel latch
#

omg, this also happened to mine

swift flame
#

are you nvidia?

#

I'm thinking its my driver

fathom wadi
#

This doesn't make sense. Blueprinter, but making custom plugins? That's worlds apart.

novel latch
#

no, I am empty level ๐Ÿ˜…

swift flame
#

ah, then it's just that probably

#

try spawning something

#

or pressing g for grid

novel latch
#

...

#

it.

#

was a joke.

swift flame
#

oh

zinc matrix
#

mates

swift flame
#

I just mean my entire editor window goes black

zinc matrix
#

my biggest friend is Unity Editor

signal citrus
#

Could be a driver issue

zinc matrix
#

second best friend is google

signal citrus
#

Have you tried restarting stiffy?

zinc matrix
#

do i even know u @novel latch

swift flame
#

the editor? yes

#

it works for a little bit

signal citrus
#

The computer

swift flame
#

then flickers and goes black

#

I restarted last night

#

pretty sure it's not something a reboot would fix

#

I'll try rolling back to the latest studio driver

signal citrus
#

Reboot would be faster to try lol

swift flame
#

I mean, I have to reboot to install the driver

#

might as well do both at once

deep glen
#

else we could always bribe @deep glen with an BBQ party
@sage tendon spareribs please

plucky pagoda
#

I'll take some pulled pork slow cooked in a habanero BBQ sauce.

#

@fathom wadi Yeah, I'm looking back at the code I setup for updating list items for a sessions list menu and it took a little bit to figure out why the craziness there actually works.

#

Using EventOnItemSelectionChanged and OnListItemChanged to set properties.

fathom wadi
#

Got an offer to make a prototype for something I don't believe is worth the money and effort. Im not sure if I should take it and get some easy cash working on a project destined to fail, or to advise the people that the project is destined to fail.

#

Good Marc says tell them. Be a professional. Bad Marc says I need to get to my family out of this house by any means necessary

plucky pagoda
#

I'd consider taking the money and doing the work. Maybe raise some concerns if I felt like it. It's there job to worry about the other stuff.

#

I can't figure this one out.

fathom wadi
#

I wrote an email to give my concerns about the project. Im always going to take the fair option over money. The fair option was never called the root of all evil.

plucky pagoda
#

I've got a list view. I manually set the current item and call scroll into view.

#

But when it selects the very first item in the list that's not in view it doesn't scroll. If I scroll up from item 0 to the last item it scrolls fine.

#

I've tried padding them to see if maybe it's an invisible edge in view or something.

fathom wadi
#

would be an issue I've read about before. I can't give advice for it because its something that just worked for me, but I recall the issue when figuring things out myself.

plucky pagoda
#

I'll just go over the logic one or two times and then ask Dr. Google

zinc matrix
#

je

#

any of you guys ever used floodfill algorithms in Unreal?

signal citrus
#

@rugged storm the corsiar mp600 is the best drive you can get atm

#

but you'd need pcie4.0 4x nvm for it to make sense

rugged storm
#

i only have sata ports

#

on my motherboard

#

oh i said it wrong

#

i don't know now

#

i have 1 pcie slot

#

and 2 or 3 pci slots

signal citrus
rugged storm
#

I don't have m.2 sockets

signal citrus
#

this is a m.2 port (the black thing pointed to on the left

#

ah okay

rugged storm
#

that's what it was called

signal citrus
#

ye

#

The ceiling of what you can get with sata is much lower

rugged storm
#

should i get a sata ssd instead of mechanical drive?

signal citrus
#

yeah

#

mechanical drives have to spin up

rugged storm
#

alright i'll try and find something for my budget

signal citrus
#

be careful though

#

some ssd's are as slow

rugged storm
#

what are brands you'd recommend

plucky pagoda
#

Hmm.. using NavigateToItem instead of scroll item into view works fine.

signal citrus
#

Samsung is generally top notch

fathom wadi
#

seagate barracudas always worked nice for me. Maxtor always fail or run slow on me.

plucky pagoda
#

Going through stuff I made over a year ago and realizing how badly it's done.

#

Omg, this UI navigation stuff is way overly complicated

#

Ripped out about half of it.

scarlet tartan
fathom wadi
#

@plucky pagoda UI Nav was so broken early on. I had to write an entire focus manager class just to handle widget interactions for gamepads and HOTAS. At one point I even had a really bad VR UMG navigation setup that forced the mouse cursor to the centre of the screen so you could look around a menu to navigate it. But after complaining to Nick Darnell more than I should have, a lot was fixed and made all my old code deprecated. Which is a good thing. So when people these days say the UI nav is hard work, I chuckle ๐Ÿ˜„

plucky pagoda
#

Yeah, I wrote something similar (no VR though) when I first started with UE. I'm cleaning it up now and using it for my menus. The default stuff gets wonky when combining keyboard, mouse, gamepad and switching back forth from them.

#

I want a really good drag and drop menu system that I can just through into any project.

#

and I'm sure a lot of why it's easier to clean this up now is the improvements that have been made to UMG over the last 2.5+ years.

#

but some of it's having a larger knowledge base on my part too.

#

Not my graphics though.

fathom wadi
#

Thats what I did early on. Made a self-contained dynamic menu system that worked within a single widget. Then after a while I hated it. I much prefer the modular approach now. Even if it triggers me with loads of w_files in my content folder

plucky pagoda
#

I'm using interfaces and an default widget that has stubs for input.

#

The controller just has to call the interface and have a reference to whatever menu is current.

fathom wadi
#

yep I'd go with interfaces these days too. I made a menu for a friend and he ended up putting chain casts inside of it. So I used that opportunity to get into interfacing everything

plucky pagoda
#

Then if another menu want's to add a panel or something it just adds it to the array. Last widget added gets input.

rugged storm
signal citrus
#

yeah, though its spendy

#

I am forgetting the brand of ssd that has been good to me some how

fathom wadi
#

samsung evo pro SSDs are the shit

signal citrus
#

ah centon

#

I bought 3 2tb centon drives for 80 dollars each once

plucky pagoda
#

It's a little high in price for the size. 1TB is usually about $90 to 100

#

Wow.

signal citrus
#

was a deal

plucky pagoda
#

I've been getting 2TB drives around 180 to 200

signal citrus
#

they all are pretty fast, not going to be as good as a qvo but anything is better than mechanical

#

yeah that mp600 was 400 alone

plucky pagoda
#

Can't wait for them to start coming down in price and go bigger

stiff crystal
#

need 8TB storage SSD's

plucky pagoda
#

Yeah, I've got 3 * 4TB drives I want to move over to SSD

stiff crystal
#

also 2TB for nvme is kinda little

signal citrus
#

I think sabrent has a 4tb pcie4 now right?

signal citrus
#

those are almost as good as the mp600

stiff crystal
#

well, that was gen3

signal citrus
#

they beat them in a few oddball performance things

#

ah the 4tb there?

plucky pagoda
#

Only costs about 60% of what it cost to build my system.

signal citrus
#

yeah no, 900 bucks for 4tb lol, no

stiff crystal
#

whatever the diff is

plucky pagoda
#

That 2TB one is sitting in a good spot. I'd buy that.

#

at 279

#

Definitly going to go for multiple m2 slots or whatever it is at the time when I buy the next MB

stiff crystal
#

2TB is problematic in a way that one would need TR or some other with enough PCIe lanes to mount extra m2 adapters at if you want nvme all the way

signal citrus
fathom wadi
#

I have an m2 slot and I cant use it. 1 because my GPU uses some of the lanes, and 2. the card is so huge, I can't get anything underneath it and the m2 is right underneath it

plucky pagoda
#

Personally I only use the main drive for OS and programs and keep everything else on other drives. I like to be able to wipe and be back up and running quickly.

signal citrus
#

it is a benefit of going TR

plucky pagoda
#

what's TR?

stiff crystal
#

threadripper

plucky pagoda
#

Ah,

stiff crystal
#

I guess it's time to clean up again

plucky pagoda
#

I use a 2700x

signal citrus
#

you need to dark theme it up 0lento

plucky pagoda
#

lol

signal citrus
#

you monster

stiff crystal
#

I wonder what's samsungs take on consumers gen4 nvme's

solar nebula
stiff crystal
#

I actually have the pitch black themes

#

I actually tested it

#

I prefer dark gray

plucky pagoda
signal citrus
#

I've actually just got the one drive

stiff crystal
#

I have bunch of of drives here, but only C is nvme

signal citrus
#

I do have to install another nvm though

stiff crystal
#

and even that is gen3 :p

signal citrus
#

gen4 has got such a bad wrap

stiff crystal
#

I dont see current offering being worth the price diff

#

Could almost get 2x gen3 at price of 1x gen4 drives

signal citrus
#

they do though

#

they were just poorly benchmarked, claimed they had worse controllers than 3rd gen because samsung makes none

stiff crystal
#

Worse?

signal citrus
#

userbenchmarks had samsung winning out on performance for a very long time, which is not the case anymore despite the hardware being the same

stiff crystal
#

I've not seen such claims

signal citrus
#

they are faster

#

the metrics in which you can test for, they win every time pretty much

stiff crystal
#

None of the practical tests were better in any review site

#

I dont believe they all could be wrong

plucky pagoda
#

I don't follow it too much, but everyone I know who does prefers Samsung. I figure it can't be enough of a difference to really matter to me.

stiff crystal
#

I dont

#

I feel you also pay premium for samsungs

#

They are good drives but too expensive

signal citrus
#

Yeah samsung skipping pcie4 is a pretty dumb move

stiff crystal
#

I'm super happy with my corsair

signal citrus
#

intel will go straight to 5 and i'm guessing samsung planning to follow that

stiff crystal
#

It was like 50% of samsung price but perf is almost same

signal citrus
#

yeah. samsung makes great stuff. was hesitant to go corsair but don't regret it at all

plucky pagoda
signal citrus
#

at some point i get uncomfortable thinking of having all that in one drive

#

but yeah, a raid with backup stripeing

rugged storm
#

yeah unreal projects took up all my storage

plucky pagoda
#

I need something cheap to just backup a large amount of data.

rugged storm
#

so I moved it to my ps3 hard drive since the ps3 doesn't work

#

and that took up all the space

#

but it's fine for now

signal citrus
#

oof

plucky pagoda
#

So what raid level would you recommend?

signal citrus
#

that has to be hard

rugged storm
#

at least my regular hard drive has 115gb now

#

instead of 20

signal citrus
#

those aren't quick drives. yeah

rugged storm
#

the ps3 hard drive is faster than my regular hard drive

signal citrus
#

you would feel the difference of that qvo for sure if you aren't planning on upgrading to something with m.2

rugged storm
#

so I should try getting the 860?

#

This is the hard drive I have right now

plucky pagoda
#

lol, I have a box full of those.

#

They're good drives.

rugged storm
#

not for me

#

this hard drive is used so much

#

from around 2008

#

i need a new harddrive

mint onyx
plucky pagoda
#

any ssd is going to feel like heaven after that

stiff crystal
#

PS3 drives are SATA 1 and 2, depending which model you got

rugged storm
#

I could open up task manager and disk usage is 100%

stiff crystal
#

that being said, I don't think even SATA1 is the limiting factor on such old drive

rugged storm
#

and performance drops

#

and when I close it's fine

#

so it will be good to get a new one

#

but it's when I open it

#

after a couple of seconds it goes back to normal

signal citrus
#

gg luoshuangfw lol

plucky pagoda
#

I had my OS on an NVME but still had some projects on a non-SSD. Since moving all of it to SSD everything feels so much faster.

rugged storm
#

so how should I go about

#

this

#

Buy one ssd and keep the hard drive or buy 2 ssds

#

or 1 ssd and 1 hdd

#

or put it all on one

plucky pagoda
#

if you can swing about 200 I'd get a 2TB one.

#

"960 megabits_per_second"

rugged storm
#

shoot

#

ebay time

plucky pagoda
#

is that a typo?

rugged storm
#

120MB/s

#

if they mean megabits

plucky pagoda
#

I meant for the optane. I'm trying to understand the price.

fathom wadi
#

I read that as cocaine for a moment. I was gonna give you my guy's number

#

j/k I dont touch the stuff :p

plucky pagoda
#

I found the specs elsewhere.

#

I see now.

mint onyx
#

The advantages of Optane drives are: 1) never gets slower towards full

#
  1. super low latency so best for lots of small file operations
plucky pagoda
#

I just don't have the time to be a full on hardware geek anymore.

mint onyx
#

its bandwidth number isnt as great as those samsung disks

#

basically this is the disk you want to use with 3990x or anything having lots of threads

#

meanwhile, while its sequential r/w perf isnt as good as some nvme disks, its not that bad:

signal citrus
#

yeah i've got a 3970x and the mp600 gets hung up at times, i imagine those optane drives are like butter

#

but not ready to put that much down for storage lol

alpine fern
#

damn that 4k perf is epic

#

but the price is a total non starter lmao

azure chasm
#

ive always wondered on the life

#

of drives

#

no, not like what do they do while we are sleeping

#

but like how long they actually last

#

i have a laptop with a nvme thats from 2014

#

and its still going strong

#

also have a 5tb HDD from like 2012

#

still spinning

#

but everywhere i read it says like

#

a drive will last 3-5 years

broken sigil
#

yeah I have 2 hard drives I took from a broken laptop and I'm pretty sure they are going strong for more than 5 years

north torrent
#

I had one SSD go bust on me within the first year.

But never had any other problems with any SSD I have owned.

#

I have a large HDD in my other computer that is from 2009, and it still works.

It is really slow... Not sure if it got slower with age or if I just didn't notice as much in 2009.

azure chasm
#

lol yeah i think once you try to go back to HDD you notice it a lot more

#

but 2009 is cutting it close, should plan on upgrading it

#

especially if you dont have cloud storage

north torrent
#

I don't use it, it just is there.

#

Never bothered to remove it from the computer.

fathom wadi
#

i've been running the same SSDs since Win10 was released and I often wonder when they will go. But I keep them loose, meaning I either have backups or dont care about the data. Although losing all my win10 updates would be a nightmare to re-download with my shitty connection

north torrent
#

I have a lot of SSDs full of movies and stuff like that. They mostly just sit there not being used...

fathom wadi
#

I never understood the downloading movies thing once streaming became useful

#

I know a guy I used to live with and he downloaded the entire Doctor Who series. All of them. It was around 500gb and I had a 20mb line

north torrent
#

Says the guy with the shitty connection.

fathom wadi
#

streaming is fine for 1080p on a 20mb conn

alpine fern
#

what if you don't want to watch it in shitty youtube quality?

fathom wadi
#

1080p is fine for most things. I mean, I'd like better, but I can't get it without costing me 4x what I pay now

azure chasm
#

what if the internet ends

#

people who have hoarded movies

#

will be kings

zinc matrix
#

my gosh first time i've seen someone complain about 1080 being bad quality

fathom wadi
#

@azure chasm Ive seen them all anyway ๐Ÿ˜„

north torrent
#

For me it is really about two things.

  1. Creating a library in case corporations decide to make this content disappear from the internet or hide it behind some unreasonable pay wall.

For example Disney removing everything from any streaming service other than their own.

I have every Disney Animated Feature film saved back in a library just in case someone who is studying animation needs it someday, or if I want to share something from 1954 with my students.

zinc matrix
broken sigil
#

oh god that's awful

#

lol

azure chasm
#

dial up?

north torrent
#
  1. There have been many times in my life where I have ended up without internet for one reason or another. What if the entire infrastructure of the world broke down or I decided to move off the grid? I have hundreds of years worth of stuff saved back for such a case.
zinc matrix
#

dial up?
@azure chasm no it's standard mobile wifi (4g simcard) but i live in south africa

north torrent
#

Why?

zinc matrix
#
  1. There have been many times in my life where I have ended up without internet for one reason or another
    @north torrent and thats another reason why i use downloads mainly because internet has usually been something of a blessing for me and something i cant always have so i've learned to charish it as i'd usually sit without a connection most the time
#

Why?
@north torrent why what?

north torrent
#

Why would you live in South Africa?

fathom wadi
#

if the internet goes down I have a backup plan. It's called a shotgun in the mouth

zinc matrix
#

because i was born here and i can't leave, but i would first chance i get, i dont like the country and it's mainly a shit show, i agree with Elon, fuck South Africa

north torrent
#

I can't die just yet, Mr. Rogerson. I have certain people I must outlive so I can desecrate said people's graves.

broken sigil
#

I was without internet for 2 days and I was about to go insane
My neighbor cut the wire who is also my relative (complete asshole) ๐Ÿ˜

zinc matrix
#

I can't die just yet, Mr. Rogerson. I have certain people I must outlive so I can desecrate said people's graves.
@north torrent pretty sure that's the Queen's mindset too

azure chasm
#

lol

zinc matrix
#

I was without internet for 2 days and I was about to go insane
My neighbor cut the wire who is also my relative (complete asshole) ๐Ÿ˜
@broken sigil lol 1st world problems at best, i've gone months on end

north torrent
#

By the queen, are you referring to Ruth Bader Ginsburg?

plucky pagoda
#

If I use remove index on the last item in an array in BP will Array length return 0?

zinc matrix
#

@north torrent had to google the name and i'm still lost lol

broken sigil
#

lol 1st world problems at best, i've gone months on end
lol, I feel bad now for every time I complained when my DW speed went slightly down :p

north torrent
#

I don't recognize any monarchy.

zinc matrix
#

@plucky pagoda depends if if the array more than one entry left

plucky pagoda
#

"on the last item in an array in BP "

broken sigil
#

yeah, should return 0

plucky pagoda
#

That was my assumption but arrays in BP are odd sometimes.

zinc matrix
#

lol, I feel bad now for every time I complained when my DW speed went slightly down :p
@broken sigil lol it's something people got accustomed to very quick and forget how much of an impact it makes in our lives, and often times people start seeing the internet as a "basic need" they must be given it so it's not really your fault it is in a way human nature

#

"on the last item in an array in BP "
@plucky pagoda shit sorry misread, yeah it should

#

I don't recognize any monarchy.
@north torrent hahaha lol well the queen and the royal family is basically just there for "morale support" anyway

north torrent
#

Well, when you live in a society that requires you to have internet to apply for any form of job, it really does become a need in the confines of that particular system.

Doesn't mean it is a need outside that system.

broken sigil
#

lol it's something people got accustomed to very quick and forget how much of an impact it makes in our lives, and often times people start seeing the internet as a "basic need" they must be given it so it's not really your fault it is in a way human nature
Very well said

north torrent
#

McDonald's: You have to apply on the website

But I don't have internet

Society: Well, go find nice spot and go curl up and die. ```
fathom wadi
#

the jobcentres here have free internet to apply for jobs

zinc matrix
#

@north torrent i do agree with you but i see that as a need we have created which i hate because it is also a huge requirement for people here and makes many things like job hunting tough (i know i searched for a year for a job here with barely ever having internet and now like 4 months later i dont have a job anymore cause of covid 19) it also forces people to have to go certain routes they dont want to just to get basic things done, in south africa the unemployment rate is 30% and most people get jobs because of people they are friends with and the such (because it saves smaller businesses a lot of time and money instead of doing a recruitment process) which leads to people like me that are heavily introverted to struggle to get jobs or access to things that share a similar approach

north torrent
#

I just find it interesting that you can be in the to 5% of the world's wealth and have things at your disposal that most of humans alive or throughout history have never had. But at the same time, inside the rules and constraints of your system you are actually walking the line between survival and losing everything.

zinc matrix
#

McDonald's: You have to apply on the website

But I don't have internet

Society: Well, go find nice spot and go curl up and die. ```

@north torrent this sums it up very well nearly became homeless and this was one of the main reasons

signal citrus
#

McDonaldโ€™s has free WiFi

zinc matrix
#

@north torrent thats very true and that's how society creates materialistic needs where we actually need it to get somewhere and survive but break it down to true survival and it isnt a need, honestly if i could i'd say fuck it and generate my own power, farm my own stuff and deal with as little mainstream economy as possible

#

McDonaldโ€™s has free WiFi
@signal citrus until some of them pull the line "Only customers get access" in areas where the wifi is password protected and not using an open registration system happens here a lot because people try keeping the poor or beggers away from their business

signal citrus
#

Libraries may be closed now too, idk

zinc matrix
#

heck finding a library here is like finding a payphone

north torrent
#

I was just making the point that there are particular levels of wealth that must be maintained in a society and that it varies from place to place.

But someone can be within the top 5% of wealth in the world and still die on the streets of San Francisco.

azure chasm
#

@plucky pagoda wouldnt it return -1

#

meaning null

north torrent
#

Where I live, if I could not maintain enough money to own a decent cellphone and pay for the data on said cellphone, then I would be as good as dead.

That's a low bar for someone like me, but it isn't for everyone in this society, so it is a bar worth looking at.

plucky pagoda
#

Get length?

azure chasm
#

sorry have editor closed but im pretty sure if you hover

#

over the description

#

it says that

#

-1 if empty

plucky pagoda
#

Not that I can see

zinc matrix
#

@north torrent honestly i love tech and all but i do sometimes believe life was similar when apple and blackberry were just fruits

azure chasm
#

no

#

its 0

#

just checked it mike

plucky pagoda
#

Cool. I probably could have done the same, just being lazy.

azure chasm
#

We are all slaves

#

Oh god not this again๐Ÿ˜‚

#

Its true though if you think

#

Humans used to be

#

Self sufficient

#

Hungry?

#

Catch a fish

#

Tired? rest

plucky pagoda
#

I'm getting lazy after spending the last two days setting up the bones for a project that needs multiplayer.

azure chasm
#

Got sick? Die, but whatever that was freedom

#

The price we pay now

#

For all these "advances"

#

Is slavery

#

Whether we admit it or not

zinc matrix
#

the armish are doing fine lol

plucky pagoda
#

I think I'm far enough along with the main menu now though. Need to setup the in game menu and then move on to the save system.

signal citrus
#

I thought you were vegan rei

azure chasm
#

Lmao, i tried

#

But my wifes mom cooking is too good

signal citrus
#

Catching fish ainโ€™t vegan lol

#

Lol

zinc matrix
#

i'd never try being vegan lol

azure chasm
#

Nah i think being part vegan was what i was trying to do

#

Just eat less meat

#

1/4th vegan

signal citrus
#

Thatโ€™s a better mentality I think

#

Extremes of anything can be harsh

zinc matrix
#

hahahaha boy would it be amazing if a vegan entered the chat now

azure chasm
#

Yeah, because once you go vegan, they are like oh now you have to take these suplements

#

It just doesnt make sense

north torrent
#

I'm trying to not eat the rich...

azure chasm
#

Mao dont read the news

#

Especially the one about the government loans

#

Meant for small businessess

zinc matrix
#

i eat what is yummy in my tummy and thats that

north torrent
#

I still haven't got my stimulus check...

zinc matrix
#

whats a stimulus?

azure chasm
#

~~ Um i may have gotten mine ~~

north torrent
#

It is stimulating.

azure chasm
#

Damn crossed out lines didnt work

zinc matrix
#

like sex?

north torrent
#

Yes, but from the government, so no.

azure chasm
#

Vegan stimulants

zinc matrix
#

oh shit i need to see if i qualify for my country's version but i probably dont

north torrent
#

Wasn't aware South Africa had money...

#

I don't get a stimulus from my country, but I am also a US citizen, so I qualify to get that even though I don't live or work there.

zinc matrix
#

we dont we have debt

north torrent
#

Who gave them credit?

azure chasm
#

Lol

#

But food, and being yummy and all, so meat Tastes yummy because you spice it up, add salt or whatever...

#

If you try to eat raw meat

#

With no salt

#

It tastes pretty terrible

#

Same thing for vegan meals

#

Its all about spices

north torrent
#

My theory is that meat isn't about taste but texture.

zinc matrix
#

@north torrent probably china or the US

azure chasm
#

Yeah a nice quinoa and oat patty has good texture

north torrent
#

Meat has a texture a lot of people like to eat and it is a good sponge for spices and sauces and stuff.

azure chasm
#

Meat, now with 4k textures

zinc matrix
#

i go more for the taste but texture is important no matter the food type

north torrent
#

White meat chicken has pretty much no flavor, but people like to fry that up and add flavor to the batter.

#

I bet Megascans has 8k meat scans.

#

Go check.

azure chasm
#

I dont doubt it, but can also use some chicken scans and just bake the textures

zinc matrix
#

Meat, now with 4k textures
@azure chasm hahahaha when the texture update didn't improve the graphics

north torrent
#

Why are oceans important?

azure chasm
#

Because there are 7 of them

#

And 7 is a prime number

#

And prime is owned by amazon

#

What would you call a medieval battle royale, last 1 be4 i get banned

#

Forge Knight

signal citrus
#

I ran into that wondering if there were 7 oceans lol

north torrent
#

And it is surrounded by a ring of ice called Antarctica.

azure chasm
#

Yeah they teach us in school there are 7 oceans but yeah its literally 1

azure chasm
#

If only @agile egret just used this model for his calculations

signal citrus
#

Australia is big

agile egret
#

SHiiit

zinc matrix
#

hahahahaha for the moon

#

@signal citrus that would be africa i believe lol although probably not much difference

#

i dont even know where australia is on that map

signal citrus
#

Top right

#

Quarter, double pie slice

north torrent
#

Oceans are weird...

pearl elk
#

ocean looks so wrong when its all caps

azure chasm
#

but those producers

#

are consuming

#

our oceans

signal citrus
pearl elk
#

how dare they consume without paying

#

kill them all

#

fucking socialist fish

azure chasm
#

i dont see any dolphins there

#

and we all know they are adorabubble killing machines

north torrent
#

Dolphins are a bunch of communists...

zinc matrix
#

any of you ever used floodfill algorithms in unreal

signal citrus
#

sdf stuff?

zinc matrix
#

sdf?

signal citrus
#

signed distance field/voxels

zinc matrix
#

neither, i believe

#

i want to use a flood fill algorithm to check if every every part of my map is accessible (flat map built out of tiles)

#

I use flooding for tile layout, to generate missing groups for any tile that doesn't have it. But I doubt it's the same algorithm that is in wikipedia.

#

i even have an algorithm i want to use but i wrote it in c# long time ago and cant get it to work in unreal blueprints

zinc matrix
#

white squares are floor and red ones are walls see how at the bottom left there is that little "Room" that the player can't get to i want to use a floodfill algorithm to stop that from happening

#

the center of the map never has a wall generate on it so i want to start the flood from there

swift flame
#

Does anyone know of any plugin that adds extra qol features for level editing?

#

like "paste at cursor"

pearl elk
#

umm this is for 3d views?

#

my favourite design pattern is bunch'o'traces

inner trench
#

Now we're (mostly) all WFH - I'd love to get involved in some tech art roundtables. Anyone else? Are there already some?

bold fulcrum
#

-What tech artists do, when they are at round tables? -They argue about best ways to triangulate them!

chilly igloo
#

Hey guys ๐Ÿ™‚ Looks like 26 was "Alien day", so currently Alien Isolation can be purchased on 95% sale on Steam ๐Ÿ˜™

zinc matrix
#

anyone ever worked with flood fill algorithms before?

pearl elk
#

I dont believe in round tables because Im a tech artist, let me show you why its oblong ๐Ÿ˜›

ancient ingot
#

๐Ÿ˜

pearl elk
#

Still crashing?

ancient ingot
#

not on 4.23

#

so its something in 4.24 / 4.25 thats new

soft night
#

monsAliens was born in alien day the rumor say

pearl elk
#

alien day is the day we celebrate the great crash where we lost our beloved leader but gained a new planet to call home

zinc matrix
#

men

#

i dont understand

#

WEB GL build compile LONG!

#

me get very sad and very bugs

#

it never works

#

only compile 20min, to only get error

#

i go make food for myself

#

that said.

#

WEBGL is the HEAVEN for INDIEDEV

#

(if it works)

soft night
signal citrus
#

Praise 4 of 4 server emoji idol

soft night
#

the plaid emote too

pearl elk
#

Such fire

placid heart
#

I can't wait... For 4.25... It needs to get here faster!

quiet narwhal
#

This week for sure!

#

but if not this week then next week for sure!

alpine fern
#

fix insights first br_omegga

bold fulcrum
#

fix translucency ๐Ÿ˜ก

fathom wadi
#

fix my development budget ๐Ÿ˜ฆ

pearl elk
#

fix my tool team

quiet narwhal
#

fix my motivation

pearl elk
#

I do like this Rider for Unreal, its better than VS2019

#

directly attack fortnite, with shotguns

#

and mech rockets

#

and drake memes

soft night
#

plaid your budget

fathom wadi
#

my development budget directly affects fortnite. If anyone asks...

ancient hornet
#

what's wrong with translucency?

fathom wadi
#

you can't trust it. I mean, you can see right through it's lies.

neon iris
fathom wadi
#

worst transparency ever

#

oh wait. you said translucent

#

then FMJoke

bold fulcrum
#

what's wrong with translucency? It is not translucent enough.

neon iris
#

Switch post process blend mode to Additive. Then everything is translucent

carmine frigate
#

is wireframe not an option? โ†•๏ธ

fathom wadi
#

wireframe is good, but chickwire frame keeps the foxes out

zinc matrix
fathom wadi
#

really? Thats fkin ace

#

I was thinking of perhaps having a bit of a dev time with the Index controllers and doing something, but I can't play anymore after an accident so it gets me down when I think about wanting to play again.

carmine frigate
#

dont let that broken body get u down ๐Ÿ˜›

#

it was prolly trash to begin with:P

#

weak meatbags

fathom wadi
#

naah I was decent. But I also wanted to do martial arts, so the inevitable happened. Took a wicked fast Harai Goshi and my knee landed on my finger, spiral fracturing it. Just didn't expect the speed of it and tbh, the guy who did it was a dick for doing it so fast on me in training.

abstract haven
#

thats rough man, some fucker tore a tendon in my knee training too

north torrent
#

Well, you could have just as easily got hit by a bus, so might as well just do what you want to do.

fathom wadi
#

yeah I dont blame anyone but myself

north torrent
#

I blame Mr. Toku for everything bad that happens in my life.

fathom wadi
#

speaking of judo, I have to make a VR prototype of some kind and Im at a bit of a loss as what to do with it. Obviously with Judo you need full body control so full body tracking would be ideal, but its already niche. So I have to cherry pick what you could get away with training in VR. Which isn't much of the 80+ moves of Judo

north torrent
#

So the VR prototype has to be judo?

fathom wadi
#

yeah. A company I follow that makes judo videos posted an April Fools about a VR judo game and I said I could make what was in the video (essentially grip fighting). And they got in touch about making an app. I've been talking to them for the past month about getting something going. They are interested but I have my doubts about viability. It's a niche market within a niche market and has an entry cost of VR prices (Index is probably going to be required). I've given them all the info I can about what I think, and I said I could make a prototype in a couple of weeks or so. Just waiting to hear back on if they want to go ahead. But they were interested in a prototype

carmine frigate
#

those judo outfits look kinda comfy

fathom wadi
#

they aint

#

heavy and thick material (pearlweave cotton)

#

what really annoys me is the other person keeps messing up my gi and I have to tuck it back in. Or used to anyway

carmine frigate
#

yea they allways grab that open chest part for trows

north torrent
#

How would you sell micro transactions in a judo game?

fathom wadi
#

sometimes. There are many points to do it from. My best move uses the cuffs

carmine frigate
#

friend of mine did a lot of judo, if there is a scuffle he allways dives for the legs

fathom wadi
#

you cant do that in judo so that would be moot :p

carmine frigate
#

well he basically floors every1 and than armlocks him

fathom wadi
#

yeah thats jiu-jitsu and judo. Being that jitsu came first, Judo merely optimised it for sport purposes

carmine frigate
#

yea u can tell when some1 keeps his weight super low

fathom wadi
#

yeah shufflers are something to notice. Boxers do it too

carmine frigate
#

any1 that does that will beat some1 2 times his weight

fathom wadi
#

I threw someone 3 times my weight with a standard O-Goshi once. That made me feel like a God

#

physics be physics

tulip orbit
#

woo, the plans to go out today got cancelled ๐Ÿ˜„ freeeedom ๐Ÿ˜„

#

I should do some game dev

north torrent
#

Will you?

tulip orbit
#

might do a little bit. Gonna find some sounds for a start

pearl elk
#

This is a Game Dev free zone, move along!

north torrent
#

I need to buy some bread...

pearl elk
#

Cmon HEV suit with constructogravityboothands... and maybe something for your head crabs

north torrent
#

Maybe...

pearl elk
#

Gordon is the worst scientist, he needs to invent something

#

tricorder for scanning anomalous materials ๐Ÿ˜›

#

Portal is in the future right so in the past the portal feature was abit clunky and you needed to find the right fuel for it. Gordon has to try to get a bigger portal to Xen going you see

pine bramble
north torrent
#

But where are the micro transactions, Mr. Olympus?

#

How do you monetize that?

fathom wadi
#

I can put MTX in a Judo app. Stylised Gi, griptapes, patches, personal lessons in 360 video from top trainers, flags, live events where you can watch from the sidelines. etc

pearl elk
#

hats, Gordon is a fine gentleman ofcoarse he would have an assortment of Mann Co.'s finest

#

theres a second resource you can detect with your anomalous materials scanner you see, its Australium

#

its useful to make weapons such as Gauss cannons

#

which you gotta craft, from parts

carmine frigate
#

i think a judo game could take off, but has to be more like DOA beachvolly

fathom wadi
#

there was a Judo game on the PS2. It was a quicktime event/button basher. I dont think a VR one would take off tho. I think its a rather pointless idea

carmine frigate
#

nah really its all about the outfits ๐Ÿ˜›

pearl elk
#

judo outfits is one of the many outfit selections for Gordon in our upcoming HL3

#

we feel it really fits with the original design since Gordon took Judo on Tuesday afternoons at the Black Mesa Fitness Club

carmine frigate
#

I am uddercrab ๐Ÿ˜›

north torrent
#

Just add anime girls to both the Judo game and to Gordon's wardrobe...

fathom wadi
#

I dont do anime girls. They are borderline paedophilia in my opinion (don't shoot me, they just look like children with tits to me)

#

grown men adoring them makes me cringe

carmine frigate
#

but sometimes they are vampire and 300 years old, than its allright

north torrent
#

But money.

fathom wadi
#

yeah not trying to smear all of it. I've seen great anime. Just talking about "that selection you know what I'm talking about" :p

pearl elk
#

Half-life VR: Beach Volleyball

neon iris
#

Makes as much sense as aliens with boobs. Still technically bestiality ๐Ÿ˜œ

pearl elk
#

Gordon gets the top gun like intro and he wears HEV shorts

quiet narwhal
pine bramble
#

Thanks @quiet narwhal I didn't know where to report it

quiet narwhal
#

yep I asked them directly just now and that is what they are asking. They are looking into what might have caused it, you are not the only one

median wraith
#

@fathom wadi "men adoring them" these aren't men

fathom wadi
#

are any of us really? As the saying goes, girls grow into women, boys grow into bigger boys.

median wraith
#

At this point I kind of consider it myself or probably no idk

#

lets define it where you have the total control of your life and don't do stupid things

#

that makes me technically in a limbo

#

and yeah keep your inside kid, thats a good thing

plucky pagoda
#

What's everyone using to handle their email? Interested in clients and services.

#

I'm using thunderbird and I think a mix of hostgator, live, and protonmail now.

median wraith
#

I think its better just get gmail and the end ?

#

๐Ÿค”

#

about auto send idk probably someone knows more there are services chimp or alike ? I don't remember the names

plucky pagoda
#

I meant more like email hosting. I looked at Gsuite, I can't recall what I didn't like there.

#

I have multiple sites I need email for.

late night
#

aye, just use gmail

#

yolo

plucky pagoda
#

Protonmail is probably my favorite. I figure there's a lot of people here who are up on stuff so someone might know of something I've never heard of or know a reason why something is better.

late night
#

gmail has been absolutely fantastic for me

plucky pagoda
#

I've used for a long time too. I just found it funny that someone who's worked on everything you have recommended an email service paid for by data mining and user data.

late night
#

I'm not a zealot

plucky pagoda
#

Have you used it for domains?

late night
#

yes

plucky pagoda
#

cool. I was debating outlook but it gets pricey when start adding addresses.

late night
#

benefit of being paid for by data mining and user data

plucky pagoda
#

I'm trying to clean out my gmail. I'm down to 57k messages and have made it up to 2011.

#

Only 9 more years to go.

#

@late night Thanks. I'm going to give it another look.

#

It would solve some other issues too due to the included storage that comes with gsuite.

late night
#

...... if you already have gmail then there you go

median wraith
#

I don't clear it

#

just keep the Viagra messages for the future me

plucky pagoda
#

Ah, the part I get confused about is the aliases. It's $12 per user and you get one address but have aliases.

median wraith
#

I got a lot of millions awaiting me too from the John of Philadelphia told me

mossy nexus
#

I use live.com and mail.com for stuff. The mail one is fairly decent, and you can have 10 aliases too.

carmine frigate
#

ur internet provider has a free email for ya

#

nice and skanky

#

altho its usually good, like not crazy terms of use

#

payed service that comes with an email

fathom wadi
#

I want to like GMail but it reads all your emails and syphons out questions to give you response links. Which freaks me out when Anna, 26, from Bethnell Green is looking for hot men in my area.

mossy nexus
#

How does Gmail know you are hot?

carmine frigate
#

hey she lives in this area too! ๐Ÿ™‚

fathom wadi
#

everyone knows I am hot what do you mean?

plucky pagoda
#

They're supposed to not do that with the Gsuite services.

tulip orbit
#

How does Gmail know you are hot?
@mossy nexus Obviously gmail doesnt have access to his cam

plucky pagoda
#

But I need personal emails for multiple people and catchalls for several domains.

median wraith
#

"ugly people at your area want it too"

plucky pagoda
#

Jebus. Get a cat or some traps. We have those too they keep getting in through the gaps in the garage door.

carmine frigate
#

i said nothing about ur looks

#

ur just staring at my udders

fathom wadi
#

I was actually with my daughter in this photo. I had only just met her so I was happier than I'd ever been

mossy nexus
#

udderly ridiculous ...

fathom wadi
#

dont like looking at myself. the whole hot thing is just a facade but others say it so I will go with what they say

#

mind you. I do pay them for sex

#

๐Ÿ˜„

median wraith
#

@fathom wadi I got the same feeling with extend my hand to someone

fathom wadi
#

you give old fashioneds? How much?

#

๐Ÿ˜„

plucky pagoda
#

Oh, protonmail has 50 addresses, 6 users for 30/month now.

#

10 domains.

fathom wadi
#

anyway enough comedy distractions from my intense anxiety right now. I'll go back to depressingly serious mode or something

plucky pagoda
#

Includes VPN too. I'm going to have to give that some thought.

median wraith
#

why you got anxiety

#

stop it

plucky pagoda
#

You'd be crazy not too.

median wraith
#

or your will get charged for use it

#

why you need 50 addresses ?

plucky pagoda
#

I need like 15 right now. It just includes 50.

#

Mostly catchalls from domains.

zinc matrix
#

you mean 50 aliases?

carmine frigate
#

next time u go to a fastfood restaurant u can ask if they got a free email adress for ya

#

bet they got 1 for ya

plucky pagoda
#

No. Addresses.

carmine frigate
#

super fancy

plucky pagoda
#

Oh, nice. If you signed up for the early beta they're giving you a free license for TwinMotion 2020.1

#

Did not expect that.

errant mulch
#

Hey, good evening.

fathom wadi
#

@median wraith long term issue. Had it since I was a child. Also have night terrors and wake up in pools of sweat screaming. I think it's because I saw Rise of the Skywalker and the pain of it defied time itself and embed itself in childhood me :p

#

@errant mulch evening

median wraith
#

Na it was because ET

#

nightmare fuel

halcyon lake
#

I am having a hell of a time trying to figure out this ghost in my machine here... if anyone is able to help me, I'd greatly appreciate it

#

It seems that a variable value in a parent class (which has no references to anything, I'm not using that variable yet) is automatically being used for all 3 scale values in any child class I derive from it. If I try and manually change the scale on the child instance in the world view, it automatically gets forced back (all 3 of them) to the value for this variable from the parent class! I have no idea why.

#

Anyone experienced anything like that before?

plucky pagoda
#

Look at the constructers.

halcyon lake
#

pffft I am idiot

#

thx

#

that was it

plucky pagoda
#

It happens.

halcyon lake
#

Why did it not come up when I clicked on show references for the parent class variable?

#

yet there it is, being used in the parent constructor (from a while back, I forgot I had)

errant mulch
plucky pagoda
#

idk. Search is wonky in the editor lately for me.

halcyon lake
#

yeah, no one was listening to me at all in there

#

lol

#

I ended up just trying to help other people solve their problems

plucky pagoda
#

Rule of thumb if something is being set or overrode right away look at constructor then begin play.

halcyon lake
#

That's what I would've done if I were doing this in code. But I assumed the show references feature wouldn't lie to me

plucky pagoda
#

Idk, it's wonky.

#

Looks like 4.25 is getting close.

halcyon lake
#

okay, so that raises another question

#

I need to restore the Default Root Component in a blueprint

#

can't see a way to do it

#

I had replaced the root component with a mesh

plucky pagoda
#

A scene component?

halcyon lake
#

now I need it back

plucky pagoda
#

Just add one.

halcyon lake
#

excuse me, the DefaultSceneRoot

#

The only component that exists when you create a blank blueprint class

plucky pagoda
#

It's a scene component.

halcyon lake
#

I had replaced that with a mesh

#

now I need it back

#

okay so just like a blank actor component

#

i'll try that thx

pearl elk
#

24GB worth of Mannequins

plucky pagoda
#

Ugh my download speeds are bollox today.

errant mulch
#

Yeah the whole web infrastructure is overloaded

halcyon lake
#

thanks @plucky pagoda. Turns out I needed a new Root scene component for the parent. What I was doing in the constructor was fine, but it was being applied to a mesh that also happened to be the root of the parent, so it propogated to everything in the child

plucky pagoda
#

You can set things to absolute scale by clicking the little box to the left of the scale values in the details pane.

#

But otherwise it's relative to parent.

#

You can also use different nodes to set it as relative or absolute/world

median wraith
#

people that thought that was real xd

plucky pagoda
#

That's awesome.

#

It would be fun to make some crazy CCTV fakes in UE.

plucky pagoda
#

More and more people around here are starting to buy meat by buying a pig or cow, splitting it with a friend and having it butchered.

fathom wadi
#

MASTER THE ART OF WAR In the darkest age of Japan, endless war leaves a country divided. It is the middle of the 16th Century in Feudal Japan. The country, once ruled by a unified government, is now split into many warring clans. Ten legendary warlords strive for suprema...

Price

$29.99

Recommendations

18363

Metacritic

90

plucky pagoda
#

Nice.

halcyon lake
#

Where do you live, @plucky pagoda ?

plucky pagoda
#

Ohio

halcyon lake
#

People in Ohio are butchering their own animals? People that used to just buy meat from the grocery store?

plucky pagoda
#

Not many, but a few already did and more people are. There's a lot of farms in Ohio. You can buy a hog or cow and split it with someone. They take it to the butcher you tell them how you want it cut and they call you when it's ready for pick up. You can get produce delivered too, some farms do weekly deliveries.

halcyon lake
#

I bet it's pretty damn tasty when it's butchered that day.

#

I thought you meant they were butchering it themselves.

#

That's a job I could never do. Not if you have to look into the poor animal's eyes when it dies lol

plucky pagoda
#

yeah no way.

#

It's too much work and you need a place to do it.

#

and big slicers. I use to have a commercial slicer though and I'm looking for a new one.

halcyon lake
#

I remember hearing a quote from Jane Goodall saying something along the lines of "You can't call yourself an animal lover unless you're a vegetarian. If you eat meat, you are part of the industry that enslaves animals in order to kill them and eat them." and I realized that I am not an animal lover lol

#

where would a question involving hit results (from input) belong?

plucky pagoda
#

I was vegan for a long time. I recognize the problems with modern big ag. Ideally I would eat much less meat.

fathom wadi
#

what a stupid statement. Im sure her heart is in the right place, but I love animals, I also love burgers. But I hate the factory food industry. Stopping eating meat doesn't define your love for animals though.

halcyon lake
#

I can see the statement's merit. But I can also see where you're coming from

plucky pagoda
#

The modern meat industry is a horrific thing.

halcyon lake
#

It's sorta like if [American] slavery still existed and you proclaimed to love black people yet worked as a cotton trader

fathom wadi
#

I once had to kill a mouse that was trapped in a mousetrap. It had partially missed and cut off it's front legs. I had no other choice but to put it out of it's misery. I cried like a baby and my wife stopped buying mouse traps. I ate meat that night.

halcyon lake
#

Most people are like that @fathom wadi. I always wondered why we eat cows. Normally, we only eat animals that aren't cute. Cows are pretty cute. So are mice ๐Ÿ™‚

#

Chickens? Pigs? Fuck those ugly ass animals! haha but cows?

fathom wadi
#

its just part of life on earth. Animals eat other animals. They will do it in horrendous ways, just like some factories. At least some ethical meat farmers and producers exist. There is hardly an animal that you could say was an ethical animal murderer.

halcyon lake
#

It's pretty much the only reason why people are averse to eating dogs and cats. They're too cute. Otherwise, we'd probably say they just taste like chicken, whatever...

#

Cats would probably be gross though cuz they're carnivores

#

Although, so are fish... ๐Ÿค” and fish are delicious

fathom wadi
#

Its just a regional thing that. We keep pets so it makes sense that we wouldn't eat tho because of an empathy towards them. There are places that would eat a cat like it was nothing

#

you know I hate fishing. I think its cruel. Especially when they throw them back. I mean, imagine walking down the street, and someone puts a giant hook through your mouth and pulls you into a place you can't breathe, then yanks it out and throw you back. You would be one confused fish.

halcyon lake
#

Fish are ugly. Eat.

#

lol

fathom wadi
#

Im one of those people who just thinks the practicality of food distribution and the fact its part of our survival instincts is just part of nature.

#

I do say though, if you saw your food being killed before it was served, you would likely change your mind about eating it. Especially in some of these infested cage based slaughterhouses

halcyon lake
#

Yeah, I get that @fathom wadi.

plucky pagoda
#

As a species we are composed of contradictions. The way I look at we are at a point where if we chose to do so we could exist without eating meat. We choose not to. On some level most people are aware of the suffering that supports their lifestyle from food to cheap plastic disposable happiness.

fathom wadi
#

ignorance is bliss

plucky pagoda
#

UGh. Our city moved to online payment and they must have hired somebody's cousin to set it up. I have to create a new account every month to pay it.

#

I miss the days when paying bills didn't require a 20 tab spreadsheet.

halcyon lake
#

Why you paying the city? Unpaid parking tickets?

plucky pagoda
#

water,sewer,trash

halcyon lake
#

they don't have some sort of automated pay thing you can set up?

plucky pagoda
#

I don't use autopay if I can avoid it. I like to control when and where money moves.

#

It might be a good idea though.

halcyon lake
#

#ue4-general . Can anyone help me? I think it should be simple, but I can't seem to find what I need from Google.

plucky pagoda
#

3 minutes until cross posting? You're going to call forth the anger of the mostly quiet ones. But I doubt a release has a hit result.

halcyon lake
#

lol sorry

#

I won't do it again

#

who are the mostly quiet ones

zinc matrix
#

@halcyon lake Its so we can chew through the broccoli real smooth like

signal citrus
#

protocol buffers btw

#

might be something you'd like to look into milk

zinc matrix
#

e

#

e

#

i tired

plucky pagoda
#

Can you install plugins from the launcher for source builds now?

alpine fern
#

no

#

that would make too much sense

plucky pagoda
#

So I still need to install a binary version to get the plugins downloaded?

#

For engine level plugins.

alpine fern
#

see it's obviously much better if you have to install a launcher engine that you'll never use again, then add the plugin to that, find the plugin folder, and copy it to your own engine

plucky pagoda
#

I don't know why I thought we didn't have to do that anymore.

fathom wadi
#

yeah I had to do. It royally pissed me off. I spend a full day getting and compiling the engine, only to find I have to get the binary. I was both confused and surprised. Maybe more so than when I tried to compile a debug version of the source, only to find out I needed a development build first. Like huh?

median wraith
#

It's late go to sleep Marc

#

๐Ÿ‘€

fathom wadi
#

sleep is not something I relish. I am bored enough to tho.

plucky pagoda
#

ugh,

#

meant to click build. clicked rebuild.

fathom wadi
#

unlucky.

plucky pagoda
#

There goes 60 minutes.

fathom wadi
#

on the upside, get a clean build that way

plucky pagoda
#

There was an error.

fathom wadi
#

ahh crap

#

cancel it then ๐Ÿ˜„

plucky pagoda
#

Was trying to get a better error message by building again.

fathom wadi
#

it dumps into intermediate etc anyway so you can cancel it safely

plucky pagoda
#

I need to get a new mouse.

#

ah cool didn't know that

#

ah sweet.

#

that worked.

#

Is there something needed in VS for 4.24 that's not listed in the Doc?

#

Nevermind it's a bug. There's a commit on 4.25 that fixes it.

fathom wadi
#

im using 4.24 and its got issues that I have been waiting for .25 to fix. But then its also a reason to slack off. So it's all good

plucky pagoda
#

I don't really even want to use a source build. I just want to be able to double click a node and see the source. I'm going to try adding source to the binary version but it wasn't working for me before so adding a source build in case I need it.

#

I'm getting an error with LiveCodingConsole that I guess is because of the version of VS I'm using but there's a fix in 4.25 and another from MS.

fathom wadi
#

hmm I dont use livecoding. I was advised against it for any projects already being worked on. And I haven't started a fresh one for a while

plucky pagoda
#

I don't use it either. There's another error. I'm still waiting for UE to finish though to see what it is.

#

Idk, going to take the kids outside to play and will worry about it later.

fathom wadi
#

https://www.youtube.com/watch?v=vutQj7grdUA this song is killing me. The most intense song I've heard for ages and its by Boomers who rock hard, rock heavy, rock animal ! \m/

BODY COUNT - Bum-Rush (OFFICIAL VIDEO). Taken from the album "Carnivore", out March 6th, 2020. Order now: https://BodyCount.lnk.to/CarnivoreID

Directed by Jay Rodriguez
Produced by Jay Rodriguez for Itchy House Films

Shot in LA and NY / NY footage shot by Eric Mittleman

BO...

โ–ถ Play video
plucky pagoda
#

I'm hoping to set up a test depot on Steam tonight so I can use it to easily distribute and test multiplayer.

sage tendon
#

Isnt he like... 200 years old by now?

signal citrus
#

62

fathom wadi
#

still kicks ass

sage tendon
#

not if I take away his walker

fathom wadi
#

his walker is a 2020 Bentley. You would need a driving license ๐Ÿ™‚

sage tendon
idle vortex
idle vortex
pearl elk
#

I think Ice-T needs abit more Ice Cubes

#

or they could start a new super group with Billie Eilish called

#

Ice Ice Baby

north torrent
#

I think I should make some ice tea...

pearl elk
#

I think I should make some coke n whiskey, minus the coke

north torrent
#

Do it.

#

Put it in a teacup.

tulip orbit
#

its classy that way

median wraith
#

@idle vortex pretty cool

zinc matrix
#

hi

#

my mans

#

me make too much food

#

me belly hurtz

#

but theres no solution to this problem

#

this is my food of pain, and I have to finish it

ancient ingot
#

hmm food.. im hungry

carmine frigate
#

that new slide relax tool in blender 2.82 is really nice

#

wireframe, 50% smooth and u turn crap topo into pretty decent stuf in a min

fathom wadi
scarlet tartan
fathom wadi
#

fkin Ken-Oh. Armoured except for his eyes. Made no sense.

#

if you look at his sprite, you should be able to hit him in the arms, legs, body. He just had a samurai helmet on.

ripe fulcrum
#

Is unreal engine a powerful engine

fathom wadi
#

no. The people who make it do stuff are the powerful ones

rain steppe
#

Their sneering faces were forever etched upon my memory. I had cross death for this moment. My mind was empty, save for one thought- I would kill!

fathom wadi
#

Their sneering faces were forever etched upon my memory. I had altzheimers though so my mind was empty, save for one thought - who farted?

north torrent
#

That was my cat.

#

Is there anything worse than bad puzzles in games?

mossy nexus
#

Yes.

north torrent
#

What?

rich quiver
#

yes

#

bad controls

#

no rebind

zinc matrix
#

https://i.redd.it/xqa3zobnpkv41.png medical helicopter lands at retirement home. retirement home is right next to graveyard. okey doky.... creepy as fuck... funny but creepy. first i laughed, but then I uuh .... .creeps..

fathom wadi
#

@north torrent developer bugs that they ban you for accidentally using.

north torrent
#

Games that have platforming but developers who don't bother to make the controls precise enough for said platforming.

fathom wadi
#

@zinc matrix we have a graveyard next to the retirement homes in the town I was born. I guess its a common thing

north torrent
#

Hey, I have a jetpack that can shoot me 20 meters into the sky, but the game wants me to jump 2 meters onto the ledge...

zinc matrix
#

i find this so asocial

#

and disgusting

fathom wadi
#

I think its funny. I mean, imagine if they just took an arm and a leg and threw them over the wall into the graveyard. A big pile of dead old people just lying there :d

north torrent
#

What would you recommend putting next to a graveyard?

#

A bar? A school? A Burger shop?

fathom wadi
#

a funeral parlour

zinc matrix
#

@north torrent anythjing but almost dead people

north torrent
#

I don't really think graveyards should be a thing... cremate people, takes up less space.

alpine fern
#

why not put them next to each other? less distance to transport

rain steppe
#

The wind carried screams from the west, I couldn't help but smile, someone else in this world was suffering more than I...

fathom wadi
#

@north torrent that doesn't make sense. We need oil for the future. More dead people in the ground, more oil later.

north torrent
#

Oil is dead.

#

Oil needs a graveyard.

fathom wadi
#

the fact they just created that substance that breaks down plastic so it can be reused properly is probably a good thing. Not just for breaking it down in the sea and waste dumps, but it gets re-used.

#

ahh shit. got the anti-crunch crew trying to convince me that Naughty Dog devs were forced to work for free. I mean.... why do they persist with this crap?

north torrent
#

People are addicted to drama.

fathom wadi
#

true

#

im that bored im actually interacting with it

north torrent
#

Here you go Mr. Oil Rogerson.

fathom wadi
#

yeah I saw that. But it doesn't mean oil is dead. It just means we need a new war

north torrent
#

There may never be another war again though.

#

Who knows.

fathom wadi
#

yeah there will. There are wars going on right now

north torrent
#

Maybe.

#

Maybe not.

fathom wadi
north torrent
#

Has that been updated since social distancing became a thing?

#

Murdering people is a good way to get coronavirus.

fathom wadi
#

i dunno its wiki so I presume you would take it with a pinch of salt in reality. But war, war never changes /ronperlmanvoice

north torrent
#

It never changes until it does.

fathom wadi
#

We live in a war economy on this planet. Weapons, oil, resource control, etc. We literally can't get away from it. Capitalism would fold like a house of cards and there wouldn't be anything to replace it. Even socialism would invent it's own wars to sustain.

fathom wadi
mossy nexus
#

Yeah free games are always costing too much. I welcome our new 2FA overlords.

fathom wadi
#

yeah Ive no problem with it, I prefer it. But not every time I visit even though I haven't changed browser, rebooted or anything. It gets to be a pain

halcyon lake
#

hey hey

tulip orbit
halcyon lake
#

Anyone know how long it takes for the UE4 forum moderators to approve a submission?

#

I had posted on a thread that had no definitive answer, but then I figured one out, and I was gonna post a pic of the blueprint, but it wouldn't let me because I think it was in too quick of succession from the first post? I even tried to just edit my original post and it still wouldn't let me

fathom wadi
#

there isnt an approval system afaik. Just probably a spam timer.

halcyon lake
#

okay. that was yesterday (I am brand new to the forums so I am untrusted still). Probably won't be but another 24 hours I would think at most

#

Remember that problem I was having with the touch input on Released, @fathom wadi ?

#

Turns out, it was just to save the location of the touch input as long as the finger was held down, and then use that result when it is released. I just wasn't implementing it properly.

fathom wadi
halcyon lake
#

lol

#

Maybe it was someone else. I thought it was you though

fathom wadi
#

it might have been. Im under a lot of stress atm and broke out in hives so my mind isn't working right

pure bramble
#

Hello

halcyon lake
#

I had hives once. Mild case though. Itchy. I've seen bad cases, though, looks shitty.

#

It's brought on by stress. Take a break @fathom wadi !

#

Hello, carlitos

fathom wadi
#

I've been itching for almost 3 years now. I get some weeks off but sure as shit, it starts up again.

#

I went to a dermatologist but I want a second opinion as he barely looked at me and just sent me for sun shower therapy.

pure bramble
#

I just joined and was thinking if Unreal can be used to do something like Xcom? I want to try making a 3d game for PC

rich quiver
#

yes

#

both xcom games are made in ue4

#

the new ones

pure bramble
#

oh, is it? the chimera squad? its very buggy that is why I want to make one

halcyon lake
#

@fathom wadi what the hell is sun shower therapy

pure bramble
#

@fathom wadi you know what helped me - food intolerance test. It controlled everything even my flatulence.

#

and migranes

rich quiver
#

xcom 2 is made in UE4.0
i have no idea in what version is made chimera squad

#

Gears Tactics is also unreal

pure bramble
#

@rich quiver thanks. Im so annoyed so many things are missing when toggling equipment even things you can not equip by default. It seems I may be on the wrong path. Do you suppose those bugs are because of the game engine or the difficulty in using the game engine contributes to that?

fathom wadi
#

@pure bramble I went to them presuming it was an allergy of some kind. They never even tested me. They laid it all to blame on my thyroid. I take thyroxine religiously though so its unlikely to be that.

#

@halcyon lake you stand in a machine that blasts you with UV rays for increasing amounts of time.

pure bramble
#

@fathom wadi Which one did you try? I tried the 200 food group from Cambridge Nutritional Sciences - not related to Analytica in anyway.

quiet narwhal
fluid bloom
#

xcom 2 is UE 3

#

basically UDK

fathom wadi
#

@pure bramble I just went to my GP and harassed him for almost 2 years until he finally referred me to a dermatologist. I did my sun shower therapy and it blew up immediately, but then calmed down. I had a good month but then it started coming back bit by bit, until I am at the point my legs look like a slave's back I've scratched them to death so much. But its all over. Strange thing is, it will always start on my foot with an itch, then it starts moving up my legs, to the rest of my body from there. I tried diet control and have given up almost every food I used to eat and now Im pretty much eating nothing but potatoes + some meat of some kind.

pure bramble
#

@fathom wadi maybe you should try more exotic food like bats. or maybe there is a chemical that you use at home that is causing it?

#

@fluid bloom Thanks for the info. ๐Ÿ™‚

#

@quiet narwhal I checked it out might play it

fathom wadi
#

@pure bramble I use no soaps of any kind and even go as far as fluoride free toothpaste. Im genuinely convinced its some kind of allergy tho.

pure bramble
#

@fathom wadi What makes you think that tho? Is it something that is a timed response to something? Does it happen at a particular time of day?

fathom wadi
#

Just from what I have read really plus like I say, I dont use any chemicals, I dropped maybe 95% of my diet and I can't think of it being anything else. The way it flares up is brutal too. I had hives the size of my thumbnail today

#

also it happens in patches. I get maybe 3-5 in a patch

#

my wife uses non-biological detergents too as I used to get a reaction from biological soaps

pure bramble
#

Interesting @fathom wadi Are you getting enough sleep?

fathom wadi
#

@pure bramble not good sleep. night terrors, sweats etc. I used to medicate for it but I stopped that

pure bramble
#

@fathom wadi I knew it. Most people I know with unidentified sicknesses and manifestations have a lack of sleep, consistently. I dont know why, also I am not a doctor. FYI. But It does solve most of my issues if i get a week of good 10 hours sleep consistently. The lockdowns helped with that

fathom wadi
#

It might help for me, but I have 5 kids who are noisier than the Big Bang.

pure bramble
#

@fathom wadi Why not have your kids deal with your kids? not a parent though. I usually put two of my problems together. they become cooperative after that

#

5 is a lot

fathom wadi
#

yeah. I dropped into the relationship with a lass who had two kids and we had 3 together.

median wraith
#

Epic says now to claim the free games you need to confirm your account with the phone

fathom wadi
#

not with phone. email works too

#

I dont use a mobile for 2fa

rich quiver
#

Take-Two know consider a Epic a competitor

fathom wadi
#

Epic aren't competitors to anyone though. They are partners to everyone. Gamer and developer alike.

rich quiver
fathom wadi
#

No competition unless Private Division is going to cut devs in for 50% of profits. Which I think is highly unlikely unless they have more money than sense ๐Ÿ˜‰

halcyon lake
#

@fathom wadi that sounds like you'd be trading hives for skin cancer

rich quiver
#

Private Division took epic money know they have to compete on the publishing side

plucky pagoda
#

Probably to cut down on people grabbing a million copies on multiple accounts.

rich quiver
#

some people does have 3 accounts

fathom wadi
#

@halcyon lake it's non-ionizing radiation dude. In short bursts it has no effect in creating malignant tumours at all. I mean, I did the science first before I went in.

halcyon lake
#

hehe good good

#

it just sounded kinda scary

fathom wadi
#

I never go out in the sun so it worried me that my skin wouldn't take it. But you are only in there for 30 seconds at first, increasing 10 seconds each visit until you are able to do 90 seconds.

#

it did burn a little at first too. You can smell yourself cooking

#

the worst thing for me with it, was I had to travel for an hour each way to stand in the thing for around a minute. I was working at the time too so I had to work double late to get things done

soft night
#

i got information about 2FA from Epic games

#

via launcher toast

fathom wadi
#

that for a narrative designer at Team 17 btw.

zinc matrix
#

any thyroid educated people here?

fathom wadi
#

yep

zinc matrix
#

@fathom wadi you know what tpo is?

rotund tundra
#

need to get myself something I can vent my anger and frustration out, while programming

#

autogenerated documentation should be illegal

#

gives people the impression, 'yeah we have docs'.. while they don't

alpine fern
#

auto documentation is completely pointless, just look at the code..

rotund tundra
#

i'd rather have 404 page

alpine fern
#

if you have docs at all they should provide extra info br_omegga

rotund tundra
#

the other way around would be fine

#

write the docs then autogenerate code from it

alpine fern
#

ah yes

#

"function should do xyz"

#

magically generate code

rotund tundra
#

half of the time lost over the last two days, mostly because people can't take the time to write a single line of descriptive text

fathom wadi
#

@zinc matrix it varies but Ive been as high as 75 before now. I know people who have had way higher though.

zinc matrix
#

@fathom wadi and people with that need medication?

late night
#

autogenerated docs are fine

#

as long as there is a mechanism to flag pages that need more human input

fathom wadi
#

@zinc matrix Yes I take levothyroxine to regulate it. Otherwise I start getting rather sick. Start picking up every cold, virus etc

zinc matrix
#

@fathom wadi i never get sick

fathom wadi
#

me neither really but then I regulate my thyroid. Before I was aware of it though, I would have no energy, would get sick seasonally and so on. I've seen people have it much worse than I though. My mother had an issue with hers and it nearly killed her.

zinc matrix
#

see. i dont have any such symptoms

#

no obvious typical symptoms i think

fathom wadi
#

its not really a symptomatic thing you associate. Its something that is rather silent until you get tested and find out.

zinc matrix
#

i got tested and didnt find out anything

fathom wadi
#

well consider yourself lucky if you dont need it. This is medication for life. And its one of those that takes time to work, so if you miss a week here or there, you reset.

#

but over time if you dont take it, your rating goes up and up until you are practically an aids patient by any other title.

zinc matrix
#

the only symptoms i have is thin hair, and almost no progress in gym, oh and dry skin

#

but this could be anything

fathom wadi
#

yeah thats some things that got me. I was always underweight, had intense itching on my scalp where my hair went thin, and eventually I got a test because my father suffered from it too

zinc matrix
#

my tsh is between 3.5 and 4.5

fathom wadi
#

thats normal