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
110
115
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
149
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
2,939
1,133
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
40
72
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
40
72
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
45
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
110
115
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
40
72
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.
 
2.70 star(s) 7 Votes