Skip to content
Forum Archive

one simple preset...

3 posts

Warrior of the Light#

one simple preset...

I know the preset is easy to make, I just wanted to know if you like this kind of DM's

So: Comments on the DM are appreciated... Who will be the first to respond?

PS: yay, this is my 50th post! I am now a real 📻 Member!! 😎
jheriko#
I like random DMs, they can often look really cool.

A hint for you though, to optimise the current DM you could use something like:

p=cos((rand(20)-rand(20))*0.05);
x=x*p;
y=y*p;

That does exactly what your current one does, but is more efficient, gives me about 5 more fps. Even though it is only a 16x16 DM its just good practice to use as few calculations as possible, especially trig functions and divisions.
cmountford#
congrats

Congratulatiosn on the member! Sorry, but I haven't had a chance to check out the AVS.

It always feels good to move up in the forums, doesn't it?