![]() |
| | #1 |
| Registered User Join Date: Apr 2002
Posts: 48
| Sprites In Console 1) What's a good format to use for sprites in console for programming? 2) What's the fastest and easiest way to load it into the console? 3) Tutorials on making it move? 4) Transparency? 5) Any kind of tutorial that explains all this stuff on making games in console?
__________________ Hey, you gotta start somewhere |
| c++_n00b is offline |
| | #2 |
| Registered User Join Date: Nov 2001
Posts: 626
| hmm, 1) you cant use any graphics on a console window, you have to set the video mode if you are using DOS.(Although your program will run from a DOS window) 2) graphics arent loaded to your window, you load them then display them. 3) if your character has coords increase the x, val for left or decrese for right movement and same for jump but you will need to work w/ some physics to simulate gravity. 4) Is slow without hardware support 5) If you are trying to make DOS games look here in the tutorials section for examples on setting the video mode under DOS
__________________ "only two things are infinite, the universe and human stupidity, and im not sure about the former." - albert einstein |
| xds4lx is offline |
| | #3 |
| Guest
Posts: n/a
| I know how you can do this, the commands etc. and I'm really willing to help you. Unfortunately there is such policy on this board that if I say, all my messages may be deleted. |
| | #4 |
| Registered User Join Date: Apr 2002
Posts: 48
| um... ok... how do you 'set the video mode in dos' or watever you said? there's no tutorials here but thx anyway. I'll rephrase the subject. "Sprites in DOS". Sound better now? Thx anyways though...
__________________ Hey, you gotta start somewhere |
| c++_n00b is offline |
| | #5 |
| Guest
Posts: n/a
| There are no video modes in console |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Console, Terminal and Terminal Emulator | lehe | C Programming | 4 | 02-15-2009 09:59 PM |
| Full Screen Console | St0rmTroop3er | C++ Programming | 1 | 09-26-2005 09:59 PM |
| Problems with a simple console game | DZeek | C++ Programming | 9 | 03-06-2005 02:02 PM |
| Console Functions Help | Artist_of_dream | C++ Programming | 9 | 12-04-2004 03:44 AM |
| Just one Question? | Irish-Slasher | C++ Programming | 6 | 02-12-2002 10:19 AM |