Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

There Is Love In Me

Queer furry kinky robot science-fiction puzzle game · By Disposable Dev

Quick Comments and Bug Reports Here :) Sticky

A topic by Disposable Dev created Feb 29, 2024 Views: 248 Replies: 10
Viewing posts 1 to 3
Developer (1 edit) (+1)

Post your quick comments and bug reports here. I’ll come in to reply from time to time.

If you want to make a longer review or report, be sure to put it in a new thread. I’ll definitely read it!

When including a bug report: Write your operating system version, which file extraction utility you are using, and a screenshot.

Also, if you like what I made here, check out my Cohost!

https://cohost.org/disposabledev

I can't extract the files from the zip file in the zip file


Developer

Per README.txt, the Windows file explorer cannot extract passworded files by default. You will have to install an alternate utility such as 7-Zip. https://7-zip.org/

I will update the installation instructions on the game page to clarify this.

(2 edits)

ah, i made a similar game but didn't know i could make a password-ed zip file, so mine contains a password-ed 7zip file. Didn't think to use 7zip to open normal zip files or know you could even put a password on a normal zip file. I should have read the games page a bit more.

Developer(+1)

No problem. I’m glad I could help you.

warn people against using the normal editor that ships with windows that messes up all puzzles which rely on the spaces screen size

Developer

Thank you for your report. On investigating I have learned that the default applications in Windows (Notepad, Wordpad, PowerShell) apply inconsistent character encodings and word-wrap standards. As this is a universal weakness to the Windows environment, I expect that my target audience will already have alternative word editors to use, such as Notepad++. However, there are alternative solutions to the puzzles that do not rely on this.

In the case of words wrapping prematurely, for those who wish to use the defaults, there are four solutions.

  • Notepad’s word wrap can be disabled by clicking on Format -> Word Wrap.

  • Wordpad can use a monospaced font (enabled by default) and font sizing.

  • Powershell can read the content of non UTF-8 files using the get-content command.

  • Manually line-break at the appropriate character count using the hints provided.

In the case of broken UTF-8 support, you will need to use Notepad. If that is not sufficient, you will need to install another editor.

If I release a future edition of the game, I will explore additional editors and encourage users to try them.

Yeah the issue was that the Windows Editor didn’t have ░ and white space be the same size which ruined one puzzle depending on that allignment. Using people to use notepad ++ worked fine. Also i recommend playing using console tools if one has the choice.

Developer (2 edits)

Thank you for your patience. I’m still interested in helping people with this issue. Can you please tell me your Windows version and the program you are using? Notepad, for instance.

In addition, I have added to the installation instructions on Itch.io reminding users of Notepad++.

“Windows-Editor” 11.2312.18.0 with the executable name Notepad.exe Windows Build 10.0.22631

Developer(+1)

It doesn’t look like there’s anything I can do on my end at this point. Thank you for your reports regardless.