Fortress Forever

Go Back   Fortress Forever > Community > General Discussion

Reply
 
Thread Tools Display Modes
Old 04-16-2006, 10:06 PM   #21
o_ghost
 
Join Date: Jan 2005
Posts Rated Helpful 0 Times
If I had the time I would consider applying. I made a simple mod for my "capstone" project to get my bachelors and I'm currently working with c++ developing programs for a government contractor.
o_ghost is offline   Reply With Quote


Old 04-17-2006, 01:20 PM   #22
o_jimmyjoe
 
Join Date: Apr 2006
Posts Rated Helpful 0 Times
I was a big fan of tfc, I played in several leagues and ended in premiership. I wished to help FF team since long but by the time I didnt had an answer.

I graduated in the computer science, I work in the game industry since a few and I participated in a lot of areas in the art of making games (networking, physics, graphics...). I do work in C++ and I use it daily and I'm fluent in it. I have contact with several middlewares so I have access to interresting things too like havok sdk.

I have free time, experience and I'm wishing to help you guys !
o_jimmyjoe is offline   Reply With Quote


Old 04-17-2006, 01:25 PM   #23
Mulchman MM
Retired FF Staff
 
Mulchman MM's Avatar
 
Join Date: Dec 2004
Location: Lacey, WA
Posts Rated Helpful 0 Times
Send a message via ICQ to Mulchman MM Send a message via AIM to Mulchman MM Send a message via MSN to Mulchman MM Send a message via Yahoo to Mulchman MM Send a message via Skype™ to Mulchman MM
apply through the gmail on the openings page; include samples
__________________
Head of the Orca Revolution (TM)
Mulchman MM is offline   Reply With Quote


Old 04-17-2006, 01:39 PM   #24
Circuitous
Useless
Retired FF Staff
 
Join Date: Jun 2005
Class/Position: D Soldier, O Scout
Gametype: AvD
Posts Rated Helpful 9 Times
Send a message via AIM to Circuitous Send a message via MSN to Circuitous Send a message via Yahoo to Circuitous Send a message via Skype™ to Circuitous
Where you from, Jimmy?
__________________
Look at all those dead links.
Circuitous is offline   Reply With Quote


Old 04-17-2006, 01:51 PM   #25
o_jimmyjoe
 
Join Date: Apr 2006
Posts Rated Helpful 0 Times
I come from belgium, euro bastard
o_jimmyjoe is offline   Reply With Quote


Old 04-17-2006, 02:00 PM   #26
Circuitous
Useless
Retired FF Staff
 
Join Date: Jun 2005
Class/Position: D Soldier, O Scout
Gametype: AvD
Posts Rated Helpful 9 Times
Send a message via AIM to Circuitous Send a message via MSN to Circuitous Send a message via Yahoo to Circuitous Send a message via Skype™ to Circuitous
Ah, cool. Good luck getting the position. Anything that helps get it out a little faster and a little better.
__________________
Look at all those dead links.
Circuitous is offline   Reply With Quote


Old 04-17-2006, 04:07 PM   #27
o_vampiricus
 
o_vampiricus's Avatar
 
Join Date: Jul 2005
Location: San Diego
Posts Rated Helpful 0 Times
indeed, pump it up man

did someone leave the team?
o_vampiricus is offline   Reply With Quote


Old 04-17-2006, 05:28 PM   #28
trepid_jesse
Fortress Forever Staff
 
trepid_jesse's Avatar
 
Join Date: Jan 2005
Location: Texas
Posts Rated Helpful 0 Times
mirv is consumed with his final year university project stuff right now.
__________________
Support FF:

Trepid, what?
trepid_jesse is offline   Reply With Quote


Old 04-17-2006, 07:21 PM   #29
o_alligator
 
o_alligator's Avatar
 
Join Date: Mar 2005
Location: California
Posts Rated Helpful 0 Times
I believe JimmyJoe will get the job.
o_alligator is offline   Reply With Quote


Old 04-17-2006, 07:53 PM   #30
o_dym
 
Join Date: Mar 2006
Posts Rated Helpful 0 Times
I think I'm the most well suited for the position

Examples of my work are followed:

cout<<"Hello world!";

As you can see I am fully prepared to take on this role.

Thank You.
o_dym is offline   Reply With Quote


Old 04-17-2006, 07:56 PM   #31
o_steven_m64
 
Join Date: Feb 2005
Posts Rated Helpful 0 Times
i have been working with the source SDK a while now and i even help out with coding for the mod Hostile-intent. i have sent a email to the email on the job openings page just a moment ago.

i would Love to help this mod out.
o_steven_m64 is offline   Reply With Quote


Old 04-17-2006, 07:59 PM   #32
o_ghost
 
Join Date: Jan 2005
Posts Rated Helpful 0 Times
Quote:
Originally Posted by dym
I think I'm the most well suited for the position

Examples of my work are followed:

cout<<"Hello world!";

As you can see I am fully prepared to take on this role.

Thank You.
And even that doesn't compile.
o_ghost is offline   Reply With Quote


Old 04-17-2006, 08:02 PM   #33
o_dammage
 
Join Date: Jan 2006
Posts Rated Helpful 0 Times
yeah, no newline at the end of the source
*scnr*
o_dammage is offline   Reply With Quote


Old 04-17-2006, 08:03 PM   #34
o_ghost
 
Join Date: Jan 2005
Posts Rated Helpful 0 Times
I was going for the lack of header files, scope for cout, and main function.
o_ghost is offline   Reply With Quote


Old 04-17-2006, 08:10 PM   #35
mirvin_monkey
Fortress Forever Staff
 
mirvin_monkey's Avatar
 
Join Date: Dec 2004
Location: Cape Town, SA
Posts Rated Helpful 8 Times
If you can do some of those for the messages "The enemy has your flag" and "You have the enemy flag" then that would be awesome
mirvin_monkey is offline   Reply With Quote


Old 04-17-2006, 08:14 PM   #36
o_dym
 
Join Date: Mar 2006
Posts Rated Helpful 0 Times
Quote:
Originally Posted by GhOsT
I was going for the lack of header files, scope for cout, and main function.
#include <iostream>

void main()
{
cout<<"Hello world"<<endl;
}
o_dym is offline   Reply With Quote


Old 04-17-2006, 08:14 PM   #37
o_ghost
 
Join Date: Jan 2005
Posts Rated Helpful 0 Times
At first I was going to say "couldn't you just overload <<?" but then I remembered that it gets that stuff from a text file for localization if I remember correctly.

Edit: And dym, that still wouldn't compile . You need a using namespace std or a std::cout.
o_ghost is offline   Reply With Quote


Old 04-17-2006, 08:17 PM   #38
o_qui
 
o_qui's Avatar
 
Join Date: Dec 2004
Location: Bournemouth, England
Posts Rated Helpful 0 Times
Quote:
Originally Posted by dym
#include <iostream>

void main()
{
cout<<"Hello world"<<endl;
}
Self served

Also the joke about

I can code a website, can i join lol


..

Is still funny!
o_qui is offline   Reply With Quote


Old 04-17-2006, 08:33 PM   #39
o_dym
 
Join Date: Mar 2006
Posts Rated Helpful 0 Times
omgawed compielz errozr .. wtf
</endstryingtojokehereagain>
o_dym is offline   Reply With Quote


Old 04-17-2006, 09:08 PM   #40
Circuitous
Useless
Retired FF Staff
 
Join Date: Jun 2005
Class/Position: D Soldier, O Scout
Gametype: AvD
Posts Rated Helpful 9 Times
Send a message via AIM to Circuitous Send a message via MSN to Circuitous Send a message via Yahoo to Circuitous Send a message via Skype™ to Circuitous
Code:
If blnEnemyHasYourFlag = True Then
     HudDisplay("The Enemy Has Your Flag!")
End If
VB's just like C++ right?
__________________
Look at all those dead links.
Circuitous is offline   Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:08 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.