Sythe.Org Forums     Register     FAQ     Members List     Calendar     Mark Forums Read    
 
Sythe.Org Forums  
   Runescape Gold

Sythe.org — A Virtual Goods Trading Hub

Make real cash! buying and selling in-game items.

We have a no-scam policy.

You can make thousands playing your favourite games here at Sythe.org.

Just sign up an account and follow the rules!


Take me to

Runescape Markets

Other Game Markets

Support Center

Register an Account

Close
Looking for C# Programmer - Game Development
 
 
LinkBack Thread Tools Display Modes
  #1  
Old 08-28-2011, 03:07 AM
Newcomer
 
Join Date: Aug 2011
Posts: 15
Default Looking for C# Programmer - Game Development

Hey Guys,
With suggestion of what the title says, I’m looking for a team orientated, bright, intelligent C# programmer to become a part of my game development team. There are also other roles available,
-C++ Programmer
-3D Artist
-2D Artist
-Animation Artist
-Website Designer
-Lore Writer.


Payment
Creating a MO can be hard and long work, but in saying that, it can be very rewarding seeing the completed work. I purposely put the payment header first, so people will not be deceived in what is going on.
Due to limited funding (until a respectable demo can be released) this project will not be able to generate any money towards salaries. As such, with most other indie development teams, the main payment will be a certain percentage of the profits made. (The exact amount will be discussed in private). We are mainly hoping that we can find people that willing to take this onboard as a hobby and understands you don’t have to spend hours a day helping.

C# Programmers Role
As a C# programmer, you’re main focus will be creating scripts to interact directly with the game engine. An example of what you would be writing;

Code:
using System; 
using System.Collections.Generic; 
using System.Text; 
using Scripting; 

namespace UserScripts 
{ 
public class ChopWood : ScriptBase 
{ 

Actor Player; 
Timer Countdown = new Timer(5000, false); //Create a 10 second timer 
public void OnInteract(Actor actor, SceneryInstance scenery) 
{ 
Player = actor; //Assign "Player" as actor. 

if (Player.HasItem("Torch") >= 1) 
{ 
Player.Animate("Death2", 1, true); //Animate Character (ChopWood) 
RegisterCallback(Countdown, "Tick", new EventHandler(Countdown_Tick)); 
Countdown.Start(); //Start Timer 
} 
else 
{ 
actor.Output("You Need A Wood Chopping Axe!"); //Tell player he needs an axe if he doesn't have one. 
} 
} 
private void Countdown_Tick(object sender, EventArgs e) 
{ 
Player.GiveItem("Torch", 3); 
Player.Output("You recived: 3 Wood!"); 
UnRegisterCallback(Countdown, "Tick", new EventHandler(Countdown_Tick)); 
} 
} 
}
You will be given all the Command References for the game engine.

Conclusion
More information can be given as well, so if you have any questions, drop me a PM or email.
So if you are interested, which I hope you are, you can contact me on the following email.
[email protected]
  #2  
Old 08-29-2011, 07:32 PM
Merv's Avatar
Forum Addict
 
Join Date: Mar 2010
Posts: 439
Default Re: Looking for C# Programmer - Game Development

You creating this in XNA?
__________________

  #3  
Old 08-30-2011, 02:26 AM
Newcomer
 
Join Date: Aug 2011
Posts: 15
Default Re: Looking for C# Programmer - Game Development

Quote:
Originally Posted by Merv View Post
You creating this in XNA?
If your making refrences to the framework, then no. Since im pretty sure thats just for xbox 360 games.
This game will be for PC
  #4  
Old 10-21-2011, 07:29 AM
Blupig's Avatar
i am a guy ok?? -.-
Ex-Moderator Zombie Visual Basic Programmers
 
Join Date: Nov 2006
Location: Canada
Posts: 5,232
Send a message via MSN to Blupig Send a message via Skype™ to Blupig
MushyMuncher
Default Re: Looking for C# Programmer - Game Development

Quote:
Originally Posted by Skyraz View Post
If your making refrences to the framework, then no. Since im pretty sure thats just for xbox 360 games.
This game will be for PC
XNA is for PC/Zune/360
Anyway I'd be up for this, if you're still doing it. Drop me a PM.
__________________
  #5  
Old 11-18-2011, 04:25 PM
MonsterMMORPG's Avatar
Member
 
Join Date: Nov 2011
Posts: 53
Default Re: Looking for C# Programmer - Game Development

any screenshot ? i mean anything visual ?
__________________
F2P Pokemon Style Monster MMORPG Developer


  #7  
Old 12-05-2011, 08:26 AM
Darthatron's Avatar
Massive Troll
Ex-Moderator Visual Basic Programmers
 
Join Date: May 2006
Location: The internet.
Posts: 1,604
Send a message via MSN to Darthatron
Default Re: Looking for C# Programmer - Game Development

I suggest you use the Unity 3D Engine. I may be interested. PM me.
__________________
I do not trade.
Always ask for a PM.
  #8  
Old 02-06-2012, 08:39 PM
jasonfish4's Avatar
Member
 
Join Date: Jan 2012
Posts: 40
Default Re: Looking for C# Programmer - Game Development

Neat indeed!
  #9  
Old 02-16-2012, 12:24 AM
Apprentice
 
Join Date: Jul 2007
Posts: 789
Default Re: Looking for C# Programmer - Game Development

PM me. I'm an ex-mod, and I'm down to help.
__________________
Ex-Mod.


F.C Barcelona
S.S Lazio
  #10  
Old 03-19-2012, 03:48 PM
Blupig's Avatar
i am a guy ok?? -.-
Ex-Moderator Zombie Visual Basic Programmers
 
Join Date: Nov 2006
Location: Canada
Posts: 5,232
Send a message via MSN to Blupig Send a message via Skype™ to Blupig
MushyMuncher
Default Re: Looking for C# Programmer - Game Development

PM me to unlock this thread if you're still looking. To my knowledge you never contacted anyone who posted in this thread, which means that in my eyes it's just spam.
__________________
 



Cheap RS Gold Store  Runescape Gold

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

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT +1. The time now is 05:49 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.1