7767

EAT
Trial Moderator
Uploader
Aug 5, 2016
720
105,054
banner2.png

Overview:
2084 is a game about exploring mazes and searching for ARG-like secrets in a virtual world created by The Party. Awaken as an unknown male citizen connected to a machine known as a "Love Station." Enjoy the easily accessible, femdom-focused porn provided by FemSoc or read between the lines and figure out a way to resist...​

Thread Updated: 2024-07-21
Release Date: 2024-07-21
Developer: Wanderinger
Censored: No
Version: 0.2
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.

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

DOWNLOAD
All: - - - -

slide1.png slide2.png slide3.png slide4.png slide5.png
 
Last edited by a moderator:

Wanderinger

Newbie
Game Developer
Oct 15, 2018
44
114
I think there may be an error (or I missed install instructions somewhere). The main html opens fine, but all images are set to look for /home/user/Desktop/2084-WORK/images
that is an error on my part - gonna be fixed very soon
 

Le_Flemard

Member
Jul 30, 2021
167
57
I think there may be an error (or I missed install instructions somewhere). The main html opens fine, but all images are set to look for /home/user/Desktop/2084-WORK/images
ah, absolute path vs relative path.
Wanderinger you need to remove "/home/user/Desktop/2084-WORK/" from each of your image filepaths.
 

Wanderinger

Newbie
Game Developer
Oct 15, 2018
44
114
The pics should be fixed in the new download links provided. Thank you all for pointing it out to me
 

Melloten

New Member
Feb 14, 2018
4
8
Wanderinger
There's an error in the code for checking the input on secret 6. (Yes, I know the instructions say to not inspect source...but that's the only way to find the bug).

Your code reads:

Secret 6
<<textbox "$secretInput6" "">>
<<button 'Enter'>>
<<if $secretInput5 == "SECRET{XXXXXXXXXXXXXXX}">>
<<run $secretsRedeemed.push(6)>>
<<goto secretsProgress>>
<<else>>
<</if>>
<</button>>
<br>
<<linkappend "Hint!">>
You want to fuck the answer out of me?!
<</linkappend>>
<<else>>
Secret 6 REDEEMED
<</if>>
<</nobr>>

3rd line should read if$secretInput6 ==...
 

Wanderinger

Newbie
Game Developer
Oct 15, 2018
44
114
Wanderinger
There's an error in the code for checking the input on secret 6. (Yes, I know the instructions say to not inspect source...but that's the only way to find the bug).

Your code reads:

Secret 6
<<textbox "$secretInput6" "">>
<<button 'Enter'>>
<<if $secretInput5 == "SECRET{XXXXXXXXXXXXXXX}">>
<<run $secretsRedeemed.push(6)>>
<<goto secretsProgress>>
<<else>>
<</if>>
<</button>>
<br>
<<linkappend "Hint!">>
You want to fuck the answer out of me?!
<</linkappend>>
<<else>>
Secret 6 REDEEMED
<</if>>
<</nobr>>

3rd line should read if$secretInput6 ==...
Thank you for pointing that out! I missed that. And don't worry about inspecting the source when there is a bug, those shouldn't be there in the first place
 
4.20 star(s) 5 Votes