Skip to main content

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

I posted this on Discord too, but am reposting it here just in case:

I made a text-based game with ChoiceScript. I can embed images as subroutines using CSIDE, but it isn't compatible with outside JS, meaning I'd have to do so without a save feature. This is bad bc my game's average playthrough is about 3hrs. 

Can I include the Dark Pack logo as a screenshot on my game's page and include just the text in the game itself? Or do I have to forgo a save feature to include the actual logo on the first page of the game. So sorry to bother.

(1 edit) (+1)

According to this.... Advanced Choicescript - Choice of Games LLC  All you need to do is create an image in your game's directory and just put in the right tags? CS should just parse it as long as its in the same directory as your other game files? According to the rules of the JAM that logo must be included so hopefully you get this figured out!  Might want to create a new thread though for any followup questions or hoping for response for a clearer response to this question since it isn't related to Lore.

Outstar got back to me (right away!) on Discord and said, because it's a text-based game, I can include the Dark Pack logo image on the game page. I feel bad about it, so I'm going to embed the HTML into the web page, rather than make the game downloadable. Then, I can include the image in the sidebar which will frame the game the entire time. Since the game will only be playable through that viewport, it should suffice since, in this case, the sidebar is more or less part of the game. And, if the issue is immediacy or viewability, it will be more persistent than one early plug.

Normally, you'd be right re: Choicescript, except that I altered the code to include a persistent save state (hard save, not soft) so that the game can be picked up again in later sessions. Or so people can try different story branches for achieves or deep regret. I can try to zip in the logo and text if, after they see it, the sidebar isn't enough. I'll post early so they can let me know. Cheers! Thanks for the thoughtful response.