Search found 5 matches

by delarou
Sat Sep 23, 2023 12:28 pm
Forum: Development for MiSTer
Topic: How to retrieve the current core and name launched in a script?
Replies: 8
Views: 5701

Re: How to retrieve the current core and name launched in a script?

I've done that to make my high score website scroll to the game/core currently being played: https://holgercade.zorkweb.dk/?mode=live Something like that? Yes, as long you get always the currently game/core being played :) You have some sample script, guidance, github, ...? Yes, you get the current core/arcade game. Go to my website and you'll see...
by delarou
Wed Sep 20, 2023 5:20 pm
Forum: Development for MiSTer
Topic: How to retrieve the current core and name launched in a script?
Replies: 8
Views: 5701

Re: How to retrieve the current core and name launched in a script?

I want to tryout some scripting on my MiSTer. When a game is launched to get the core, name and path and doing a HTTP get for example with these variables. What is the most robust way to achieve that? Having a sample script how to do it or some references would be great :) https://github.com/wizzomafizzo/mrext Wizzo has a lot of this happening in ...
by delarou
Wed Sep 20, 2023 5:18 pm
Forum: Development for MiSTer
Topic: How to retrieve the current core and name launched in a script?
Replies: 8
Views: 5701

Re: How to retrieve the current core and name launched in a script?

ItalianGrandma wrote: Wed Sep 20, 2023 2:15 am

I think I heard that there may be better ways to retrieve this info now, but this script might be helpful: https://github.com/christopher-roelofs/ ... b/releases

Thank you for your response, I will have a look

by delarou
Wed Sep 20, 2023 5:06 pm
Forum: Development for MiSTer
Topic: How to retrieve the current core and name launched in a script?
Replies: 8
Views: 5701

Re: How to retrieve the current core and name launched in a script?

lagerfeldt wrote: Wed Sep 20, 2023 5:34 am

I've done that to make my high score website scroll to the game/core currently being played:

https://holgercade.zorkweb.dk/?mode=live

Something like that?

Yes, as long you get always the currently game/core being played :)
You have some sample script, guidance, github, ...?

by delarou
Mon Sep 18, 2023 2:37 pm
Forum: Development for MiSTer
Topic: How to retrieve the current core and name launched in a script?
Replies: 8
Views: 5701

How to retrieve the current core and name launched in a script?

I want to tryout some scripting on my MiSTer.
When a game is launched to get the core, name and path and doing a HTTP get for example with these variables.
What is the most robust way to achieve that?
Having a sample script how to do it or some references would be great :)