Search found 8 matches
- Tue Nov 02, 2010 7:30 pm
- Forum: Beginners Help
- Topic: Online
- Replies: 4
- Views: 578
Online
Can you use Irrlicht to make online games, if so does it costs money to hosts servers, and where would I go about learning this.
- Mon Oct 25, 2010 7:22 pm
- Forum: Beginners Help
- Topic: Error Help
- Replies: 11
- Views: 1233
- Mon Oct 25, 2010 12:13 pm
- Forum: Beginners Help
- Topic: Error Help
- Replies: 11
- Views: 1233
I use VC++ 2010 for everything else, but when using some libs on it it doesn't work. Irrlicht won't work on it for me. But I only tried one time and I didn't really try that well, was a few weeks ago. Will try again.
Also, the examples work on DevC++, but when I make my own project it doesn't.
P.S ...
Also, the examples work on DevC++, but when I make my own project it doesn't.
P.S ...
- Sun Oct 24, 2010 9:21 am
- Forum: Beginners Help
- Topic: Error Help
- Replies: 11
- Views: 1233
Error Help
I was following this tutorial: http://irrlicht.sourceforge.net/docu/example001.html
And I have my project settings the same as the example that came with Irrlicht when I downloaded it.
But when I compile I get this error:
C:\Dev-CPP\Irrlicht\Makefile.win [Build Error] [Irrlicht.exe] Error 1
Can ...
And I have my project settings the same as the example that came with Irrlicht when I downloaded it.
But when I compile I get this error:
C:\Dev-CPP\Irrlicht\Makefile.win [Build Error] [Irrlicht.exe] Error 1
Can ...
- Fri Oct 01, 2010 3:33 am
- Forum: Beginners Help
- Topic: How do you make a map/track
- Replies: 9
- Views: 1279
- Fri Oct 01, 2010 3:17 am
- Forum: Beginners Help
- Topic: How do you make a map/track
- Replies: 9
- Views: 1279
Downloaded the latest one a few days ago and I never saw a installer =/ (Or I am blindVirion wrote:which version of blender are you using? did you install it with an installer or unzip?
Not anymore, should I get it?paulorr29 wrote:have you installed python ?
i have the same error the first time that i use blender
- Fri Oct 01, 2010 12:16 am
- Forum: Beginners Help
- Topic: How do you make a map/track
- Replies: 9
- Views: 1279
You can create general meshes with 3D modelling tools like 3dsmax/maya/blender/...
You can create scenes more related to Irrlicht (with nodes for exemple (including particles)) with irrEdit and editIrr (1 official, the other can be found on this forums)
Finally you can create specific maps for your ...
You can create scenes more related to Irrlicht (with nodes for exemple (including particles)) with irrEdit and editIrr (1 official, the other can be found on this forums)
Finally you can create specific maps for your ...
- Thu Sep 30, 2010 9:47 pm
- Forum: Beginners Help
- Topic: How do you make a map/track
- Replies: 9
- Views: 1279
How do you make a map/track
Hello, I am just now starting to learn Irrlicht. I have only gone through a few of the tutorials (But I am going to go through them all, just wanted to get an idea of how to do it) and I really want to make a racing game similar to Motor Storm for the PSP and PS3. How would I go about making a map ...