View previous topic :: View next topic |
Author |
Message |
Potato-VS- Registered User
Joined: 16 Jul 2002 Location: Ontario Canada Posts: 1562
|
Posted: Fri Jan 16, 2004 6:15 pm Post subject: Testing testing 1,2,3... |
|
|
Okey, just a test - Im having the most wonderful time programming in collision detection and getting the controls to actually do what I want - but anyway, heres another test - the actual game core of sorts I guess. I still need to add quite a few things, but for now heres the basics:
- press the up arrow to move foward once it reaches 0, 0 in the model it reverses (I dont know why this is as of yet but its probably because of the programming)
- press the down arrow to move backwards (this flips over and reverses after a certain amount of time, another thing that puzzels me )
- left arrow (once fixed and added) will turn the camera & player left
- right arrow (once fixed and added) will turn the camera & player right
- move movement (once fixed) will rotate the camera around the player
- mouse 1 = attack (once added)
- mouse 2 = refocus camera (places the camera back in the over the sholder view of the player)
- esc = quit
- F1 = windowed mode
Tell me any errors that you may come across please... DONT RUN IT WITH MSN! For some reason my computer doesnt seem to like running the two at once and it crashes about three or four times ...
http://www.orcish-design.net/Legend%20of%20Korlisia.zip |
|
Back to top |
|
|
Stevo Ville Supporter
Joined: 08 Dec 2002 Location: Orange County Guild: TVR Posts: 9514
|
|
Back to top |
|
|
Potato-VS- Registered User
Joined: 16 Jul 2002 Location: Ontario Canada Posts: 1562
|
Posted: Fri Jan 16, 2004 6:31 pm Post subject: |
|
|
Thats the problem, the left and right keys dont want to work properly. I gotta figure that one out. Anyway, a link to a winzip file - no windows compression crap. www.orcish-design.net/LoK.zip |
|
Back to top |
|
|
[HALO]cpt._Keyes Registered User
Joined: 10 Aug 2003 Location: Coast Guard Guild: [HALO]-USV= AND VILLE Supporter Posts: 698
|
Posted: Fri Jan 16, 2004 8:13 pm Post subject: |
|
|
The page cannot be found _________________ You dont know who I am but you will instantly fall in love with my voice, chances are I will be the best thing you have heard your whole life, I am the voice of the angels.
Coast Guard Radiomen
-K.Jeffrey(cpt_Keyes) |
|
Back to top |
|
|
Potato-VS- Registered User
Joined: 16 Jul 2002 Location: Ontario Canada Posts: 1562
|
Posted: Sat Jan 17, 2004 9:46 am Post subject: |
|
|
Im going to be working on a camera class - it works but doesnt like it when I call any functions such as:
Code: | if(keys[VK_UP])
{
Camera.MoveFoward(1.0);
DrawGLScene();
} |
Ill be sorting that out later on this weekend... Theres gotta be a reason for it not liking the code I just need to figure it out. Anyway, Ill post up a link once everythings done. |
|
Back to top |
|
|
|