Welcome to Dream.In.Code
Getting Help is Easy!

Join 136,062 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,588 people online right now. Registration is fast and FREE... Join Now!




making my first rpg game

 
Reply to this topicStart new topic

making my first rpg game

esuna
13 Apr, 2008 - 01:35 AM
Post #1

New D.I.C Head
*

Joined: 13 Apr, 2008
Posts: 1

hi guys!!
i want to ask if i need to study c++, maya or 3ds in making
my first 3d rpg game. plz gve me advice on choosing
software that i need. biggrin.gif
User is offlineProfile CardPM
+Quote Post

MorphiusFaydal
RE: Making My First Rpg Game
13 Apr, 2008 - 02:09 AM
Post #2

D.I.C Lover
Group Icon

Joined: 12 May, 2005
Posts: 1,103



Thanked: 8 times
Expert In: Hardware, Networking

My Contributions
C++ to write the engine, assuming that's your language of choice. You'll need to learn some OpenGL or DirectX to handle graphics. Maya and 3ds Max are both used to create and animate the actual 3d models. So you'll need to learn at least 3 things. smile.gif
User is online!Profile CardPM
+Quote Post

Tom9729
RE: Making My First Rpg Game
13 Apr, 2008 - 10:02 AM
Post #3

Debian guru
Group Icon

Joined: 30 Dec, 2007
Posts: 1,458



Thanked: 10 times
Dream Kudos: 325
My Contributions
Learn a programming language first. Start small. smile.gif
User is online!Profile CardPM
+Quote Post

lynch
RE: Making My First Rpg Game
13 Apr, 2008 - 12:42 PM
Post #4

New D.I.C Head
*

Joined: 13 Apr, 2008
Posts: 4

How much programming experience do you have? if your still a beginner then you might want to try a 2d rpg, which would be so much easier, or even a text based rpg, which would be easier still. Practice on smaller things like that then move to 3d.
A 3d RPG could be written in C++, thats probably what i'd use, and I also quite like 3ds max, so I'd recommend that over maya (but thats just my preference).
You could get away with learning to use 3ds or maya as you go along, but there's no way you could make a 3d game on the scale of an RPG if you dont know a programming language to start with
User is offlineProfile CardPM
+Quote Post

Spikes of Christ
RE: Making My First Rpg Game
13 Apr, 2008 - 04:33 PM
Post #5

New D.I.C Head
*

Joined: 19 Dec, 2007
Posts: 30



Thanked: 2 times
My Contributions
If you're asking what to use (language wise) then you are nowhere near ready to work on any game, let alone a 3D RPG.

If your goal is a 3D game I suggest C or C++. I've seen directx visual basic games that are 3D but they never seem of great quality or even capable of a high frames per second rating. Just don't go diving in thinking you can make an amazing game because many of us (even experienced) have bit off more then we could chew - I speak out of experience on this but thankfully I have enough connections to help me in times of need.
User is offlineProfile CardPM
+Quote Post

3DrunkPandas
RE: Making My First Rpg Game
21 Apr, 2008 - 10:00 AM
Post #6

New D.I.C Head
*

Joined: 6 Oct, 2007
Posts: 22


My Contributions
I'm as mystified as you are as to where to start, but hopefully I will find enlightenment soon!

Check out my blog in my signature, I just launched it yesterday; I'll try to keep an average of one post a day, sharing how I'm progressing and which steps I did. Hopefully, it could help people who have trouble getting started wink2.gif.
User is offlineProfile CardPM
+Quote Post

thor78
RE: Making My First Rpg Game
7 May, 2008 - 01:28 AM
Post #7

D.I.C Head
Group Icon

Joined: 6 May, 2008
Posts: 106


Dream Kudos: 50
My Contributions
OR try Microsoft's XNA, i hear you only need the 3d models and basic coding skills to develop a game.
User is offlineProfile CardPM
+Quote Post

JasonMcAuley
RE: Making My First Rpg Game
7 May, 2008 - 07:55 AM
Post #8

D.I.C Head
**

Joined: 10 Apr, 2008
Posts: 135


My Contributions
QUOTE(esuna @ 13 Apr, 2008 - 02:35 AM) *

hi guys!!
i want to ask if i need to study c++, maya or 3ds in making
my first 3d rpg game. plz gve me advice on choosing
software that i need. biggrin.gif


If these are the questions you have to ask; you are not ready to make 3-D RPG. Start small; learn the basics. Research the pros and cons to some of the popular programming languages and see how they fit your needs.
User is offlineProfile CardPM
+Quote Post

2457
RE: Making My First Rpg Game
14 May, 2008 - 11:03 PM
Post #9

D.I.C Head
**

Joined: 9 Apr, 2008
Posts: 72

I'm a starter in my opinion too.
What I did realise, that starting with a BIG project is realy hard.

If I where You, I would start first with the c++ stuff.
I think it is not one of the verry-easy things, but as far as my knowledge goes it is not impossible to learn it from free online tutorials.
It is a logical, readable, human brain consumable language.

I would first try to make a 2d top view game, as this project is still more than hard for beginers, but if You manage to get it rolling could be "converted" to 3d on demand.

Problems like collision detection and such are easyer in 2d, specialy in a game wich uses a table. (square, or better yet, hex grid maybe).
This would not need high math skillz and such.
And would enable You to study problems, and find suitable solutions.
User is offlineProfile CardPM
+Quote Post

andymcadam
RE: Making My First Rpg Game
15 May, 2008 - 12:30 AM
Post #10

New D.I.C Head
*

Joined: 15 May, 2008
Posts: 2

You're best bet is to download something like Dev C++ for you compiler. then get Allegro, it's a 2D graphics engine that's easy to use.

There's a good series of tutorials on Youtube by LusikkaMage showing how to write a platform game in Allegro, use this as your basis for you RPG.
http://www.youtube.com/lusikkamage

Also, if you've not written any games before, spend a week or two just writing some simple games like pong, space invaders, etc... You'll actualy find them to be harder to write than you think. But they'll be a good introduction to getting into games development. Also, watch this video by GyroVorbis on youtube:

He deals with how to start writing games and it's very good advice.
http://www.youtube.com/watch?v=n0B6Gbsu3N0...498&index=2

I've also recorded some video tutorials on using Blitz Basic, which is a much simpler language if C++ looks a bit scary for you right now.
amcadam26's Blitz Basic Tutorials on YouTube

Good luck and I hope you enjoy writing your game! wink2.gif
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/1/08 06:35PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month