CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Gjr16

Newbie
May 11, 2022
17
2
after picking up items in the shelter storage i can't save
and the game won't save after a few minutes
 
Last edited:
  • Like
Reactions: jktulord

jktulord

Member
Game Developer
Dec 2, 2019
136
126
I execute the .exe file and it opens and shutdowns the game instantly. Im running on windows 11 x64.
The game is being build as a general windows app but is being tested only on windows 10. This seems like a very atypical issue. There were some people with issues running the game on the older windows versions but none yet reported problems like yours. I would suggest doing the usual Compatibility mode+running as administrator.
 
  • Like
Reactions: Reddy.97

DevilBats99

New Member
Dec 5, 2018
5
5
Lost an hour of progress because the save button doesnt work. Too disappointed to start again from scratch at the moment. Hope dev get that fixed soon
 

Reddy.97

Member
Jan 11, 2018
154
103
The game is being build as a general windows app but is being tested only on windows 10. This seems like a very atypical issue. There were some people with issues running the game on the older windows versions but none yet reported problems like yours. I would suggest doing the usual Compatibility mode+running as administrator.

I tried to execute the game as you said, with Compatibility mode and as administrator, and nothing. The same result, the game opens and insta closes.

The compatibility mode only let me choose Windows 7, Vista and 8. None of them worked.

I also tried to execute de "run in browser mode" but it didnt work.
 

youraccount69

Engaged Member
Donor
Dec 30, 2020
3,352
1,351
SinE3R-0.15a
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Krackon

Newbie
Jan 2, 2019
43
75
If you want to bypass the patreon lock just do this

navigate to this file js/UI/CheatPanel/CheckPatreonCode.js

Then open the file in VS Code or any other editor.


Code:
export function CheckFactionLeaderPatreonCode(value) {
  if (value === false)
    return true;

  return document.bcrypt.compareSync(value, FactionLeaderHash);
}

export function CheckVirtualPatreonCode(value) {
  if (value === false)
    return false;

  return document.bcrypt.compareSync(value, VirtualCodeHash);
}

export function CheckVeteranPatreonCode(value) {
  if (value === false)
    return false;

  return document.bcrypt.compareSync(value, VeteranCodeHash);
}

change anything that says return false to return true. Above I already changed it for the patreon stuff. I will probably play around with the others
 

Krackon

Newbie
Jan 2, 2019
43
75
I update the game every two weeks so maybe it got better. Maybe not.

Game is much more fleshed out with content. But way too difficult without cheats. It's pretty unforgiving and honestly half the time you are auto clicking through fights even with cheats.


In my opinion there needs to be less enemies and hunger/thirst shouldn't go down that quickly. Try to remove some of the older images in your game files, the game is good but it's definitely not 1.2gb of content.A lot of that space is taken up by images that are no longer being used.
 
Aug 27, 2020
46
24
playing 14a got bunker card still can't go into bunker, don't know if game is bugged or i am doing something wrong, game crashed twice, one after combat, and one while in combat
 

jktulord

Member
Game Developer
Dec 2, 2019
136
126
If you want to bypass the patreon lock just do this

navigate to this file js/UI/CheatPanel/CheckPatreonCode.js

Then open the file in VS Code or any other editor.


Code:
export function CheckFactionLeaderPatreonCode(value) {
  if (value === false)
    return true;

  return document.bcrypt.compareSync(value, FactionLeaderHash);
}

export function CheckVirtualPatreonCode(value) {
  if (value === false)
    return false;

  return document.bcrypt.compareSync(value, VirtualCodeHash);
}

export function CheckVeteranPatreonCode(value) {
  if (value === false)
    return false;

  return document.bcrypt.compareSync(value, VeteranCodeHash);
}

change anything that says return false to return true. Above I already changed it for the patreon stuff. I will probably play around with the others
You realise that I now gonna have to try to obscure the code so that it won't be working? I understand your concern with the fact that the game is too hard and maybe tedius, but the playing the game with the cheats is not an intended experience and never will be. Neither are the other paid bonuses. It is there purely to secure funding for the game. I don't have any other job beside getting this game finished, that's my sole income. Also I hired my friend in hopes that it will make the development faster and get us to a point when the earnings will be enough to keep us afloat until the steam releases(~1000$ to both of us having 500$ per month).

The project has size which is dictated by the facts that there are both old, current and future CGS present in the game folder. Due the fact a sex encounter might be 30-70 images and they are ai generated, the size got big. I will in future remove the retired cgs but it won't make a huge difference in the folder size, most of the unused art is los res and small in numver. Also some of the images are there to be used and utilized in the future so there is no point in deleting them.
Some of the folder size(~400mb) is taken by the patreon content. Which I will move into a separate file at some point. But the game will end up getting even bigger and will be much more than 1.3 gb without the paid content for sure.
But for now I am focusing on the game and will clean up as it gets closer to a polished "first episode".
 

Krackon

Newbie
Jan 2, 2019
43
75
You realise that I now gonna have to try to obscure the code so that it won't be working? I understand your concern with the fact that the game is too hard and maybe tedius, but the playing the game with the cheats is not an intended experience and never will be. Neither are the other paid bonuses. It is there purely to secure funding for the game. I don't have any other job beside getting this game finished, that's my sole income. Also I hired my friend in hopes that it will make the development faster and get us to a point when the earnings will be enough to keep us afloat until the steam releases(~1000$ to both of us having 500$ per month).

The project has size which is dictated by the facts that there are both old, current and future CGS present in the game folder. Due the fact a sex encounter might be 30-70 images and they are ai generated, the size got big. I will in future remove the retired cgs but it won't make a huge difference in the folder size, most of the unused art is los res and small in numver. Also some of the images are there to be used and utilized in the future so there is no point in deleting them.
Some of the folder size(~400mb) is taken by the patreon content. Which I will move into a separate file at some point. But the game will end up getting even bigger and will be much more than 1.3 gb without the paid content for sure.
But for now I am focusing on the game and will clean up as it gets closer to a polished "first episode".

It's unplayable without cheats in the current state. I have it a few tries before I started digging around in the JavaScript to change functions.

I understand and appreciate the funding but at this point the only way to play this is with cheats. Hopefully the next version is balanced.

Hmm you might want to compress the images a little. There is good content but at the moment I can see this quickly having a massive file size. I would also recommend some safer starting areas. Currently if you pick the wrong area the consequence is immediate death.
 
  • Like
Reactions: MrGilberte

jktulord

Member
Game Developer
Dec 2, 2019
136
126
It's unplayable without cheats in the current state. I have it a few tries before I started digging around in the JavaScript to change functions.

I understand and appreciate the funding but at this point the only way to play this is with cheats. Hopefully the next version is balanced.

Hmm you might want to compress the images a little. There is good content but at the moment I can see this quickly having a massive file size. I would also recommend some safer starting areas. Currently if you pick the wrong area the consequence is immediate death.
Unfortunately the next version won't be much more balanced. Our forces are thin and we can't work on everything.
However we are planning to do changes to the hutori area in the patch after the next one(v0.17 in december 8).

The next update is coming out 24 of november and here is a sneak peak of what specificly I am working on. (also a new app is coming)
Screenshot_37.png
 

Koruya

Member
Feb 5, 2018
115
59
Dunno, why people said the game is "unplayable" with current balance. Pretty comfortable running around with plenty of resources and stuff to pick and kill.

On other side, there is plenty of questions to raise. The need of money, when you doing only banter. Mechanics that was implemented, but not used. Presence of a tutorial, it's non-existence I mean. Bugged quests and it's triggers and some more.

While roaming inside the game is fun, the lack of understanding is a heavy minus. For sure feels that the inspiration from EFT was there, especially with how much knowledge you need to get into it. But that makes the game a bit niche, which is bad for development.

As side note, would be cool to have a sub-menu or simply additional window with character statistics.
 
2.70 star(s) 7 Votes