can't install
by Shane Lunsford · in Game Mechanics Kit · 01/17/2012 (9:43 pm) · 10 replies
Hello I just bought the GMK and can't get it to work. Is there a step by step or other resource beside the PDF on how to get it working. I don't know much but know even less when it comes to code and stuff. That's why i bought the kit didn't think it whould be so hard to get going.....and it most likly isn't i just don't know what I'm doing for sure. Any help would be great Thank you
About the author
#2
01/21/2012 (10:46 pm)
I tried adding the files it lines out in the PDF but the when I run it doesn't do anything I'm still learning so I am sure I have missed something but I don't know what. When you say compile so I have to open it up in torsion? Thank you
#3
01/22/2012 (7:25 am)
You have to add the source code to the engine and recompile the dll. This is usually done using Visual Studio. Just adding the files to the source will not change the game engine.
#4
01/22/2012 (11:59 am)
So I have to have Visual Studio to use GMK? I bought it beacuse I had no clue on scripting....back to the drawing board. :-) Thank you
#5
01/22/2012 (5:21 pm)
Hello, I don't have Visual Stuido so is there a way to make the GMK work with out? Thank you
#6
01/24/2012 (9:58 pm)
You will have to have a compiler to incorporate GMK into the source code. You can download Visual Studio Express for free.
#7
01/25/2012 (6:05 pm)
I really apriciate your help but I have one more question what one do I download basic, c++, c#? i'm guessing the c++ as thats what I've seen in some of the doc's but i'm not sure. Thank you
#8
01/25/2012 (8:04 pm)
Yep. C++.
#9
01/29/2012 (1:36 pm)
i was able to get this figured out with some great inside help, Thank you
#10
01/29/2012 (3:36 pm)
No problem. Now you can embark on the journey of source code modification. It's a rewarding experience (most of the time).
Kerry Enfinger
Altered Reality Software
What kind of errors are you getting when compiling the source code?