Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cursor randomly flickers onto screen in Shogo #54

Open
AlbertHamik opened this issue Oct 2, 2019 · 6 comments
Open

Cursor randomly flickers onto screen in Shogo #54

AlbertHamik opened this issue Oct 2, 2019 · 6 comments

Comments

@AlbertHamik
Copy link

@AlbertHamik AlbertHamik commented Oct 2, 2019

This is an issue that's been known about for awhile but mostly ignored/tolerated, but I was reading into solutions for the problem and really couldn't find any. We think it's caused by dgvoodoo 2 maybe, but it's necessary to use that utility otherwise the game doesn't render or capture correctly.

@elishacloud
Copy link
Owner

@elishacloud elishacloud commented Oct 3, 2019

I have never seen this cursor flickering myself, but granted I have not played the game more than a few minutes at any given time. If this is caused by dgVoodoo2 it should be easy to find out by just removing dgVoodoo1 and playing the game native to see if the issue happens.

For me, I use dxwrapper's Dd7to9 feature which can convert the game to use Direct3D9. This feature requires software rendering because I have not yet implemented the 3D API's.

Here is what I am using: dxwrapper.zip

Note: make sure you use software rendering with this!

SoftRender

@elishacloud
Copy link
Owner

@elishacloud elishacloud commented Oct 3, 2019

I should also mention that the quality is much better with 3D rendering. If you want to play with 3D rendering you can use this version. It will even let you play in 4K resolution.

Updated files with 3D rendering support: dxwrapper.zip

@AlbertHamik
Copy link
Author

@AlbertHamik AlbertHamik commented Oct 3, 2019

I was personally thinking that this might relate to the issue at hand: https://www.gamedev.net/forums/topic/332051-dinput--how-to-hide-the-mouse/

@elishacloud
Copy link
Owner

@elishacloud elishacloud commented Oct 3, 2019

The mouse could definitely be hidden that way. Try this build. I just hard coded it to hide the mouse.

Just unzip this into the Shogo game folder: dinput.zip

@AlbertHamik
Copy link
Author

@AlbertHamik AlbertHamik commented Oct 4, 2019

Ah, that is precisely what we were looking for, thanks! It would be nice to have a customization .ini for dinputto8 that gave one an option to toggle this and other things, but I think this is pretty great otherwise.

@elishacloud elishacloud transferred this issue from elishacloud/dinputto8 Nov 30, 2019
@OttScott
Copy link

@OttScott OttScott commented Jul 8, 2021

This definitely fixed the issue. I never like hard-coded values, so I too would prefer a preference exposed somewhere. Thanks for the fix though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants