Ranking
You're just about 1 minute too late
Actually, I got an idea.
If it's okay with BoVine, you can each pay me 1600 credits, and you both get the .inc
BoVine gets it cheaper, and HyperViper gets it as well :P
Money received from both of you.
Have you both gotten the .inc?

Here's how to edit variables (the numbers are kinda like meters, imagine it that way ):

#declare pheight=2; // This is how high the top of the island is
#declare pwidth=6; // This is the width of the walkable area on the island (the part that's flat)
#declare plength=12; // This doesn't do anything XD
#declare swidth=4.3; // This is how far it is from where the slope starts down to the sealevel, the higher value, the "flatter" the slope is

#declare sunH=101; // Height of sun (90=sealever, 180=right above everything), and anywhere in between
#declare sunA=90; //Angle of sun (0=North, 90=East, 180=south, 270=West, etc.)

#declare rad=true; //Hard to explain, try it
#declare blur=false; // If the camera is blurred

#declare inf = 1; //How much damage influences color (0=0% 1=100%). Meaning that if inf=0 then the bodyparts are never red when damaged, if it's 0.5, the color of the damaged bodyparts are semi-red, etc.

Is there anything I need to explain more?