Search found 31 matches

by ViperGuy911
Thu May 19, 2005 11:45 pm
Forum: Beginners Help
Topic: One question about camera's position[solved]
Replies: 3
Views: 212

Thx for the links. Ill do that from now on. Many appolagizes.
by ViperGuy911
Thu May 19, 2005 4:20 am
Forum: Beginners Help
Topic: Audiere
Replies: 4
Views: 329

Audiere

Does audiere support mid files?

If not, can someone please convert a mid file for me to wav or mp3?


Thanks
by ViperGuy911
Thu May 19, 2005 1:01 am
Forum: Beginners Help
Topic: One question about camera's position[solved]
Replies: 3
Views: 212

One question about camera's position[solved]

Hi.

I was wondering how I can display the cameras x,y, and z coordinates in the game window caption?


Thanks.
by ViperGuy911
Tue May 17, 2005 10:52 pm
Forum: Beginners Help
Topic: Bullet Help
Replies: 2
Views: 349

Okay. In the begging of the code before int main() I added CDemo *file; And in the event reciever I put when the mouse was left up file->shoot(); The rest of the code is the same. Is that right? Cuz I get this error message: C:\Documents and Settings\Tigran\My Documents\C++ TUTS\FPS\main.cpp(47) : e...
by ViperGuy911
Tue May 17, 2005 5:38 am
Forum: Beginners Help
Topic: Bullet Help
Replies: 2
Views: 349

Bullet Help

Hi. How are you guys? I am having a problem with my bullet. Here is my code: In main.cpp: #include <irrlicht.h> #include <iostream> #include "audiere.h" #include "CDemo.h" using namespace irr; using namespace audiere; using namespace core; using namespace scene; using namespace v...
by ViperGuy911
Mon May 16, 2005 4:40 am
Forum: Beginners Help
Topic: problem with gun picture overlay[solved]
Replies: 11
Views: 503

K. Its done. Image

Thanks RabidLockerGnome
by ViperGuy911
Mon May 16, 2005 2:49 am
Forum: Beginners Help
Topic: problem with gun picture overlay[solved]
Replies: 11
Views: 503

No. Sorry, not yet. When I do i'll post it with the person who helped me.
by ViperGuy911
Sun May 15, 2005 3:26 am
Forum: Beginners Help
Topic: problem with gun picture overlay[solved]
Replies: 11
Views: 503

PNG is not a supported format.
by ViperGuy911
Sat May 14, 2005 11:52 pm
Forum: Beginners Help
Topic: problem with gun picture overlay[solved]
Replies: 11
Views: 503

K. Thx. Pic edit done. How would I set it up in the code. heres my code now // Picture stuff video::ITexture* image = driver->getTexture("m4al.jpg"); driver->makeColorKeyTexture(image,video::SColor(0,0,0,255)); // close device = false progDeath = false; while(device->run()) if (device->isW...
by ViperGuy911
Sat May 14, 2005 11:30 pm
Forum: Beginners Help
Topic: problem with gun picture overlay[solved]
Replies: 11
Views: 503

I got the part that the picture showes half because I forgot to change the picture size.

I am not good with Photoshop. I have the trial of C8. If I send you the picture would you edit it for me, please?


Thanks
by ViperGuy911
Sat May 14, 2005 11:21 pm
Forum: Beginners Help
Topic: problem with gun picture overlay[solved]
Replies: 11
Views: 503

problem with gun picture overlay[solved]

I used the code from the previous post of mine that was answered by trekker. Now, I found a new picture I want to use and use the code with the new gun name and the new R, G, B for the transparency and the picture comes up half and all chopy with the transparency. If you need the code and/or the pic...
by ViperGuy911
Fri May 13, 2005 9:14 pm
Forum: Beginners Help
Topic: Another Question...yes. Now its a crouching problem.
Replies: 3
Views: 340

SARIN wrote: man, crouching is not nearly as hard as jumpin, u should see some of my questions about jumpin and frame rate. *shudder*
Woah! I want jumping to and what you said got me worried. :) Would this be easier with the Newton physics thing.


Thanks.
by ViperGuy911
Fri May 13, 2005 2:04 am
Forum: Beginners Help
Topic: Another Question...yes. Now its a crouching problem.
Replies: 3
Views: 340

Another Question...yes. Now its a crouching problem.

How would you set up crouching in the event receiver?



Thanks
by ViperGuy911
Thu May 12, 2005 3:19 am
Forum: Beginners Help
Topic: How to get mouse click...[solved]
Replies: 21
Views: 1208

TREKKER!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

IT WORRKED!!!!!

THANK YOU SO MUCH!!!!!!

Gonna go take a shower now. Thanks again. Bye.

[solved]
by ViperGuy911
Thu May 12, 2005 2:47 am
Forum: Beginners Help
Topic: How to get mouse click...[solved]
Replies: 21
Views: 1208

OMG! I think my game is retarded. The sound doesn't play. I set it to 1.0f. I think its from the event receiver. Let me put that code up. IrrlichtDevice* device = 0; scene::ISceneNode* node1 = 0; class MyEventReceiver : public IEventReceiver { public: virtual bool OnEvent(SEvent event) { /* If the k...