Where do I start?
Where do I start?
I have no clue how to program in irrlicht, so I need some help. I'm using Mac OS X.
Thanks
Thanks
If I'm not here I'm probably at the iPodLinux forums:
http://www.ipodlinux.org/forums
http://www.ipodlinux.org/forums
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
What is it that you need help with?
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Sorry if I'm wasting anyone's time.
Yes, I've checked out the examples that came w/ it. They're nice, which is why I want to use the irrlicht engine.
I'm trying to make an RPG. A gameplay similar to that of GTA III. I need to know how to create 2D images, 3D landscapes...Do you understand what I'm trying to get at?
Thanks
Yes, I've checked out the examples that came w/ it. They're nice, which is why I want to use the irrlicht engine.
I'm trying to make an RPG. A gameplay similar to that of GTA III. I need to know how to create 2D images, 3D landscapes...Do you understand what I'm trying to get at?
Thanks
If I'm not here I'm probably at the iPodLinux forums:
http://www.ipodlinux.org/forums
http://www.ipodlinux.org/forums
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
But this is no arts school. You have to create such things with graphics tools, 3d modellers, etc. You will only get a render engine with Irrlicht, both game handling and gfx ressources have to be created by you. Even if you use techniques such as the heightmaps for terrain you'll have to design the heightmaps.
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
How far have you got so far?kevipapo1 wrote:I'm trying to make an RPG. A gameplay similar to that of GTA III.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Well, I'm giving ideas now. Some friends of mine are programming the thing. I want to be able to help out and use whatever I need to use to edit the game to our content.
Must I use IrrEdit to do this? What is IrrEdit anyway?
Must I use IrrEdit to do this? What is IrrEdit anyway?
If I'm not here I'm probably at the iPodLinux forums:
http://www.ipodlinux.org/forums
http://www.ipodlinux.org/forums
-
- Posts: 58
- Joined: Thu Apr 06, 2006 11:54 pm
Are you trying to "program in irrlicht", or create models, or textures, or something completely different? If you're not sure, there's no way anyone here can answer your question
This is a very important question, you'll need to answer that too. I can tell there are a few here waiting to give advice =progerborg wrote:How far have you got so far?kevipapo1 wrote:I'm trying to make an RPG. A gameplay similar to that of GTA III.
=D
Minus the "something completely different", that's about it.FriendlyWarlord wrote:Are you trying to "program in irrlicht", or create models, or textures, or something completely different?
How odd. Most people usually give me the "ur a n00b whu dusn't surch" stuff. Thanks a lotFriendlyWarlord wrote:I can tell there are a few here waiting to give advice =p
I just noticed that IrrEdit is only for Windows. Darn! Too bad...
If I'm not here I'm probably at the iPodLinux forums:
http://www.ipodlinux.org/forums
http://www.ipodlinux.org/forums
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Presumably they'll be able to answer your technical questions, or at least give you a grounding in what you need to know in order to ask questions that will result in constructive answers.kevipapo1 wrote:Some friends of mine are programming the thing.
We actually like answering questions round here, but to get the most out of us, you'll have to learn the art of asking them.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Well they're not C++ examples are they? They're just examples of how to use Irrlicht in C++ but not how to program properly in C++. They're good because they're a single source file which makes them easier to understand for newbies i think as it's not a load of different source files.
If you don't know how to make classes in C++ then you shouldn't really be jumping in as deep as a graphics engine until you've learnt the basics of the language!
If you don't know how to make classes in C++ then you shouldn't really be jumping in as deep as a graphics engine until you've learnt the basics of the language!
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
examples/03.CustomSceneNode/main.cpp class CSampleSceneNodepippy wrote:one thing I didn't like about the Irrlicht examples is that none of them show how to make classes in c++.
examples/04.Movement/main.cpp class MyEventReceiver
examples/05.UserInterface/main.cpp class MyEventReceiver
I'd go on, but I think I've made my point.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Do I need to use IrrEdit to create a game for irrlicht (graphics wise)? If so, then I'll need a Windows computer. Too bad I'm still using a PPC Mac computer instead of an Intel. I have Virtual PC, but that wouldn't work very well. Sigh...
Am I stuck?
Am I stuck?
If I'm not here I'm probably at the iPodLinux forums:
http://www.ipodlinux.org/forums
http://www.ipodlinux.org/forums
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
You don't need to use it. It's aimed mostly at creating FPS or RPG style environments, which may not match your goals anyway.
However, you will need content creation tools of some sort, regardless of the engine that you're using. Creating game content isn't just a matter of loading a bunch of hard-coded models; you need to group them into scenes, and include things like particle emitters and environmental data as well.
Frankly, I don't know what game content creation tools, if any, are available on Linux. If you go with a solution other than Irrlicht then you may end up having to write your own content tools anyway, even if it starts out as simple hand edited text files (or lua or GameMonkey scripts) that are parsed at runtime in order to load models, create emitters and set up the environment.
What you won't get away with other than for the simplest games or demos is simply hard-coding your game scenes and environments into the code.
However, you will need content creation tools of some sort, regardless of the engine that you're using. Creating game content isn't just a matter of loading a bunch of hard-coded models; you need to group them into scenes, and include things like particle emitters and environmental data as well.
Frankly, I don't know what game content creation tools, if any, are available on Linux. If you go with a solution other than Irrlicht then you may end up having to write your own content tools anyway, even if it starts out as simple hand edited text files (or lua or GameMonkey scripts) that are parsed at runtime in order to load models, create emitters and set up the environment.
What you won't get away with other than for the simplest games or demos is simply hard-coding your game scenes and environments into the code.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way