Texmaster

Thread in 'Discussion' started by Report, 29 Jan 2008.

  1. Altimor

    Altimor a.k.a. Ghett0


    F3 just closes it.
     

  2. If you need me to host Texmaster releases in the future - I would be happy to do so.


    Thank you for a very nice game!
     
  3. This is the location of the key setups in the Texmaster windows executable. This location will vary for each build of the game and is different for the linux version, but what you are looking for is the 73 00 00 00 78 00 00 00 <etc> sequence:


    http://image.llbit.se/texkeys.jpg



    Edit: Oh, and as you can see I've changed the second key setup in that image.
     
  4. Muf

    Muf

    Oh I would so play that to death. Right now we're playing BlockTrix out of desperation seeing that there aren't any better online tetris games...
     

  5. yah, it is unfortunate that there are no good pc tetris netplay games. if we had something like texmaster/heboris/lockjaw working well online, then i think the community would grow to be very large. heheh
     
  6. Doesn't do anything on my PC... maybe it's something new in the 2009 version of the game (I'm still running the 2008 version)?



    Many thanks for the info [​IMG]
     

  7. Yeah, and then try it on the title screen...
     
  8. cdsboy

    cdsboy Unregistered

    Or it could be that you don't have the config you edited enabled in the ini file. Thats what happened to me.
     
  9. Report

    Report Texmaster developer

    Texmaster 2009 beta1 patch2

    http://www.sendspace.com/file/gqqjni (Windowsxp binary)

    http://www.sendspace.com/file/klxp4a (Windowsxp Knoppix5.1.1 key.html)


    SPECIAL Ti mode. fix grade

    S9, M, GM, 9, 8... -> S9, M1, M2, M3, ...

    The display was wrong. internal operation is correct.

    -----

    add keyboard type

    ex. up="W" down="A" left="S" right="D" a="J" b="K" c="L" d="SPACE"

    ** Texmaster2009beta1.ini **

    key_type5_up = 119

    key_type5_down = 115

    key_type5_left = 97

    key_type5_right = 100

    key_type5_a = 106

    key_type5_b = 107

    key_type5_c = 108

    key_type5_d = 59


    key_type_pl1 = 5


    Refer to "key.html"

    -----

    If cannot detect up/down/left/right. (SEGA's Virtua Stick High Grade)


    try

    player1_povhat = 1


    -----

    novice mode broken...
     
  10. REPORT!! you are too good


    thank you


    VSHG works perfectly!!
     
  11. cdsboy

    cdsboy Unregistered

    *patiently awaits the linux version*
     
  12. DIGITAL

    DIGITAL Unregistered

    Where may I find this file as it doesn't seem to be bundled. The values in the INI looked like Alt codes but I was wondering if it is possible to assign keys like SHIFT?
     
  13. Hm, I have some problems with the joystick detection in Texmaster. The povhat detection works but the buttons are behaving strangely.


    This is the VSHG layout:

    Code:
            (13) (9) (7) (8)    (10)
    
        POV-UP         (4) (3) (5)
    POV-LEFT    POV-RIGHT
        POV-DOWN        (1) (2) (6)
    I use the following config in texmaster2009beta1.ini:
    Code:
    player1_keyA = 4
    player1_keyB = 3
    player1_keyC = 5
    player1_keyD = 1
    But for some reason button 4 registers as B, button 5 registers as A and button 6 registers as C, and the hold button doesn't register at any button on the VSHG.


    Any idea what I could be doing wrong?


    hector: What config did you use? It works for you?
     
  14. the vshg starts at button 0 in texmaster


    just -1 from your values, so

    3

    2

    4

    0



    [​IMG]
     
  15. tepples

    tepples Lockjaw developer

    The pref files of some programs count buttons from zero, while others count from one.
     
  16. Report

    Report Texmaster developer

    oops! I forgot to put key.html.


    Knoppix 5.1.1 binary , key.html and Windowsxp binary.


    http://www.sendspace.com/file/klxp4a


    Please make a lot of mirrors.



    Code:
    player1_keyA = 4 
    player1_keyB = 3 
    player1_keyC = 5 
    player1_keyD = 1
    player1_keyA = 3

    player1_keyB = 2

    player1_keyC = 4

    player1_keyD = 0
     
  17. Muf

    Muf

Share This Page