DarkGDK FPS tutorial - basics
Uploader Comments (pqowieuryt101)
All Comments (106)
-
Like cleo mods lol
-
@EpilepticElbow well DarkGDK is based around C++... but C# is quite similar to C++ in terms of syntax so I imagine it would help you, even if just in the understanding of it.
-
@pqowieuryt101 How did i not think of that?
thanks
-
Cannot open include file: 'DarkSDK.h': No such file or directory
I did add it to the project folder.
-
Nevermind, I looked on the forums. Thank you SO much! Java was getting on my nerves, and C++ is my kind of language. BTW, I made a Pig Latin/English translator in C++ once XD
-
So, I installed the GDK, but the template doesn't show up in Visual Studio 2010. Is 2008 required? I liked 2008 a lot better...
-
Sorry for double post but this is now the error
1>c:\users\tom\documents\visua
l studio 2008\projects\fps1\fps1\main.c pp(19) : error C2146: syntax error : missing ')' before identifier 'f' 1>c:\users\tom\documents\visua
l studio 2008\projects\fps1\fps1\main.c pp(19) : error C2059: syntax error : ')' -
Can you help me? it always comes up cannot find fps1.exe but I thought it would make it by itself? please help :L
How do i move the camera with WASD?
MrDuskling 1 year ago
@MrDuskling look into dbKeyState
pqowieuryt101 1 year ago
What skill level is required to make simple nice games with Dark GDK? I mean, I know some C++, not great, but good enough.
djsotos 1 year ago
@djsotos IF statements, functions, do and for loops, arrays and maybe classes. That sort of thing..
pqowieuryt101 1 year ago