GTKRadiant<--->Irrlicht still dont work

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
DrJeckl
Posts: 5
Joined: Sat Jan 31, 2004 5:42 am

GTKRadiant<--->Irrlicht still dont work

Post by DrJeckl »

Well im still here but i have yet to get any the levels i make to compile, ive read the tutorial on how to do the batch compile in the how to forum but it just says bad command or file name in the msdos prompt, lol hopefully i dont solve this on my own again. The biggest diffrence between the tutorails batch compile text and mine is that all of my stuff is on my secondary hard drive D:/ so i set it all to D:/ yet it still doesnt work, this is the only thing i really have a problem with, thanks for the help if i get any. :wink:
rt
Posts: 150
Joined: Sun Nov 30, 2003 6:54 am
Location: canada
Contact:

Post by rt »

if the error is 'bad command or filename' then you need to change the first path in the .bat to point to correct locations of q3map2 on your system. you could do a start->search->find file to locate the file, but you should be able to find it under your 'GtkRadiant' folder, unless of course you installed it to a different place.

niko has posted the code which fixes the problem of 'missing triangles' which means that you don't need to use the .bat file method anymore if you update your irrlicht source code to include the bugfix. check out the code on this thread http://irrlicht.sourceforge.net/phpBB2/ ... =5984#5984. you can simply use the "-meta" option in the compile menu in GTKR
Post Reply