 |
 |
GoldenEye 007 Nintendo 64 Community, GoldenEye X, Nintendo 64 Games Discussion GoldenEye Cheats, GoldenEye X Codes, Tips, Help, Nintendo 64 Gaming Community
|
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
BillyGlenn Agent


Joined: 28 Jan 2008 Posts: 58
 |
Posted: Sat Feb 06, 2021 3:28 pm Post subject: Xenia audio lag AHK script |
 |
|
This is a simple AutoHotKey script for people having trouble with audio lag in xenia.
it changes the time scalar in Xenia up and down a couple of times.
Hold down the key "m" for a few seconds and audio issuse should be gone.
Code: |
m::
SendInput {NumpadSub}
sleep, 10
SendInput {NumpadSub}
sleep, 10
SendInput {NumpadSub}
sleep, 10
SendInput {NumpadAdd}
sleep, 10
SendInput {NumpadAdd}
sleep, 10
SendInput {NumpadAdd}
return
|
|
|
|
|
|
|
 |
 |
 |
 |
 |
Dark Reyn Agent

Joined: 15 Nov 2016 Posts: 100
 |
Posted: Sun Feb 07, 2021 4:43 am Post subject: XBLA modding |
 |
|
Thanks. I haven’t tried this yet but speeding and slowing the time scaler did seem to significantly improve it. |
|
|
|
|
|
 |
 |
 |
 |
 |
Dark Reyn Agent

Joined: 15 Nov 2016 Posts: 100
 |
Posted: Wed Mar 03, 2021 12:37 pm Post subject: |
 |
|
I have since played around with AHK and thought I’d post my setup which is automatic:
Code: |
sleep, 2000
Send, {f11}
sleep, 2000
|
Code: |
SendInput {NumpadSub}
sleep, 10
SendInput {NumpadSub}
sleep, 10
SendInput {NumpadSub}
sleep, 10
SendInput {NumpadAdd}
sleep, 10
SendInput {NumpadAdd}
sleep, 10
SendInput {NumpadAdd}
sleep, 10
|
I then copied and pasted it to repeat about 36 times.
Ending with:
Code: |
return
ExitApp
Return
|
But the other key difference is that I wrote a short batch file to open it:
Code: |
cd C:\Program Files\Xenia
QRes.exe /x:1280 /y:800
start GEaudio.ahk
start /max xenia.exe "D:\Emulation\Roms\GE XBLA\Bean\default.xex"
|
The QRes bit probably isn’t relevant for many people but I’ve got a Linx Vision and have been playing it through WLAN using Parsec (so it’s a bit like playing on a Switch) so I set it to automatically change the screen ratio. |
|
|
|
|
|
 |
 |
 |
 |
 |
|
 |
 |
 |
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
 |