What is this thing?

0 What is this thing? 0
This is just a place for projects to honorably get canned. Thrown out assets, projects that break which is unfixable... by me at least. Projects in which I have lost interest or drive. In many ways it is a sad place - but I'd rather see it as a really happy place, where things that would've never seen the light of day got to go outside anyway. Even though they are ugly - broken. Even though the creator has been mad at them for the most part.
However they know- they've got to know- they know that the creator is merely mad at himself, disappointed even. These small lively things are loved and they are all part of a journey.
Enjoy them! And take them for what they are.

tirsdag den 31. maj 2016

KOC II

Doom clone, KOC II




Debug text in corner, don't mind.

---o0o---

This is how #001

Ok, I got some things that is just super hard to find solutions for on the internet, maybe it is because no one wants to do the things I want.

How to make a bullet (ie) "draw on top of fog" in Game Maker? Well I didn't find a way to make it draw on top of fog with it's own colors, but I can at least keep the bullet visible by "fogging" in another color than my standard black fog color.

  • d3d_set_fog(true, c_yellow, 10, 400);
    d3d_draw_sprite(!!!);
    d3d_set_fog(true, c_black, 10, 400);
Wise-crack: "But can't you just..." - 
Me: "FARK yes ofcourse!!!"