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 - manzarek

Pages: 1 [2] 3 4 ... 10
17
thanks friend.

18
thanks, but I was trying to make sure that the cd, which runs and the one of the games, changes the cd with each game and it turns

19
Hi guys I am creating a personal style, but I am little expert with this language, in practice I would just like to know how to have a CD that runs, I just need this then I am satisfied with my work

Can some good soul pass me the code?

20
General / Re: How can I create categories
« on: March 18, 2021, 05:44:02 AM »
I did it but the systems I put in the romlist.txt Arcades do not appear

21
General / How can I create categories
« on: March 17, 2021, 11:43:29 AM »
How can I create categories like this:
example Arcades
Subcategories
mame
fba
Sega System
Capcom classics
and etc...

22
General / Re: Launching exe from displays menu
« on: March 08, 2021, 12:55:36 PM »
-start program from utility menu plugin
Here
Here
Here
Here

or

edit sourcecode of layout
Thanks

23
General / Re: Exit from openBOR?
« on: March 08, 2021, 06:33:15 AM »
Solved the exit button works even without the mess that was written.http://forum.attractmode.org/index.php?topic=503.msg4231#msg4231

24
Themes / Re: AMGPS (Attract Mode Grid Pro System) v1.13
« on: March 08, 2021, 04:39:55 AM »
Top theme  ;)

25
General / (Solved) Exit from openBOR?
« on: March 07, 2021, 09:57:58 AM »
This code works, but with a small flaw when you launch a game immediately after it returns to attract mode, but with the game still open, then when you click the exit button the game closes, but while the game is running attract mode continues work below, I don't know if I have explained myself well, does it do it to you too?
 wait_for_ESC.exe
Code: [Select]
#include <Misc.au3>

While 1
If _IsPressed ("1B") Then
ProcessClose("OpenBOR.exe")
;MsgBox(0, '', "Button pushed")
Exit
EndIf
WEnd

> OpenBOR

executable           cmd
args                 /c cd C:\attract\EMU\OpenBOR\[name] & start OpenBOR.exe & start C:\attract\EMU\OpenBOR\wait_for_ESC.exe
rompath              C:\attract\EMU\OpenBOR
romext               <DIR>
system               Arcade
info_source          thegamesdb.net
nb_mode_wait         3
exit_hotkey          Escape

NOTE: ESC-Key of AM doesn't work. So you need an external program like an autoit-script. Create wait_for_ESC.au3 and compile this sourcecode to .exe:

26
Scripting / Re: Launch Decorator plugin
« on: March 06, 2021, 02:24:30 AM »
Thanks I'll try. :)

27
when i start the executable it opens and closes immediately after,
Code: [Select]
AttractModeListMgr.exe

28
Scripting / Re: Launch Decorator plugin
« on: March 05, 2021, 10:55:43 AM »
works perfect. :D
Anyone know what is the syntax to close the video? i tried this but it doesn't work

after:
Code: [Select]
@echo off
taskkill /F /IM "logo_open.mp4"
exit

29
General / Is there a plugin for the voice?
« on: March 02, 2021, 02:07:31 PM »
Is there a plugin for the voice?
example when I cycle the games but also the systems

30
Scripting / Re: Launch Decorator plugin
« on: March 02, 2021, 12:35:45 PM »
Your needs seems a sort of Fade To/From Game function. A function strictly performed by AttractMode while keeping focus.
FadeToGame plugin exists, but current version doesn't play video.
Exactly I wanted to use it for this purpose, a kind of video loading of games.

Pages: 1 [2] 3 4 ... 10