#lounge

1 messages ยท Page 732 of 1

solar nebula
#

You can merge them into a single asset or import them as many assets

#

It's a checkbox

plucky pagoda
#

That's just for static though? not skeletal?

#

Guess I just forgot since I haven't done a lot of asset creation lately.

solar nebula
#

For static yeah

#

Skeletal have this sorta option too

plucky pagoda
#

I've got some skeletal assets where the creator dumped a ton of meshes into one fbx. Unity can pull each out, UE not so much

#

as far as I'm aware

fathom wadi
#

Not sure it would make sense to combine skeletal meshes for obvious reasons.

#

Nothing to say you can't have multiple meshes that include them in a single FBX though

fathom wadi
#

Anyone want a job where you sign the contract before you know what you are doing and how much you are getting paid?

plucky pagoda
#

seems about right to me.

#

"That's way too much money! I just need a simple multiplayer setup. It should only take you a hour or two."

fathom wadi
#

Im glad I can use my pc from home to do it though

#

Ice and snow have always been a bit of a mission. Unless you go with stylised versions

plucky pagoda
#

I'm trying to get an ultra smooth plastic for a sci-fi space station. Getting there.

zinc matrix
#

I may also want a decent sci-fi shooter that isn't halo but I'll talk about this later

plucky pagoda
#

hmm. smooth shading messes with lighting when putting a punch of pieces together.

#

looks good.

#

Trying to make some walls. It's a shame it looked really good until I started putting things together in UE

zinc matrix
#

lol

#

does gta have african servers?

plucky pagoda
#

Yeah, the smoothing

carmine frigate
#

is that flipped green in normals?

zinc matrix
#

the shadows don't look good

plucky pagoda
#

Noo, tried flipping it no difference

solar nebula
#

@plucky pagoda you need to define smoothing groups correctly/export them correctly

#

There must be a sharp edge there, otherwise the vertices on the side of the asset and the front of the asset get shared normals

#

Face weighted normals approach hides this effect to an extent

carmine frigate
#

well thats just buttugly

sage tendon
#

How does the back of the wall look like? I would guess there is no back face

plucky pagoda
#

@solar nebula Thanks. I'll look into it

carmine frigate
#

there is no nice way to put it

zinc matrix
#

ayo but fr does gta 5 have african servers?

plucky pagoda
#

It's definitely the smoothing. I'm just figuring out how to use it.

carmine frigate
#

but blender has no smoothing groups? ๐Ÿ˜›

sage tendon
#

@zinc matrix why do you ask this in a unreal engine community?

zinc matrix
#

idk i have no other server to ask in

#

plus unreal and epic are connected so i'd expect some of you to know

sage tendon
#

Steam also sells it, do you expect Vavle to know it?

zinc matrix
#

if you don't know then don't answer.

#

done

solar nebula
#

Smoothing groups is an abstract concept

#

Blender indirectly supports smoothing groups, just represents them as sharp edges vs smooth edges instead

sage tendon
#

Well, you asked twice in 10 minutes

zinc matrix
#

plus this is the lounge channel people can talk about basically anything

solar nebula
#

Smoothing groups as-is was a 3dsmax term I think. It's just a convenient abstraction, a way to think about smooth sections of the surfaces

sage tendon
#

I felt bad that everyone was ignoring you

zinc matrix
#

there's bound to be someone that knows

solar nebula
#

In 3dsmax, you would achieve the effect by assigning triangles to different smoothing groups, in blender you achieve the effect by adding a sharp edge, but the ultimate problem/solution is the same - eliminate relationship between normals used by triangles on two faces

zinc matrix
#

it's gta 5

sage tendon
#

Thats like saying people are bound to know how many candies pacman can eat in the first level

fathom wadi
#

Doesn't blender use a system called Creasing to deal with that?

plucky pagoda
#

So like add a bevel or something between the front and side faces?

#

I could just remove the side face too. It's not needed.

solar nebula
#

I think crease has to do with the subsurface modelling workflow?

#

It's a hint for how subsurface handles the edge rather than a definition of which triangles share normals

fathom wadi
#

yeah its somewhat like that but it helps define smoothing on edges

solar nebula
#

But I might be wrong there

zinc matrix
#

i mean no it's gta 5 which went free on the epic store, this is the unreal server people use unreal through epic they also most likely claimed this game, so im pretty sure someone knows

solar nebula
#

But basically that's not the right kinda smoothing control tool

#

It's relevant, but the one Mike wants is sharp edges (since his model is low poly)

fathom wadi
#

its like a subdiv but without geometry modification. Just an edge loop that smooths/sharpens the edge definition

plucky pagoda
#

I see it crease. I'll look into it. You've at least made the problem clear.

solar nebula
#

I think you're going to do "mark edge as sharp" from the same edge menu you'll find crease in

#

The crease will probably not change anything in UE4

#

It does, yes

#

You can replicate the effect of the edge split modifier very easily, there's "select sharp edges" option in select menu

#

It lets you select only the edges that "edge split" would select and then manually apply sharp edges as you see fit

#

Edge split is okay for all boxy shapes, but for things with smooth gradients and shapes it can produce results you don't expect

#

Putting edge split on your mesh right now should fix it hopefully completely tbh ๐Ÿ˜„

plucky pagoda
#

Selecting the edges and hitting make sharp fixed it.@solar nebula @zinc matrix @fathom wadi Thanks.

solar nebula
#

@fathom wadi yeah I double checked it, just in case and for reference - "edge crease" is only related to subdivision and subdiv workflow

#

Edge crease adjusts sharpness of the edge as seen by the subdivision modifier

#

Sharp edge defines an actual full geometric discontinuity at that edge, meaning the edge gets cut apart

#

So two halves separated by a sharp edge are considered to be independent parts of mesh (effectively)

plucky pagoda
#

I lied. It didn't fix it. I forgot to turn smooth shading back on the faces before exporting.

solar nebula
#

As opposed to edge crease, where they are considered to be connected, but the weight of how subdiv interpolates over this edge changes

#

"This edge property, a value between (0.0 to 1.0), is used by the Subdivision Surface Modifier to control the sharpness of the edges in the subdivided mesh."

fathom wadi
#

@solar nebula makes sense. I've not carried over creased edges into UE4 so wasn't really aware of its purpose other than to sharpen up materials inside Blender and avoid edge related leaking/discolouration of materials

solar nebula
#

They will be carried over implicitly if you export a subdivided model

fathom wadi
#

cool

solar nebula
#

But if you export them on a low-poly model without subdivision, the information will be discarded

#

Implicitly = the effect they have on the mesh will be applied, even if the actual crease values are discarded

plucky pagoda
#

edge split seems to work.

#

Thanks. select sharp edges, deselect edges I don't want then edge split works.

solar nebula
#

@plucky pagoda theoretically it should be enough to just mark sharp edges and export it as fbx like that

#

Without edge split

#

Ohh

#

I see what you mean

plucky pagoda
#

I tried that.

solar nebula
#

@plucky pagoda you don't have to split edges yourself, you can just mark them as sharp and that's it

#

And if at that point it doesn't work, you can use the edge split modifier (not the action)

#

This will do exactly what you did manually, except preserve the original topology of your mesh

plucky pagoda
#

Ah, nice. Thanks. Good to know.

#

Especially since these will be reused.

solar nebula
#

I think/was told that simply marking them as sharp should be enough

#

But

#

I've had to split them myself (with modifier)

#

At least in older versions of UE4

#

If you don't split them in Blender, they will be split in a more efficient way in UE4

#

I should check if it applies any optimization to models that have been automatically split, cause it's easy to make the output always be proper regardless of whether edges were split in the 3D editor or during FBX import

plucky pagoda
#

A little blurring on the shadows and it'll work.

#

That snow looks great.

#

Is that a market asset?

#

nice

#

Yeah. I'm making use of it in this project. From a space station to landing on a planet.

#

I've always used weight maps.

#

and procedural volumes.

#

That fire looks good too.

#

@solar nebula Thanks again. I really appreciate it.

#

is add note working for everyone else?

#

I can't add notes to users.

fathom wadi
plucky pagoda
#

weikrd

alpine fern
#

people use the notes feature?

fathom wadi
#

note that I know of

#

badum tsch

plucky pagoda
#

I do. a lot.

solar nebula
#

I use the notes feature

plucky pagoda
#

It helps me remember if I've interacted with people before and if they ticked me off.

solar nebula
#

One time I accidently put something into the private message field and not the notes, that was awkward hahaha

#

Someone was acting really rude, so I wanted to note them as "very rude, don't contemplate helping them" and accidently PM'd it to them

plucky pagoda
#

I was adding "Troll" as a note and accidently sent it as a message

#

Yeah, poor design having those so close.

#

You click on someones name and can add a note. The note stays if they change their nick too

azure chasm
plucky pagoda
fathom wadi
#

I tend to just tell them to fuck off and ignore them. It's not the most apt way of dealing with people apparently but you know.... I'm not the most aptly social person

azure chasm
#

noteception

fathom wadi
#

I try not to do it as much these days. People tell me off and that makes me angrier

plucky pagoda
fathom wadi
#

I think its cathartic to give them a nice curse word or two on the way out

#

If you don't express yourself properly with people who intentionally annoy you, then you cause depression, which is internalised rage.

#

I need to complete remake a model I already made and the motivation is at 0% today. Not sure if I should take the night off or just struggle through it. I get the feeling I will just stress myself out more. Such is life.

azure chasm
#

i usually find it best to take a break.. if you dont, you will regret it and youll be like i should have taken a break and instead i kept working... you can then resume from your break and get back to work

#

more refreshed

fathom wadi
#

probably right. Today has been a horrible day.

azure chasm
#

great things are going to happen to you today, believe it!

fathom wadi
#

I doubt it but heres hoping

azure chasm
#

๐Ÿคž

fathom wadi
#

fuggit. when in doubt, get a game out.

white drift
#

Does anyone here know about 3D modeling? If yes contact me in private to join my team

azure chasm
#

something with guns preferably

#

ive heard about 3d modeling

#

can i join?

#

thats the thing whre you make poses and people pay you right?

white drift
#

I'm developing a Battle Royale, and I need people to model weapons, characters, rigginh and other things, you know?

azure chasm
#

im more curious about how you got that custom font

carmine frigate
#

yea sign me up, i seen a 20 min vid on youtube about blender 3d modeling

azure chasm
#

on your name

carmine frigate
#

im ready for the big bucks

white drift
#

Okay... I searching a professional...

carmine frigate
#

i can also photoshop udders onto a crab

white drift
#

You is?

azure chasm
#

I am

#

not a professional

#

I'm an expert

white drift
#

Okay

azure chasm
#

How so about the monies

#

You haves?

white drift
#

No

carmine frigate
#

i have a discount on udder photoshopping atm

#

20% off

azure chasm
#

while supplies last

white drift
#

I am willing to pay through the profit of the game

carmine frigate
#

does it have udders?

fathom wadi
#

0% of profit = profit

#

Sometimes I work for less than profit sharing. By paying them to work for them. With my time, sanity and electricity/food/etc

carmine frigate
#

big boobs are pretty popular on artstation so i think udders wil be huge

#

ill photoshop em on anything

#

ill use krita and not photoshop btw

#

i dont have a licence

fathom wadi
#

Anyone want to help me complete my game? It's called Unreal tournament 4. I have some levels and assets done but I need new game modes finishing off. I can pay you in M-M-M-Monster Profits

carmine frigate
#

ow hes in a hurry, ill ask top $$ than ๐Ÿ™‚

fathom wadi
#

well to be fair, its a battle royale game. You can install a marketplace addon and get an instant BR game now. Just replace the models, clone a few things and add microtransactions and you have another game that people say "what another BR game? that was so 3 years ago"

#

innovation is 1% perspiration 99% profit sharing these days.

#

That profit sharing thing is great though, if you are the one holding the profits before the sharing. Especially when you can say "but mah outlays and costs left me in the red. Now you owe me money"

carmine frigate
#

MP it not hard, but tricky to get right

#

really these days when u pay for the servers

fathom wadi
#

A good multiplayer setup is hard to replicate. Said Mr.Benn as he changed his clothes for the 14th time today

rugged storm
#

yeah i'm starting to think it's fake

#

update

#

nvm

zinc matrix
#

Hey guys, I want to make a online FPS game. I am experienced with C++ but new to gamedev + UE

can someone run me through a step by step overview on what i need to do first for a finished product

#

or if there's any resources on this topic out there

fathom wadi
#

first step. Google for first person shooter tutorials. Second, download the Generic Shooter marketplace setup and scan through that. Third, remember that you need to plan for multiplayer and learn that also

#

You will find many examples of FPS game stuff thats already built

zinc matrix
#

I am looking to invest a few years in this, so would I begin my doing the programming first, then the models or?

fathom wadi
#

depends what you want to do with your game. Nobody does models first. They block out models and replace them later. Multiplayer is the biggest caveat as you need to implement that as you go, not later. So learning how to setup a multiplayer lobby and connect players is always useful. If you want to go from the barebones perspective and learn it all rather than reused assets, I would start with the Unreal Academy

zinc matrix
#

okay got it

sage tendon
#

I would recommend to get familiar with the engine first by doing some small projects

#

Once you feel like you "know" ue4, start with the server so that the client can follow

#

dont trust the client

fathom wadi
#

First step, install a kernel based anti-cheat

#

thats a joke btw. never do that

zinc matrix
#

okay so,

  1. small projects to better understand ue
  2. follow fps tuts to make a basic working game
  3. network stuff for multiplayer
  4. meshes and graphics
sage tendon
#

yes, and also, you "know" ue4 when you know what you don't know, if you know what I mean

zinc matrix
#

had a stroke reading that but yes

fathom wadi
#

I had a stroke too. I shouldn't get it out in public but mmmmm

#

Reminds me of that old joke.
Two old ladies sat on a park bench when a flasher jumps in front of them and opens his overcoat.
One had a stroke.
The other couldn't reach.

sage tendon
#

I've so many questions now

zinc matrix
#

my bad guys, for my steps, where does map design come in

sage tendon
#

there for the first projects

#

at the first project you'll probably walk over your own feet, wanting to do everything at once or not having the right order

#

so in the second one you'll be a bit more prepared, and some flows will come natrually

#

others you will find during searching

#

when watching a documentary, reading an article, etc

dim ruin
#

anyone else here use Fuse/Mixamo characters?

sage tendon
#

ive used it a few times

dim ruin
#

I'm debating on whether I should redo the eyelashes for the characters to use actual geometry.

sage tendon
#

Its been a while ago when I used it, other than 'fixing' the material problems, I've always only considered them as placeholders

dim ruin
#

They use 2-sided translucent materials for the eyelashes and it seems kinda stupid to make the draw calls of the entire mesh so expensive just for lashes

#

I figure if I remake the lashes as actual simple geometry, I can use a single material for the entire mesh and no need for any translucent

zinc matrix
dim ruin
#

sexy

#

Actually, I could get rid of the alpha channel in all the diffuse textures that way too... I think thats what I'm gonna need to do.

fathom wadi
#

could get away with just texture based ones and perhaps a little displacement on them

dim ruin
#

That'd be cheaper than their default for sure. I think the most performant would be the extra geometry though

#

if it was just a few I wouldn't care so much but there's going to be quite a few meshes and up to 50 per match at most

#

disk savings by removing the alpha channels from the diffuse for all will be pretty huge too I think. There's 15 variant diffuse textures for each character mesh so far

zinc matrix
#

who

#

@zinc matrix

vast heron
#

Making games really hard, You should make small games and collect money first then you can make a big game if you are lucky.

#

@zinc matrix Learn unreal engine make small games than you can make big games when you have budget.

zinc matrix
#

Bought CoD4, I feel a lot noobier than in mw2019 but then again, the maps are small and the gunplay is different

sudden oxide
#

GTA V is free until the sale end date?

#

or I will have it in my library forever?

red pewter
#

If you obtain it during the set time period you keep it forever, like all the other EGS free games

#

So if it is in your library you should be good

rugged storm
#

yeah the usb was fake

#

i moved around 500gb of stuff to it

#

now i can't open the usb

dim ruin
#

shit. do you have a backup or is the original location still safe?

rugged storm
#

no

dim ruin
#

how big was the usb supposed to be?

rugged storm
#

my dad gave it to me

dim ruin
#

anything bigger than 256 GB is gonna be fake, and even that, if its legit is gonna be fucking expensive. Never trust Wish app's tech garbage lol

rugged storm
#

it said 2tb

#

yeah

#

it's not wish

plucky pagoda
dim ruin
#

ooh yea I remember you mentioning that. It was a harddrive wasn't it?

rugged storm
#

no usb

dim ruin
#

oh crap. yeah sorry to hear that man

rugged storm
#

i was moving it all over to it

#

so i could install a game

dim ruin
#

oh no

rugged storm
#

since it took up all the space on my 160gb hdd

sudden oxide
#

so I have GTA V now ๐Ÿฅณ this is madness

dim ruin
#

its pretty awesome isnt it

rugged storm
#

that's what i was trying to install

#

i have the steam version and now epic games version

#

but 1m dollars with the epic games

#

the drive i moved everything to the usb to had all my unreal engine projects

dim ruin
#

oh shit

#

do you have backup/recovery enabled on your PC?

plucky pagoda
#

Didn't a bunch of people warn you about this just a few days ago?

dim ruin
#

oh you're running it on the flash drive. You should check if the files can be recovered off your actual harddrive. DO NOT run chkdsk on your harddrive (the one you moved files from)

rugged storm
#

oh wait

#

YES

#

i can open the drive again

#

and all the files are there

plucky pagoda
#

A file listing doesn't mean the data is there.

rugged storm
#

nothing is missing either

dim ruin
#

try using Recuva to check for recoverable files on your harddrive before you do anything else

rugged storm
#

i can open the projects

#

okay the first project opened

#

i'll try another one

dim ruin
#

some of the space will be legit on the flash drive, and the rest won't. trust me, recover your files before you keeping playing around

rugged storm
#

yeah it opened

dim ruin
#

your system will overwrite free space as needed and you will lose stuff

plucky pagoda
#

Buy the biggest legit standard hard drive you can afford. Speed doesn't matter if you can't trust your storage or can't meet minimum needs for it.

dim ruin
#

are you opening those projects on the flash drive or your harddrive?

#

those 1 TB blue western digitals are dirty cheap now. $50 or less

#

2 TB is only a tiny bit more than the 1 TB too actually

rugged storm
#

my goodness

rugged storm
#

okay bought an hdd

#

seagate

little harness
dense storm
#

4 of those drives are NVME, projects drive is NVME pci-e4 ๐Ÿ˜„

rugged storm
#

my goodness

#

i never asked

#

i was just showing how much space i was taking up

#

and how i can't install on them

dense storm
#

see my engines drive

#

that is UE4.24 and 4.25 source builds

#

nearly 300GB

dim ruin
#

300GB holy

#

Didn't realize a source build was so bulky

broken sigil
zinc matrix
#

im gonna give up on my game cause i started too big

#

but im having a hard time thinking of a simple game and concept

dim ruin
#

I can throw out some random ideas and see what you think if you like?

zinc matrix
#

sure!

#

i was thinking maybe a wave based game

#

but im unsure

dim ruin
#

alright! So, idea 1:
Its a puzzle sort of game. very simple in concept. Assorted shaped blocks fall slowly from the top of the screen and you can rotate them and move it around before it reaches the bottom or other blocks. If you make a complete line, that line disappears.
The further you make it, the fast the blocks fall

zinc matrix
#

OH MY

#

GENIUS MAN!!!

#

im gonna totally make this game

dim ruin
#

lol hey tetris still sells on sale for $30+ on epic games store ;P

zinc matrix
#

lol who buys it tho

dim ruin
#

nah I've got legit ideas but they definitely aren't simple ideas

zinc matrix
#

just play on the old nokia

dim ruin
#

I'm a big fan of sandbox type stuff

zinc matrix
#

same

#

i wanna make a game with level creator and make user levels

#

but that's too complex

north torrent
#

Life is complex.

plucky pagoda
#

I dislike the tendency for people to suggest starting small. I've never done that. I've always tried to make something that was a stretch for my skills and every single time I've become better at this stuff as a result. It's boring not to push things.

dim ruin
#

same. I go balls deep right from the start. I think many people will do better if they have a strong passion for their project

solar nebula
#

You need to work iteratively

#

It's a lot of going forward and backward

pearl elk
#

you need to think 4th dimensionally

ebon onyx
north torrent
#

Pushing your skills is not the same a choosing a project that will that you 5 years to complete, Mr. Slivinski.

Starting small isn't starting easy. It is a matter of scale, a matter of the time it will take you to finish.

Making one good thing as opposed to making two dozen half assed things.

pearl elk
#

How are you supposed to learn how to make one good thing if you dont first make two dozen half assed things?

meager sorrel
#

Is this true?

#

PCIE4 can utilize SSD like PS5 does?

pearl elk
#

I wouldnt sprout shit like that unless Id seen inside a PS5 Devkit

meager sorrel
#

Yeah people keep saying how the way PS5 loads stuff in directly from the SSD is good because less latency or something

#

I don't know the details.

pearl elk
#

They arnt taking into account the architectural differences between console and PC hardware, that PC is alot of parts from different manufacturers using standards to interconnect them. Consoles dont have that limitation

#

For all I know the SSD on the PS5 feeds directly into the GPU memory

meager sorrel
#

ahh

pearl elk
#

No PC has that feature so to constrain consoles within the PC architectural limitations is narrow minded

#

Lets for instance say the PS5 is on par with modern PCs in regards to SSDs, I think Tims comment is still true for the most part since so few PCs are still sold standard with SSDs

#

If every PC came with a 1TB nvme running PCIE4 spec then sure, an average PC gamers machine will keep up.

meager sorrel
#

oh you seem to know the context of this comment. You must have seen it ๐Ÿ˜‚

pearl elk
#

I know the comments made by Tim in regards to PS5s storage being faster than most PCs. Im sure he wasnt talking about insane quantum storage or anythin

meager sorrel
#

well I guess what I'm asking what's possible on PC, not exactly what's average.

pearl elk
#

Well PCIE4 is on Ryzens but consider AMD make these consoles chips

#

On PC alot is possible but its not the primary sales platform, games are typically optimized for mobile and console. If you want to tap out AMD or Nvidia, even Intel just focus on one manufacturer and forget support for anything else

#

kinda defeats the purpose of PC as a platform though ๐Ÿ™‚

north torrent
#

Except on PC you can keep 88% of your earnings, and on Playstation you only keep 70% of your earnings...

#

Unless you use Steam...

meager sorrel
#

on Epic though

#

most people use Steam

north torrent
#

Bad people use Steam.

#

Fixed it for you.

meager sorrel
#

and if you sell enough on steam, the cut goes down to 20

pearl elk
#

most people do not use Steam at all

meager sorrel
#

People use Steam because they like it. Don't be unfair :P

pearl elk
#

Steam is a small platform when you are talking about consoles, mobile and PC gaming combined

#

There are more PS4 units sold than Steam users pretty sure

north torrent
#

The point is, in some cases, not all cases, it makes sense to make a Playstation game, and then port it to PC simply because you can sell it to a wider audience while also making more money per sell.

#

Not saying that works across the board, but it is worth considering for a studio.

pearl elk
#

Usually PC is just a starting point, very few games are dead set PC hardware only always and forever

meager sorrel
#

well I don't think they should be

#

I think console should be the standard

north torrent
#

Unless you get into the genre of Anno and Civilization and Total War...

meager sorrel
#

and if put on PC allow for downgrades and upgrades

pearl elk
#

Theres plenty of those sorts of games on console and mobile now, Id argue they arnt the best way to play but they still reach a larger audience

#

look at stuff like Gears Tactics and Halo Wars

north torrent
#

I would make my game exclusive to Playstation if Sony offered, simply because it would be the best way to get people to actually see my game.

#

Not going to happen, as I make games people hate. But I'm just talking hypothetical.

pearl elk
#

You could do on PC what they showed on the PS5 is I guess what Im saying, is that if you focus on any set of hardware enough you can get the benefits. Its in the multiplatform support where sacrifices are made, eg. Fortnite will run on UE5 but it hardly looks like that PS5 demo

meager sorrel
#

I think Epic could have been a nice thing for a lot of developers, but the backlash...

north torrent
#

I don't think I have seen Total War or Anno on console though, and Civilization has some ports, but it is always a half assed version of the original.

So there are certainly games in that genre that are made for consoles. But there are also games in that genre that are made for PC and only PC without ever thinking about console.

#

If Epic Games offered to put my game on their store I wouldn't hesitate to say yes. If they wanted to pay me to make it exclusive I would jump at the idea.

#

Hypothetically... if I didn't make games that are intentionally bad games...

meager sorrel
#

You'd get backlash though

pearl elk
#

On mobile they tend to go for the god game so you dont control every facet, with consoles they just simplify the UIs and what not but they are most definitely there

meager sorrel
#

I think the way you respond to the backlash is important

north torrent
#

I would embrace the backlash as I would be supporting a just cause.

#

I will not put my game on Steam.

#

Unless Steam lowers their % of sales.

pearl elk
#

the newer XCOM games for eg are on consoles

meager sorrel
#

I would just say "look, we're a small dev team and Epic gives us the opportunity to get our game out there and be well compensated for it"

#

Anything other than that is non of the consumer's business.

pearl elk
#

Theres also various Anno ports for mobile

north torrent
#

I would say, "Epic has treated game developers great and I want to support them".

meager sorrel
#

Yeah that's not helping :P

north torrent
#

I would never bash Steam using an online persona linked to my game studio.

#

But I would certainly support Epic.

meager sorrel
#

The problem us, people don't want to be convinced

north torrent
#

Doesn't matter to me.

#

I don't owe these people anything.

meager sorrel
#

I think just saying how Epic is helping you personally is more powerful

pearl elk
#

I dont think its unprofessional to have honest opinions about things like Steam

#

if youre keeping quiet cuz of fear of backlash we have a word for that

#

it aint democracy

north torrent
#

I agree with that, Mr. Olympus.

#

But as my game developer persona, I would rather focus on building up how much I love the Epic Games store and not go into negative territory.

meager sorrel
#

ehh, I just think it's more powerful to say how Epic is helping you on a personal level.

#

It's impossible to argue with that

pearl elk
#

That actually goes to the heart of my main issue with Steam is its similar to Facebook, Twitter etc with its mob mentality rules

meager sorrel
#

and if there's 100 devs saying Epic is helping them thrive in a hard industry

#

that makes a difference

#

too many people wanna shove their opinions down people's throats. It gets no where.

north torrent
#

The things I would say as Mฤo, an internet profile that can't be tracked back to any business, are vastly different than the things I would say on an account linked to my work.

But a lot of that happens to do with the fact that I like to argue the extremes of a debate as opposed to being rational and sharing my true thoughts on things like politics. Not the best idea if I am representing a brand however.

meager sorrel
#

hahah, sometimes we gotta just speak our minds ๐Ÿ˜‚

#

Anyhoo, it seems like the Epic Exclusivity controversy stage has ended

pearl elk
#

Ive never been big on marketing spiel but sometimes people are trying to convey a message, sometimes they have to lay it on to try to build hype. They all do it, all rich people with businesses will lay it on from time to time

meager sorrel
#

Is Epic even claiming more exclusives?

north torrent
#

But the kind of games I make are so niche that most people won't like them to begin with.

The best case scenario for me, and I'm not counting on it, is that a small niche audience finds my game enjoyable and it spreads among similar players who have been waiting for something like that.

pearl elk
#

if you cant recognize it though Id worry, if Tim went into technical specifics on the PS5s SSD people would still whinge cuz they didnt understand what he said ๐Ÿ˜›

north torrent
#

Epic will stop doing exclusives when Valve stops charging 30%.

#

That has always been public.

meager sorrel
#

What if they charge 29

#

x)

north torrent
#

Valve drops the % and Tim Sweeny will put his own games on Valve.

pearl elk
#

What if Gabe didnt talk so smugly and actually talked about helping the games industry in the same way as Tim ๐Ÿ™‚

meager sorrel
#

Gabe is lazy

#

Half Life Alyx is a miracle

#

great game honestly, but I hear a lot of bullshit happened just to get that game released.

#

you would never tell from playing it.

north torrent
#

The thing is, if Steam actually helped you get visibility for your game, I would be happy to pay the 30%. Just like I would be ecstatic if Playstation wanted to pick up my game, and they charge the same 30%.

pearl elk
#

I havent played it, Im not really rushing to play VR though

meager sorrel
#

Yeah VR is still pretty niche

pearl elk
#

I think maybe I should give it a shot before Im too old to though lol

north torrent
#

But paying 30% to Sony is like paying for an NVMe drive.

Paying 30% to Steam is like paying for a busted up old HDD.

meager sorrel
#

also I think if you go exclusive for Sony, you get %100 of the profit???

#

could be wrong about that

north torrent
#

Maybe if you are some sort of flagship title or something... not for indie devs.

pearl elk
#

you are talking about being published by Sony or just publishing on PS in general?

#

cuz you may need to pay a publisher and Sony/Steam

#

which makes you wonder, who is actually my publisher ๐Ÿ˜›

north torrent
#

Me.

meager sorrel
#

I hate console exclusity though. Just because it's actually a barrier unlike Epic Exclusivity. Anyone can download Steam/Epic/Origin/U-play/Gog, whatever. Not everyone can buy a $300-$400 console though

#

but it's sorta a necessary evil I guess.

pearl elk
#

to me if I own my own IP then the publishing ends total cut should be 30%, not 20% on top of 30% or whatever

#

publishers and platforms can fight over that number themselves ๐Ÿ˜›

north torrent
#

I guess it depends on how they funded your project... I guess that would vary a whole lot.

#

But I haven't really studied the business end of games.

zinc matrix
#

oh i have weird cough.. tf...

#

could be... coronja...

north torrent
#

Coronavirus!

meager sorrel
#

ahh, that makes sense if it's only flagship titles

zinc matrix
#

dry and lough cough

meager sorrel
#

Does it feel like you're trying to dough something out of your lungs?

north torrent
#

RIP Karol...

meager sorrel
#

You have any other symptoms?

pearl elk
#

I hear VR cures eye disease

meager sorrel
#

Press X to doubt

pearl elk
#

Finally I can make a game level with my MRI scans

meager sorrel
#

I think if anything, it made my eye sight worse, lol

pearl elk
#

Thanks Epic

meager sorrel
#

I can't wait for UE5

#

@north torrent where can I find your games? x)

north torrent
#

I will sell them on USB drives that I will send to you in the mail.

meager sorrel
#

oh

north torrent
#

I would sell them to you in person, but... well... I don't want to die like Karol with the coronavirus.

meager sorrel
#

rip : <

north torrent
#

My game isn't finished yet though. So I am not really all that concerned about when Unreal 5 is available.

#

If anything, the later it is released the better.

#

It it gets released around summer of next year, that would be ideal for me. Just in time for me to finish this game and start using Unreal 5 for the next one.

meager sorrel
#

I'm working on something that will probably never get finished so I figured, maybe I'll just restart it in UE5

north torrent
#

Do you want to put off you work for an entire year?

meager sorrel
#

I don't mind

#

I'm no game dev

#

it's just something on the side

north torrent
#

Do you have other things that you make for the game you could be doing such as music or Zbrush models or animations?

#

Things like that you could work on without the engine.

meager sorrel
#

Yeah, that's probs what I will do.

north torrent
#

If you are an artist, spending a year getting really good at Zbrush could certainly be a good thing to do.

meager sorrel
#

Yeah true. I use Blender and could definitely use more practice ๐Ÿ˜‚

north torrent
#

But I personally am just going to finish my game in a year.

meager sorrel
#

fun

#

I'm going to make a game on UE5 that has 2 TB of high poly assets : )

#

All with very bad topology

pearl elk
#

But PS5 only has a 1TB HDD ๐Ÿ˜ฎ

meager sorrel
#

ahh rip

#

PC exclusive

#

๐Ÿ˜‚

north torrent
#

Hopefully by the time I release my game the corona-virus isn't a thing anymore... Otherwise I might just have to not release it...

pearl elk
#

Good luck trying to get people to download a 2TB game

#

Be better off using some sort of streaming system with a cache

meager sorrel
#

xD models will look horrible too. but there will be a LOT of detail : )

north torrent
#

A lot of bad detail...

pearl elk
#

I might just have to thank corona virus at the end of my game

#

for helping me isolate and finally knuckle down

north torrent
#

I don't mind being in quarantine. I actually enjoy that part.

meager sorrel
#

man I hate isolating x_x

zinc matrix
#

i luv it

north torrent
#

But when it comes to selling my game, my whole strategy was to start at the grass roots level. Go to local videogame, comic book, and anime conventions and set up a booth and sell the game in person.

#

So my whole marketing strategy doesn't work. So when I finish my game I may just start on the 2nd on and not market the first. Then market them both at the same time when the whole quarantine thing is over.

meager sorrel
#

let me help by making a YouTube vid on it x)

#

marketting 101

north torrent
#

I don't want to go down that route.

pearl elk
#

woohoo free exposure

meager sorrel
#

why not go down that route?

north torrent
#

I don't want to do online marketing.

meager sorrel
#

do you not want it to be global wide?

north torrent
#

My focus is on building from the grass roots up. Be out there and see the people I am selling my game to face to face. Hopefully they like it and share it with others.

#

If people at the grass roots level like it, then I will expand.

meager sorrel
#

ahh that's a good start then, but eventually if you want to take making games serious, you're going to have to take advantage of the internet.

#

but I get what you're saying

#

That makes sense actually

north torrent
#

I don't need to sell games. I will only expand if I find a following of people who actually want my game.

meager sorrel
#

kinda testing the waters before you go in too deep

zinc matrix
#

now i have so many files with code...

#

going through them and optimizing..

#

not so good idea..

north torrent
#

I will put my game up on The Pirate Bay for people to torrent.

zinc matrix
#

your game torrent will have no leechers

pearl elk
#

my games called The Pirate Bay

north torrent
#

It will get a lot of hits on Google.

meager sorrel
#

I'm going to pirate your free game >:D

#

kidding, I would actually support if I thought it was good. I don't like pirating

pearl elk
#

F2P, free to parlay

meager sorrel
#

well, I'm going to get out of here and do stuff

#

good chatting with yall! x)

north torrent
#

I like pie.

fathom wadi
#

I like discussing lGBT issues with people who discriminate against me for being straight white cis male. It's tough tho

#

It's like... I fight for those rights, but I get discriminated against and insulted because I want equality.

#

The world is a vampire

north torrent
#

That is an issue I have only really seen on the internet. I find the people are generally more reasonable in person.

#

But maybe that's just me.

mossy nexus
#

People on the net seem to demand more

north torrent
#

I think it is all just a result of

a) Twitter culture

and

b) Russia

fathom wadi
#

You are right about that in a way. My daughter is bisexual and has a trans boyfriend. They talk to me about it in a very different way in real life.

north torrent
#

I think one thing that a lot of people tend to forget about the internet is that there are

a) Regular trolls who just want to start shit online because they have nothing better to do

and

b) Russian payed trolls who go on the social media of NATO countries and just try to create arguments and hatred between people. They will literally just pop in, tell some lie about the time immigrants took over their small town in Sweden, and then watch as people in Europe start attacking each other because of it.

fathom wadi
#

I get thrown in with the trolls because im SWCM and argue that equality means giving everyone the same opportunity regardless. Yet I get refused even an interview based on my SWCM attribute. To me that is as much discrimination as the reverse. But then I get told "it's not the same" or "it's justice". Literally someone just told me its justice to refuse me the interview/job. Does that sound right to you? Fighting discrimination with discrimination?

north torrent
#

So like here in the United States, the Russian government backed trolls will one day be supporting Donald T Rump and posting something to piss off the Democrats. Then the next they will be posting something to piss off all tRump supporters and pretending to be a Bernie Sanders bro.

fringe sundial
#

in spain, russian trolls back the catalonian separatists

#

and the rampaging feminists too

#

also the right-est leaning party

#

all 3 of those fully confirmed

#

separatists and rightleaning party 100% beyond any doubt, there were leaked messages and investigation of those talking with russian party members

north torrent
#

I believe that in general most people agree on most stuff.

I think it is just social media culture, Russia, and Donald T Rump that cause people to be so polarized against each other.

#

I am pretty sure most white people think that it is wrong for unarmed black men to be shot in the street.

I think that most black people believe in the institution of police and just want more oversight on the bad cops.

But Twitter culture turns it into an us vs them kind of thing and just makes it impossible to find a common ground.

#

This is the biggest difference I see living in China, is that you do not have that kind of polarized political culture.

People in China don't see a new Unreal 5 demo and respond with, "But why isn't the character in the demo Asian?"

Why? Because China doesn't have the same social media culture as the United States.

#

Not that I am saying that China's iron fist approach to social media is good. I am just saying it is an interesting comparison to see the cause and effect.

I think there are certainly some good things each side could learn from the other.

zinc matrix
#

guns irl are evil my man

#

they shoot

#

people..

#

these guns... bad..

fathom wadi
#

Thats why I interact in the discussion. I used to be ignorant about LGBT issues. It's only through discourse that I had my mind changed and logic took over. Before them I was brainwashed by societal standards and religion. Now I pay my penance by helping the ignorant see the light, so to speak.

#

It's a warzone on twitter though. The more you discriminate against SWCM for the cause of "justice", the more you build the army you fight against. You need to discuss, not block, insult and refuse an opinion or the discussion.

#

One side effect of doing that is you get the little minions come out to throw salt with the anonymity of the internet behind them. Which causes more anger, more insults, more discrimination and reverts all the good that is done to a distant fading memory. I don't want to see that happen. The games industry has always been ahead of the game in this department, but its getting soiled by this kind of fight. I've seen horrid comments from what you would call "the right wing SWCMs". So I try act like a diplomat. But then I get thrown in with them.

north torrent
#

Attacking people who are supporting your cause is generally a bad idea.

But in a lot of ways I think it is anti-lgbt people who go onto lgbt groups pretending to be part of the community. I think they pretend to be part of the group, insult all straight white males to push them away, and then disappear.

Strategically it seems to work very well.

pearl elk
#

Anyone got a spare 199K I can borrow?

fathom wadi
#

Sure can you break a million?

north torrent
#

Like if I were a racist, and I saw a lot of support for Black Lives Matters, I might go make up a story about how Santa Clause needs to be a Black Woman.

Then I go on social media pretending to be someone else and spreading this story about how Santa Clause needs to be a Black Woman.

But nobody in the actual community actually every supported that. It was the opposition that set up a strawman.

Then the opposition will knock down that strawman, act like he is a victor, and then use it as an example why nobody should support this group.

It is all fake.

fathom wadi
#

sounds like standard 4chan operating procedures. I've seen that before

#

In fact, when Alyssa Wong was the victim of a hate campaign, I did the research and dug it back down to a photoshopped tweet from a 4chan group. TheQuartering was running a video slamming her as a racist bigot. So I informed him he was wrong and he should take the video down. I gave him the evidence. He completely ignored me and kept the video up because he was hitting views at 3x the rate of his usual shitty videos. Then the next day, when the internet had overtly proven the fake tweet, he didn't take down the video. He renamed it to offload his own blame. Pure scumbag.

north torrent
#

That's social media culture for you.

fathom wadi
#

I would link the video, as its a horrible diatribe, but I blocked the dickhead

#

If I ever met him, I would spit in his face

pearl elk
#

If something generates you money why would you stop?

fathom wadi
#

Now that might seem against my own advice of revert the ignorance, but he isn't ignorant. He knew exactly what he was doing and did it for money.

median wraith
#

Some Steamworks experts that release games on steam here ?

north torrent
#

Because it is immoral to ruin other people's lives with lies.

pearl elk
#

some of these youtubers even generate hate against themselves to stir up drama in dry periods lol

fathom wadi
#

Morality yeah. I have morals, I know you guys might not believe that but I do ;p

rotund tundra
#

if something tastes good, why would you not eat it?

fathom wadi
#

allergies

pearl elk
#

Im allergic to bullshit

north torrent
#

I don't consider myself a good person, but I do have certain moral lines I won't cross.

fathom wadi
#

I have done nothing but try to be a good person. However for some years, I was influenced by hatred, even from the religious side of my upbringing.

north torrent
#

I would like to remain relatively neutral. Not destroy any lives, but also not feeling obligated to save the world either.

fathom wadi
#

I have a temper too tho, especially for illogical bullshit

pearl elk
#

No ones perfect thats the thing, we are all different shades of good and bad

fathom wadi
#

"I didn't break the world, it was this way when I found it" - Denis Leary

pearl elk
#

People dont tend to check themselves much online, they just go off on their justice rampage without considering their own mistakes and how others treated them

#

Just because youre part of some group doesnt give you any moral superiority over a person, we've all fucked up, best we can do is be honest and admit it and that we grew and became better people.

fathom wadi
#

Im certainly not perfect but I live under the belief that you should try to be good to each other. Another reason I go off is bullying. That is my pet hate

rotund tundra
#

rage tweeting == drunk driving

pearl elk
#

If youre hating IMO youre the one with the problem

fathom wadi
#

Just because youre part of some group doesnt give you any moral superiority over a person, we've all fucked up, best we can do is be honest and admit it and that we grew and became better people.
@pearl elk this is why I admit I used to be racist. I used to be homophobic. I was brought into the light and now fight against racial hatred and bigotry. I don't deny I ever was that way because it should be known that I am ashamed of it

pearl elk
#

thing is homophobic implies a thing where you hate all gay people but I think that is the rarest case

fathom wadi
#

catholic upbringing. I was taught it was against God

pearl elk
#

some people are just upset with acouple of gay people, it might not even be because they are gay but simply being gay gives them cause to hate against these upset people

north torrent
#

I think homophobic implies that you have your nose in other people's business when you should be concerned about making games in Unreal...

pearl elk
#

Ive heard my gay brother spout homophobic shit so go figure ๐Ÿ™‚

#

His gay bf came into the room one time with heavy eyeliner on, my bro is like get that shit off your face you look like a poofter

fathom wadi
#

thats meant as a joke tho right? Not like he's gonna start tying him to the back of his car and dragging him around until he is a stump.

pearl elk
#

Well thats the thing, most humans dont do crazy shit like that

#

but on places like Twitter all that frustration and anger from past acts like that come out over stupid little things

fathom wadi
#

I guess its just like when my wife said she was going to dye her hair black and I said I don't want her to because she wouldn't suit it.

pearl elk
#

oh he called me a poof he must want to drag me behind a car or some complete anxious exaggeration

fathom wadi
#

she did it anyway and I was fine with it ๐Ÿ˜„

pearl elk
#

Its like women with the wolf whistle, I get it can make em uncomfortable but in all honesty most men who would do that are just doing it in passing. Its not like theyre gonna follow her home and snif her leggings or anything perverted

fathom wadi
#

My wife made a point that made me raise an eyebrow. She said "if all men stopped wolf whistling, I'd probably miss it"

pearl elk
#

I like to assume the best of people, sure I get screwed sometimes but most of the time its fine, people are generally alright

#

If youre scared of the boogeyman though youre easy to manipulate I think thats what most people miss in all of this

#

Wolves and sheep

fathom wadi
#

I treat people generally how they treat me. I offer initial levels of respect as courtesy because someone has the start the respect chain.

ancient ingot
#

i treat everyone with distain ๐Ÿ˜›

north torrent
#

People are always out for your money. Other than that I don't think they care much about your race, religion, orientation, or whatever else.

#

Except Unity users.

#

They don't count as real people.

ancient ingot
#

๐Ÿคฃ thats harsh !

rotund tundra
#

copycat is good strat most of the time but bad when your opponent is also a copycat

fathom wadi
#

if they copy my initial levels of respect, then everything is good

rotund tundra
#

yes, but if there is a bug in the communiations it starts to spiral downwards

fathom wadi
#

yeah miscommunication is a terrible spanner in the works. Especially on a platform with under 200 character limit

rotund tundra
#

also this whole division of people into groups is not healthly imo

pearl elk
#

So many people do multiple post tweets now I wonder why they bother with a character limit

#

All it does is make things worse, the whole @ people isnt a great idea when they are making a comment in passing. Sometimes youre not looking for a huge chat just say something and move on

north torrent
#

Twitter should be banned.

#

In this particular case, China got it right.

pearl elk
#

I had someone hammer me hard on Facebook a few months ago, I just make a comment about Star Wars on some scifi writers group and boom mega insult from no where. Not sure what the go was there but someone has problems

north torrent
#

I only use Facebook to talk to old people.

zinc matrix
#

Guns are evil..

#

they kill... peoples...

#

bad guns...

north torrent
#

I thought you had corona virus... why are you still here?

zinc matrix
#

seeing your name cured me

pearl elk
#

In all honesty we built all these communication platforms then we fail to communicate and wonder what the problem is ๐Ÿ˜›

north torrent
#

The people in charge of these platforms are incompetent at their jobs... but also the richest people in the world...

#

Hey, lets keep rewarding Mark Zuckerburg for not doing a good job at anything.

pearl elk
#

Does Mark Zuckerberg catch you as a brilliant communicator?

rotund tundra
#

it was fun until poeple started using it in unintended ways

pearl elk
#

I thought it was more fun with myspace hacks ๐Ÿ˜›

north torrent
#

The idea of capitalism is that the people who are the best will rise to the top and make the most money...

Then how come a guy who can't even keep Russian troll bots off his platform or protect peoples data is getting rewarded for failure after failure after failure.

fathom wadi
#

Facebook used to be as horrid as twitter is now, but its gotten a lot less hostile. Now its more people just trying to have a laugh or vent safely. I get less abuse on Facebook.

north torrent
#

Depends on where you go on Facebook.

#

I think it has always been easier to avoid the crazies by sticking only to select groups.

#

And there aren't any world leaders on Facebook using it to cyberbully political opponents or threaten foreign countries independent of congressional oversight.

zinc matrix
#

Mark Zukerburg.. richest man in the world... Inventor of social media.... doesnt have to work... can enjoy himself.... 24/7...

#

trust me... zukerburg very rich

north torrent
#

There will never be a point where I trust you.

zinc matrix
#

funny

#

i wonder if i should restructure my unity project

#

theres no visible profit..

#

of doing that...

#

it would just calm me... and sattisffy.. but not help the game..

#

what do you think... Mao...

north torrent
#

I think you should procrastinate and do anything to delay the release of your game.

mossy nexus
#

Good suggestion.. something I excell at personally

meager sorrel
#

I've master the art of procrastination

#

I bet I do it better than all of you

#

: >

pearl elk
#

Ive heard you can get procrastination cancer if youre not careful

rotund tundra
#

I think i'm pretty good at procrastinating myself.. tho i've been slacking lately

north torrent
#

You should help Karol then, Mr. Torbulous.

meager sorrel
#

slacking at procrastination? I think I've been outranked

fathom wadi
zinc matrix
#

Mao wants me to not realease.. game..

meager sorrel
#

x)

zinc matrix
#

cus..he jealous...

#

of my.. game.. progress..

pearl elk
#

If all you guys could stop making games thatd be great

#

I want to be the only game in 2021

meager sorrel
#

lmao

#

best time to release a game is during a game drought.

fathom wadi
north torrent
#

Ok.

pearl elk
#

I think Im getting better at this programming thing

#

Ive written a game with less classes than one of my mutator packs ๐Ÿ˜›

zinc matrix
#

damn guyses..

#

im proud.. of my game..

#

but its not finished.. becus imperfectionist.. and always fix old code.. even if its working

pearl elk
#

You know, most of you could release games and I wouldnt even know about it

#

I should visit the releases channel more\

meager sorrel
#

bruh, yall talking about being proud of your games

#

get on my level, Sony contacted me for a PS5 exclusivity deal

#

oh wait

#

that was a dream

zinc matrix
#

no

north torrent
#

Vodka?

meager sorrel
#

maybe

north torrent
#

I should make a game titled Vodka. It might sell.

meager sorrel
#

package it with a bottle of vodka/

zinc matrix
#

huh

north torrent
#

Though if I fill it with vodka I think it might ruin the game...

pearl elk
#

Thought that said Coffee Stain for a sec

north torrent
#

How to keep the game from being ruined... hmmmm...

fathom wadi
#

dont let Ubisoft publish it... I mean... erm

#

runs away

north torrent
#

Gotta be some sort of water proof cap I can put on the usb drive... Then put the cork in a bigger bottle of vodka, because those small bottles are lame.

#

EA?

#

Activision?

pearl elk
#

Take Two

meager sorrel
#

Nintendo

#

Just let Nintendo buy your IP

#

so they can sit on it and do nothing with it.

north torrent
#

My game...

a) wouldn't run on a Switch

b) has too much booze in it for Nintendo to publish

pearl elk
#

Mario Bar

meager sorrel
#

Nintendo doesn't seem as sensitive to that kind of stuff anymore.

#

from what people are saying, Sony censors stuff more than Nintendo.

meager sorrel
#

don't know if that's true ยฏ_(ใƒ„)_/ยฏ

#

Nintendo and power in the same sentence.

#

oh yeah. They had Nintendo Power magazines

#

lol

north torrent
#

My game is basically a kids friendly game that will be rated much higher because I won't take out the whisky drinking donkey.

meager sorrel
#

game ratings are stupid

meager sorrel
#

I blame media

north torrent
#

No violence or bad language or naked people or adult content. Just a donkey that likes his whisky and a player character that uses whisky to get the donkey to follow him.

meager sorrel
#

dude!! what the hell?! lmao

north torrent
#

I think children of any age should be aware that whisky does exist and it makes people stupid.

meager sorrel
#

hahaha

fathom wadi
#

game ratings are stupid
@meager sorrel a lot of them are but they are a necessary evil. For the most part they are voluntary but if you sell a hard copy, it has to be rated to get sold in a store.

meager sorrel
#

your game doesn't sound like it's any more sensitive than loony toons cartoons

#

@fathom wadi Sorry, I didn't mean ratings in general are stupid

meager sorrel
#

I mean the way things get rated

#

like the criteria to reach E or T

#

a rated T game could be a rated PG movie

mossy nexus
#

Mao, that is Whiskey not Whisky.

north torrent
#

Some countries that don't rate alcohol as adult content would rate my game as E for Everyone.

zinc matrix
#

MAOO

#

MOA...

#

your names are similar

fathom wadi
#

I lost faith in the rating system when PEGI and the others rated FIFA as 3+ when it has a gambling system built in.

mossy nexus
#

yarp

north torrent
#

My next game will be called 'Money Laundering for Children'.

mossy nexus
#

is that where you money launder on behalf of children, or where children money launder?

north torrent
#

The children use FIFA to money launder for their parents.

pearl elk
#

E for excessive drinking

meager sorrel
#

gambling mechanics in games with addicted gameplay to entice kids to impulse spend money? No issues here.

#

A skull?!?! Can't let the kids see that. Rate it T

#

FFVII Remake had to make Jenova's blood purple and sparkly

#

the original had red blood.

pearl elk
#

Internet can barely handle everyone at home for a few weeks and now suddenly we think its capable of sending entire online worlds yup

fathom wadi
pearl elk
#

Nope nothing to do with me

#

certainly wouldnt be asking someone to do what I could do myself ๐Ÿ˜›

fathom wadi
#

I dunno. I would prefer to pay people to do the stuff I know :p

#

I might start outsourcing my own leads for a percentage :p

pearl elk
#

I could outsource all the costs to someone else hehe

#

Man I really like this Rider for Unreal, much better than Visual Slowdio

#

Well this one has a link plugin which runs when you run the game so it can get information back to the IDE

noble cedar
#

Any chance for a football game or is the market too saturated?

elfin zinc
noble cedar
#

Anyone

north torrent
#

That's not really a question that anyone can answer.

#

Nobody can accurately predict what will or won't sell. And nobody knows anything about said 'football' game.

pearl elk
#

I can predict that... The Culling Origins is DOA ๐Ÿ˜›

proven thorn
#

What I do know about sports games, is that the big attractions is to play as a specific real life player.

north torrent
#

Or even which sport you are referring to, as different countries mean different things when people say 'football'.

#

As an indie developer you would have to find some sort of other draw to the game, as getting rights from a professional sports organization would cost millions...

#

Wild West themed anime soccer might work...

pearl elk
#

Yeah try to set yourself apart somehow, like Super Baseball 2020

#

(it was scifi at the time)

north torrent
#

Donald T Rump Presents : MAGA Soccer!

#

Actually, I think a game about the origins of football would be really cool. Have famous historical players from before the 1920s or something...

#

But an actual speculative fiction sports game about what sports might be like in 200 years might also be pretty badass.

#

I think there is a lot of really cool things you could do if you think outside the box.

#

Just don't make it an Assassin's Creed clone.

pearl elk
#

Starship Troopers has a really cool little side bit with that future NFL they play

#

Thats all you need is something to make the game different from the others, look at Rocket League thats essentially football

oblique trellis
#

untitled ball dissinfection game

fathom wadi
#

Imagine the enemy though. A bunch of arses firing poos back

mossy nexus
#

Joerg is brilliant! "Let me show it's features ahahaha"

fathom wadi
pearl elk
#

Bethesderr

north torrent
#

Steam reviews mean less than nothing.

pearl elk
#

they already have peoples money

rich quiver
#

Steam have a hidden company reputation system base of there reviews

#

like amazon

north torrent
#

A review can't be a bool, it is that simple. Steams system is broken to the very core.

To be even slightly legitimate there needs to be at least 3 options.

#

But with the current system you can't just say, "I didn't find the game great or inspiring, but it is solid for the kind of game it is and I could see why other people might like it."

You either have to love the game or tell other people to avoid the game. No in between.

pearl elk
#

Bethesdas current reputation is 76 atoms

soft night
#

its written in Mons76 atoms

noble cedar
#

@north torrent thanks a lot

#

You know sometimes it gets weird and frustating

north torrent
#

Life?

noble cedar
#

Yes

#

And a lot of things

north torrent
#

This is why Australia can't have nice things...

zinc matrix
#

MAO CHANNN

#

holy chit poor kangaroo

#

im sure he was hit by a car

azure chasm
#

how many instances can you run of ue4 with a 3950x ? could i be compiling code and working on a separate game at the same time?

north torrent
#

That's all going to depend on what is in your game...

azure chasm
#

good point

#

just wondering on what my next upgrade will be , i have 2133mhz memory

#

and a 3800x

north torrent
#

If it looks like a Unity game you can probably run 100.

azure chasm
#

lol, post processing in ue4 to make it look like a unity game

#

is expensive

#

was looking at memory but now its not only about speed you also have like c12-c19

#

ive gotta go get a 2nd degree in computer science just to build a rig now

carmine frigate
#

3200 hrz at least

#

after that better timings

north torrent
#

If you have a 3800x, why would you need to build a computer now?

azure chasm
#

is c12 better than c19

north torrent
#

Go build a game or something.

azure chasm
#

its building

#

in the background

carmine frigate
#

ship it :?P

north torrent
#

Come back in two years and ask me about what computer parts you should buy.

azure chasm
#

but my daughter told me to work on my kids game while im building this game

#

just thought, like the minutes i spend

#

packaging

#

could add up

#

to dev time

#

but for memory

carmine frigate
#

just contemplate about life ๐Ÿ˜›

azure chasm
#

is c12 better

#

than c19 (or is it the other way around)

#

nah thats what i do in bed

carmine frigate
#

start hittin golf balls

#

get one of those pottery tables ๐Ÿ˜›

azure chasm
#

but then id need a laptop that i could strap to my chest so i can keep working while doing something else

north torrent
#

Well, instead of upgrading to a more expensive PC, just get a second cheap one to use while waiting.

carmine frigate
#

can prolly bake the pots in ur pc when compiling ๐Ÿ˜›

azure chasm
#

are we still talking about games

north torrent
#

If my good PC is busy compiling or rendering I just use my laptop.

carmine frigate
#

mayB just not take advice from ur kids ๐Ÿ˜›

north torrent
#

Vodka.

carmine frigate
#

should be the other way around

north torrent
#

Don't drink vodka with a straw...

azure chasm
#

hehe, yeah that would not be a good idea

north torrent
#

Drink it with a fork!

azure chasm
#

if its still in potato form

#

could do that

north torrent
#

Most vodka in 2020 doesn't actually come from potatoes.

azure chasm
#

Mao = knowledgeable man

#

how is your game comming along

north torrent
#

My game requires me to do a lot of research.

azure chasm
#

playing games is not research (90% of the times)

north torrent
#

I spend a lot of time researching where technology came from.

#

Like how the printing press evolved during the industrial revolution.

azure chasm
#

ddidnt we learn all this in school already

north torrent
#

I think most people learned about the Guttenberg Press and then never revisited printing again.

#

Just like history class will teach you about the history of some stupid wars, but not teach you about the evolution of beds throughout time or who invented the toilet.

#

But we spend much more of our life sleeping and pooping than fighting wars.

azure chasm
#

what i find funny

north torrent
#

Did you know that Rome had public restrooms?

azure chasm
#

is how in america, people dont use bidets

#

we use so much toilet paper

#

if we had bidets there would be no shortage

#

i think every country ive gone to in the entire world used bidets

#

except for the us

north torrent
#

In Rome they used a stick...

#

That's where they got the phrase 'wrong end of the stick' for when someone at a public restroom picked up the stick from the poop end...

azure chasm
#

but did they re-use the stick

#

oof

north torrent
#

But it was still 100x better in 200ce Rome than in 1700 London...

azure chasm
#

yeah its funny how we "advance" but also regress in so many aspects

north torrent
#

Took well over a thousand years, but cities in Europe eventually reached larger sizes than that of Rome and such, but they didn't have any sort of running water or sanitation... so the whole city smelled like poop.

azure chasm
#

reminds of Rio during carnivals

north torrent
#

If you are going to have over 1,000,000 people, you are going to need some well planned out sewer systems.

#

But these are the kind of things I want to be plot points in my games. The changes of the industrial revolution and how people are trying to adapt to something better.

I don't care about saving the world or shooting zombies or some macho guy wanting to be the strongest fighter.

I want to have a world of people exploring innovations and science.

#

And fluffy animals with cute ears.

azure chasm
#

It sounds really exciting and a really good change from the norm, but are you working on it

north torrent
#

I'm prototyping a new map mechanic to see if it works or not.

#

I don't want to use map markers of a mini map for my game.

#

So I am trying something a little bit different.

zinc matrix
#

HUH

#

MAO what have u been doing today

zinc matrix
#

my goodness im gonna die before gta 5 finishes downloading

north torrent
#

Likely.

dense storm
#

o_0

#

i hate it because i do not see performance improvement over ryzen 3 2200g in terms of gaming. Plus , it never hits 4.2 Ghz turbo as advertised + it's hot like hell. IT easily gets 90c+ in cinebench 20. P.S keep in mind i have rx 570 4gb which is bottleneck a lot ,real pair would be rx 5700xt maybe thats why i dont see improvement in gaming. Still ,it should develop at least 30% improvement over 2200g in gaming ,because of superior single core speed

#

maybe a better cooler? maybe some fans?

#

mt 3950x never goes past 70 under full load

plucky pagoda
#

Translation :"I don't know what I'm doing and this hammer sucks at removing screws."

mossy nexus
#

I wanna return my toaster, it's shit at making tea.

dense storm
#

๐Ÿ˜„

#

or a setup like mine

#

keep it chilled

#

(note this was before i turned of the rainbow puke)

plucky pagoda
#

I'm using the retail fan on a 2700x and it runs very cool in a mini tower.

#

heats up the room something fierce though

mossy nexus
#

I have a 3700x in a full tower case, with enough fans that can peel the wallpaper off at full speed.

plucky pagoda
#

I think I only added one or two small case fans

dense storm
#

i have twin rads, with 2 fans each plus 3 fans at the back sucking out

#

๐Ÿ˜„

mossy nexus
#

In fact, I had to take out my exhaust fan as it was actually slowing down the exhaust from my intake fans.

plucky pagoda
#

Two, one in the front pulling air in and one in the back also pulling in fan on cpu directs air out

#

I have a fan that's supposed to go under the GPU put everything's already well under spec

mossy nexus
#

two front intake max 1000rpm, plus two on the bottom around 800-900ish.

plucky pagoda
#

The stock coolers on the Xs are pretty good

mossy nexus
#

yup. I find I don't have to touch my fans at all. I can turn them on to full power but no real difference. They are pretty good at low speeds anyway.

plucky pagoda
#

I forget about the psu which also pulls air out.

dense storm
#

three cinebench runs

#

highest temps 71.5

mossy nexus
#

noice

dense storm
#

71.9

plucky pagoda
#

what app is that? I need to install one again. Probably install MSIs and CPUz

dense storm
#

hwinfo

#

its the best

plucky pagoda
#

yep.

plucky pagoda
#

I've used it.

dense storm
#

yeah

#

better than CPUz and the likes

plucky pagoda
#

My temps are higher than last time I looked. Probably need to clear out some dust.

azure chasm
#

ukaos how many instances of ue5 are you running at once

#

im worried that ill get a 3950x and not feel any difference from the 3800x

#

since the clock speed is the same (just more cores)

tulip orbit
#

Its fun when you spend about 12 hrs or so re-writing dungeon generation code so it looks the same ๐Ÿ™‚

#

maybe I spent more than that, but approx.

azure chasm
#

what was wrong with your dungeon generation code

#

from your first project

tulip orbit
#

There are wall tiles and floor tiles. Originally I was placing the walls using several different wall meshes placing them in the wall tile location, so I needed several different meshes that worked together to make a seamless wall

#

now I just have a straight wall piece that gets used along all the walls, and a column mesh to fill in gaps at the corners

#

so instead of using the bitmask on the wall tile of what walls its connected to, I go off the bitmask of the floor tile, where the walls are

#

if that makes sense?

#

What I can do now, is make several different looking straight wall pieces, instead of having to make sure everything fits with the inside corner, and the outside corner, and a peninsula, etc..

azure chasm
#

that does look neat

tulip orbit
#

Thanks ๐Ÿ™‚

#

My problem now, is that I need to actually make proper art pieces so it doesnt look so monotone and boring

azure chasm
#

there have been at least 2 dungeon assets for free on the marketplace, if thats the style you are going for

tulip orbit
#

I'm currently using textures from one of them

#

I also had to re-write some other aspects, and remake stuff cause I changed the scale of the dungeon and my character

#

I doubt that the actual assets from the packs will be the correct size to fit my current scale

#

might be worth looking into tho

azure chasm
#

why would you rescale your character

#

sounds like a recipe for a lot of unneeded re-work

plucky pagoda
#

I tend to use just one set of geometry and let materials change its appearance. You only need one wall, one inside corner, one outside corner. You can also use worldspace aligned materials and then scale the wall geometry rather than using multiple pieces per section.

tulip orbit
#

THeres been a lot of re-work on this project as I learn and fix things. The project started as Paper2d, then went 3d, but I kept the scale of the original 2d stuff, so tiles were 100x100x250 or something. Now its scaled more to the UE4 mannequin, tiles of 200x200x300

azure chasm
#

ah i see (sounds a lot like my first project lol)

plucky pagoda
#

Sort of how 9 slicing works, you stretch the middle sections and use unscaled corners.

tulip orbit
#

Hm, I'm not very skilled with mats yet for that. But I'm thinking wall sections with alcoves, half-broken, etc..

azure chasm
#

ive spent the last couple builds trying to figure out why my game instance isnt getting linked ๐Ÿค”

#

what mike said about world aligned

#

the materials kinda auto align

#

no matter in what position

#

or how you stretch them

#

its really

#

really

#

easy to make it from a youtube tutorial

#

and then you can make it a material instance with the texture itself as a parameter2d

#

meanign you can plug in

#

any texture

#

as you desire , along the way of your development

plucky pagoda
#

You can use trim where the walls meet and some adjustments to light building to hide the seems. Worldspace alignment and using vertex normals can let you do a lot in the material though.

tulip orbit
#

oh, WorldAlignedUVs, yeah thats how I'm texturing the meshes currently, but that was just me being lazy for making proper meshes and texturing properly in substance

plucky pagoda
#

You're using a bitwise generator to build the level?

tulip orbit
#

I generate a tile map using a BSP type generation, then use a bitmask to determine where the walls are

#

Tile map is just ints: 0 - empty, 1 - floor , 2 wall

plucky pagoda
#

Ah, are you using a noise library?

tulip orbit
#

Nope

plucky pagoda
#

Looks good so far. I love procedural generation of anything.

tulip orbit
#

Thanks, its come a long way since my first few iterations. With my recent changes it'll allow much more diversity

plucky pagoda
#

I'm working on something similar now and testing out different methods. It's something I've experimented with a lot. I'm leaning towards building the meshes at runtime now though or using an in editor function to place it all in the level based on parameters. I'm looking to generate instanced meshes for previewing then adding them to the level afterwards.

tulip orbit
#

building meshes at runtime is too hard for me, I think it'd be more work?

plucky pagoda
#

Maybe. It's really just a rectangle that gets made. The outside geometry like corners uses all prebuilt meshes. The main reason is to avoid seams and make light building easier. It does reduce draw calls but it's really not a needed optimization.

#

But you can do things like place your corners and then build the geometry in between.

tulip orbit
#

but when procedural, you cant really build static lighting tho right? has to be dynamic at runtime?

plucky pagoda
#

Yeah, if you're building them at runtime dynamic is the way to go.

tulip orbit
#

thats what I thought. Thats something I'm having trouble with, lighting the dungeon properly

plucky pagoda
#

One thing that can help with seams is to add a bevel to the edges or a plane that offers a very slight overlap.

#

Sometimes I add a bit of geometry on the edges that acts to overlap. Like a tongue and groove.

tulip orbit
#

Yeah. I'll probably have to do that with my good meshes

#

3 wall torches on screen and its already killing performance ๐Ÿ˜ฆ

plucky pagoda
#

reduce their attenuation?

tulip orbit
#

still a pretty good drop

plucky pagoda
#

Just point lights?

tulip orbit
#

yup

plucky pagoda
#

weird.

#

I wonder if you could use predefined variations with built lightmaps?

azure chasm
#

could it be shader compleixty onthe torches

#

worth a check

tulip orbit
#

wouldnt cast light on characters and such tho

plucky pagoda
#

Yeah, it would.

azure chasm
#

my god.. why wont my game instance

#

frickign load (on the packaged game)

tulip orbit
#

if I disable either the pointlight or the particle effect, I get a 5fps avg improvement, only with both disabled do I get a decent fps

plucky pagoda
#

You can use stationary lighting to combine the benefits of built lighting and dynamic.

tulip orbit
#

still not as high as expected

plucky pagoda
#

What's the attenuation on them? I know with mine I increased the intensity but set the falloff to be fairly close.

tulip orbit
#

500

#

500-250 no change

#

I think theres a problem elsewhere, I disabled shadows and its still hitting perf.

#

Eh, will do more fine-tuning perf wise later.

#

I'm sure ue5 will be out by the time I need to really worry about perf ๐Ÿ˜„

azure chasm
#

did you check the shader complexity(by using the shader complexity view mode)

tulip orbit
#

hm, its all blue

azure chasm
#

blue? lol

#

it goes from green to white

tulip orbit
#

for light complexity, shadercomplexity is all green

azure chasm
#

...

#

yeah im just saying, cause i had that exact issue with a torch, because of transparency

tulip orbit
#

OH, hmm. 1 sec

azure chasm
#

could be quad overdraw then on the particles...