Search found 85 matches

by trooper
Thu Jan 11, 2007 3:28 pm
Forum: Project Announcements
Topic: Irrlicht 4 delphi and all copilers that suport dll's
Replies: 10
Views: 15250

Hi darkvadr, I have been waiting for sometime now for more news on this post. Also tried working with the code example djoker posted and not had much progress. There seems too much code missing, and I hope to see more, but no news from the Delphi master yet :wink: Hopefully he shall return. Anyway, ...
by trooper
Mon Jan 08, 2007 12:54 pm
Forum: Beginners Help
Topic: White Textures
Replies: 14
Views: 1424

Hey :wink: Are you compiling your code as it originally was, or maybe possible you added or modified it somewhere. My first point of call would be looking somewhere at the lighting :idea: Maybe you added something new, or changed the intesity of a light. Just a guess, but that's where I would start ...
by trooper
Sun Dec 31, 2006 10:07 pm
Forum: Beginners Help
Topic: 2d images
Replies: 10
Views: 600

hi Gladius_Coldhead


Is your problem with Direct3D Only.

I had the same issues, but worked fine with OpenGL

Also see this thread:
http://irrlicht.sourceforge.net/phpBB2/ ... highlight=

:wink:
by trooper
Sun Dec 31, 2006 6:07 pm
Forum: Project Announcements
Topic: SuperScaryGayme!
Replies: 32
Views: 6489

About time "Midnight" was banned from the community :!: He has nothing positive to give, other than abuse. Although he would just register again under another email, his posting level would be "0", and he would receive about as much respect, as he gives the other noobies :wink: ...
by trooper
Sat Dec 30, 2006 6:08 pm
Forum: Beginners Help
Topic: What network library is the best?
Replies: 6
Views: 689

Just for information :wink: A quote from the Author of "Game Server Programming": The most commonly found advice that I would suggest (after "use eNet") is: "Use TCP until the point where it causes your game to not work properly; then investigate UDP". If you have a gam...
by trooper
Sat Dec 30, 2006 5:44 pm
Forum: Beginners Help
Topic: What network library is the best?
Replies: 6
Views: 689

WOW, This could be a very in-depth topic :!: Well to start here is a quote from the GameDev Forum: TCP is a reliable protocol. Although this sounds like I'm paying it a compliment, it can be a bad thing for games. Reliable means that the packets you send are received in the same order. If you send p...
by trooper
Fri Dec 29, 2006 6:16 pm
Forum: Project Announcements
Topic: Tiled terrain scene node
Replies: 60
Views: 23986

AWSOME,

This has been long awaited by many people :wink:

I'm not near my own machine, but I'll be trying this out real soon :D

PS. What version of irrlicht is it ?

.
by trooper
Fri Dec 29, 2006 6:15 pm
Forum: Project Announcements
Topic: Irrlicht 4 delphi and all copilers that suport dll's
Replies: 10
Views: 15250

Hey djoker,

I tried building a sample project from some of your code, but did not figure out what the reference to "divinput" was ?

Should you not also need to load the DLL at some point ?

Cheers :wink:
by trooper
Fri Dec 29, 2006 6:10 pm
Forum: Project Announcements
Topic: IrrWizard?
Replies: 320
Views: 99750

Hey guys,

Anyone tried irrWizard with irrlicht 1.2 yet ?

I tried to compile a few times, and most of my problems came from the Fade In / Out stuff.

I'll be trying again soon, just wondered if anyone else had any luck ?

:?:
by trooper
Fri Dec 29, 2006 5:43 pm
Forum: Beginners Help
Topic: Can't get gouraud shading on my model?
Replies: 15
Views: 1309

Hey, OK just so you know, I have compiled and run your source, the problem with everything being white is your light sources. You are creating 2 lights and adding billboards, that are not shown in the code above, but the brightness of the lights is way too much, try changing it from 20000 to around ...
by trooper
Thu Dec 28, 2006 4:29 pm
Forum: Beginners Help
Topic: music not playing(SOLVED!!!!!!)thanks tropper,vitek,Acki,Mon
Replies: 22
Views: 1104

Your welcome, everyone loves praise :wink:

Keep up the good work.

And @ Acki - Nice work too, I always get good advice from you, even just reading your answers to others - Thanks :D
by trooper
Thu Dec 28, 2006 4:27 pm
Forum: Beginners Help
Topic: Different computers show different textures
Replies: 23
Views: 2159

hey :wink: ok well the level seems pretty basic, and I can't really tell from the terrain or the model, but I can see the problem with the 'skybox' could you mail the program, or put a download link somewhere, and maybe we could see whats wrong. Did you ever try to compile the terrain demo, and send...
by trooper
Wed Dec 27, 2006 1:14 pm
Forum: Beginners Help
Topic: music not playing(SOLVED!!!!!!)thanks tropper,vitek,Acki,Mon
Replies: 22
Views: 1104

OK, I see your using Visual C++, and I guess you know where the Audiere Folder (SDK) is installed. So go to Visual Studio - TOOLS - OPTIONS, then PROJECTS & SOLUTIONS on the left, then VC++ DIRECTORIES, then on the right using the drop down, setup up the paths for the INCLUDE & LIBRARY paths...
by trooper
Tue Dec 26, 2006 9:33 pm
Forum: Project Announcements
Topic: Irrlicht 4 delphi and all copilers that suport dll's
Replies: 10
Views: 15250

AWSOME !! I'm a Delphi guy, and been looking for something like this for a while. Only stuff I could find was .NET and even that didn't seem to work, everyone had DLL problems, and just seemed an extravigant claim that Irrlicht worked with Delphi. I'm impressed, and think Delphi 7 is one of the best...
by trooper
Tue Dec 26, 2006 9:17 pm
Forum: Beginners Help
Topic: How to lighten screen when look to sun?
Replies: 7
Views: 625

hey, Have you got lens flare working, I think I saw a thread on that somewhere. What kind of sun do you have, is it a light source, or part of the skybox texture. Not sure but first simple thing could be white/yellow texture, and change the alpha. I read a similar thread where someone wanted to chan...