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 5 ... 11
31
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...

32
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

33
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

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

35
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:

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

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

38
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

39
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

40
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.

41
Scripting / Re: Launch Decorator plugin
« on: March 02, 2021, 08:06:01 AM »
Then I create a folder in AT with the name ScriptRoot
inside I create a folder with the name Mame and inside I put the file created bat to open a video, before.bat

Code: [Select]
@echo off
start "vlc" "H:\attract-v2.6.1\ScriptRoot\mame\logo_open.mp4"
exit

when I launch any mame game, the video opens, but then AT freezes, without the game being started after the video, what am I wrong?

42
Emulators / Re: REDREAM EMULATOR "dreamcast"
« on: March 01, 2021, 05:11:15 AM »
ok this  works. ;D


executable           C:\Users\punktoe\Desktop\STRUM\redream.exe
args                 "[romfilename]"
rompath              C:\Users\punktoe\Desktop\STRUM\roms
romext               .cdi
yes ;D

43
General / Re: Multi core for game collections from different emulators
« on: February 23, 2021, 02:15:17 AM »
Solved, maybe I'll give a guide on how to create game collections from different emulators, AT to this basic function that I only discovered today. ;)

44
General / Re: list copied to romlist but the number is not displayed.
« on: February 21, 2021, 02:23:37 PM »
Resolved  ;)

45
General / Re: list copied to romlist but the number is not displayed.
« on: February 21, 2021, 02:14:40 AM »
I did this step that you just explained to me, but if then I go to modify that romlist example, I modify it only with metal slug games, here is the problem, the list is no longer displayed

Pages: 1 2 [3] 4 5 ... 11