7767

EAT
Uploader
Aug 5, 2016
1,053
126,355

Cover.png

Overview:
"Corpse City 2037" is a browser adventure game about survival in a post-apocalyptic world. After years of isolation in your house bunker, you finally emerge to face the new reality.
The world has plunged into anarchy. The remnants of civilization are scattered settlements of surviving women trying to survive among the ruins of the former world. As one of the few remaining men, you occupy a unique position in this new society.​

Thread Updated: 2025-04-20
Release Date: 2025-04-20
Developer: SilkSpice
Censored: No
Version: 0.2 Alpha
OS: Windows, Linux, Mac
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

Game Features:
You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
Win/Linux/Mac: - - - -

1.jpg 2.jpg 3.jpg 4.jpg 5.jpg
 
Last edited:

Samu13

Member
Jun 13, 2018
300
427
There is a bug in the code that doesn't let you discover the settlement. The code is:
Code:
if $discovered_bunker == false or $discovered_farm == false or $discovered_city_center == false or $discovered_settlement
And it should be:
Code:
if $discovered_bunker == false or $discovered_farm == false or $discovered_city_center == false or $discovered_settlement == false
 

SilkSpice

Newbie
Game Developer
Apr 17, 2025
18
16
There is a bug in the code that doesn't let you discover the settlement. The code is:
Code:
if $discovered_bunker == false or $discovered_farm == false or $discovered_city_center == false or $discovered_settlement
And it should be:
Code:
if $discovered_bunker == false or $discovered_farm == false or $discovered_city_center == false or $discovered_settlement == false
1745182310808.png



Settlements can be found despite this bug, but you're right that it could be done better, thanks for the tip, I'll fix it in the next patch and most likely rework the search system so that locations don't appear in the search again when the player has already found them.
 
  • Like
Reactions: EthanB86

Samu13

Member
Jun 13, 2018
300
427
Settlements can be found despite this bug
They can, if you're not unlucky (like I was) and settlement was the last one discovered.
If I hadn't checked the code, I wouldn't even know there was anything else to do (and I only checked because there were things in the game I hadn't yet found, like weapons, and it seemed that they should be in there somewhere).

Anyway, good luck with your game. :)
 
  • Heart
Reactions: SilkSpice

SilkSpice

Newbie
Game Developer
Apr 17, 2025
18
16
They can, if you're not unlucky (like I was) and settlement was the last one discovered.
If I hadn't checked the code, I wouldn't even know there was anything else to do (and I only checked because there were things in the game I hadn't yet found, like weapons, and it seemed that they should be in there somewhere).

Anyway, good luck with your game. :)
Thank you for pointing out this mistake and for the extra luck))
 
  • Like
Reactions: Samu13

somebodynobody

Engaged Member
May 11, 2017
3,324
4,267
Failed to load resource: net::ERR_FILE_NOT_FOUND
background.png:1

Failed to load resource: net::ERR_FILE_NOT_FOUND
pattern.png:1

Failed to load resource: net::ERR_FILE_NOT_FOUND
assets/luna/blowjob_dominance.mp4:1

Failed to load resource: net::ERR_FILE_NOT_FOUND
assets/luna/cum.mp4:1

Failed to load resource: net::ERR_FILE_NOT_FOUND
assets/luna/blowjob.mp4:1

Error: cannot find a closing tag for HTML <div>
<div class="weapon-actions">…
appendError @ index.html:4696

Error: cannot find a closing tag for macro <<link>>
<<link "Unequip">>…
appendError @ index.html:4696


Advice.
After buying a weapon you should be able to equip it.

It looks weird, but I assume because it is alpha, I would suggest figuring out the cohesive whole of how you want it to look.

The scrolling you have to do, feels tacked on, a lot of empty space between everything.

The "armory" seems to do nothing since all the weapons are in the supplies anyways.

I would suggest having an "you have seen everything" type popup.

Keep your references to stats as the same, don't call stamina energy or vice versa. Just call it stamina.

Let the player name the character.

Make choices more easy to follow. Example is if you choose number 2 as your first choice in game, the bottom choice can be viewed as you are being threatening or she is. So a bit more exact wording to make things clear.

Or why are some choices differently color coded.

I see there are music files, nothing ever played.

you have a duplicate image of in development in the severina and other folder.

might be more file issues, I didn't see them all cycle, never met the bandits.

Also players probably want to choose where they cum.
 
Last edited:

SilkSpice

Newbie
Game Developer
Apr 17, 2025
18
16
Failed to load resource: net::ERR_FILE_NOT_FOUND
background.png:1

Failed to load resource: net::ERR_FILE_NOT_FOUND
pattern.png:1

Failed to load resource: net::ERR_FILE_NOT_FOUND
assets/luna/blowjob_dominance.mp4:1

Failed to load resource: net::ERR_FILE_NOT_FOUND
assets/luna/cum.mp4:1

Failed to load resource: net::ERR_FILE_NOT_FOUND
assets/luna/blowjob.mp4:1

Error: cannot find a closing tag for HTML <div>
<div class="weapon-actions">…
appendError @ index.html:4696

Error: cannot find a closing tag for macro <<link>>
<<link "Unequip">>…
appendError @ index.html:4696

I don't understand where you caught these bugs, because according to this error, there are no files that are in the game in the corresponding folders, I just opened it, it seems I poked everything I could and didn't catch it. If possible, I would like to know in more detail under what circumstances it appeared and whether you used the rollback to the left before the bug? (Rollback sometimes breaks many functions)


Advice.
After buying a weapon you should be able to equip it.

It looks weird, but I assume because it is alpha, I would suggest figuring out the cohesive whole of how you want it to look.

The scrolling you have to do, feels tacked on, a lot of empty space between everything.

The "armory" seems to do nothing since all the weapons are in the supplies anyways.

I would suggest having an "you have seen everything" type popup.

Keep your references to stats as the same, don't call stamina energy or vice versa. Just call it stamina.

Let the player name the character.

Make choices more easy to follow. Example is if you choose number 2 as your first choice in game, the bottom choice can be viewed as you are being threatening or she is. So a bit more exact wording to make things clear.

Or why are some choices differently color coded.

I see there are music files, nothing ever played.

you have a duplicate image of in development in the severina and other folder.

might be more file issues, I didn't see them all cycle, never met the bandits.

Also players probably want to choose where they cum.
Most of what you listed is due to the Alpha version, but as for the weapon, it already works, in the fight with Dominica you will not be able to win without a weapon and will only deal 2 damage.

Regarding the free space, you are absolutely right, it really needs to be cleaned up and made more compact, but this is a problem of the development environment in which I started the project + the Design (CSS) of the project which I tried to make attractive (I don't know if it worked), I myself don't like this extra space and I'm looking for a solution but I'm not sure if there is one (Or demolish the entire game design and redo it, which I wouldn't want to do)

The armory is just a place where you arm yourself, it's not a weapons storage, all weapons are in the Supply Storage
but they won't work until you arm them in the Armory. This system will definitely be redesigned and made more convenient in the future.

(I would suggest having an "you have seen everything" type popup.) - What exactly do you mean? In location research or where?

(Keep your references to stats as the same, don't call stamina energy or vice versa. Just call it stamina.) - English is not my native language, so I often use autocorrect, which often leads to inconsistencies like this one, but I have noted this problem and will fix it.

(Let the player name the character.) - It will be done, it just doesn't seem like a priority to me yet.

There was music and sounds in the game, but they were a bit broken, and I removed them for now to recreate later in a more working format.

As for the bandits, they are there, but not in this version of the game because they still don't work properly, so I decided to improve them before adding them to the game.

As for where to cum, this is more of a problem with the available porn content, the models I chose don't always have the appropriate videos (Or I didn't search well). In theory, I could just add a similar model with the necessary cum, but wouldn't that ruin the character as a character? It's a difficult question and I've also thought about it.