Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Ayumi), 1,266 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
lite.c coder needed #307250
01/28/10 06:17
01/28/10 06:17
Joined: Dec 2006
Posts: 55
Sweden
overseer Offline OP
Junior Member
overseer  Offline OP
Junior Member

Joined: Dec 2006
Posts: 55
Sweden
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


Lets finish this mother¤%"#%& of.
Re: lite.c coder needed [Re: overseer] #307398
01/29/10 00:14
01/29/10 00:14
Joined: Sep 2009
Posts: 496
P
Progger Offline
Senior Member
Progger  Offline
Senior Member
P

Joined: Sep 2009
Posts: 496
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

Last edited by Progger; 01/29/10 00:15.

asking is the best Way to get help laugh laugh laugh
Re: lite.c coder needed [Re: Progger] #307447
01/29/10 13:09
01/29/10 13:09
Joined: Dec 2006
Posts: 55
Sweden
overseer Offline OP
Junior Member
overseer  Offline OP
Junior Member

Joined: Dec 2006
Posts: 55
Sweden
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.


Lets finish this mother¤%"#%& of.
Re: lite.c coder needed [Re: overseer] #307450
01/29/10 13:38
01/29/10 13:38
Joined: Sep 2009
Posts: 496
P
Progger Offline
Senior Member
Progger  Offline
Senior Member
P

Joined: Sep 2009
Posts: 496
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



Last edited by Progger; 01/29/10 13:50.

asking is the best Way to get help laugh laugh laugh
Re: lite.c coder needed [Re: Progger] #307502
01/29/10 17:30
01/29/10 17:30
Joined: Jul 2009
Posts: 16
E
episch Offline
Newbie
episch  Offline
Newbie
E

Joined: Jul 2009
Posts: 16
send you a pm

Re: lite.c coder needed [Re: episch] #307728
01/31/10 10:32
01/31/10 10:32
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
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.


Moderated by  checkbutton, Inestical, Perro 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1