Page 1 of 1

RTC should work with Numlock up or down

Posted: Mon Mar 01, 2004 10:58 pm
by westlad
downloaded csb by george gilbert. strafe left & right doesn't work with key
press. I have changed 'config' file setting saved and run game with no effect. can you help please??

Posted: Wed Mar 03, 2004 4:09 pm
by PicturesInTheDark
Just tried to test the problem but got myself a crash, diagnostics file stating:

Code: Select all

Stack Dump:
  RTCMedia.LoadTileFromMemory(pointer 0x00A47B3C, int 110, pointer 0x019E0034, int 18, int 1, pointer 0x0012F700, pointer 0x0012F704, bool TRUE);
  RTC.LoadTileFromMemory(int 0, int 110, pointer 0x019E0034);
  RTCData.LoadTileFromMemory(int 0, int 110, pointer 0x019E0034, int 18, int 1, int 0, int 0, int 18, int 1, bool FALSE);
  RTCData.DF1(string "Data\\Init.dat");
  RTCData.InitPart1();
  RTC.InitPrimary();
  RTC.DoFrame(int 1);
  RTC.WinMain();
I remember V0.28 working correctly, but probably the new computer I got is the reason something is not working...

Regards, PitD

Posted: Thu Mar 04, 2004 10:24 am
by George Gilbert
If it's any help, the diagnostics you've posted indicate that it crashed on the very first call to DirectX.

I would imagine that there's some problem with that...

Posted: Thu Mar 04, 2004 8:30 pm
by westlad
I have found an answer - simply press number lock key , then all directions work with key press

Posted: Thu Mar 04, 2004 10:04 pm
by copperman
D'oh

Posted: Fri Mar 05, 2004 5:21 pm
by Lunever
As I said a long time ago: RTC should be able to run properly no matter whethter numlock is actually set or not. I think this should be changed if this is not yet done.

Posted: Mon Jan 31, 2005 1:22 pm
by George Gilbert
Made the keys configurable a few versions ago - can't remember when (V0.27ish?)