I must have missed something... How do any of these fan-art concepts that have been posted so far become utilised in a game project exactly? I think you need to ask your friendly neighbourhood AI to try a spritesheet of a walk cycle and death sequence, then I might finally see where this is going. So far I just see "idea guy" stuff that's like the equivalent of something scissored out of a magazine and glued together in days gone. Is anyone truly impressed? And if you're like me, you can spot it from a mile away, too.
If someone can cough up a usable spritesheet of animation that isn't wobbly spaghetti, then it might be worth yet-another-thread-about-AI. And I don't care to hear "oh you just wait, it'll gonna" because I've read many people saying quite the opposite, the knee of the curve is there, it's real and it's quite sharp. Especially since current datasets are so gigantic and unwieldy, and people are resorting to using ChatGPT to curate their datasets.
I'm not much of a programmer and even I know - "garbage in = garbage out."
Can't wait to see those spritesheets!
If to take it very literally, back in those days (standards) a good UV unwrap was very important, because texels are bigger and any sawtooth/stairstep artifacts would be unacceptable. These days the texelation is so fine that almost nobody bothers to unwrap texture coordinates in a neat and balanced way. Everyone leaps at the automatic methods. Balanced meaning that the primary geometric axes are aligned with the UVs, and that the islands are as contiguous as possible, to avoid seams. I suggest looking at 3D models from that era and studying them, especially their UVs.
As for software/tutorials, I guess you can't go wrong with Blender. It has a lot of tools and tricks for working with UVs and it's important to not be intimidated, it's usually just more confusing and tedious than outright difficult.
Once that's done - as for the texturing itself, well, anything you want...
Luckily there are strong precedents against companies retroactively enforcing license agreement changes. The legally binding contract is the one agreed to at that specific time, not whichever might exist in 25 years from now.
Thanks, I did actually try Tiled before and was excited about it, but I thought it only supported a 2X2 "sub-tile grain", and it did also crash on me a lot. Dune II used a 3X3 grain to demarcate/qualify the tiles, allowing for single rows/columns of terrain. I gave it another look after reading about the "Wang tiles", and it does indeed support what I'm looking for. However, it does still crash on me a lot. I guess I need to really downscale my tile sizes to use it, and rely on ImageMagick and data-management to stitch together the real juicy stuff afterwards. It would be great if Tiled was open source, or at least had some elaborate plugin system, but, as far as I can tell, it's neither.
Having said all of that, I'd still be interested in commissioning some coder to collaborate on this. Not to completely redo Tiled from the ground up, I think it still can be used, but there's still a lot more I have in mind.
He;s a good boy he didn't do anything wrong. Low Spec Burger Demon is good people!
Thanks for sharing!
I thought this was pretty well done and decided to throw it into my projects straight away:-
https://www.violae.net/temp/geekgirljoyclngvnt1.zip
I must have missed something... How do any of these fan-art concepts that have been posted so far become utilised in a game project exactly? I think you need to ask your friendly neighbourhood AI to try a spritesheet of a walk cycle and death sequence, then I might finally see where this is going. So far I just see "idea guy" stuff that's like the equivalent of something scissored out of a magazine and glued together in days gone. Is anyone truly impressed? And if you're like me, you can spot it from a mile away, too.
If someone can cough up a usable spritesheet of animation that isn't wobbly spaghetti, then it might be worth yet-another-thread-about-AI. And I don't care to hear "oh you just wait, it'll gonna" because I've read many people saying quite the opposite, the knee of the curve is there, it's real and it's quite sharp. Especially since current datasets are so gigantic and unwieldy, and people are resorting to using ChatGPT to curate their datasets.
I'm not much of a programmer and even I know - "garbage in = garbage out."
Can't wait to see those spritesheets!
If to take it very literally, back in those days (standards) a good UV unwrap was very important, because texels are bigger and any sawtooth/stairstep artifacts would be unacceptable. These days the texelation is so fine that almost nobody bothers to unwrap texture coordinates in a neat and balanced way. Everyone leaps at the automatic methods. Balanced meaning that the primary geometric axes are aligned with the UVs, and that the islands are as contiguous as possible, to avoid seams. I suggest looking at 3D models from that era and studying them, especially their UVs.
As for software/tutorials, I guess you can't go wrong with Blender. It has a lot of tools and tricks for working with UVs and it's important to not be intimidated, it's usually just more confusing and tedious than outright difficult.
Once that's done - as for the texturing itself, well, anything you want...
Luckily there are strong precedents against companies retroactively enforcing license agreement changes. The legally binding contract is the one agreed to at that specific time, not whichever might exist in 25 years from now.
Reminds me of the Eagle 5 from Spaceballs.
It's a recommended resource. We've had it on our master-list for some time now:-
https://www.violationentertainment.net/forum/viewtopic.php?f=27&t=414
I thought this was nifty and useful so I went ahead and made a "modern version", meaning PBRish for engines like Unreal:-
https://www.violationentertainment.com/temp/laleksictnywdnstl1.zip
I would love to see the video clip for this. Fluorescent-spandex for miles.
Thanks, I did actually try Tiled before and was excited about it, but I thought it only supported a 2X2 "sub-tile grain", and it did also crash on me a lot. Dune II used a 3X3 grain to demarcate/qualify the tiles, allowing for single rows/columns of terrain. I gave it another look after reading about the "Wang tiles", and it does indeed support what I'm looking for. However, it does still crash on me a lot. I guess I need to really downscale my tile sizes to use it, and rely on ImageMagick and data-management to stitch together the real juicy stuff afterwards. It would be great if Tiled was open source, or at least had some elaborate plugin system, but, as far as I can tell, it's neither.
Having said all of that, I'd still be interested in commissioning some coder to collaborate on this. Not to completely redo Tiled from the ground up, I think it still can be used, but there's still a lot more I have in mind.
Pages