Kerni

Active Member
Game Developer
Oct 9, 2017
542
634
348
Have you tried specifically telling the game to use US locale when saving and loading? That should probably fix that without the need for converting anything, and would probably be more stable in the long run. IIRC, in c# that's done through passing a "culture" parameter to most things that are affected by it.
I tried it , but unfortunately this also did not work at all. ( i had some people testing it for me as i produced... uff i think about 5 different versions one with culture.indifferent and several with static culture values like US/EN GB/EN)
 

Xelztied

New Member
Jul 9, 2018
7
3
94
I tried it , but unfortunately this also did not work at all. ( i had some people testing it for me as i produced... uff i think about 5 different versions one with culture.indifferent and several with static culture values like US/EN GB/EN)
That does sound strange... I could see it not working on saves from before the change, but as long as it was set on both save and load it should work fine on any saves from after the change was made.

This might even be a nice way to try out if you haven't already tried it.
 

Kerni

Active Member
Game Developer
Oct 9, 2017
542
634
348
That does sound strange... I could see it not working on saves from before the change, but as long as it was set on both save and load it should work fine on any saves from after the change was made.

This might even be a nice way to try out if you haven't already tried it.
Okay, i put this into the awake function in my first script. I tried it out , seems to not break anything.
If this works , that would be awesome :)
(but we will have to see if any bug reports are arriving with the same symptoms as always once i release the next public release)
 

HD_DVD

Newbie
Sep 16, 2020
21
84
51
I once had such a problem about 8 years ago in a GPGPU project. Basically, the function that converts decimals is localized (some countries use the comma, others the full stop). So I fixed it by setting the locale to "standard (aka C)", done the conversion, and then reset.

Anyway, I don't know if you have a post with known bugs, but I've noticed a couple of them as I've started playing the game now:
1. With VSync Off the game is locked at 60, with VSync On the game is uncapped.
2. When taking the magnetic transport while crouching, the character falls underground upon reaching the destination.
I think this might be it with the comma. We use comma as a decimal point, not dot. For example seven point five would be written as 7,5. I did some coding in C# a few years back and when Kerni talked about converting strings to float this was something that also came to my mind that it could be a problem.
 

Kerni

Active Member
Game Developer
Oct 9, 2017
542
634
348
Evil double post.

The new public beta of Bound in desire is online (Version 0.36)
You can download it either on or in my are also alternative downloads.
 

LanguidFox

Newbie
Jul 19, 2019
21
12
120
Evil double post.

The new public beta of Bound in desire is online (Version 0.36)
You can download it either on or in my are also alternative downloads.
Not sure I've replied to you directly before, but I love your games, great work.
I think there's a problem with the Itch upload, it looks like 0.16 rather than 0.36
 

Merlin-Magic

Member
Jan 28, 2024
427
608
169
That happened before as well, but I can confirm that its 0.36 inside :ROFLMAO:
I can confirm that the .zip file does contain v0.36, even though I did not bother to read the fine print about .16 vs. .36 until I downloaded the game :rolleyes: .
And... if there was ever a place that needed a "yes" reaction, it is F95. Five times in the last half hour I wanted to react with "yes". Is it that difficult? I guess it is...
 

Filipowicz

Newbie
Jul 2, 2025
33
10
18
Hello, I have a question. I have three girls in my base (Ivy, Alexia, Milu). I've noticed that the greatest possibilities in fun is with Alexia and Ivy. I can ask them to dominate me, and then they'll have the power over me in the game. But I'm wondering about one thing: how do I get Alexia or Ivy to tie my hands behind my back? Whether it's with rope, handcuffs, etc. I've enabled them to dominate me in the game, and there have been several domination scenarios, but without tying my hands. So far, only robots have tied my hands, so how do I get the girls to do it?
 

Kerni

Active Member
Game Developer
Oct 9, 2017
542
634
348
Hello, I have a question. I have three girls in my base (Ivy, Alexia, Milu). I've noticed that the greatest possibilities in fun is with Alexia and Ivy. I can ask them to dominate me, and then they'll have the power over me in the game. But I'm wondering about one thing: how do I get Alexia or Ivy to tie my hands behind my back? Whether it's with rope, handcuffs, etc. I've enabled them to dominate me in the game, and there have been several domination scenarios, but without tying my hands. So far, only robots have tied my hands, so how do I get the girls to do it?

Unfortunately, not build in yet. My plan was to do a little bit more(i mean.. gags,plugs and these little vibrators also exists)
But i was not able to pull it off in the last updates. Since i had to bring in new main story content as well as do bug fighting.
It is kind of a low hanging fruit actually, I just need time to create all these events. (and maybe even a Luca who is even more dominant.. mhn... need to see about that.)
 

anonoswim

New Member
Jun 16, 2021
4
3
71
Unfortunately, not build in yet. My plan was to do a little bit more(i mean.. gags,plugs and these little vibrators also exists)
But i was not able to pull it off in the last updates. Since i had to bring in new main story content as well as do bug fighting.
It is kind of a low hanging fruit actually, I just need time to create all these events. (and maybe even a Luca who is even more dominant.. mhn... need to see about that.)
I love the idea of this. Perhaps Luca comes back 'upgraded' with a hidden mission and under the guise of promoting 'a balance of dominance/submission' for the girls, she convinces Ivy and Alexia to become more dominant towards Kyra. This adds to the tension in the story and gives Kyra more motivation to try and figure out the AI's corruption, as well as raises suspicion that Luca may no longer be as innocent in the grand scheme of things (from her upgrade, of course).
 
  • Like
Reactions: Revan7

gerome90s

Member
Apr 6, 2024
176
120
121
I just downloaded the new version, but i get this Error as i am trying to run the program. Any idea on how to fix it??
Screenshot (381).png
 

Syrabert

Newbie
Nov 27, 2022
84
136
167
I just downloaded the new version, but i get this Error as i am trying to run the program. Any idea on how to fix it??
Hmm, the instruction says:
"Install instructions
Just download, unzip and start the exe file from Bound in desire folder.".
You have unziped the file, do you ? Because running the exe inside of the zipfile will not work.
You must have a data folder inside the "bound in desire" folder, if not you have either not unziped or a defective download (but you will get error messages during the unpack process).
 
Last edited:
  • Like
Reactions: gerome90s

gerome90s

Member
Apr 6, 2024
176
120
121
Hmm, the instruction says:
"Install instructions
Just download, unzip and start the exe file from Bound in desire folder.".
You have unziped the file, do you ? Because running the exe inside of the zipfile will not work.
You must have a data folder inside the "bound in desire" folder, if not you have either not unziped or a defective download (but you will get error messages during the unpack process).
I just downloaded the newer version from a different source and it worked just fine!
 
  • Like
Reactions: Syrabert
4.70 star(s) 16 Votes