-
Posts
758 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Kondorito
-
Hey! I run BB using a custom exe containing all the stuff and apps I want to run at startup as the Windows shell (simply choosing it inside gpedit). This exe will also launch explorer.exe once bigbox.exe is closed, so I can go to Windows and not be in a black Narnia XD In case you want to know about my process, this was the topic I shared it: This is from 2018, so I might have tweaked the bat file a little bit since then (one thing I remember is that bigbox.exe changed some versions ago and there was a second bigbox.exe inside a folder instead of the main one that was the actual app running). But all and all, I think the solution is still pretty accurate.
-
Mr. RetroLust's - Mame 4K - Lights Out - Realistic Bezels
Kondorito commented on Mr. RetroLust's file in Platform Bezels/Overlays
-
I will try that or maybe using Wine to emulate Zeta.
-
Hey @Jason Carr, sorry I am a couple of updates behind; I am planning on setting Spanish up to date. Do you know an alternative to the Zeta app, but for Mac? Zeta does not have a Mac version (at least that I could find), and I am not able to get a hold of a Windows computer.
-
tutorial How to make 3D PC/Windows DVD Game Cases - Tutorial
Kondorito replied to Robin55's topic in Game Media
Check the action steps and locate the one "Select" command ("Selección") that is giving you the issue. You need to make sure that the layer being worked on is named the same as what is displayed in that action command. My wild guess would be that since you have Photoshop in Spanish, it displays "Capa 1", "Capa 2", etc. in the Layers section, instead of "Layer 1", Layer 2" and the action is not able to find them. If that is the case, you can easily fix this by editing the Layer names to what the action is requiring. Hope this helps. -
Of course I do Hope all is good over there, buddy!
-
This topic is a joy to watch. Gives me so many memories of wheel art creation from years ago.
-
The LaunchBox team is Growing - Welcome Faeran
Kondorito replied to Jason Carr's topic in News and Updates
Let's gooo @faeran!! Super happy with these news All the best in this new episode, and keep rocking! -
Here is the latest file for Spanish: Language_es_Final.zip @Jason Carr small typo I saw in the English file for the "ErrorControllerNameMustBeUnique" value. It says "Controllerr" (double R).
-
Neon Deluxe Arcade - 16:9 (Big Box Theme)
Kondorito commented on Mr. RetroLust's file in Custom Themes
Found it. We discussed it in the Lambda LB theme (https://forums.launchbox-app.com/files/file/2417-lambda-beta/?tab=comments). You need to set the video engine to Windows Media Player (in LB, not in BB, as they are two different settings), and then in the xaml file you need to remove the Height property of your video element and it will dynamically resize the video to fit in. So for example: Original line in the Lambda file: <controls:VideoControl x:Name="VideoControl" Background="{StaticResource LD_VideoBackgroundBrush}" Visibility="{Binding VideoVisibility}" Margin="0,-10,0,5" Height="{Binding Path=ActualWidth, RelativeSource={RelativeSource Self}, Converter={StaticResource VideoWidthToHeightConverter}}"/> Modified line in the Lambda file: <controls:VideoControl x:Name="VideoControl" Background="{StaticResource LD_VideoBackgroundBrush}" Visibility="{Binding VideoVisibility}" Margin="0,-10,0,5"/> I cannot access the Neon Deluxe XAML at the moment as I am working, but if the above does not help, I'll dig deeper when I have some spare time Lust! Long time indeed. All well over here. Kinda stumped in the middle of some personal matters that prevents me from having any spare time at all, but all is good. Hope all is good in there as well -
Neon Deluxe Arcade - 16:9 (Big Box Theme)
Kondorito commented on Mr. RetroLust's file in Custom Themes
-
Here you go @Jason Carr Language_es_Final.zip
-
I'm on it! @Jason Carr FYI; in the EN strings file, it says "Skip mahjong mames" (need to correct the m>g)
-
Hey @tjwoosta, check this theme from @Grila
-
Loved it! Did not want it to end
-
No problem @capidel, I can update that bit
-
Feasible, as this was already added in version 11.0 : "New Feature: OBS Studio integration has been added, which allows you to easily record videos and automatically assign them to your games; take a look under Tools > Options > Integrations > OBS Studio in LaunchBox"
-
Thanks @Charco!!!
-
Here you go @Jason Carr: Language-es_Final.zip
-
Hey guys! Sorry for my absence; personal stuff got in the way. Currently updating the Spanish files; I'll have them posted very shortly.
-
So many awesome memories with the Zoombinis from my childhood! What a great game! I remember playing it wondering what happens when you take all of the Zoombinis to the new land...
- 274 replies
-
- 2
-
- abandonware
- dos
-
(and 2 more)
Tagged with:
-
Hey guys, how are you? @Jason Carr : Launchbox_11.3_Language_ES.zip
-
joy2key script to open and close when i escape game
Kondorito replied to Cnells2000's topic in Troubleshooting
You can either add joytokey as an additional app inside the game Edit window so it opens before the game launches, or make the game executable a bat file containing the open and closure of joytokey as well as the game launch parameters. I am not too savvy in these matters, so I recommend you to visit this topic: Maybe your solution is already posted there. If not, you can ask as the users that frequent that topic know their stuff