Search found 8 matches
- Thu Aug 23, 2012 8:12 am
- Forum: Beginners Help
- Topic: Blender->Collada->Irrlicht : no textures
- Replies: 8
- Views: 1533
Re: Blender->Collada->Irrlicht : no textures
I'm using a nightly build from about a week or two ago.
- Thu Aug 23, 2012 7:50 am
- Forum: Beginners Help
- Topic: Best/most practical format for levels?
- Replies: 4
- Views: 546
Best/most practical format for levels?
I'm making a first-person grid-based dungeon crawler like Wizardry, Bard's Tale, Dungeon Master, etc. I'm looking for advice on what would be the most practical program/format for levels. They'll be mostly indoors and won't be all that complex. All I really need is basic level geometry (remember, gr...
- Thu Aug 23, 2012 7:40 am
- Forum: Beginners Help
- Topic: Where to start?
- Replies: 4
- Views: 274
Re: Where to start?
I'm in the same position as you. I've mostly done text games (text adventures and roguelikes and whatnot) because I enjoy working on gameplay and design more than graphics. However now I want to make a game that would probably be best done with 3D graphics, so here I am learning Irrlicht. I'd say go...
- Thu Aug 23, 2012 6:00 am
- Forum: Beginners Help
- Topic: Blender->Collada->Irrlicht : no textures
- Replies: 8
- Views: 1533
Re: Blender->Collada->Irrlicht : no textures
Here is the file: http://dl.dropbox.com/u/36445244/test.dae And here is the code involved in loading the file: //set up scene manager ISceneManager* smgr = device->getSceneManager(); smgr->getParameters()->setAttribute(scene::COLLADA_CREATE_SCENE_INSTANCES, true); //set up mesh IMesh* mesh = s...
- Wed Aug 22, 2012 8:27 pm
- Forum: Beginners Help
- Topic: Blender->Collada->Irrlicht : no textures
- Replies: 8
- Views: 1533
Re: Blender->Collada->Irrlicht : no textures
Well, Xcode seems to be able to read Collada files and display their contents. The order of the entity folders is: Geometries Materials Cameras Lights Animations Is this order the problem? If so, is there some way to load Collada files exported by Blender into Irrlicht correctly? I don't see any obv...
- Wed Aug 22, 2012 10:02 am
- Forum: Beginners Help
- Topic: Blender->Collada->Irrlicht : no textures
- Replies: 8
- Views: 1533
Blender->Collada->Irrlicht : no textures
I'm no expert in Blender or Irrlicht, so I'm sure I'm doing something wrong, but when I add textures in Blender, the scene loads up fine, but there are no textures--everything is flat (with lighting). I changed mapping to UV, as I read that this was needed, but I have no clue what to do now. Any hel...
- Thu Jun 09, 2011 12:09 am
- Forum: Beginners Help
- Topic: First-person grid-based dungeon-crawler RPG like Wizardry?
- Replies: 4
- Views: 3824
- Wed Jun 08, 2011 11:26 pm
- Forum: Beginners Help
- Topic: First-person grid-based dungeon-crawler RPG like Wizardry?
- Replies: 4
- Views: 3824
First-person grid-based dungeon-crawler RPG like Wizardry?
I'm looking to make an old-school Wizardry-style game with a modern-ish 3D engine like Etrian Odyssey or any of the other similar games for DS, PSP, or PS3. I'm wondering how practical it'd be to do this in Irrlicht. I'm not sure how I'd represent maps and level geometry. I'm thinking I could make a...