The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Software that will interact with games and perform functions

    Discussion in 'Alienware' started by Napbree, Oct 15, 2008.

  1. Napbree

    Napbree Notebook Evangelist

    Reputations:
    23
    Messages:
    599
    Likes Received:
    0
    Trophy Points:
    30
    Basically,
    If I get shot in on a game, I would like my keyboard to flash. Is there anyway to get a program to like add a registory or edit a registry file when this happens, and then change it back?

    Get what I mean?
     
  2. Oceanus

    Oceanus Ambassador

    Reputations:
    268
    Messages:
    1,383
    Likes Received:
    0
    Trophy Points:
    55
    Yeah, pulsating lights? I think findvika is working on putting that feature in his lite version of the Alienware Command Center sometime in the future. For now, I don't think there is any way you can do that.
     
  3. RFrancis

    RFrancis Notebook Consultant

    Reputations:
    4
    Messages:
    130
    Likes Received:
    0
    Trophy Points:
    30
    I don't think this is possible due to the slow response time of the leds under the keyboard correct me if I'm wrong.
     
  4. Ennea

    Ennea wwwwww

    Reputations:
    62
    Messages:
    1,291
    Likes Received:
    2
    Trophy Points:
    56
    We discussed possibilities in another thread. Not sure if anyone's still interested in working on them though.
     
  5. findvikas

    findvikas Notebook Deity

    Reputations:
    272
    Messages:
    1,184
    Likes Received:
    1
    Trophy Points:
    56
    I am using Command Center's components to change the colors of LED as I did not want to mess up with LEDs directly by sending direct hardware signals. LED may support faster switching but I am not confident about it yet.

    Regarding changing the colors on the basis of events happening in game or other program is possible if only game/program also provide support for listening to those events.

    Only way I could think of is having a virtual force feedback driver, most of the modern games support force feedback controllers and somehow they send signals to those devices to vibrate on certain actions. This could be a real challenge and I have no major experience in game development (especially force feedback) so it will be quite time consuming just to figure out.
     
  6. Napbree

    Napbree Notebook Evangelist

    Reputations:
    23
    Messages:
    599
    Likes Received:
    0
    Trophy Points:
    30
    I'm sure we will all donate to help you out with your time! :)

    There must be ways of measuing health and such as well? How does the G(insert number here) keyboard with the display, display stats from a game? Maybe you could base it off something like that...
     
  7. whizzo

    whizzo Notebook Prophet

    Reputations:
    769
    Messages:
    5,851
    Likes Received:
    2
    Trophy Points:
    206
    the G15? it has a Gamepanel(tm). it's on the dell m1730 too i believe. it's a logitech-proprietary development. i guess you could find out how it communicates with the games by asking logitech?

    http://www.logitech.com/index.cfm/68/554&cl=us,en
     
  8. findvikas

    findvikas Notebook Deity

    Reputations:
    272
    Messages:
    1,184
    Likes Received:
    1
    Trophy Points:
    56
    Ok.. I did some basic research how it works.. Disclaimer: Its my theory without any proof of accuracy.

    Gamepanel(tm) is a proprietary development with certain protocol (documented) which can be implemented by anyone to control what should be displayed on the screen and how it should be displayed.

    So in this scenario, the games and applications listed here implement this protocol. Again the communication is initiated by games and applications, Gamepanel just react to them.

    Our scenario is different, we have a very small application which try to control the colors and we cannot approach game developers to design their game and implement our protocol just to control the AlienFX.

    I will have to come up with some other solution. Hmmm... it will take time considering my work is killing me.... when is the weekend ???
     
  9. Charles P. Jefferies

    Charles P. Jefferies Lead Moderator Super Moderator

    Reputations:
    22,339
    Messages:
    36,639
    Likes Received:
    5,091
    Trophy Points:
    931
    I had a Dell XPS M1730 last year for review and it had a keyboard that could pulse, flash, etc. However, it didn't change colors. Dell included a tool that let the keyboard and lighting system react to music like a visualizer, pulse like a heartbeat, and some other settings.

    I'd be interested in seeing development of a custom tool for Alienware systems.
     
  10. findvikas

    findvikas Notebook Deity

    Reputations:
    272
    Messages:
    1,184
    Likes Received:
    1
    Trophy Points:
    56
    I have already negotiated to get the source of XPS_LEDs plugin for winamp from the original developer (thanks Scot, if you read this)

    I have so much to work on and so less time... plus the hardware has its own limitations... it does not react fast enough to act as visualizer. If you push data soooo fast it just hang the AlienFX and stops reacting to any commands till you reboot
     
  11. Napbree

    Napbree Notebook Evangelist

    Reputations:
    23
    Messages:
    599
    Likes Received:
    0
    Trophy Points:
    30
    Surely with a new flash maybe you could modify it so that it could be like the dell's? Maybe overclock it somehow :p

    I dunno the logic but maybe it will work? Surely vikkie can find out a way <3