swg mouse flickering

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

val
GamingTools Subscriber
Posts: 9
Joined: Sat May 03, 2008 10:27 pm

swg mouse flickering

Post by val » Sun May 04, 2008 12:31 am

Hi, I've just downloaded IS and tried to use it with SWG and it seems to work, except for the mouse cursor flickering, i can't click with precision on a button, both in login screen and in game.
I've tried searching a bit and if I'm not wrong some EQ people have been experiencing this too but it has been fixed.
How can I get rid of this flickering?

great program btw ;)

val
GamingTools Subscriber
Posts: 9
Joined: Sat May 03, 2008 10:27 pm

Post by val » Sun May 04, 2008 12:42 am

edit: from what I've been able to understand, it seems to load both windows cursor and swg cursor, and as you move the two cursors unsync, and the windows seems to be the one actually able to click anything, but you can't see it only swg one flashing.
I've tried to disable hardware cursor from swg setup, force window mode from IS config, yet no luck.

(sry for double posting, couldn't find edit button :P)

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Sun May 04, 2008 9:28 am

I will look into it, thank you for the report. Also, the windows cursor "is" the hardware cursor, so if you were to ENABLE hardware cursor, it should function properly. But, that's in an ideal world where SOE games function properly :)

It will take some time for me to be able to look into this issue, so please let me know if you have no other use for Inner Space other than SWG, and I can refund your payment and let you know when the issue has been resolved, and you could re-subscribe at that point.

val
GamingTools Subscriber
Posts: 9
Joined: Sat May 03, 2008 10:27 pm

Post by val » Sun May 04, 2008 11:25 am

hey lax, thank you for the quick reply ;)
well actually the mouse cursor is only a secondary problem, It is annoying yea, but the real problem is I can't get innerspace working for the main use i grabbed it for..sending keystrokes from one session to another, aka dualboxing :(
I've just started searching so maybe I'm just missing something, I don't want to waste your time, btw I found this thread http://www.lavishsoft.com/forum/viewtopic.php?t=3712 and I tried to set it up.
For example if i put in the script
bind space "space" relay is2 press "space"
(actually "barra spaziatrice", since i'm italian) it jumps on the first sessions but not on second one.
The only things I've done in IS config is checking lock foreground and adding the keybinding script.
I start the game with IS so I have is1 and is2, I've tried also octopus and other programs It just won't pass anything to alt char, just like it did without IS :(
thank you for the help, sorry i'f im asking already answered questions

val
GamingTools Subscriber
Posts: 9
Joined: Sat May 03, 2008 10:27 pm

Post by val » Sun May 04, 2008 3:50 pm

k I've done a bit of searching and tried some commands to relay keys from is1 to is2.

I am setting the keybinds.iss as explained in this thread
http://www.lavishsoft.com/forum/viewtop ... ne&start=0
so if I make a script like this

function main()
{
bind X "X" relay is2 press "X"
}

and i set up the profile to load it on startup.
When I press X, both in is1 and is2, the RELAY is working, and X key is actually pressed, but only in is2.
So if i press X my main char doesn't receive the command, while my alt gets it. Looks like I'm halfway through now ;)
what's the exact command that will make me press X on is1 window, and have it send to both is1 and is2?

also, I've had to uncheck lock foreground, since all it was doing was making my characters struck and unable to move, blocking some of the keystrokes.

another minor issue, on first post I wrote that my italian keyboard "spacebar" is "barra spaziatrice" but if I write it in the keybinds I get bind failed in session console.

sorry for the nubish feedback, I hope this helps ;)

val
GamingTools Subscriber
Posts: 9
Joined: Sat May 03, 2008 10:27 pm

Post by val » Sun May 04, 2008 4:40 pm

update: i fixed the first problem, my script code now is something like this
function main()
{
bind Q Q "relay is1 press Q;relay is2 press Q"
bind -press W W "relay is1 press -hold W;relay is2 press -hold W"
bind -release W W "relay is1 press -release W;relay is2 press -release W"
bind E E "relay is1 press E;relay is2 press E"
bind X X "relay is1 press X;relay is2 press X"
}

and works like a charm on both sessions.
I think I'm going to use /follow and /assist in game instead of passing movement keys anyway.
I still can't script spacebar, but it shouldn't be an issue.

val
GamingTools Subscriber
Posts: 9
Joined: Sat May 03, 2008 10:27 pm

Post by val » Sun May 04, 2008 5:18 pm

ok, basic things are set up and I'm dual boxing SWG now, thanks to IS :)
sorry for the spam in this thread but I wanted to update it and point out what I've been able to figure out alone and where I do still need help.
So things I couldn't fix are:
-spacebar
-mouse flickering
-use IS with other programs like octopus, it would make life easier for me since it has an easy set-up, but I can't use it, it just doesn't pass keystrokes/clicks same as without IS.
-if that is not possible, I'd like to know if it's possible to set keymaps for IS, for example
1=both character toolbar slot 1
alt+1 = first character only slot 1
ctrl+1 = second character only slot 1

thanks for the assistance, sorry for the mess ^^

val
GamingTools Subscriber
Posts: 9
Joined: Sat May 03, 2008 10:27 pm

Post by val » Sun May 04, 2008 6:22 pm

nvm last question i figured it out ^_-

function main()
{
bind ALT+3 "ALT+3" relay is2 press "3"
bind ALT+C "ALT+C" relay is2 press "C"
bind ALT+V "ALT+V" relay is2 press "V"
bind ALT+E "ALT+E" relay is2 press "E"
bind ALT+Q "ALT+Q" relay is2 press "Q"
bind ALT+F "ALT+F" relay is2 press "F"
bind ALT+R "ALT+R" relay is2 press "R"
bind ALT+T "ALT+T" relay is2 press "T"
bind 1 1 "relay is1 press 1;relay is2 press 1"
bind 2 2 "relay is1 press 2;relay is2 press 2"
bind X X "relay is1 press X;relay is2 press X"
bind Z Z "relay is1 press Z;relay is2 press Z"
bind mouse4 mouse4 "relay is1 press mouse4;relay is2 press mouse4"
}


only really annoying thing left is mouse blinking, makes pretty hard to click on toolbar and ..well everything

eqjoe
GamingTools Subscriber
Posts: 221
Joined: Wed Oct 13, 2004 2:34 pm

Post by eqjoe » Sun May 04, 2008 6:26 pm

I have seen the mouse blinking issue on my SLI setup. The fix was to update my nVidia drivers.

-j

val
GamingTools Subscriber
Posts: 9
Joined: Sat May 03, 2008 10:27 pm

Post by val » Sun May 04, 2008 8:28 pm

I tried to update my ATI drivers, but no luck thx btw

val
GamingTools Subscriber
Posts: 9
Joined: Sat May 03, 2008 10:27 pm

Post by val » Wed May 07, 2008 6:41 pm

lax mate, take your time to check if this can be fixed, meanwile if there's anything I can try for myself just tell me ;)

Gorthu
GamingTools Subscriber
Posts: 32
Joined: Tue Sep 02, 2008 6:29 pm

Post by Gorthu » Sat Sep 06, 2008 1:39 pm

eqjoe wrote:I have seen the mouse blinking issue on my SLI setup. The fix was to update my nVidia drivers.

-j
This isn't the problem here. I have the same problem and I have the latest drivers for my nvidia 8800.

pooprscooper
GamingTools Subscriber
Posts: 7
Joined: Sun Nov 09, 2008 5:28 pm

Post by pooprscooper » Sun Nov 23, 2008 6:58 am

is there a fix for mouse flickering? It makes it extremely hard to play swg with this.

pooprscooper
GamingTools Subscriber
Posts: 7
Joined: Sun Nov 09, 2008 5:28 pm

Post by pooprscooper » Mon Nov 24, 2008 4:08 am

this mouse flickering seems to be due to dx10(vista). Since innerspace is made for DX9 and doesn't do this on XP I assume my only option is to install XP 64.

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Mon Nov 24, 2008 10:19 am

this mouse flickering seems to be due to dx10(vista). Since innerspace is made for DX9 and doesn't do this on XP I assume my only option is to install XP 64.
Errr.. DirectX 10 only applies if the game is coded for DX10. Otherwise, it is using DirectX 9 -- yes, even on Vista. DirectX 9 is installed separately from DirectX 10.

I will have to find my SWG account in order to test this.

Post Reply