1,009 Recommended Topics
Remove Filter ![]() | |
HI i am working with visualc++08 ,but alas i recently found that my compiler does not have resource pack which enables buttons ,menus etc. on including "resource.h" i get several compiler errors . someone please tell me where could i get the resource.h or a resource pack for the compiler … Game Development c++ | |
Hey guy's. I've never really cared for game dev befor, but it sounds kinda fun. I'm expecting a spair class next year and need to have something to do in my spair time. I'm thinking of making a clone of rogue (the 80's unix rpg). I'm wondering what the best … Game Development | |
How do I erase the font once it's done it's purpose? I've checked the web and it only shows how to put up font but not how to erase it so I can put up new font in it's place. Also if you have an easier way to do what … Game Development | |
I have seen private servers with custom models for WoW, but I have never seen custom terrain created or zones/instances. When I have asked, people always tell me it is much too complicated to do terrain. Any ideas to why this is? Just curious. I remember once I jumped off … Game Development | |
We are going to submit our C++ project on a game, which resembles Classic VideoGame game "Battle Rush", by next week, but we don't know much more about how to make artificial intelligence of the enemy tanks. So do you have any idea that how to update and move those … Game Development | |
I need help with commenting this code. I bet it is easy but I am a newbie and i am really bad in it. Can anyone help me ? The code that should be commented : [url]http://www.opengl.org/resources/code/samples/glut_examples/examples/scube.c[/url] Game Development | |
some one help me plz m making snake game and i have used system("cls") command in all the functions which i have made so when i call any function it will clear the screan and only single star is printed now i want to know how else i do my … Game Development | |
Okay I am a new programmer and I am interested in making games. I already began learning OpenGL, C++, and SDL. I need you guys to clear some stuff up for me please and also help recommend some tutorials/books for me. I want to make a 2D Pokemon MMORPG. (Don't … Game Development | |
I'm planning to do a simple game engine (the core functionality in c++) from my own and I want to start with the scripting engine as I want this to be very 'modable', I did not coded anything yet, so suppose that exists a OOP scripting language in which I … Game Development | |
I am new to macromedia flash mx and just wondering if any one can help me get started and make a game. i have been playing around with flash and can make some animations and moving charachters but not a whole objective type game. please help me. thanks Game Development | |
Hi i'm a computer student searching for a software to make a game. i've googled and found severals but not many are free. [B]What im searching[/B] for is a software that resembles GameMaker or any RPG games ie Pokemon Red,Interactive Children Games that is easy to use and can be … Game Development | |
I want to make a 3d aquarium They way i want to animate will not be using keyframes at all, I want to move the fish model using all programming in realtime. At first i will just be moving the fish in a sine wave, once i get the hang … Game Development | |
Hi all. I'm part of a small operation, who has developed a game called Path to Pelantas. However, we are in dire need of programming help, so I wanted to know where to look for skilled programmers? Bear in mind that we are not the richest bunch as of yet … Game Development | |
I tried to install the devil library but I am getting some errors. Here are the steps that I am taking to install it : [code] Let me see if I did this correctly : Steps : 1) download DevIL 1.7.8 for windows 32 bit 2) extract the info to … Game Development | |
I am using c++/opengl. Can someone help me with a wrapper for a 2d ball representation. I have one but its not complete. I need other stuff like momentum and collision response. Can you help me implement this? Game Development | |
Hi! As you can see from the title I´d like to know where i should start if i´d like to become a game "programmer". Which skills are requiered, and where to find them, and if there are any free "tutorials", on the web. Thanks P.S. this is my first post … Game Development | |
I am trying this: [code=c++] #include <windows.h> #include <windowsx.h> #include <d3d9.h> #pragma comment (lib, "d3d9.lib") LPDIRECT3D9 d3d; LPDIRECT3DDEVICE9 d3ddev; void initD3D(HWND hWnd); void render_frame(void); void cleanD3D(void); LRESULT CALLBACK WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { HWND hWnd; WNDCLASSEX … Game Development | |
Hello everyone. For all of you who don't know I'm working on my 3D game engine (OpenGL) and I'm making development diary. So here is the episode 3, it's in 2 parts. New things are loader for TGA and FPXM(that is my own model file type for the engine). Also … Game Development | |
Hey All I am trying to create a [B]DLL[/B] to handle some directx for me. But it seems to be acting up. If you take a look at the picture below you will see that the [B]LPDIRECT3DDEVICE9 d3ddev;[/B] pointer is not being created? While at the same time, the [B]D3DPRESENT_PARAMETERS … Game Development | |
heyy guyz!!! is it possible to make a game with d help of .NET means action game if not plz suggest d lang. which u prefer to me to adopt for build a gud action game....Thanks in ADVANCE Game Development | |
Hey All I'm building a simple game engine (yes I know...) but it's more for personal experience. I'm up to the stage where I have built a simple wrapper for directx and win32. Anyway, all is going great so far. Now, here's something I am a little bit confused on... … Game Development | |
Hello. I've been messing around with applying textures and i managed to apply one with no hiccups. By subsequent attempts , however, keeps turning my spheres blue! I don't know what to do. I'm attaching what i've done so far because it's kind of long. If anyone can help me … Game Development | |
If anyone is still interested in those old, nostalgic text-based games to run in the console, there's Python Universe Builder by Joe Strout. Yes, it's a dead project as the last release dates back to 2006, but it still works fine if anyone is interested. On the [URL="http://py-universe.sourceforge.net/"]Sourceforge page for … Game Development python | |
I have a really wierd problem using OpenGL. I've verified all my code passes the correct mesh, correct texture, to the correct shader. When I use the same texture with multiple instances of the same mesh and the same shader located at different locations on the screen it shows up … Game Development opengl | |
Hi every one, I never had done game development in my life befor but I want to do 3d java game development. can n e one tell from scratch where should I start from? Thank you, Regards, [B]Syed Ahmed Hussain[/B] Game Development | |
Hello, I've started work on building a 2d tile based platform game, and have just been wondering about how to store/distribute the games levels. this game allows you to load a 'World' which is made up of potentially up to 10000 map files (A 100x100 grid, though most of the … Game Development | |
I want to design a game. I know how to write in html, so I'm hoping I can do games also. Either in flash or not flash. I want to make a puzzle or word game. I just don't know where to start? Any advice would be super! I'd really … Game Development | |
ok I am almost done doing what I need to do and that is getting a portion of a bitmap to appear on the screen and have it move around using directional controls. My problem is that while I get the the bitmap move it leaves the original behind and … Game Development | |
Hi, I suck at math. I've been working a 2d (yes 2d) library lately at it's been making my head spin. The terminology, the equations, all of it. What I want to do is get good at math, or at least stop sucking. Does anybody know a good book a … Game Development | |
If i dont know win32 i cant learn opengl?? i learn C++ and i want to use graphics and opengl it look good. if i can learn opengl without win32 you can give me tutorial?? thanks sorry about my english.. Game Development opengl | |
Hi there, This is my first post and I am quite new to developing games. I have only made tic tac toe and currently making a pong clone, using c++ and SDL. I seem to be having a problem with the animation of my ball (or puk as I call … Game Development c++ | |
Moazzam Begg, former [URL="http://www.daniweb.com/blogs/entry2863.html"]Guantanamo Bay[/URL] detainee, is set to go back to the now closed suspected terrorist prison camp. But this time his stay will be purely virtual, on the Xbox 360. As strange as it might sound, a new computer game is being developed based upon life in Guantanamo … Game Development gaming | |
I know this is alot to ask, i know this is a big task to start all of a sudden and i know that i will probably get stuck and give up, but i am really interested in making a 3D engine from scratch, and i need help, can anyone … Game Development | |
Alright, I'm a novice in programming DirectX but very adept at c++ in general, and I really want to learn how DirectX works! I borrowed a book from the local library called "Windows Game Programming for Dummies". Seeing as I'm dumber than a Dummie, I really didn't understand the chapter … Game Development | |
Hey guys. I'm working on my game engine, and I'm making development diary. I hope you like it. Youtube video: [url=http://www.youtube.com/watch?v=XxKdFTcF9N8]Development of FPX-Game engine episode 2[/url] New things: -Level files and loading system -Viewer -Game Editor -Sky Cube/Box -Small demo game, screenshot of it: [img]http://img89.imageshack.us/img89/8681/1842009engine.png[/img] enjoy.. p.s. what do you … Game Development | |
![]() | I would really like for this thread to discuss all aspects of "RPG math" i.e.(Attack, Magic, Defense, Magic Defense, Agility, etc...) So lets start off with Attacking. I am going to dismiss what the targets defense stats are and just think about raw attack power. So what are the elements … Game Development |
Hi, everyone! I'm having problems with the implantation of a free camera in a 3D world. For now, I'm using the A/D/W/S keys to make the camera go right, left, forward and backward. The problem is that I don't see the effects of the forward and backward movements. Even with … Game Development opengl | |
Hi friends, i got one query and would like to share with you, working on a tower defense type game. A while ago I posted asking about maze logic and was kindly directed towards A-star pathfinding. It is perfect. I understand the concept and it makes sense. Now the problem … Game Development | |
![]() | Hi, i think this is the right place to ask but im looking for tutorials for Blender (free 3d development software), i tried the fanpage one but it wouldnt download, any tutorials you can recommend would be a great help thanks Game Development ![]() |
When it was reported this week that [URL="http://www.itwire.com/content/view/20747/1066/"]Professor Stephen Hawking[/URL] had been taken into hospital and was "very ill" the overall mood of the media seemed to be that the Lucasian Professor of Mathematics at Cambridge University and author of the best selling 'A Brief History of Time' book was … Game Development mathematics | |
Hello, the game development forum seemed the best place to ask, because it seems to be the only place where people might be using a 3D modeling program... if you have a better place for this to go please tell me. I've been thinking out a way to write a … Game Development | |
Hello everyone, I have recently witten a ray tracer for a school project (I am working with Windows XP). Currently, I am simply writing my images out to .bmp files. However, I really want to display them on the screen using OpenGL and GLUT. All the images created by my … Game Development opengl | |
Hello everybody, I hope I can explain myself clearly. I would like to design a preview for a program that print some data on a special card. Because the user can choose where to print the data on the card, I think it would be useful to give him a … Game Development opengl | |
I would love to work on a fun baseball game, something like MLB Power Pros or something like it and I would like to find a Linux baseball game, not the stats manager or text based ones. I'm just wondering why do you think there is no baseball game for … Game Development | |
Hi all, I am calculating DOG of two images using the following fragment shader. But I am not getting expected result. I have googled a lot but am not able to figure out my mistake here. uniform sampler2D blurImage; uniform sampler2D moreBlurImage; void main() { float blurGray = texture2D(blurImage,gl_TexCoord[0].xy).r; float … Game Development | |
Hi, Does anyone know how to view the allegro library. I wanted to make some changes which can help my game. Thanks Game Development | |
I'm trying to get some information on Airway Gaming Group, or their parent company, Airway Holdings. Has anyone heard of these companies? Does anyone have any info or a website address, or link, for either of them? Thanks for your help, BertC Game Development | |
Hi all, I want to input joystick to my code,which is very simple smile.gif.I searched the net but find out that people use DirectInput , etc... but i want a very simple application, for example like when you pull right, a variable in the code changes from 0 to 10,whne … Game Development c++ | |
If you like rune say Runescape Now! and get in this Chat. Its now or never :O You can Talk to people online and maybe meet maney diffrent people:) :P =p Game Development |
The End.