Page 14 of 17

Re: Game test v0.01

Posted: Thu Jan 22, 2026 10:58 pm
by miso
Looks good and fast enough.

Re: Game test v0.01

Posted: Fri Jan 23, 2026 12:15 am
by idle
whatever your doing I want some :lol:

Re: Game test v0.01

Posted: Sat Jan 24, 2026 5:28 pm
by minimy
@miso: I need more speed or new computer :lol:
@Idle :lol:
Thank you friends!!

This is a new version of the multi screens system, now use glsl shader trying to win any fps... :lol:
Added new reel with better quality images with bigger resolution and cyberpunk style, better for game style.
Every frame is swapped fast to you can apreciate the effect.
My igpu is like a toaster... :mrgreen:

https://youtu.be/UgAbkAQV2UI
Image

Re: Game test v0.01

Posted: Sun Jan 25, 2026 2:52 pm
by minimy
Nuclear? No thanks! :lol:
Testing fx for contamined zones. please don't breathe.

Image

Re: Game test v0.01

Posted: Sun Jan 25, 2026 4:28 pm
by miso
Cool, as always. Just keep it up, it's always fun to see your progress.

Re: Game test v0.01

Posted: Mon Feb 02, 2026 10:53 pm
by minimy
Im here again! :lol:

Thanks miso, im glad you like my crazy creations. :wink:

After testing and testing, and testing again how to animate mouth with teeths (or not :lol: ) This was the solution.
@Carm3D this is the process.
Cliping the area of the mouth to no distort the rest.
A curve push the upper side and another inverted curve (may be diferent or not), push the bottom side.
I use a param 0.0 to 1.0 to open or close.
Teeths is other small image pasted before the man without teeths :lol:
All over a simple image. Left image is the original, right is transformed.

Image

And this is other big jump for me and nothing for the humankind :lol:
I was making post effects for cameras to include in my game.
With this i invert a lot of time because documentation is very, very short. I need to use the old method trial and error to get any result. Finally is working.
This is the result:
Image

Re: Game test v0.01

Posted: Tue Feb 03, 2026 1:00 am
by minimy
And rock creator... :mrgreen:

Image

Re: Game test v0.01

Posted: Tue Feb 03, 2026 8:58 am
by Carm3D
Very cool! Are you going to try articulating his jaw? Love the rock creator too.

Re: Game test v0.01

Posted: Tue Feb 03, 2026 12:45 pm
by minimy
Carm3D wrote: Tue Feb 03, 2026 8:58 am Very cool! Are you going to try articulating his jaw? Love the rock creator too.
Thanks Carm3D!. Yes i will try, but this result is not bad.

New versión now with eyes too. Improved speed x100, reduce wrap zone, modifications in memory.
Image

Re: Game test v0.01

Posted: Tue Feb 03, 2026 3:04 pm
by minimy
Since I need a format for animations that is light, fast and without restrictions. It occurred to me to create my own.
I don't need many colors since the aesthetics of the game do not require them, I have opted for 256 colors.
Windows does not read the format directly and I like that too.

I am working on a system to create my own animations (movie) without audio, since it is for presentations with music or synchronizing the audio separately.
The main advantage is its small size since it uses 256 colors and compression.
The format is my own and consists of an encoder and decoder, the result for now is very good.

The encoder take 1ms to encode 1 frame.
The decoder take 2ms to decode 1 frame.

IMPROVED!
encoder take 1ms to encode 1 frame.
decoder take 1ms to decode 1 frame.

Example 500 frames of 256x256

Minimy´s Movie = 1.5 to 4 Mb. (without audio)
MJPEG = 5 to 10 Mb. (without audio)

PureMovie 1.01 :lol:

Re: Game test v0.01

Posted: Tue Feb 03, 2026 4:00 pm
by Carm3D
minimy wrote: Tue Feb 03, 2026 12:45 pm
Carm3D wrote: Tue Feb 03, 2026 8:58 am Very cool! Are you going to try articulating his jaw? Love the rock creator too.
Thanks Carm3D!. Yes i will try, but this result is not bad.
There are suggestions I could make on how to improve it, but I'm concerned I might start to annoy you with my nit-picking.

Re: Game test v0.01

Posted: Tue Feb 03, 2026 6:51 pm
by minimy
Carm3D wrote: Tue Feb 03, 2026 4:00 pm
minimy wrote: Tue Feb 03, 2026 12:45 pm
Carm3D wrote: Tue Feb 03, 2026 8:58 am Very cool! Are you going to try articulating his jaw? Love the rock creator too.
Thanks Carm3D!. Yes i will try, but this result is not bad.
There are suggestions I could make on how to improve it, but I'm concerned I might start to annoy you with my nit-picking.
No, not at all, my friend, we are here to learn.
It is true that the game I want to make is perhaps too ambitious, it mixes 3D with 2D with dialogues, missions, open world, vehicles, inventories, trading system and a lot of other things. That's why sometimes I settle for the result I get, I think that in the end it is the sum of everything, and especially the gameplay.
Ideas are always well received, I think that in the end that is the meaning of the forum.

All your commentarys are wellcome my friend. Thanks for your comments and ideas.

Re: Game test v0.01

Posted: Wed Feb 04, 2026 3:04 am
by Carm3D
minimy wrote: Tue Feb 03, 2026 6:51 pmAll your commentarys are wellcome my friend. Thanks for your comments and ideas.
Alrighty...

Well being able to open the jaw, even if just a little bit, will be a tremendous help. Right now he looks like he is suffering from lockjaw.

The specular hilight (reflection) on the eyeballs are part of the eye texture. If the eyes were perfectly round, I would say put a static specular hilight in the upper-left and that would fix it.. But unfortunately, eyeballs are not perfect spheres. The area around the pupil and cornea bulge outward.

Image

So what I would suggest is have a specular hilight that tries to stay in the upper-left of the cornea area. When the eye looks up-left, bring the hilight closer to the pupil. when the eye looks down-right, bring it to the edge of the cornea bulge.

The lips and eyelids should cast a shadow over the eyes (speculars too) and inside of mouth. Perhaps a good shorthand would be to have the entire mouth interior go dark when the lips are brought together, and have it get more bright when it's fully open-on top of what the cast shadow does. Eyelids are thicker than you might think, so don't skimp on how much they darken the eyeball.

If you want to get into eyebrow articulation, they go a long way to conveying emotions. But keep in mind they do not simply go up an down. They can squeeze towards the center.
Squeezed: Distrust
Down-squeezed: Angry.
Up: Surprised.
Up-Squeezed: Worry/sadness.

Re: Game test v0.01

Posted: Wed Feb 04, 2026 8:58 pm
by minimy
You are right about everything. In 3D if I use that technique for the eyes, in 2D I use several layers of images to simulate a sphere of brightness for the eyes, another for the eyes, another for the teeth.
If it's a good idea for me to open my jaw, I'll try.

It seems that you control the visual issue well.
When I started with lightwave it included a blade runner(1982) scene :lol:

Re: Game test v0.01

Posted: Wed Feb 04, 2026 10:35 pm
by minimy
DEMO GAME - Whats up TRON?

POSTED AGAIN!
viewtopic.php?t=88317
Image