Skip to content

Commit

Permalink
Some improvements based on icemann's playtrough and suggestions. Than…
Browse files Browse the repository at this point in the history
…k you! Watch he's gameplays at https://www.youtube.com/@_JPlays_
  • Loading branch information
jramstedt committed Jul 19, 2024
1 parent 5340297 commit a356ed4
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 49 deletions.
Binary file modified archive.dat
Binary file not shown.
4 changes: 4 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ REM # FOR /F "skip=2 tokens=2*" %%A in (%STEAM_REG_QUERY%) DO SET SSPATH="%%B"
FOR /F "tokens=1-3 delims=/ " %%A in ('DATE /T') DO (SET BUILD_DATE=%%C%%B%%A)

SET /P SSPATH=Path to SS1 RES files:
IF "%SSPATH%"=="" (
EXIT /B 1
)

ECHO Using RES files from: %SSPATH%

RD /S /Q dist
Expand Down
Binary file modified cybstrng.res
Binary file not shown.
86 changes: 43 additions & 43 deletions derelict.hacked-project
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,21 @@
"BaseContext": 1,
"BooleanVariables": [
{
"Index": 207,
"ResetValue": 0,
"Name": "Alpha grove battery",
"Description": ""
},
{
"Index": 113,
"Index": 109,
"ResetValue": 0,
"Name": "Cyberspace Cortex Reaver lock",
"Name": "1 isolinear",
"Description": ""
},
{
"Index": 109,
"Index": 96,
"ResetValue": 0,
"Name": "1 isolinear",
"Description": ""
"Name": "Resurrection lvl 1",
"Description": "Level 1 medical"
},
{
"Index": 106,
"Index": 110,
"ResetValue": 0,
"Name": "Shodan purged NON WORKING",
"Name": "2 isolinear",
"Description": ""
},
{
Expand All @@ -52,68 +46,58 @@
"Name": "Medical power generator",
"Description": "Is medical power generator off"
},
{
"Index": 206,
"ResetValue": 0,
"Name": "Beta grove battery ",
"Description": ""
},
{
"Index": 108,
"ResetValue": 0,
"Name": "R isolinear",
"Description": ""
},
{
"Index": 96,
"Index": 113,
"ResetValue": 0,
"Name": "Resurrection lvl 1",
"Description": "Level 1 medical"
"Name": "Cyberspace Cortex Reaver lock",
"Description": ""
},
{
"Index": 107,
"Index": 207,
"ResetValue": 0,
"Name": "Shodan cyberspace hacked",
"Name": "Alpha grove battery",
"Description": ""
},
{
"Index": 110,
"Index": 106,
"ResetValue": 0,
"Name": "2 isolinear",
"Name": "Shodan purged NON WORKING",
"Description": ""
},
{
"Index": 111,
"ResetValue": 0,
"Name": "Cyberspace Backdoor",
"Description": "Is Backdoor installed"
}
],
"IntegerVariables": [
},
{
"Index": 2,
"Index": 107,
"ResetValue": 0,
"Name": "Startup battery counter",
"Description": "Number of batteries installed",
"Limits": {
"Minimum": 100,
"Maximum": 0
}
"Name": "Shodan cyberspace hacked",
"Description": ""
},
{
"Index": 6,
"Index": 206,
"ResetValue": 0,
"Name": "Cyber cortex reavers defeated",
"Name": "Beta grove battery ",
"Description": ""
},
}
],
"IntegerVariables": [
{
"Index": 7,
"ResetValue": 0,
"Name": "Isolinear chips installed",
"Description": "Isolinear chips installed",
"Limits": {
"Minimum": 0,
"Maximum": 32767
"Minimum": 32767,
"Maximum": 0
}
},
{
Expand All @@ -135,18 +119,34 @@
"Name": "Left"
}
]
},
{
"Index": 2,
"ResetValue": 0,
"Name": "Startup battery counter",
"Description": "Number of batteries installed",
"Limits": {
"Minimum": 0,
"Maximum": 100
}
},
{
"Index": 6,
"ResetValue": 0,
"Name": "Cyber cortex reavers defeated",
"Description": ""
}
]
},
"OpenWindows": [
"levelTiles",
"levelObjects",
"messages",
"texts",
"archive",
"levelControl",
"texts",
"bitmaps",
"gameObjects"
],
"ActiveLevelIndex": 1
"ActiveLevelIndex": 0
}
16 changes: 10 additions & 6 deletions documents/content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,10 +334,9 @@ McClane-4
Sender: John McClane
Truth

Tri-Optimum is one of the corporations running prisons on and off the Earth.
There are many conspiracy theories about prisoners being used in illegal experiments and worked to death.
In the case of Tri-Optimum those are true. I was one of the prisoners stored here.
Only to wake up into a nightmare.
Tri-Optimum is one of the megacorporations running prisons on and off the Earth.
There are many conspiracy theories about prisoners being used in illegal experiments offworld and worked to death on asteroid mining.
In the case of Tri-Optimum those are true. I was one of the prisoners stored here in these cryonic pods. Only to wake up into a nightmare.

Conspiracy theories about prisoners being used in illegal experiments are true.
I was one of the prisoners stored here.
Expand All @@ -356,7 +355,7 @@ Sender: John McClane
SHODAN cracked

Looks like cyberspace entry pointer injection is in operation.
You should now be able to enter into SHODAN's data network at the cyberterminal in ships bridge.
You should now be able to enter into SHODAN's data network at the cyberterminal in ship's bridge.
You need to find SHODAN's main process in there and kill it.
I'm heading to the bridge. Meet me there.

Expand Down Expand Up @@ -397,4 +396,9 @@ In line of sight from the grate to the twins
11
I have tried boosters, staminups, antidotes and other drugs but nothing is stopping mutations.
I'm sorry.
J
J

8
Safety and Precision:
In microgravity environment of space, even small movements can have consequences.
Astronauts move slowly and deliberately to ensure safety and precision in their actions, especially when working on delicate equipment or conducting experiments.

0 comments on commit a356ed4

Please sign in to comment.