Steam'i Yükleyin
giriş
|
dil
简体中文 (Basitleştirilmiş Çince)
繁體中文 (Geleneksel Çince)
日本語 (Japonca)
한국어 (Korece)
ไทย (Tayca)
Български (Bulgarca)
Čeština (Çekçe)
Dansk (Danca)
Deutsch (Almanca)
English (İngilizce)
Español - España (İspanyolca - İspanya)
Español - Latinoamérica (İspanyolca - Latin Amerika)
Ελληνικά (Yunanca)
Français (Fransızca)
Italiano (İtalyanca)
Bahasa Indonesia (Endonezce)
Magyar (Macarca)
Nederlands (Hollandaca)
Norsk (Norveççe)
Polski (Lehçe)
Português (Portekizce - Portekiz)
Português - Brasil (Portekizce - Brezilya)
Română (Rumence)
Русский (Rusça)
Suomi (Fince)
Svenska (İsveççe)
Tiếng Việt (Vietnamca)
Українська (Ukraynaca)
Bir çeviri sorunu bildirin
Pinballx is a frontend used in virtual pinball cabinets and it would allow us to easily start a certain table of your game using commandline parameters. Pinballx would let us choose which table to start from this game (or other games) and supply correct commandline parameters to start the table and correct exe which we have setup per game / system and provided all the table names (required -Table_XXX parameters)
I've just bought your game as well with dlc and came looking for the same thing. It would prevent us from having to make autohotkey scripts to launch the game wait for menu to appear and then send simulated keypresses to select a certain table to go through the pinball menu on our cabinets. If the game supported commandline parameters to launch a certain table it would be a great help as it's easier and much faster than auto hotkey scripts.
It probably can't be too hard as you probably have a launch table function used from the menu already with a parameter to launch a certain table.. it would just require a command line parameters and call the function based on parameter given to directly start a certain table after showing an intial loading screen but never the normal intial main menu to select the game. All other functionality remains the same even going back and displaying the main menu once we are finished with game (we will actually quit your game, select diffrent table in pinballx and pinballx will launch steam.exe with correct table_XXX parameter again to start the new table, we would not use the ingame menu to select a different table)
I hope that makes it more clear and perhaps show it's easy to implement given you already have a launch table function (which i think you do from your main menu) as it's just mapping commandline parameters to calling your launch table function with a certain parameter to launch the correct table based on it
btw -Table_XXX is just an example you can imagine anything it's not forced could even be just plain -Carnival or -launch=Carnival. PinballX is flexible about this but the games need to support direct launch of table as it's called (like skipping the main menu to start the table)
@ilveropaolone now that i got the game and dlc i'll start making an ahk script in the meantime until there might eventually come support directly in the game to launch the tables from commandline
I've tested it in steam and it works. Please test it with pinballX and give me some feedback.
To start a table directly please use one of the following parameters.
-startTable ttfb
-startTable carnival
-startTable garden
-startTable sheriff
-startTable ghosthouse
-startTable mudrace
-startTable playground
If you do so, you will start the table directly without the intro and without the main menu. If you end the table the whole game ends.
I hope this is what you're looking for. :)
But I see, I've made a mistake. I'm asking for carival without the "n".
I will fix it soon. :)
Btw i just test in pinballx on my main pc (not on my cabinet yet) and its working perfectly on my main pc. No need for scripts anymore so it supports pinballx. (still need to change my camera but that will be fixed once positions are remembered per table) I'll test on my cabinet as well and let you know how it fairs there. as there i need to rotate my screen first (before launching a table) so the game starts in portrait mode. Some games (like pinball fx 2 / 3) implement this themselves but it's not a requirement i do this using irotate external program. The ability to be able to launch the game using command line is a big improvement for cabinet support. And i'm really thankfull you implemented it this quickly :)
and this is how it looks on my cabinet
https://youtu.be/RWkCUmGrbBk
steam.Exe -applaunch 729580 -startTable labyrinth
so game name is labyrinth :)
Thanks
I've forgotten to unlock the start parameter.
Update is up and i've tested it.
Use Timeflight or timeflight to start the table.
i tried "steam.Exe -applaunch 729580 -startTable ghoul" and "steam.Exe -applaunch 729580 -startTable ghouls" but does not seem to work. I was wondering if you perhaps had forgotten to unlock this table as well or if i need to supply a different parameter