Search found 8 matches

by -LeetGamer-
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.
by -LeetGamer-
Mon Oct 25, 2010 7:22 pm
Forum: Beginners Help
Topic: Error Help
Replies: 11
Views: 1233

Bate wrote:Simply switch from Multithreaded-DLL to Multithreaded compilation in your project's settings. Usually the file size will increase only a little bit but you won't have to install the VC++ Redist anymore.
I looked around and couldn't find it, where exactly is it?
by -LeetGamer-
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 ...
by -LeetGamer-
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 ...
by -LeetGamer-
Fri Oct 01, 2010 3:33 am
Forum: Beginners Help
Topic: How do you make a map/track
Replies: 9
Views: 1279

Virion wrote:
Not anymore, should I get it?
without python Blender won't run.
aahh, okay, thanks I will try it out.

EDIT:

I installed the top link for windows on python.org and it still doesn't work, I don't see anything about install with Blender, any help? :P thanks again!
by -LeetGamer-
Fri Oct 01, 2010 3:17 am
Forum: Beginners Help
Topic: How do you make a map/track
Replies: 9
Views: 1279

Virion wrote:which version of blender are you using? did you install it with an installer or unzip?
Downloaded the latest one a few days ago and I never saw a installer =/ (Or I am blind :P)
paulorr29 wrote:have you installed python ?

i have the same error the first time that i use blender
Not anymore, should I get it?
by -LeetGamer-
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 ...
by -LeetGamer-
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 ...