lite.c coder needed

Posted By: overseer

lite.c coder needed - 01/28/10 06:17

thedarkprojekt
www.thedarkprojekt.net has not been updated for months now.
overseer@thedarkprojekt.net -- sadly having some problems so use t-400@hotmail.com insteed

PROJECT NAME: darklight

PROJECT DESCRIPTION: horror fps

Code needed.

really simple stuff for a coder but not for a modeler.

animated door scripts.

ladder and rope scripts.

menus with load save and other basic menu items.

early screenshots can be found at pictures.thedarkprojekt.net

Looking for someone who would like to join the project or just make the scripts for a fee to be disscused in that case.

If you are interested in joining the project more info and screens can be sent at your request.

Thanks
Nick
Posted By: Progger

Re: lite.c coder needed - 01/29/10 00:14

ok i can not do that i thought i can but when i saw the screenshots wow
But ican script a door script (:
WFG programmer
Posted By: overseer

Re: lite.c coder needed - 01/29/10 13:09

well thats ok i dont need everything at once.

but how would you like to do this.

1. join the project and hope it makes money later on.

2. make the scipt for a fee and credit.

Nick

will be offline all weekend.
Posted By: Progger

Re: lite.c coder needed - 01/29/10 13:38

i would like to join ur game
My current project is you know superstars racing?

I want to do the same with gamestudio with races and online but its really difficult.
Well i can give u a door code which makes that when ur near the door the door opens by pressing a key u want
Here is my own scripted doorcode:

var f;//the variable for the key
var num;//speed of the door
var winkel=90;//thats for the door how much it shell open
SOUND* door="door.wav";//just a doorsound
ENTITY* tua;//thats how a name the pointer of the door i know not creative but ok (:

action oeffnen()
{
tua=my;

while(1)
{
if(vec_dist (my.x,player.x) < 50)
{
my.pan+=2*num*time_step;
if(key_space)
f=1;
else
f=0;
if(my.pan<=0&&f==0)
num=0;
if(my.pan<=0&&f==1)
{
num=1;
f=0;
snd_play(door,100,0);
}
if(my.pan>=winkel&&f==0)
num=0;
if(my.pan>=winkel&&f==1)
{
num=-1;
snd_play(door,100,0);
}
}
wait(1);

}

}




WFG programmer laugh


Posted By: episch

Re: lite.c coder needed - 01/29/10 17:30

send you a pm
Posted By: Joey

Re: lite.c coder needed - 01/31/10 10:32

just a hint, "the dark project" is a copyrighted game title (eidos). i wouldn't use it, not even for a work in progress. people have been sued for less.
© 2024 lite-C Forums