Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey there,

This asset looks really solid and like something we might want to use in a future project.

Just wanted to double-check how customizable it is. Are things like the music/sound, names, backgrounds, or on-screen text easy to swap out when using it in-game? If so, where would those changes usually be made? In the script or elsewhere?

Thanks in advance, and nice work on the asset!

Hey, thanks for the interest!

To answer your questions:

- Music/SFX and Names: These are defined at the very top of script.rpy. You can swap out the file paths and names there in seconds.

- Backgrounds: Showing a background scene before the blackjack flow begins should be enough to make it work.

- Screen Text and UI: The Blackjack UI is contained in a single, small screen inside script.rpy. It's only about 40 lines long.

- Logic and Flow: For deeper customization, the core logic is separated into BlackJack.rpy and Cards.rpy.

If you decide to pick it up and run into any trouble implementing it into your specific project, I'll gladly help.


Thanks! The image helped a lot. We’re working on an interactive western game, and a card game is pretty much a given. We’ll be picking this up— We appreciate the work you put into it!