Old 01-05-2007, 03:48 AM   #1 (permalink)
Detective Kirby
 
Join Date: Jan 2007
Posts: 160
Reputation: 10
Default Looking for a 3D Modeller for a new MMORPG

Team name: Abysmal Studios

Project name: Realm Of Elonia

Brief description: I need a 3D Modeller to create character models, item models, and buildings for an MMORPG.

Target aim: Currently our aim is freeware, but eventually we might turn it into a system like Runescape, where you can play for free, but if you pay you get access to member only features.

Compensation: Currently there will be no pay, if we can get donations and/or charge fees then percentages will be figured out then.

Technology: All you need is 3D Modelling software, and to be good at it. It doesn't matter what it exports to, I can convert it if needed.

Talent needed: Currently only a 3D Modeller.

Team structure: Right now, the team only consists of me. I create the maps, the characters, run the server, write the scripts, run the website, create the graphics.

Website:
www.RealmOfElonia.co.nr

Contacts:
Email: D3luxeX@gmail.com
MSN: D3luxeX@hotmail.com
AIM: D3luxeX
or PM

Additional Info: Here is a video of what the models need to look like.
D3luxe is offline   Reply With Quote
Old 01-05-2007, 04:32 AM   #2 (permalink)
Crumbly, but Good
 
Eriond's Avatar
 
Join Date: May 2006
Location: Montreal
Posts: 1,645
Reputation: 67
Send a message via MSN to Eriond
Default

Do you have any screesnhots of the game currently?
__________________
Outsider
3D Space Action Shooter/RPG in Development
http://www.youtube.com/user/outsidergame
Eriond is online now   Reply With Quote
Old 01-05-2007, 08:34 AM   #3 (permalink)
Detective Kirby
 
Join Date: Jan 2007
Posts: 160
Reputation: 10
Default

Not currently, no, I only have that video. I am currently working on a lot of things in the game, and hope to have them finished and updated on the server sometime later today or early tomorrow. When I finish what I am working on, I'll take some updated screenshots.:smile:
D3luxe is offline   Reply With Quote
Old 01-06-2007, 06:08 AM   #4 (permalink)
500+ Posts????
 
Join Date: Dec 2006
Location: WI, USA
Posts: 515
Reputation: 0
Default

Heh, you get me a programmer and I'll lend you my 3d modeller 2
__________________
"Don't worry about people stealing an idea. If it's original, you will have to ram it down their throats."
~ Howard Aiken
Khanstruct is offline   Reply With Quote
Old 01-06-2007, 07:40 AM   #5 (permalink)
42
 
Join Date: May 2006
Posts: 930
Reputation: 10
Default

He can't, I mean he'd had to lend himself. It's a one man team only now. But the game is kinda cool. Just needs a lot of work that is gonna be hard for a asingle man.
Wrath is offline   Reply With Quote
Old 01-06-2007, 08:14 AM   #6 (permalink)
500+ Posts????
 
Join Date: Dec 2006
Location: WI, USA
Posts: 515
Reputation: 0
Default

I know, and technically, its not even code. That's another pre-fab engine (I've looked at it myself in the past). But it does have a pretty slick scripting language. And, it appears you've gotten it to work better than I could. Alas, my search continues 2

Good luck though, the landscape looks great.
__________________
"Don't worry about people stealing an idea. If it's original, you will have to ram it down their throats."
~ Howard Aiken
Khanstruct is offline   Reply With Quote
Old 01-06-2007, 12:40 PM   #7 (permalink)
Detective Kirby
 
Join Date: Jan 2007
Posts: 160
Reputation: 10
Default

Lol Khan, thanks. Yeah, as Wrath said, I am a one man team so I would have to lend out myself, meaning that no work would get done on my game.

And technically, it is code. You have to code the spells, the commands, the quests, the town jumps, the area loads, almost everything. Big companies do not start from scratch either, most of the time they use 3D engines that come with all of the basic things already done so they don't waste any time. Thats basically what Realmcrafter does for you.

D3luxe is offline   Reply With Quote
Old 01-06-2007, 05:35 PM   #8 (permalink)
Master Chief's Windex
 
SilentSiren's Avatar
 
Join Date: Sep 2006
Location: England
Posts: 80
Reputation: 10
Send a message via MSN to SilentSiren
Default

Not bashing just that last I checked RC2 hasnt been released with the Source so for the time being its scripting not coding as such that is being done, that was what Khan was referring to. Scripting language allows you to type 'English' looking text that is read by the Engine Source and carries out the functions and routines whereas coding would be to go a level below that and skip that translation process. A good example is Torque, it has a Scripting Language TorqueScript close to C++ but is actually able to Code in if you have the Source in true C++ dealing with header files etc.

If you are hunting for a 3D Modeller I would greatly advise trying GameDev they got some real good talent there, most won't work for free, or even consider your project though without a good design just as a heads up though, and they usually bash the MMO projects (constructive but not for the weak hearted) all that said though good luck!
__________________
.::.SilentSiren.::.
Head of Blood on Binary.
Lead Developer of Escalation.
SilentSiren is offline   Reply With Quote
Old 01-06-2007, 06:58 PM   #9 (permalink)
Detective Kirby
 
Join Date: Jan 2007
Posts: 160
Reputation: 10
Default

Silent, in a way you are right, but in a way you are wrong.

Here is an example of code for C++
Code:
int d,p,t,i,profit,min,n;
list<node> lst;
node pt;
cout<<"Enter no of entries
";
cin>>n;
for(i=0;i<n;i++)
{
cout<<"enter data(p,d,t)
";
cin>>p>>d>>t;
pt.d=d;
pt.p=p;
pt.t=t;
lst.push_back(pt);
}
Here is an example of code for Blitz
Code:
SuperStrict

Local MyWindow:TGadget=CreateWindow("TreeView Example", 40,40,400,400)
Global MyTreeView:TGadget=CreateTreeView(5,0,200,360,MyWindow)

Local Folder:int=ReadDir(BlitzMaxPath())
Local File:String
Repeat
    File=NextFile(Folder)
    AddTreeViewNode(file,MyTreeView)
Until File=Null

Repeat
  WaitEvent()
  Select EventID()
  Case EVENT_WINDOWCLOSE
     End
  End Select
Forever
End
Blitz IS a programming language, but its just as different from C++ as every other language is different from one and other. Also, I wasn't saying that I am a programmer because I know how to code Blitz, I know how to code C++ as well. I'm not very good at it, because I havn't done it in a while, but meh.

I guess I can see where you are coming from, but people use Blitz outside of Realmcrafter to create programs themselves, so technically it is code.

Anyway, thanks for the reply, i'll be sure to check out gamedev
D3luxe is offline   Reply With Quote
Reply

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

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



All times are GMT. The time now is 11:13 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0
OnRPG, Copyright ©2003-2011, Game Entertainment Enterprises