6638ce6a80c62

Post Reply

Warning - While you were reading 8 new replies have been posted. You may wish to review your post.
Your name:
Subject:
Message Icon:

Verification:
This box must be left blank:

How can you challenge a perfect, _____ machine? (Fill in the missing word):

Shortcuts: Alt+s to submit/post; Alt+p to preview


Topic Summary

Posted by: ZylonBane
« on: 02. May 2024, 18:16:06 »

Just a heads up that in Beta 6, SCP will be fixing the Soma Drain psi power so it can't heal the player for more HP than the target actually has. It will also fix the drain FX object only appearing on Creature type targets (the vanilla script never teleports it to the target location).

Since healing the player will be handled by the SomaDrain script, the DrainStim receptron that heals the player will be disabled by setting its effect multiplier to 0.

Code: [Select]
class SomaDrain extends RootPsi {
function ActivatePsi() {
base.ActivatePsi();
doDrain();
DeactivatePsi();
}

function doDrain() {
local mod, drain, heal;
local obj = ShockGame.GetDistantSelectedObj();
if (obj && Link.AnyExist("StimSensor", obj, "DrainStim")) {
drain = GetData("Data1");
mod = GetData("PsiStat") - GetData("Data3");
if (mod > 0) {
drain += mod * GetData("Data2");
}
heal = scp.Clamp(drain, 0, Property.Get(obj, "HitPoints"));
ActReact.Stimulate(obj, "DrainStim", drain, "Player");
ShockGame.HealObj("Player", heal);
createFX(obj);
}
}

function createFX(obj) {
local fx = scp.CreateAt("Soma Drain FX", obj);
if (Property.Possessed(obj, "Creature")) {
local lnk = Link.Create("ParticleAttachement", fx, obj);
LinkTools.LinkSetData(lnk, "Type", 2);
LinkTools.LinkSetData(lnk, "Joint", 3);
}
}
}
Posted by: ZylonBane
« on: 02. May 2024, 17:43:35 »

I prefer worm piles to not be destructible at all
They're already destructible even in vanilla. With a WormBlood implant you can destroy them with your teeth.

allowing the player to wrench them to death is the definition of boring
You might want to actually try that and see what happens.

keeping them indestructable preserves worm ammo counts for new players whom have no idea about any proliferator worm gun thing until much later.
Destroyed worm piles regenerate after five minutes.
Posted by: Join2
« on: 29. April 2024, 03:51:22 »

Agreed. Destroyed only by high value resources or invulnerable are the two sensible options. Destroyed by anything is the realistic, yet silly method.

Realism brain worms is a blight. Abstraction as it pertains to game design is a lost art of the glorious 1990s.

Let me highlight why with the following example: realism's end goal here is they are a not a hazard at all because they'd just squish immediately when stepped on by this 180lbs (or whatever) man. It is clearly explained the worms are in their infancy, and you can see when you look at the piles they're too small to do any damage puncturing future space marine footwear, nor withstand such weight when stepped on. So, realism's end goal is therefore they are nothing of consequence unless you take your boots off and run around the ship barefooted, or your footwear are otherwise compromised perhaps.
Realism for realism's sake is often antithetical to game design, even when the intentions are good e.g immersion, sense of freedom as is the case here. Irrational had it right by making them hazards that cannot easily be removed, simply do chip damage when stepped on instead of attaching to your foot and needing surgical removal, and yet were just straddling the line of believability for the player to not stop and question it. The only questionable part of their design here is encouraging players to get on their hands and knees with beakers collecting them all to use a gun that isn't particularly satisfying and requires significant investment. But I get their thinking. The idea is novel and cool, and could have been good. Just did not have the best execution.

That's a point too, keeping them indestructable preserves worm ammo counts for new players whom have no idea about any proliferator worm gun thing until much later. Are you sure you thought this through Zylon?
Posted by: RoSoDude
« on: 27. April 2024, 05:22:59 »

I prefer worm piles to not be destructible at all, they're supposed to be floor hazards and allowing the player to wrench them to death is the definition of boring degenerate gameplay. I allowed fire and anti-annelid damage to kill them as a compromise, essentially just for random scenarios where a grenade, fusion blast, or exotic weapon explosion happens to include a worm pile in its radius. I don't anticipate players will bother spending resources to kill them, it's just a minor concession to AoE weapons.
Posted by: sarge945
« on: 27. April 2024, 03:27:41 »

So tacking on specific requirements to kill worm piles doesn't make lore sense and misses the point of them, which is that they're only a threat when not noticed.

This reminds me: I need to randomise worm positions in the randomiser. If I wanted to get fancy, I could even re-randomise them when returning to the map if it has been a long time.

Maybe in a future version. I barely want to touch it for now.

Also, making worm piles not destroyable makes sense gameplay wise because they are supposed to be floor hazards. There are certain areas (like one of the interview rooms in Ops) where the challenge is jumping properly to avoid them, not "noticing them", and this change maintains that gameplay. I agree they are mostly a non-threat in the typical case, but you do have to keep at least some mental awareness to avoid them, especially on return visits to areas where you're less likely to be paying attention.

I completely understand the lore objections, though. It doesn't really make too much sense that you can kill one worm but not a swarm.
Posted by: ZylonBane
« on: 27. April 2024, 01:24:49 »

-Worm piles cannot be destroyed by most damage types (only incendiary and anti-annelid)
Annelid worm: Dies to wrench and bullets and harsh language.
Smaller, weaker, immobile worms: INVULNERABLE

You sure you thought this through?

Worm piles are such a non-threat that the only reason SCP makes them killable is because they should be killable. As worm research says, "they're so easily killed it hardly matters".

So tacking on specific requirements to kill worm piles doesn't make lore sense and misses the point of them, which is that they're only a threat when not noticed. Even in unmodded SCP I expect most people will rarely if ever bother shooting them, because just walking around them is easy and costs nothing. They're so trivial a threat that they're, on average, worth less than a bullet. Raising their destruction requirement above the level of a bullet eliminates this calculus, pushing their destruction completely into "not worth it, ever" territory. Boring.
Posted by: RoSoDude
« on: 26. April 2024, 20:15:14 »

Okay, I've uploaded 2.04 BETA to the first post. I have not 100% verified that everything is working in the levels, but I did play up through Hydroponics.

#### 2.04 BETA ####
-Updated for SCP Beta 5 compatibility and reverts
   -SCP Beta 4 is no longer compatible
   -Grenade Launcher base damage not increased by 85%
   -Worm piles cannot be destroyed by most damage types (only incendiary and anti-annelid)
-Removed debug logspam for frobbing psi pull items
-New headshot system for Pistol and Assault Rifle bullets
   -Weapon base damages decreased by 25% (Pistol 4->3, Assault Rifle 8->6)
   -Headshots deal an additional 66% damage (25% more than before)
   -Damage type weaknessess/resistances apply to bonus headshot damage
   -Hybrids, Monkeys, Midwives, Assassins, Rumblers are susceptible to headshots
-Decreased bullet projectile size by 80%
Posted by: RoSoDude
« on: 26. April 2024, 17:15:27 »

It's unfortunately not yet compatible, I've been away from my main PC for about a month. I have a beta version I will upload soon to test for SCPb5 compatibility.
Posted by: Salk
« on: 26. April 2024, 08:14:25 »

Hello!

In the OT I read: "Installation and Mod Compatibility
Requires SS2 v2.48 patch or above. SS2-RSD is built for SCP Beta 4 (and hopefully beyond), which is required."

Can someone confirm that the latest version is fully compatible with the SCP Beta 5 changes?

Thanks!
Posted by: RoSoDude
« on: 23. April 2024, 21:23:33 »

Huh, I skimmed the change notes and didn't see that mentioned.
That is apparently because I never mentioned it in the changelist. Will fix that in the next update...
Posted by: ZylonBane
« on: 23. April 2024, 17:54:59 »

Huh, I skimmed the change notes and didn't see that mentioned.

Would be interesting if instead of just blowing up, psi mines had a fixed amount of damage they could deal, and would sit there zapping enemies until it was all used up. That would be a somewhat radical change though.
Posted by: RoSoDude
« on: 23. April 2024, 17:32:35 »

I actually did that already, psi mine damage is now 5*PSI. Same as the original 30 damage at PSI 6, but can be pushed higher. I just noticed that I didn't actually enable overloading up to PSI 11 like with the other projectiles, though...
Posted by: ZylonBane
« on: 23. April 2024, 15:02:51 »

Would it be possible to make the damage from Remote Psionic Detonation scale with PSI level? Assuming it doesn't already do that. The vanilla description doesn't say it does, so... eh.
Posted by: sarge945
« on: 21. April 2024, 04:06:19 »

ZylonBane
Oh that's cool!

Here is the horrible mess I was using before...

Code: [Select]

function GetStatString(sVal, dVal)
{
local strText = Data.GetString("misc", "StatReq", "Item requires %s of %d");
local s = strText.find("%s");
strText = strText.slice(0, s) + sVal + strText.slice(s + 2);
local d = strText.find("%d");
strText = strText.slice(0, d) + dVal + strText.slice(d + 2);
return strText;
}
Posted by: ZylonBane
« on: 20. April 2024, 01:50:05 »

Just a heads up regarding the AddText function in this. As I've recently discovered when expanding it to support more than one substitution per string, the Squirrel built-in function format() is basically C's sprintf(), so it can replace the entire SpliceDataIntoString function. The version of AddText in SCP has now been reduced to this:
Code: [Select]
function AddText(strID, strFile, strDefault = "", subVal1 = "", subVal2 = "") {
local strText = Data.GetString(strFile, strID, strDefault);
if (strText != "") {
strText = format(strText, subVal1, subVal2);
ShockGame.AddText(strText, "Player");
}
else {
print("ERROR: String \"" + strID + "\" not found in \"" + strFile + "\"");
}
}
Posted by: bombum
« on: 23. July 2023, 14:39:17 »

ZylonBane
I can certainly see that.
Posted by: ZylonBane
« on: 23. July 2023, 14:21:39 »

Shhh beebee. Adults are talking.
Posted by: bombum
« on: 23. July 2023, 08:04:54 »

ZylonBane
Let's have Beta 5 out and THEN deal with this stuff. As sarge said, 6 goddamn years have passed. At this point not using it is dumb, because Beta 5's release is questionable. And really, scp should be in engineering too. It's "beta" 4. Betas are "pre-release builds of software that may contain bugs or performance issues"
Posted by: sarge945
« on: 23. July 2023, 04:43:27 »

Rickenbacker Automaps has been available for years. SCP B4 released 6+ years ago(!). Of course people are going to use (and recommend) these sorts of mods when we're dealing with those sorts of timeframes.

There's nothing wrong with releasing it in the meantime and slapping the old [Obsolete] tag on it when SCP 5 releases, because people are going to use it anyway rather than waiting for that long. The Mods subforum is already full of obsolete mods and we rightly call people stupid for using them, this will be no different when SCP 5 releases.
Posted by: ZylonBane
« on: 23. July 2023, 04:17:14 »

The real problem here is that Rick automaps ... are in the wrong subforums
Wrong. The Rick automaps package was never intended as a standalone mod. It was created to be integrated into SCP, which it has been.

When people install it as its own mod, it WILL create situations in the future where some dummkopf has both SCP Beta 5 and that package installed, fucking things all up because it overwrites SCP's Rickenbacker mission files with outdated versions. Or you'll have people installing it without SCP, fucking things up even more.
Posted by: sarge945
« on: 23. July 2023, 03:54:31 »

The engineering subforum contains everything from unreleased mods that have been stable for a very long time (Distinguishable Implants, Rickenbacker Automaps) to extremely untested, barebones mods that are not safe to use (Deterioration, literally any of my mods, the Randomiser until a few days ago).

I understand the idea of having a mod sit for a little while as people slowly test it and ensure it works, but there are mods in there that have been stable for years and are still there.

The problem is that people upload a mod in there, aren't sure if it's stable or not, and then leave it there. It's hard to find people to test an entire playthrough and sign off on everything, so they linger.

The simple binary idea of "Don't use anything from there they are all unsafe" is not really accurate, as a result. There are plenty of mods on there that really should be in the Mods subforum but which aren't for whatever reason, usually because the author has either disappeared or just hasn't done the admin work required to get it moved.

I would argue it's MUCH safer to use some of the longstanding mods on the Engineering subforum than it is to use a recently updated Beta version of an "approved" mod, since betas in general tend to be unsafe (not trying to throw shade on anyone here, I do it too). It's not that simple.

The real problem here is that Rick automaps and Distinguishable Implants are in the wrong subforums (although I would argue Distinguishable Implants needs to be packaged properly first, since it's split among multiple files in the thread, I can do that if you'd like), not that people are using "dangerous" mods.
Posted by: RoSoDude
« on: 23. July 2023, 01:49:37 »

Is it best if I avoid this mod, then? RoSoDude might know SS2 well enough to avoid any glitches this mod causes, but I'm sure to walk into the first glitch and crash the game.

Nahhh, don't worry about it. The conflict warning is just because Rickenbacker automaps replaces the SCP Rickenbacker mis files with updated versions containing automaps. I know several dozen people who have played with it, with no issues reported particular to the Rickenbacker levels. RSD's changes are still perfectly compatible because the object references are all the same.

Obviously you shouldn't be reporting bugs to SCP on the basis of a further modified game, but that's already out the window with RSD and the other mods! Even if there were any issues, I'd want to know I can fix it and make my mod(s) compatible.

A mod in the Engineering subforum is still a mod, just because it's not officially sanctioned by the community here doesn't mean it's not a modification of the game that can be installed at the user's risk (like any mod, only that the risk may be higher). Come on now.
Posted by: JDoran
« on: 23. July 2023, 00:44:41 »

OK, I won't use it. Thanks, mate.
Posted by: ZylonBane
« on: 23. July 2023, 00:40:07 »

It's. Not. A. Mod.

A zipped up bunch of files isn't a mod until it's moved here and formally declared a mod. Until then, it's just a bunch of zipped up files that you're shoving into your game, and god help you.
Posted by: JDoran
« on: 23. July 2023, 00:36:57 »

Someone for damn sure best not be recommending people install anything from the Engineering forum. There's a reason everything there isn't here in the Modifications forum. We already have a hard enough time keeping people's installs straight and up to date with officially released mods, without having to worry about loons scraping unfinished projects from Engineering.

Is it best if I avoid this mod, then? RoSoDude might know SS2 well enough to avoid any glitches this mod causes, but I'm sure to walk into the first glitch and crash the game.
Posted by: ZylonBane
« on: 23. July 2023, 00:06:36 »

Someone for damn sure best not be recommending people install anything from the Engineering forum. There's a reason everything there isn't here in the Modifications forum. We already have a hard enough time keeping people's installs straight and up to date with officially released mods, without having to worry about loons scraping unfinished projects from Engineering.
Posted by: JDoran
« on: 22. July 2023, 23:54:21 »

RoSoDude, you recommend the mod Rickenbacker Automaps, but when I install it then both this mod, and SCP b4, both show a yellow warning triangle, with the message  "Status: Mod overwrites same *mis.file as other active level mod. Do not use mods with overlapping *.mis files."

What am I doing wrong, please? I have placed the Rickenbacker Automaps mod near the top of the Blue Mod Manager, and SCP is right at the bottom.

Edit: I have found two versions of the mod, the one you linked to, and one you uploaded yourself (https://www.systemshock.org/index.php?topic=11751.msg139985#msg139985). They are slightly different archive file sizes, and I tried them both, but they both clash with SCP.
Posted by: JDoran
« on: 22. July 2023, 21:56:35 »

Sarge, thanks for the info.

RoSoDude, thanks mate. A couple of those I wasn't aware of, though I won't be using Inventory Fumbler. - I am clumsy enough in real life  ¯\_(ツ)_/¯
Posted by: RoSoDude
« on: 19. July 2023, 17:45:11 »

JDoran
RSD goes on the very top, unless you use Sarge's Randomizer in which case you want to use the RSD compatibility addon over it. Note that RSD requires SCP, whereas the note you wrote seems to imply that you think it's incompatible?

Repairman is highly recommended, Rickenbacker Automaps is nice, Alarming Cameras is good if you want the security systems to pose an actual threat, and you will probably want Scary Monsters as an SS2 veteran.

Depending on your tastes you may also be interested in Alternate Start, Cutscene Skipper, and Inventory Fumbler.
Posted by: sarge945
« on: 19. July 2023, 16:12:09 »

I've meant to try this for a while, but never gotten around to it, so now's the perfect time!

This is my SS2 mod setup:



I think you're the first person I've seen so far still using one of the individual coloured laser rapier versions.

Also your installation of Scary Monsters is outdated (but it's disabled anyway)

You need to put the rebirth version of RealSG (Rebirth GFX Shotgun in your case) above Rebirth itself.

Sarge's Randomiser (another mod I've yet to play) has just been updated, would that work with your mod too?

Yes, use the compatibility addon on the randomiser page.

Posted by: JDoran
« on: 19. July 2023, 16:04:43 »

I've meant to try this for a while, but never gotten around to it, so now's the perfect time!

This is my SS2 mod setup:



Is there anything there that won't run with your mod? What position should I put your mod in, in the list?

Sarge's Randomiser (another mod I've yet to play) has just been updated, would that work with your mod too?

And on the subject of mods, are there any more mods I should add?
Posted by: RoSoDude
« on: 16. July 2023, 20:48:11 »

Small update for some basic fixes, more worthwhile Recreation A power cell use, and reworked melee bonuses.

#### 2.03 ####
-Fixed compatibility issues when with Pistol Hybrid (load SS2-RSD above)
-Fixed bug allowing 1 portable battery to charge a stack of empty batteries instead of one at a time
-Fixed softwares not being able to be put into containers
-Fixed chemicals not being able to be put into containers
-Fixed destroyed proximity grenades dealing 30 damage instead of intended 20 damage
-Fixed psi pull items not being able to be picked up when very close
-Repaired turrets start at 29%->50% HP [SS2 Repairman mod only, now compatible with Sarge's Randomizer]
-Refined Med/Sci 1 maintenance tool psi pull placement
-Removed debug logspam from Engineering
-Removed debug file logspam from egg loot
-Changed Strength 1/2/3/4/5/6/7/8 melee damage bonus from 0/1/2/3/4/6/10/15 to -1/0/1/3/6/10/15/21
-Increased Adrenaline Overproduction melee damage bonus from +1 base damage to +2 base damage per PSI
-Increased Cerebro-Energetic Extension duration from 10s per PSI to 10s + 10s per PSI
-Grenade Hybrids 15% chance to drop 4 grenades is now 30% chance to drop 1 grenade (loot table rolled twice)
-Recreation A power cell now powers the nearby recharging station
Posted by: sarge945
« on: 24. June 2023, 04:31:39 »

mousetrapreplica
In a way, I agree with you. I also don't like burst fires in general as I have always found burst fire modes clunky to use in every game that has them. I don't entirely like the idea of making ammo wastage the balancing factor for the AR and would rather nerf Standard in other ways, but Ro has good reasons for doing it this way.

If you want to use single shot like vanilla and still maintain Standard balance, you'd probably need to find another way to nerf Standard, as it's already very good. Kyu and I have both made Standard-altering mods. If you're going to use single shot again, I suggest installing one of them.

But I have gotten used to the burst fire (even if I still think Standard is a little OP in RSD, but that's just my opinion). I understand it might be frustrating, but it's probably worth getting used to, if only for balance reasons.
Posted by: RoSoDude
« on: 23. June 2023, 22:42:17 »

Regarding the assault rifle: the burst fire has been in since version 1.00 and is unlikely to change as it's generally gotten positive reception. The rifle is still better than the pistol in almost every respect. The rifle does 8 damage per shot vs the pistol's 7 damage per shot at Standard 6; the rifle has nearly twice the pistol's DPS due to having nearly double the fire rate; it has more than double the mag size for less than double the reload time. The pistol is easier to mod and maintain and you can do single shots to finish off enemies, but the assault rifle is the real powerhouse. I don't want to make the pistol any better (it's already the premier early game firearm), and the engine won't abide weapons taking up a different number of inventory slots besides. I understand your objection from a realism standpoint, but minimum burst fire for automatic weapons is common in video games, even in the same series (see System Shock's flechette and skorpion).

The powered armor drain rate is the same as vanilla, 10% charge every 50 seconds (this is double the drain rate of most implants). Despite the fact that I removed SCP's flat protection, increased the Strength requirement to 4 and gave it a higher movement speed penalty than other armors, it is still far and away the most potent and stat-efficient armor as it was in vanilla (in SCP it's the only valid choice due to the flat 20% protection), as long as you keep the charge up. Risk and reward. It's the best for Energy builds that invest in Maintenance and spend a lot of time running to and from the recharging stations, but there's now a sliver of an argument for other builds to use medium armor, heavy armor, or WormSkin armor, which I view as a win for balance. For reference, at base the powered armor will last 8m20s, while at Maintenance 6 and modded for drain rate reduction it'll last 14m49s.

I appreciate the feedback nonetheless, hopefully my reply is not too discouraging. I keep in mind what people tell me and sometimes I am led to reconsider things later. I also want you to be aware that it is pretty easy to tweak the mod to your own liking; the gamesys.dml file is pretty well documented and I am happy to offer any technical advice towards that aim regardless of my personal design vision for the mod.
Posted by: mousetrapreplica
« on: 23. June 2023, 20:06:00 »

mousetrapreplica
also is it just me or is the power armors drain rate insanely high? i was considering using it for my soldier build since i really have no other use for batteries, but even with a healthy stockpile of them i can't imagine ill be able to keep the thing powered when it seems to lose roughly 10% charge a minute, it wouldn't bother me if it had a flat damage protection when unpowered but since you removed that it seems kind of lackluster

Posted by: mousetrapreplica
« on: 23. June 2023, 17:49:24 »

RoSoDude
im about halfway through my first playthrough, great mod,really enjoying it so far. My only complaint currently is changing the assault rifles semi automatic mode to a 2 round burst. i totally get the desire to distinguish it from the pistol so they both have a utility, but id argue the fact they share an ammunition type pretty much guarantees most people will want one or the other and you should probably balance them around that fact. its also just immersion breaking as pretty much any rifle is going to have a semi automatic option, even in a sci fi setting. if you really want to make the pistol more appealing maybe cut its inventory size to 2 spaces instead of 3 or something. I don't think nerfing the endgame standard weapon is the solution
Posted by: sarge945
« on: 21. June 2023, 06:04:31 »

RSD is a gameplay mod, not an audio/visual mod. A/V enhancements (that can't be standalone mods) are more in SCP's domain.

This isn't entirely true.

RSD adds the rapier hum back, plus it adds some fancy new bullet effects. It also changes gun angles when reloading (purely visual) and does some other non-gameplay QOL stuff, like showing icons for upgraded weapons and letting you put items into containers. I'm sure RoSoDude can list off more A/V stuff in the mod.

Honestly, the mod does a bit of everything. It's definitely a gameplay-focused mod, but A/V stuff isn't exactly unwelcome.

But I agree that linking to other, unrelated mods is not really appropriate in mod threads.
Posted by: ZylonBane
« on: 20. June 2023, 22:29:36 »

RSD is a gameplay mod, not an audio/visual mod. A/V enhancements (that can't be standalone mods) are more in SCP's domain.
Posted by: CyberneticGeneral
« on: 20. June 2023, 22:06:09 »

Regarding the modifications you made to the boss fight with SHODAN: I made a small music mod if you're interested.  :thumb:

https://www.systemshock.org/index.php?topic=12301.0
Posted by: RoSoDude
« on: 19. June 2023, 18:30:30 »

Yes, they are all compatible.
Posted by: Dan161
« on: 19. June 2023, 17:12:21 »

Sorry for the dumb question, but is this compatible with your Scary Monster AI and Assassin Rapier mods? I've put RSD above them in the load order.
Posted by: Jacky
« on: 17. June 2023, 10:50:32 »

voodoo47
Thanks. I'm not even that arachnophobic - I just think they look goofy in the game, even if it's justified by the lore, ha.
Posted by: voodoo47
« on: 17. June 2023, 10:47:58 »

I see no script overwrites upon quick glance so yes, and priority shouldn't matter, but go with NoSpiders higher than RSD just to be sure.

also, just realized, RSD mod by RSD, how amusing.
Posted by: Jacky
« on: 17. June 2023, 10:08:15 »

Is this and your 'Scary Monsters AI' mod compatible with the 'No Spiders' mod that replaces all spiders with worms? If so, what load order do you recommend? Thanks.
Posted by: Jamie
« on: 16. June 2023, 22:53:00 »

That's really cool. :) Yes, I always play on Impossible, ha. I did try to retract the power cell I inserted into the Med Sci bulkhead, but I guess I'll just have to look harder.
Posted by: RoSoDude
« on: 16. June 2023, 21:43:13 »

I encountered the power-cell-barred doorway in Engineering. Have you hidden a cell nearby?

Sounds like you didn't fully explore Med/Sci  ;)

The power cell mechanics have been expanded across the game, it's up to you to find them and decide when you want to use them to open paths, clear hazards, or access loot caches. On Normal difficulty there's one power cell per auxiliary power unit, but on Hard/Impossible difficulty you won't have enough to power everything.
Posted by: Jamie
« on: 16. June 2023, 21:33:24 »

I encountered the power-cell-barred doorway in Engineering. Have you hidden a cell nearby?
Posted by: SecurityDroid002
« on: 15. June 2023, 11:58:23 »

voodoo47
Hey, no worries, haha. I know we all have our own lives to lead, but you're so helpful on this website, and I just want to make sure I do it properly.  XD
Posted by: voodoo47
« on: 15. June 2023, 11:55:33 »

what have I done.
Posted by: SecurityDroid002
« on: 15. June 2023, 11:50:03 »

voodoo47
Alright, thanks. I'll try it and get back to you.
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
6638ce6a8183e