Re: Texture update?
Posted: Wed Jan 11, 2023 1:34 pm
Only on paper for what i red once games need to be design fron the scratch to use multicore simultaneously.
Only on paper for what i red once games need to be design fron the scratch to use multicore simultaneously.
Well, if things are broken by default and you want to improve them, you sort of have to do it from the "scratch".
I don't like making assumptions. But a texture update could take less than a week with an enthusiastic team. I have upgraded textures for some games myself and it doesn't take that much, especially if we're talking about a resize in example. Turning a texture that's 512x512 to a 1024x1024 doesn't take more than an hour to make it decent. Some things need emergency upgrades, others can still survive a bit longer.Whyumadbro wrote: Wed Jan 11, 2023 1:41 pm im no dev or even have knowledge in this field - but i can say that a texture update will never happen - too few devs
It's not like build from scratch a single part of the engine more likely for what i understand the whole game litteraly. The texture update is likely more do-able but the engine that have to run them remain the same. Would probable easier change engine..where easier mean shittons of immaginable work.Amdus wrote: Wed Jan 11, 2023 3:40 pmWell, if things are broken by default and you want to improve them, you sort of have to do it from the "scratch".
I don't like making assumptions. But a texture update could take less than a week with an enthusiastic team. I have upgraded textures for some games myself and it doesn't take that much, especially if we're talking about a resize in example. Turning a texture that's 512x512 to a 1024x1024 doesn't take more than an hour to make it decent. Some things need emergency upgrades, others can still survive a bit longer.Whyumadbro wrote: Wed Jan 11, 2023 1:41 pm im no dev or even have knowledge in this field - but i can say that a texture update will never happen - too few devs
Of course, this is assuming that the engine doesn't have any hard-coded limitations or assumptions of the maximum size of textures, that Mythic's unique texture format which seems to stream in parts of textures in chunks (I've only done very limited poking for this) won't break, that the performance cost of streaming in textures 4 times as large (excluding mipmaps, 512x512 to 1024x1024 is 4 times as many pixels) won't cause large fights to grind to a halt while the game is trying to transfer loads more data across to the GPU that it's not that well optimised to do so, that it's possible to easily turn on/off the modified textures for people running on potatoes, that the devs have enough time to upscale and check the approx. 60k textures used, and that they have the financial means to distribute such a huge download when they currently struggle to provide reliable ways of directly downloading the client.Amdus wrote: Wed Jan 11, 2023 3:40 pmI don't like making assumptions. But a texture update could take less than a week with an enthusiastic team. I have upgraded textures for some games myself and it doesn't take that much, especially if we're talking about a resize in example. Turning a texture that's 512x512 to a 1024x1024 doesn't take more than an hour to make it decent. Some things need emergency upgrades, others can still survive a bit longer.