#lounge
1 messages Ā· Page 428 of 1
š¤ ```UENUM(BlueprintType)
enum class EEntranceLoc : uint8
{
Default, //Default entrance is somewhere on left side of map, exit would be furthest point
North, //+X
South,//-X
East,//+Y
West,//-Y
};
UENUM(BlueprintType)
enum class EEntranceSpawn : uint8
{
Default, //Exit will be furthest point on map
North,
South,
East,
West,
};```
I dont know! š¦
/shrug who knows
maybe north could be 0 or 1 š
What if it is north already?
did a "Find all References" in current project, and it seems the second one isnt used, so I will delete and see if it compiles later....
what if north is Z+
its used to decide where the entrance/exit is spawned on the map, and the map is 2d only so.. +X
So, no depth? Single floor
What I'd do here isn't even have a "side" or something enum and just re-use it...
"Direction" or whatever
If you add more floors, make it a struct. Enum + floor #.
ewwwnums
Yeah I have a direction enum as well, tho not sure its in use anymore. But with deciding direction thing, I wanted the default for it being semi random I think. I forget how that works (other than the comment)
if you go far enough left you end up right š
That bears no relation to the enum, though.
Are we getting political now? š
yeah, in the dungeon settings , Entrance Location option, default or specify a location
But both enums have "Default".
Yeah the second one is deleted now, I dont know why I had two
defaultest default of the defaults
but it'll still fault... question is whos fault is it
yours
It's actually pretty shitty, I end up duplicating a lot of enums like this, but with slightly different sets of values.
Then adding conversions functions. š¦
Yeah. I've got two structs here that are quite similar, but different enough in structure and purpose that I think I have to keep them seperate
wheres the extensibility
I think I've got like 3 enums just for colour channels. One has None, one has RGB and RGBA, etc.
they dont have those built in?
Not that use the correct meta information.
ah
I don't believe there's a generic Red, Green, Blue, Alpha enum in the engine publically anywhere.
And even if there were, it's not set up correctly š
but how do I pick yellow?
In my case you don't.
it's a book
A rather peculiar book
I have an unhealthy obsession with gun metals
A rather poorly written one by all accounts.
Arent they all
Nah. A lot of books are actually really well written.
50SoG is just popular because it's smut.
Tolkien ftw
I mean the ones like fifty shades of unrealistic adult stuff
Steven Erikson ftw!
Asimov ftw
50 shades isn't unrealistic, though š It's just bad.
who doesnt like smut?
š
@fleet tangle turns out if I set the capsule size in the BP after the play it set the correct size, but gives a shit if I do in C++
Ah ha.
thats me in general
will ask on the C++ channel must be something with the physics
I'm debating a big change on my map gen. In my map theme data asset, I have seperate arrays for each type of wall tile to spawn (straight walls, corners, ceiling, etc) But it gets kinda messy to read thru and see what pieces there are when I get lots of pieces. So I was thinking of changing it to a data table, one for walls ceilings and floors each. Then in the DT I can sort by wall piece type. But currently lots of code uses those seperate arrays, and I'd probably have to change it to store/use row names instead....
are there other options for having a big list of items?
or a better way to view the data in a data asset?
Well there is always the option of duplicating data for easier manipulation by a human but on the back end you do the robot sauce
efficiency isnt so important as user experience for the front end so perhaps something to consider
I think the data table would be much easier to work with. But it'll be a lot of rewrite on my end
but... the rewrite might hopefully end up making me write things a little better.
well if you can automate it so the datatable auto propagates to your arrays then maybe you can just hook it
I could do that.... but the other idea of it, is if I do add 3d environment support, I'm going to add more piece types, which would easier by having all wall pieces and such in one spot
PostEditChangeProperty is the event you want when an object is edited
I could potentially pull the whole data table and put it in an array for working with
so you only need to update bits and pieces not refresh the entire array
huh? PostEditChange -> store it in an array for handling in the generation process.... but where would I store the array?
Why not instead of storing the data perpetually in two spots, When the map gen runs, it stores a temp array for the map gen to use, and then when map gen is complete, it clears the temp array?
I just thought to reduce errors you could duplicate the data then rewrite and remove the old code path once youre satisfied the new one is entirely functional
this way the old code path stays intact
I think, the way my code is written, it'd be harder to add both. Plus I'd just get horribly confused trying to parse it in my head
well you cant compare performance unless they function side by side
could be your current system is actually more performant
i would, if possible, start with a getter which merges the old data to the new format
then implement the getter everywhere
then you can start/decide to migrate the data
well the data I've got now is all test stuff and pretty basic so its not worth trying to implement that (especially since I dont know how...)
as for the actual map gen functions, I've got a lot messy code in there where I have to get the piece type, then get the array, and sort and track between the different arrays. if all my walls are in one big array, it'll be much easier to handle I think
If Im honest Im not the biggest fan of many of the built in data stores
I pull my data from json files on disk and autogenerate DataAssets in the editor
much nicer diffing on text
neither DT or DAs are perfect, I agree.
sounds like you need to rewrite the underpinnings before moving to a different data source
its going to be a bigger job than I probably realize...
as long as you got a good plan of attack it's doable
I also dont have any other ideas of things to do/try. I got my only other good idea working yesterday
try all the things
alrighty, compiling what I've done so far. And to test how the data table actually looks in editor...
-# why can't i just finish a project
it's like i reach 80% - 90% of a project and then motivation drops to 0
me too except at this point nothing works as expected for whatever reason
I'm lucky to reach 25%
Nothing Works as Expected... isnt that a Metallica song?
It's Uncompiled II.
So the issue is when the pawn is spawned, makes no sense
Occasionally, when I spawn my "Play from Here" actor it goes through the terrain.
I also use some auto ground aligning fences which sometime just do stupid shit because the landscape trace does not report anything.
Nothing is random.
idk after a lot of mini changes is working so
had other issue is the parent contruction wasn't connected
or maybe the initial setup was blocked due the use of all those prior to the spawn
no clue
bet it was the duck
look at those eyes
damn, this would like so much better with static lighting
stop, the elder wizard didn't finished with it
||i can't help but frame stuff now||
who puts a big vase like that right on the edge of the table?
lol
-# barbaric
can push it more
-# N o o o o
I got Callisto Protocol for Free just in time i think
But man i thought it was like a Thriller game not Horror š¦
i will install it anyway
Anyone play it ?
-# 100 GB? w a t
I have played Dead Space and this one is very close to it.
It has suspense and some thriller. But is mostly survival horror in space.
have coop ?
Coop was nice in the 3rd part.
Man, I miss simple menus in games. It just launches, no bullshit.
lol
Lunar Commander II was def chillin undera comfy 1.44MB
which one is that?
Undercity + Wonderland Bundle. Didn't look into it myself because the previews already look like ass, so I'll just take their word for it
the one Massakka said
Epic gave another pack from this person time ago
already looked kinda like this
he probably gave it away for $5
problem is, this seems to be optin from what i know
not sure if most sellers are even aware of that option
or they pay in vbucks š
idk but I have seen they giving the packs from the same 6 devs for long
average website without adblock
do I want to know what the cropped ad at the top is
Ozempic
I def want to click that now
ugh
Annoying! who are you to determine what's the best game engine? Hate this type of videos
Whatās the red UE logo for?
i think that's supposed to be unreal the latest version
checked it out and I think it was a good vid
does not say what you think he says
you mean i jumped to conclusion? š¦
he should phrase that title better >_>
okie i will check it out. ty
The title is prly clickbaity because thatās what the YT algorithm wants
i like he's hat
Click bait
that's just for pros
some cyberpunk board game https://youtu.be/7mx-T0FNiGY?si=ZoJ4lylFFYrnhXU3
Let's see G4!
That's a miss...
Oh wait, that's the wrong game!
Another REDstreams episode is in the books!
From game mechanics to the creative process, we're taking you inside Night City's board game experience. Together with our guests, Åukasz WoÅŗniak, the game's author from Go on Board and Patrick Mills, our Franchise Content Strategy Lead,...
your update
and yeah that's dynamic
haha, okay, I mean it much better, but you shouldn't have just for my amusement
looks what I did
I think, I have seen these blueprints at right somewhere
yeah and the duck are from the same thing
I think are from one of those free Epic packs from other games they did or the companies they got
haha
the imatra day pictures and music that played during was osmos cosmos - White water symphony
last year it was the debut of the show https://www.youtube.com/watch?v=bWIOC9ii3E0
Osmo's Cosmos: Whitewater Symphony
Written by P. Kiisseli, V. Soininen & R. Johnson
Osmo's Cosmos:
Tipe Johnson, lead vocals
Aleksi Koukonen, lead guitars
Henkka Putto, bass
Henkka Siira, drums
Ile Koukonen, vocals
Ville Soininen, baho quinto, keyboards
Pete Kiisseli, guitars, programmings
Choirs: Imatran Immet & Vuoksen Mieslaulajat - directo...
this year the leds was changed to water foundations what showed water dancing on rythm of music too
You uv the medium poly then subdivide
Blender can handle uvs for large meshes pretty well too
mmm
ZBrush has a similar system too.
You sculpt a high poly mesh and then decimate it - if I remember the name correctly.
The decimated poly is much lower than the million poly version. Apply your maps and seamlessly transition back to the high poly version. Adjust as required.
It can still be a PITA though. š
Where you are doing this nightmare?
Yeah, but why nightmare? Gonna be nightmare if you have to do manual tuning?
Most UV apps should allow you to just do cuts from point A to point B say.
All do but it turns out its too laggy to do anything useful š except blender, it was always pretty fast
Maya is probably the slowest
2 minutes to select an edge
lol
well depends, if you want proper UVs you have to cut them manually etc
You need just point A to B in straightest possible line.
Frankly, I haven't UVed med-high polys, but it shouldn't be so hard š¤
Just to make it clear point A to B and then you repeat, this is manual
This gave me a laugh
You are only allowed to work on your internet without laptop.
Dįµ Źøāᵠʰaįµā āᵠʷᵣᶦāᵠᶦā āįµcʰ ʰaʳd āįµ įµāįµāʳāįµaāæd wįµy?
math
p r e p o s t e r o u s
||b l a s p h e m y ||
real
Hello there.
need help with searching the site. site was about topography taking from google/bing maps and its looks like you are select the area and choose sort of types and at the end you get 3d mesh of area with elevations and textures taking from google/bings and you can export it with image of texture and 3d file (dont remember format the files, but its easy to convert to OBJ or FBX)
its not terrain.party, 3d-mapper, etc.
Does anyone who has already published a game on the Epic Games Store know of a cheap web domain that works with the Epic Account Services verification/review?
I don't know, I tried Google Sites and Epic doesn't allow it.
Think I saw something like this in a Max Hay Blender Tutorial
i actually found Blender GIS and reach all i need, thanks for the answer!
Gotya, the one your question made me think of is this:
https://www.youtube.com/watch?v=IX2gOPm5YIA
Blender-OSM: OpenStreetMap and Terrain for Blender
oh wait i see it too
what does usp=sharing do
damn remember .tk domains for that kinda stuff?
.tk was the bomb
good placement for the gun? (advice for ADS in the second image would also be appreciated)
The ADS, would be alined with the Dot imo
so regardles if i use the dot or the Iron sights they line up, but thats my pref
thanks
gotcha
I have no clue how to fix that
what do think of the hipfire placement?
towards the screen?
yeah, I see it
correct
yeah it kinda feels like im holding a Baguette under my arm AND shooting the AK š
this is gonna take so much longer than I initially remembered it to be
it's jsut my opinion, but i played like Counter-strike 1.4 with no HUD, someone else might differ and have a solid reason
I have 38 weapons and this is weapon 1
yeah I'm gonna try to align the ADS
and see what suits best for hip
perhaps there is a way to make a Template and have all the models align that way?
Ask on SBs discord channel - he'll help you get that fixed up
he did (it's that recognizable, huh?)
each one is probably aligned differently
I see, well I think personally that Aiming Down Sights should remove a Dot anyway since im, well, aiming down the Sights, and not hip firing
but yh depens on your game style etc. i guess
hmm, I'll see if it's better that way
Are you making a realistic game?
or what kinda vibe is it, if im free to ask
which i am bc this is the internet
if you're talking from a gameplay perspective, it'll lean more towards arcadey
ooh, then chuck that crosshair in there all the time hehe
Maybe this part will help with your descisions!:
https://youtu.be/aLgOsEQgtmM?feature=shared&t=292
i marked the time
gotcha!
š
yuh
-# bless you my brother
oh yeah that's old skool, i like it
I used to play CS 1.4 and then there was an option to switch the model to Left Handed.
I am/was Right Handed, but it would make so much difference in games for me, i would be so much more accurate and kiddo me would have no idea why š
š¤ i still dont
Why no megascans for dragons? Are they stupid?
may be some guy from PETA
Donāt need a dragon megascan because thereās a dragon control rig.

theres no megascans of dragons cause they're too hard to keep still
brb, gonna go scan this dragon I keep locked away in my garden
Contacted Epic via the form they provide on the Unreal Engine for the licenses
But they told me they don't cover Unreal Engine there
Star Wars: Outlaws meme of a lifetime - I stole a grenade from a stormtrooper. š¤£
Hello everyone
Who dat?
Pretty interesting, worth watching
https://youtu.be/_TYuTid9a6k
Go toĀ https://hensonshaving.com/shavingwithjoe and enter "SHAVINGWITHJOE" at checkout to get 100 free blades with your purchase.Ā
Starting in the 1940s, a new surgery was being explored to help people with severe epilepsy which involved severing communication between the two hemispheres of the brain. It worked, but caused some very strange side ...
good old back in the day... "eh let's just cut this and see what happens"
No free will, no random chance. Everything is predetermined. Buy crypto.
reminds me of Paula, Agnus and Denise in the Amiga - but no free will? or is that just justification????
To me the most interesting part is the "interpreter module" in the brain (how they called it), when a hemisphere observes something the other did without having access to information from the other one it makes stuff up to justify the observation
It kinda sounds like an llm lol
The left-brain interpreter is a neuropsychological concept developed by the psychologist Michael S. Gazzaniga and the neuroscientist Joseph E. LeDoux. It refers to the construction of explanations by the left brain hemisphere in order to make sense of the world by reconciling new information with what was known before. The left-brain interpreter...
yeah it does eh! and the visual cortex kind of works in the same way, filling in gaps in our vision kind of like an llm too
Yep, it's very fascinating
In fact we all have a blindspot in our field of vision where the optic nerve leaves the eye but the brain fills in the missing information to cover that area
A blind spot, scotoma, is an obscuration of the visual field. A particular blind spot known as the physiological blind spot, "blind point", or punctum caecum in medical literature, is the place in the visual field that corresponds to the lack of light-detecting photoreceptor cells on the optic disc of the retina where the optic nerve passes thro...
yeah - and hallucinations are when there isn't enough data to build a full picture.
Combine that with vibrating nano tubules...
https://www.sciencedaily.com/releases/2014/01/140116085105.htm
A review and update of a controversial 20-year-old theory of consciousness claims that consciousness derives from deeper level, finer scale activities inside brain neurons. The recent discovery of quantum vibrations in "microtubules" inside brain neurons corroborates this theory, according to review authors. They suggest that EEG rhythms (brain ...
Interesting, first time hearing about that one
It's been hypothesized that they are a form of communication - making us kind of like wireless game-pads for a higher consciousness š
I got full 90Āŗ vision somehow
ngl, 90 is kinda small
That 120+
from center*
/smirk
š„ ā”ļø
but yeah I pass on the sides from full view to nothing
technically there is an area that's recreated by the brain and isn't even real color
AI baby
XD
there is lumen only SS there
every game I see with multiplayer comes with vivox this days
seems to be owned by Unity, why Epic didn't got it
vivox?
seems like a tech to make realtime voice chats
in-game
but you have to pay a dedicated server for it to Unity
I don't see the point tbh, back in the days we had it on the game server
well maybe if you don't put everything in the same server don't affect the gameplay so much
but isn't like it did
Ah, I recall now a vague memory about this.
Maybe it is an way to outsource that feature.
Anyway, I will let multiplayer devs to worry about it š
Damm I loved old multiplayer times
local coop ones ?
Sure it is heavy
yeah it came with a recipe book as you can see
everything in it looks delicious
definitely gonna try some things
I'm not about to download a random file from a dude that joined the server today lol
wait isn't the bread bake in the airfryer ?
oh no
I usually do it in the oven
you can do it in an airfryer
you can even do it in a frying pan if you want
but here you put the bread in the (preheated) cast iron pot and put that in the oven
it makes the baking more consistent and traps in the released water for steam
giving it a way crisper crust
and more even baking
Bread-o-pedia ā¬ļø
they said lighting and AA, not building websites
It's time for Sonic's biggest adventure yet. Sonic the Hedgehog 3 hits theaters December 20th!
#SonicMovie3
Well is the 3Āŗ one, maybe the kids
why the heck Spiderman have a huge fake eye inside
that's scary
that one poly in front of his eyes where the web comes together is weird
š¤
why was the message removed just as I came here
@proud jay @carmine wraith @median wraith @unborn lotus @lofty lark https://discordapp.com/channels/187217643009212416/821821368017485885/1278017486566195281
Praise be the Omnissiah!
not fan of those monitors for some reason
I'm trying to get my web domain verify with Epic Game Store but when I like my Google Site to my wed domain my DNS is no longer valid
Somebody know why?
Its cause you cant tell a line is straight anymore! How are you supposed to do level design @summer cedar
all my levels shall be buxom, plump, and curvaceous from now on!
Try and stop me! ā
-# not to bring the room down, but i just found out Chandler from Friends died a year ago and i never knew
oh srry, i thought it would help with being percieved as not so important
like a brain fart
I think this would have been valid if it was a common style. It is not.
I see.
Talk, loud and proudly. We are dumb here anyway.
Yes. I will.
Bless you, child
delivering non-loopable Gifs should be an offence
*releasing
or is it uploading
contributing
I knew he had some troubles but thought was doing well.
Ah well, just another celeb i dont even say hi to once gone , haha
That stands out though, more like i am important
??
Click on the hardware message link.
It's my new monitor and CPU. š
Should've just said it's my new computer. Whatever.
nice wide screen
so what thing is the gpu?
you just use half a keyboard?
is this for when you miss your mom and must start whipping yourself?
This torrent of questions is blasphemous.
I'll answer from the most important to the least.
The belt is for your dad to whip you when your bread goes bad.
I use one and a half keyboards, the other hidden in a secret compartment away from your lecherous eyes.
The GPU is a 4060Ti 16GB Ventus OC from MSI.
It is supposedly 'overclocked from the factory'.
Yes, I have the eGPU, but my laptop doesn't have TB4, only TB3 and so, doesn't completely recognise the device.
F
So, I bought an entirely new computer. š
makes sense
I am a happy guy, but I am waiting for a few games to finish downloading, so I can restart the computer and let Windows acknowledge all the driver updates. š
I also learnt that NetTime is a nice app to auto fix Window's time sync, when it decides to stop working.
there's an audio sync issue?
Time sync, like date and time.
Apparently, BSNL - a popular ISP in India - decided to block the NTP port that Windows time service utilises to update the time automatically.
Because, according to them, that same port can be used to hack your system easily.
SO, NetTime lets you execute an automatic time update WITHOUT screaming at the ISP.
Disclaimer: You CAN still scream at the ISP.
Dieter, what do you think of HDR in monitors?
I only have it on my tv
when using my ps5
but it's a lot nices to watch movies with HDR than without it
I just enabled it on my monitor. I am not sure how I feel about it.
Wow. Stupid monitor defaults to 60Hz and you have to enable the 144Hz yourself.
ā
random question...
NPC follows you, and doesn't stop behind you, but goes to your left or right
which direction would you look first by intuition
@unreal ether do you have a screen on the right side of your desk?
Yes. Why?
also one on the left side?
Yes
Both are used pretty equally, it depends which hurts my neck more :P
as i would have tended to left, and i got a screen on the left
I tend to prefer right for my game and for checking, because my dominant side is right
are you left handed by chance?
yea i used to swap every now and then, it really helps to get rid of a stiff neck xD
no, i'm right handed
nah, left - why? Because it is easier to move the mouse to left with your right hand, keke
I mean if you have 3 center one should be for gaming imo
My least used monitor is on the right. I use the monitor on the left a lot more.
And obviously the monitor in the middle the most.
wouldn't that depend on which side the noise is coming from?
I'd always look right, because I'm temporarily blind in my left eye š
right handed, but would look to the left
wasn't there a unreal plugin to track player behavior? š
i'll make this my Phd work... "Left or Right"
unintentional attention grabbing title
I am a very happy egg, atm. š
i want colored return nodes in blueprint
e.g. green for a succeed return, and red for a fail (or maybe just an option to tint any node)
The plot thickens
NTP port hacks were super common back in the late 90s. Packet detection for NTP was resolved fairly quickly but back then people were still running bank servers on windows 3.11 in some parts of the world so it was like shooting fish in a barrel.
Thankfully, someone made a nice app that solves the problem quick-quick. š
in reality, any port can be used for an exploit if it's open and unprotected by intrusion detection systems.
Now, it's a race to see which games app makes my Nvme drive run out of space first.
I beat their system by getting gigabit internet. Now I can uninstall games between play sessions and it only takes about 30 minutes to get a 100gb download
homework folder
Hehe.
I am running out fast though.
Oh well, no problem; I can always be prudent and finish some of the games, uninstall them, and replace them with others.
OR I can just buy another MSI nvme drive. š
just buy another pc again
This is also an option.
The 5.4.4 Hotfix is now available with a few key fixes and a key update for Android developers. To publish new apps or updates to the Google Play Store after August 31, 2024, you must update to 5.4.4 which includes updates for Android 14 compatibility with TargetSDK 34. Alternatively, you can pull the necessary updates from GitHub. Apps buil...
added the update for Android to align with Google's ridiculous SDK requirements
strange one tho that it says "previous unreal builds" wont ship correctly. AFAIK if you have the SDK targeted in your project settings it will still work. I only have the latest SDK installed but I did not submit to the store yet, so I'm confused if I need to update or not. I'm definitely within regulation on the SDK side because before I start a project I do my homework and knew Google were forcing SDK restrictions this month.
that means if I updated now, uploaded my game to the store, then left it until the next SDK update, I would have to reinstall everything to do with the project, switch it to the updated Unreal Engine and re-build before uploading again. Seems wrong somehow
I have reluctantly given up installing a few games, because I think my drive will run out of space.
So, I must wait.... until I retrieve the SSD from my laptop and plug it in... OR splurge on another nvme drive.
š°
I have been playing a different game every time I stop work for the day(s). So the past few days I got through some Yakuza 0, No Man's Sky, Jedi Survivor, FFXVI demo and Mafia Definitive Edition.
I don't want to get in a loop of a 40 hour game but it's about all I like these days. So I switch it up so I dont get owned.
It's not much better on a 4k widescreen monitor. The sidebar needs to collapse.
man, when you have the time to play games
and the scrollbar takes 1/5th of the screen
yep. I said it was horrid when I first saw it and had to upscale to my monitor, but it scales wrong so I get a slim-jim website I have to read a sentence over a paragraph.
I wish I had more time. But I've done 72 hours between passing out in the past few days. Including one 30 hour session. Got to get the time in somewhere to game š
jeez, I guess the family supports you in these marathons, lol
I have a dream wife
@unborn lotus I think either I won the silicon lottery, or my CPU case's fans and the thermal phantom air cooler are monsters. š
does your real wife know about her?
How can concord compete!
bruh
chat-gpt be hittin me with the mandela effect
Upon further asking it tells me the game does not exist
Sorry to re-open this - but it could be interesting to see how many artists turn to the right, and how many programmers turn to the left?
I would turn to my left first
it's already determined in code (right get's checked first)
even tho i tended to go with left
thought to make it random, but guess that would be even more confusing
nice, problem solved.
Time to look at some internet rules
@timber viper please sir I am starving for good anime
I ate a whole ghost pepper and survived, and didnt need to drink milk or anything
I am built strong
Frieren, mushoku Tensei, 86
Romantic Killer
If you watch any of them dont give me any spoilers
Especially from 86
Frieren is definitely the best of the lot there.
That and 86 are both good with strong sad vibes.
I saw 86. It's pretty good
I already watched mushoku tensei
But I want gorey stuff
Like invincible or the boys (but unlike the boys I want good plot and less ignorant people)
I will never experience hellsing for the first time again, and its deeply upsetting
you can if you drink enough for a while
didnt watch but maybe goblin slayer
Lewd
Claymore
anyone who has unreal up wanna copy some quick blueprint stuff and play how predictable you are? It's kinda fun
fun trying to get the percentage to get really low and see how low you can get
104 AI slop packs and not a single review š¤£
https://www.unrealengine.com/marketplace/en-US/profile/AI+game+icons
They are in my current ban list:
What is that?
Man, I feel like an hardcore advertiser as of late, but since recently Herobrine added in his Orbital Marketplace the Ban Authors list. I started to use it regularly.
Thanks I wanted something to filter all that crap lol
It still misses some nice stuff like showing when is a Sale going on.
Or the tags per product, as an way to see for example the dreaded "CreatedWithAI"
Ye, most useless. Frankly, only the CreatedWithAI is useful.
NoAI is for the AI, not for people. Its purpose is to say that this product shouldn't be used for teaching AI
Which makes sense if you consider it is already garbage.
Yeah
can I transfer all the stuff from my inventory of Epic Store account be it games, plugins, environment and such to another account?
Depends, I got it done once but it was only for a few things. Just give as much detail as possible.
They will ask for proof its yours
all the free stuff that comes on epic market place every month and few days including games and Unreal engine Assets
Yeah best bet is email the support
I have stock piled it but its in my work account which is temporary
I had a similar issue had like 40+ assets transfered
yea just wanted to know if its possible
I see Thanks for the info!
Np gl!
Diffusion Models Are Real-Time Game Engines
We introduce Genie, the first generative interactive environment trained in an unsupervised manner from unlabelled Internet videos. The model can be prompted to generate an endless variety of action-controllable virtual worlds described through text, synthetic images, photographs, and even sketches. At 11B parameters, Genie can be considered a f...
We present GameNGen, the first game engine powered entirely by a neural model that enables real-time interaction with a complex environment over long trajectories at high quality. GameNGen can interactively simulate the classic game DOOM at over 20 frames per second on a single TPU. Next frame prediction achieves a PSNR of 29.4, comparable to lo...
idk but @timber viper showed up in my dreams in my grandparents house and we were talking about politics with my family and you were my token turkish person
just so you know
Interesting subconscious
thanks, I worked hard on it
Dieter has a soft spot for the Turks I guess
it was quite a soft couch he was sitting on yeah
Is the couch some sort of Freudian slip ?
lets hope not
people have couches in living rooms no?
i have something like this
I think my chair broke yesterday
you have this lean back thing but normally you can lock it so it doesn't lean and stays up straight
but I think the lock thing is broken
big sad
What's with everyone getting internet upgrades recently lol
I recently mentioned how I'm getting 2.5gbit finally and out of nowhere everyone is as well š
Mind control
Its ok, my board does not want to go over 100mbps anyway
I love how funky it is. Items disappearing off screen, enemies being ghostly horrors when shot, ammo counts changing at random.
I haven't found yet the perfect chair.
My previous one had nice straight position for the back.
The current one has nice, breathable fabric for the summer, but has no good position for the back and the lower back support.
don't fret, I only have 300mbps
I would switch providers, but my work pays for the internet and they only allow 2 options that they pay for
and the other one is even worse
says while still on "100" which on a good day is more like 10mbit...
oh you don't have the 2.5gbit yet?
@broken sigil you have a garmin watch right? How is it charged? is it just usb-c or is it some BS proprietary connector
I'm looking for a watch for my wife that she can use for swimming
fitbit?
I don't think a watch would help her swim, she may need a flotation device
or a brick. š
I have one
but battery life is ass tbh
have to charge it every 2 days
oh yea that i agree....
garmins can go like 11 days
swimming pad
never heard about it...my cousins from usa always bring a fitbit...
I also don't like that fitbit hides some features behind their subscription
looking at the Garmin vivoactive 5 rn
morning
yeah they use their own satellite or whatever
or you mean the recharge one
technically the second one is illegal in here
2.5gbit is insane
muh garmin too has proprietary cable š¤
There are cables from their format to usb-c tho
even weird shit like this
which one do you have?
why do they assume the gender of the usb port
They are inclusive.
I think I'm gonna get the vivoactive 5 for my wife, and if it's good, might get a second for myself lol
the fitbit battery life is driving me insane
Apart from the dubious heartbeat sensor I'm happy with it.
Definitely, lol
They have nice set of choices tho.
And I think, this fall they are going to update their line.
Which may, or may not, bring some discounts for older models.
Nope, should be getting it next week
I have an Amazfit, not garmin
The Amazfit is charged with a magnetic connector on this one that attaches to the contact pads
oh
I hate those
fitbit has that too
but it's finicky to get it propely aligned after using it for 2 years
even though it snaps in place
it's not always working
No issue on this one, the magnet is strong and it just snaps in place to the bottom of the watch
Haven't had connection issues or anything
I can't wait to finally get it
that's impressive though
I can highly recommend this watch
so bulky though
125gb is 25mins in 1gbit
You will download bg3 in 10mins or less
Thats so fucking crazy
Here is the most ironic part, it's cheaper than what I'm paying at the moment
Tho I have an option to either get a static or dynamic IP, they are giving me the choice
But I think I'm gonna go with dynamic
I like being able to just restart my router to get a new ip
more than 200⬠it cook for you too ?
It doesn't š
does it have a build in AI gf though?
This update presentation was originally broadcast live via X on July 10, 2024.
Learn: neuralink.com/blog
Join: neuralink.com/careers
Follow: x.com/neuralink
:question: is deja blue man GF?
:8ball: Most likely.
"most likely" is a weird way to say yes
Vivomove sport
how long does your battery last realistically speaking?
and do you have always on display enabled?
About 5 days, always on heart rate, rarely use the display since it has physical watch face
Yes, it looks like a normal watch but all the features youd want
But no hrv, no nap detection š
@unborn lotus I remembered the two scenes you had asked me to test in UE, with my GTX 970M, a while ago.
So, I ran the Environment Effects whatever it is called-scene today. š
My new PC crushed it. š
I was happy with the temps, too. During the initial loading, the CPU spiked to 81 for two seconds and thereafter, it was all 70-ish. When I was running on the ground, in the scene, both the CPU and GPU were happy at 68C. š
Thanks for recommending Thermal Assassin to me. š
RTX 4060ti 16GB - OC from MSI.
@proud jay Good news. I had enough space in my Games partitions to install all but three of my games.
Now, the question is whether I should commit heresy and install those three in my Work partition.
š
why do you need all the games installed at the same time
So I can jump between them like an eager beaver.
Also, it's only 70 games or so.
..... out of 600+.
how tf are you playing 70 games simultaneously
let me know your thoughts on star wars outlaws if you end up playing it
According to all reviewers, combat is repetitive
But they all like the open world sand box
I hate combat in most games
From what I saw on theRadBrad's channel, SW: Outlaws is basically SW: Assassin's Creed.
It's a stealth game essentially.
Everything else is fluff.
but stealth games are cool
Yes. š You also get a cute pet to sic on other people.
But no lightsabers right?
TheRadBrad only played it for two hours; so far, no. š
It is entirely possible that she'll find a lightsaber and magically learn force wank in the future, but I hope not.
what kind
show us the creature š¤
is the MC a jedi though?
Nay, Bread Lord. 'Tis a thief, a vagrant, a vagabond, a brigand even. Mayhap a bandit or a gold digger even.
Nary a Force or a Farce to be seen anywhere. Disclaimer: No info about mid-late game yet
'Tis a wily thief, a lock picker, and a mighty companion in a small package even.
waaat, hehe looks nice
where can i get one
want one to run around in win 10
did you eat one?
@proud jay Tell me 'Padded Cell' doesn't refer to a nutter's prison.
Apparently they make sound settings for those now. š
Now, this is just concerning.....
but it does
Dang. Guess being psychotic gets you a gaming PC in the sanitorium.
I think those are its antennae, because ears were sold out when it was made.
damn, so it's deaf? š¦
No. It can understand what its owner says and has animal-y conversations.
I think it just uses its antennae as ears or something.
nice nice, thats good
It's possible @proud jay cut it off in a surge of anger, because the bread wasn't sufficient.
damm idk if this is a good idea for the final game lol
why is everything moving
is simulating old consoles vertex error computational but
yeah... idk if this is a good idea lol
everything moves due the head that's moving all the time
I don't think I would endure that the entire game
No, that shouldn't be in the game.
Or at least, you need to focus - concentrate it more.
For example, make Dieter's head wobble like crazy, but his balls remain stationary.
you mean eyeballs right
Some things shake; some things stand strong.
sure.
and the other two as well. š
'Hitler Has Only Got One Ball.' Is a British wartime song, sometimes known as "Goring Has Two But Very Small," was a humorous and satirical song from World War II. It is a product of British wartime propaganda and was used to mock Adolf Hitler and other high-ranking Nazis.
The song's lyrics were sung in a light-hearted and mocking manner, makin...
yeah i see it now, it really does look like one
Maybe he wouldn't have shot himself if he hasn't misplaced the other one.
So... uh... HOORAY!... for a missing ball.
Keepin' it classy, folks! š
looks like a Free For The Month Marketplace Ad on Acid in my dreams when i have 1 day left to claim it...
YAY! šŖ ALL the games are installed now.
I had to install only Mechwarriors 5 in the Apps partition, instead of Games.
Everything else managed to squeeze in somehow in the right places.
Next... MODS!
you mean @ moderators?

If they can download and install Vortex mods for me, while I work, sure. š
don't pretend like you "work"
I object to such slander, Sir! Fie upon thee! I spent three minutes setting up this cool window layout for writing and research, plus entertainment.... er, education.
bro, I got my tetanus vaccination renewed yesterday
idk what the doctor did but there's a huge bump on my arm lol
Does it need to be renewed?
It thought that was a once-in-a-lifetime kind of thing.
Dang. How much does it cost over there?
approximately 0 euros
Noice!
as in 0
It's the vaccines you get for -1 EUR that you have to look out for.
belgium
but that doesn't change the fact that it's recommended to renew every 10 years
10yr vacine date yeah?
what
like in 10yrs it doesnt work anymore
well it still works, but the protection diminishes over time
so it's recommended to get a booster shot after 10 years
I wish they could bottle all the vaccines in a pet bottle concoction and tell us to down the whole thing in one gulp. š
I think it's mandatory for my coutnry or you can't come in and that's why it's only at birth and ofc if you have symptoms
well we get a bunch of things as a baby
and then a few more over the course till you're like 12
but the tetanus thing is 10 years for forever
just sting a newborn, they have 2kb Memory anyway š
if you want max protection
One of my doctor students told me that pretty much any vaccine eventually 'wears off'.
yeh makes sense
It's just that pre-Covid, no one really discussed it, outside of medical systems that had it mandated at set intervals.
They should also just make the vaccines into powders that you can snort.
Just put them in Public Transport AC's you get it free with the subscription to travel. It will spread very comfterable
But some twat will open an umbrella to shield themselves and everyone around them will be blocked from the heavenly mana, too.
Cool, you say, hmm? With the force, you mean? Hmm?
Chapter 8 finished.
Time to alt+tab to the editor's room and get it ironed out for publishing.
Okay. Chapter 8 published.
Time to spin up my first game on the new PC and see if I can hit 144 FPS.
Then, I'll break my head on Twitch.
heya does anyone here have some experience with OpenBCI by chance?
not even by fortune then?
thank you dieter
a meme for your enjoyment @proud jay
also, this is hilarious
What is all of that? Some chatgpt powered interactive fiction game idea?
damm 5 years
yeah 5 year old that game is now
huh? it was free on EGS like 2-3 years ago?!
that was really really early
considering that it's an pretty good game (imho)
i love game dev but my biggest opp is that i am not creative, right now i have set up movement, now i'm just sitting here wondering what to do next
the only idea i have is to implement level transitions like in half life but that's ambitious
so i'm probably gonna be sitting on this project for a while
Sigh
- What is actual chip speed? 12 threads is not impressive
- 32 gb ram? sounds like a minimum, i wouldnt buy a new computer with just the minimum
- maybe this is normal and all motherboards are "intel" or "amd" but having the motherboard itself branded in that way hits me in my sus bone
- um that SSD managed to have a shitton of letters and numbers yet not say what the storage capacity is?
- i know nothing about modern video cards, cant comment there
what the fk i just spent
Ddr3 type shit
5+ minutes attempting to provide useful feedback
so, joke did not land T.T
i almost commented on the cpu fans that were predomenantly actually just lights
hehe
The first one isnt bad, it's kinda decent
then im like .. w/e im not looking up if its a valid fan for his cpu and shit
But I wouldn't buy am4 as a new system
That aio is overkill for the FX chip
I think.
It is 8 cores, 3.6ghz. Would run decently hot, especially since it's old amd before ryzen
i havent owned an amd for probably 20 years
Why are you letting intel fuck your wallet
and i havent shopped for my own video card in at least 12, since i inherited office handme downs (game dev job), for that time
so i dont know know shit about amd models, lines, nor video cards
well i assume the context here is, "game developer build"
its usually important to have a pc that is 1. representative of the most common brand 2. a step above gamer pc, because youll need it
Nvidia and intel aim for productivity performance, while it more than excels at gaming
Maybe no more than a 5% increase in fps than ryzen and rx cards. Which isnt really much
notice: by wide margin the average steam person playing the games you are developing, are running intel and nvidia
if you develop your whole game on amd and amd
well you didnt test what the majority of people actually will experience
Wow the 1060 6GB finally got replaced as the most used card on steam
dx12 gpus and win10 71% plus is sooo nice
AMD cards primarily use dx12
That's why they suffer so much in fortnite, when it's set to performance mode.
Performance mode uses directx 11, amd cards hate 11
oh
Nvidia cards do both, I think? I'm not too sure on the specifics
AMD is pretty good tho
Most the bad rep they get is just tech illiterate people being idiots
im 100% glad there is a competitor to nvidea
just saying, if your a developer shopping for a pc, just look at steam hardware survey (assuming pc game developer) and but whatever MOST people have
then, if you buy a second pc specifically just for hardware testing
buy whatever 2nd most common thing is
I didnt know the hardware used to develop something mattered
like you just said stuff about fortnight and amd video cards?
Yeah it runs fine if you dont use performance mode
what if you designed all your performance qualtiy settings in game based on your pc which was an amd
and went way out of your way
to avoid some feature that tanked performance
turns out, it was only amd cards, and only 33% of people have those
this is entirely for example purposes, in response to
lawl
its just a pc, and if your priority is "maximum effort per buck, and bucks are limited"
decide based on that
Not even counting the non compete bullshit, shit working hours, and constant time crunches
im done working in the industry, as an employee, i think
either i make it as a solo dev, on my own projects, or i make it as a solo contractor
ie. i am under full control over the contract
I'd rather fuck around with rasp pi or arduino
but im a jaded veteran, as it were
i recently heard something about a union
i think it was just some specific company's employees that actually unionized? but hiiiighly doubt it was in the us
We dont do unions here
there was a youtube video discussing a drop in quality of video games, as well as a swell in layoffs
A drop in quality?
It's an entire running faucet of drop in quality
We past drop levels years ago
and described the whole thing from beginning to end, investers during covid era -> corporate overlords own more studios/publishers -> required immediate gain on investment, like IMMEDIATE not next year -> ship it early, fire everyone (absolutely typical "business just bought by the big corporation" behavior)
My brother bought the last 3 newly released ubisoft games
Watched him play each one. Literally same game, different textures.
title of games?
but yea, i mean i dont mind not having to reinvent the wheel every game
Far cry 6, avatar, watch dogs 2 or something
having some basis like unreal engine or the last game i made as the starting point is nice
Now hes talking about getting the black guy in japan game
