I'm working on having hampa add some stuff to the .povs that Toribash generates to do this:
The idea is to have the .povs record which joints are in what state (Normal, Fractured, or Dismembered) and color them purple if fractured or the same color as the blood if dismembered.
The .povs would also record where the disqualification circle(s) are, which would be displayed as the same color as the Normal colored joints.
Yay
Hi. I used to be a damn good mod (wayback 2008 and earlier) and then veb made me not a mod.
Been playing competitive Team Fortress 2.
I dig your first person camera
I was never too good with matrix math and all that shit, but it seems you are :P
Well done
And while you're convincing hampa to do that shit, convince him to send the scores through a new macro as well, would be fun to make a scoreboard behind the fighters
I tried out your first .inc, and this error came up:
#declare joint=joint+1;
Wouldn't that just send it into an infinite loop?
At the beginning of the .inc, do:
#declare joint=0;
In the macro, it starts with joint=joint+1, so the first time that the macro runs it is on joint 1, which is PlayerA's neck. It does this for every Joint(<stuff>) line it sees in the .pov. So this means that the first 20 times it runs (for joint<21), it is rendering PlayerA's joints, and for 21-40 it is rendering PlayerB's joints.
Hi. I used to be a damn good mod (wayback 2008 and earlier) and then veb made me not a mod.
Been playing competitive Team Fortress 2.
I posted a video link in my dojo.inc post two posts ago.
Also does anyone have and ideas for incs that they would like to see?
I intend on doing one on a pool table and another one on a helipad on top of a skyscraper, but i kind of feel like taking a break from povray for a while.
Hi. I used to be a damn good mod (wayback 2008 and earlier) and then veb made me not a mod.
Been playing competitive Team Fortress 2.
And as for the fishbowl, that would be tough, I'd have to learn how to use glass as well as learn how to make water, which i dont know is possible on pov-ray, what with the bending light and all
Hi. I used to be a damn good mod (wayback 2008 and earlier) and then veb made me not a mod.
Been playing competitive Team Fortress 2.