Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nosfé

Pages: [1]
1
General / Re: Main menu bad resolution
« on: December 26, 2021, 08:58:48 AM »
Up :)

2
General / Re: Main menu bad resolution
« on: December 07, 2021, 06:09:25 AM »
Hi, I've just try encoding again with Handbrake and default settings,  same issue.

Here is a screenshot with same video on VLC (left) and AM (right)


3
General / Main menu bad resolution
« on: December 06, 2021, 01:45:49 PM »
Hello,

I'm using themes from "The Great Themes Collection", and I'm facing an issue with main menu. (system menu)

I've setting up HD video but the quality is really bad and pixelated.
However, If I run videos with VLC, quality is good, 1080p.

Other sub-menus are all fine, this is only the main one.

Any idea?

Thanks! :)

4
Thank you for this awesome theme !


I've downloaded Main menu systems unified video snaps for all my systems, but in AM, quality is bad, and if I open video in VLC, quality is good.
I'm not sure if this is theme related or AM related, may you help me please ?

5
General / Re: Show displays year
« on: December 09, 2019, 05:03:54 AM »
I'm trying to contact them on facebook, I stay in touch!

6
General / Re: Show displays year
« on: December 09, 2019, 03:31:07 AM »
I'm using flat blue theme.

I know I can display year from romlist, but I want display it on my home menu and I dont have a romlist file because it's only console shortcut (snes / gba / megadrive/ ...).

Thanks for your help!

7
General / Show displays year
« on: December 08, 2019, 03:47:15 PM »
Hello, is there a way to show year on displays menu like each game ?

Thanks :)

8
General / Re: Windows games still running when exit
« on: November 07, 2019, 05:40:22 PM »
Thanks to both of you !

So I've tried to use autohotkey to launch a game, it's perfect:

Code: [Select]
Run, ROTK.exe, C:\PC Games\LSDA Le Retour du Roi tm\, max
KeyWait, 3Joy7, D
WinClose, ahk_exe ROTK.exe

But I want to launch and exit "JoyToKey" in same time, only for this game, and it's not working correctly.

I've tried that:
Code: [Select]
Run, JoyToKey.exe, C:\JoyToKey\, min
sleep, 1000
Run, ROTK.exe, C:\PC Games\LSDA Le Retour du Roi tm\, max
KeyWait, 3Joy7, D
WinClose, ahk_exe ROTK.exe JoyToKey.exe

And when I press my hotkey, only the script ahk_exe close....

Am I doing something wrong ?


EDIT : it works now, joytokey start minimized so I think my script has no windows to close. I use Processclose so:
Code: [Select]
Run, JoyToKey.exe, C:\JoyToKey\, min
sleep, 1000
Run, ROTK.exe, C:\PC Games\LSDA Le Retour du Roi tm\, max
KeyWait, 3Joy7, D
Process,Close,JoyToKey.exe
WinClose, ahk_exe ROTK.exe

9
General / Re: Windows games still running when exit
« on: November 06, 2019, 01:20:58 PM »
Yes please, it would help me a lot!  :)
Does your script works with usb joystick key ? Or it's only for keyboard ?

10
General / Re: Windows games still running when exit
« on: November 06, 2019, 04:47:48 AM »
Yes, I have setup an exit key, the same for all emulators and windows games.
I think not all games have an exit key, so the bash should be better.
Do you know how can I run a bash on exit key press?

11
General / Windows games still running when exit
« on: November 05, 2019, 02:38:25 PM »
Hello,

I have add some windows games, and when I exit them, I go back on attract mode, but the game is still running.

I thought it was and admin right issue, but I've disabled UAC and run AM with admin privilege, and same thing happens.

No problem with emulators.

Any idea?

Thanks!

12
General / Re: Mame - random black screen at launch
« on: October 14, 2019, 06:40:28 AM »
Hello,

@Jedione : I don't know what you mean.

@Hermine : the second answer did the trick for the first problem, thank you! :D

13
General / Mame - random black screen at launch
« on: October 13, 2019, 08:30:20 AM »
Hello,

As title says, I have a black screen randomly when I launch a mame game.
Sound is OK, but video is not working.

I have found that mame is running, but not "on focus", I can have video back by using "alt + tab" on my keyboard.

I running attract mode on windows 10 64b.

My cfg file :
Code: [Select]
executable           C:\Emulators\mame0209b_64bit\mame64.exe
args                 "[romfilename]" -skip_gameinfo
rompath              C:/Roms/MAME/
romext               .zip;.7z


I have an other issue when i try to launch mame core on retroarch (with attract mode), games launch one time, then when I go back to mainmenu, I can't launch games anymore, and have to launch retroarch without attract mode to launch game.
No issue with other retroarch core (psx, snes, n64, etc...)

I'l like to fix one of these issue to get my bartop fully working :D

Thank you for your help

Pages: [1]