Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user diskwzrd ! (Registered 2025-02-01) You are not logged in - nap
CSDb User Forums


Forums > CSDb Entries > Release id #207357 : Gt2fork V0.5b
2021-08-26 21:00
spider-j

Registered: Oct 2004
Posts: 503
Release id #207357 : Gt2fork V0.5b

Quote:
It seems like the keys Y and Z is flipped (qwertz), like on a german(?) keyboard. Is it a way to make it "standard"-qwerty?
I'm using a Swedish keyboard with standard qwerty-layout.

Hm. That is quite funny, because me (as a german with QWERTZ layout) always had the problem the other way around, but for some reason only on linux and not on windows with the original SDL1 based GT2. I thought switching to SDL2 automagically "fixed" the problem.

I didn't change any of the original source code in the key tables. It's still QWERTY in the source code. But this should be mapped to local settings by SDL / your OS anyway...

Original:
unsigned char notekeytbl1[] = {KEY_Z, KEY_S, KEY_X, KEY_D, KEY_C, KEY_V,
  KEY_G, KEY_B, KEY_H, KEY_N, KEY_J, KEY_M, KEY_COMMA, KEY_L, KEY_COLON};

unsigned char notekeytbl2[] = {KEY_Q, KEY_2, KEY_W, KEY_3, KEY_E, KEY_R,
  KEY_5, KEY_T, KEY_6, KEY_Y, KEY_7, KEY_U, KEY_I, KEY_9, KEY_O, KEY_0, KEY_P};

https://sourceforge.net/p/goattracker2/code/HEAD/tree/goattrk2/..

gt2fork:
unsigned char notekeytbl1[] = {
    KEY_Z, KEY_S, KEY_X, KEY_D, KEY_C, KEY_V,
    KEY_G, KEY_B, KEY_H, KEY_N, KEY_J, KEY_M, KEY_COMMA, KEY_L, KEY_COLON
};

unsigned char notekeytbl2[] = {
    KEY_Q, KEY_2, KEY_W, KEY_3, KEY_E, KEY_R,
    KEY_5, KEY_T, KEY_6, KEY_Y, KEY_7, KEY_U, KEY_I, KEY_9, KEY_O, KEY_0, KEY_P
};

https://github.com/jansalleine/gt2fork/blob/dev/gt2fork/src/gpa..

So, sorry, I have no workaround for this problem right now :-(

I will try to get rid of the BME wrapper and replace it with pure SDL2 in the future – hoping this will fix stuff like that.
2021-08-26 21:15
theK

Registered: Oct 2020
Posts: 46
No worries! :-)
Thanks for the answer and you work for the scene! :-)
/K
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
wil/VCC^CTG
Knut Clausen/SHAPE/F..
Nafcom/P.o.L.
Ref/Crescent
wacek/arise
psenough
Guests online: 327
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Coma Light 13  (9.6)
4 Mojo  (9.6)
5 Edge of Disgrace  (9.6)
6 Uncensored  (9.6)
7 Comaland 100%  (9.6)
8 Wonderland XIV  (9.6)
9 Unboxed  (9.5)
10 Memento Mori  (9.5)
Top onefile Demos
1 Nine  (9.8)
2 Layers  (9.6)
3 Party Elk 2  (9.6)
4 Cubic Dream  (9.6)
5 Copper Booze  (9.6)
6 Libertongo  (9.5)
7 Dawnfall V1.1  (9.5)
8 Rainbow Connection  (9.5)
9 Onscreen 5k  (9.5)
10 Cambrian Comrades  (9.5)
Top Groups
1 Oxyron  (9.3)
2 Booze Design  (9.3)
3 Performers  (9.3)
4 Triad  (9.3)
5 Censor Design  (9.2)
Top Fullscreen Graphicians
1 Joe  (9.7)
2 Sulevi  (9.6)
3 The Sarge  (9.6)
4 Veto  (9.6)
5 Facet  (9.5)

Home - Disclaimer
Copyright © No Name 2001-2025
Page generated in: 0.121 sec.