Jump to content
LaunchBox Community Forums

Kondorito

Members
  • Posts

    758
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Kondorito

  1. 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.
  2. Congrats @Mr. RetroLust on this HUGE achievement! You rocked it; with perseverance, quality and delivery Taking a breather from creation, or are you already tinkering with something?
  3. I will try that or maybe using Wine to emulate Zeta.
  4. 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.
    Your description with visual support was a joy to read. It brought me so many memories from the content creation projects done like ten years ago. This is a huge achievement not only for the frontend community, but for anything gaming related. Thank you for this impeccable work!
  5. 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.
  6. Of course I do Hope all is good over there, buddy!
  7. This topic is a joy to watch. Gives me so many memories of wheel art creation from years ago.
  8. Let's gooo @faeran!! Super happy with these news All the best in this new episode, and keep rocking!
  9. 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).
  10. 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
  11. Hey guys, there is a way to make the video section adjust for every resolution the preview has. I have seen the tweak in another LB theme here in the forums. Give me some time and let me dig through. I'll keep you posted.
  12. Here you go @Jason Carr Language_es_Final.zip
  13. I'm on it! @Jason Carr FYI; in the EN strings file, it says "Skip mahjong mames" (need to correct the m>g)
  14. Hey @tjwoosta, check this theme from @Grila
  15. Kondorito

    The Covid Game!

    Loved it! Did not want it to end
  16. No problem @capidel, I can update that bit
  17. 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"
  18. Here you go @Jason Carr: Language-es_Final.zip
  19. Hey guys! Sorry for my absence; personal stuff got in the way. Currently updating the Spanish files; I'll have them posted very shortly.
  20. 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...
  21. Hey guys, how are you? @Jason Carr : Launchbox_11.3_Language_ES.zip
  22. 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
×
×
  • Create New...