: : : I just bought a new computer and I can't get ultimate cheat working now.
: : Care to be a little more specific?
: sorry bout that, I'm running windows XP and I installed ultimate cheat like usually by putting the key-c.d or whatever file in the main story directory but it was all weird like there were only two files and I remember on my old computer there were like 50 or something.
Only 2 files in your story directory? That can't be right. (Or did I misunderstand?)
:So, dink runs just fine and I usually change ultimate cheat to the d key cause that makes it work in most dmods but it still doesn't. Also, I don't know if this makes a difference but I noticed that all the files in the dink director where D programs but the ultimate cheat is a C program but they were no other files in ultimate cheat when I unzipped it for me to place in the story directory so I don't exactly know what to do.
Having some scripts in D and some in C should not be a problem. Hey wait a minute, you didn't by chance intall from a CD did you? If so you need to patch it. I guess that's noy likely.
Here's a simple test: Take this and save it as key-192.c in the same directory. See if pressing ' (same key as ~) makes dink say, "Check!". If that doesn't work either, it's probably the wrong folder or something.
void main( void )
{
say("Check!", 1);
kill_this_task();
}