This member has provided no bio about themself...

Comment History
Marscaleb
Marscaleb - - 4 comments @ Normal and height maps for Unreal Gold and UT 99 for Unreal DirectX 11 Renderer

Holy cow! How is this even possible without the source code?
And... Any chance you could add normal map support into UT2004? I have wanted that for some custom models.

Good karma+3 votes
Marscaleb
Marscaleb - - 4 comments @ Build2

Yeah, but Build 2 isn't complete. There are a number of things that it can't do, like transparencies.

I'd like to see it finished and polished, but if you want to use this engine as it is you better be prepared to program in some functionality.

Good karma+2 votes
Marscaleb
Marscaleb - - 4 comments @ Palette 007

This is a sweet looking palette!
I'd like to know, what process do you go through to make your game palette? How do you determine what colors you are going to want to use, and how many shades you'll need?

I have a love affair with 256 color game palettes, and I'd love to hear how you decided that these are the colors you wanted to use with this game.

Good karma+1 vote
Marscaleb
Marscaleb - - 4 comments @ Autofill v1.1

This works great!

Although I think the added attributes for refining the algorythm are needlessly complicated.
I would have opted for simply adjusting a value between the minimum and maximum.
Perhaps like a float value, and 1.0 is minimum, and 2.0 is maximum. And then the system would find the closest whole number value to match that range. 1.5 would be the average of the minimum and maximum, 3.0 would be double the maximum, 0.5 would be half the minimum, etc.
So that way if you wanted a lot but not really the maximum, you could use 1.75. and if you wanted just a little over the minimum, you could use 1.30.
But as it stands, your options to add/remove an extra percent or an extra number of bots leaves me worried that I'm going to exceed the min/max on maps that have a smaller range. And I really have no idea what "minimum percent over maximum" is supposed to do.

But the basic functionality works great, and I have been DYING for that.

Good karma+2 votes