673f1d2eb0e20

673f1d2eb223d
1 Guest is here.
 

673f1d2eb277fBeowulf

673f1d2eb281d
Somehow that minimod does not work for me.
I guess it's just me?

Something missing because I cannot run SS2Tool because I'm on Linux?

673f1d2eb2a65voodoo47

673f1d2eb2ace
remember, that means you must install the mod manager yourself, then load SCPb5, and then the minimod. have you done that?

673f1d2eb2ba9Beowulf

673f1d2eb2bf5
Yes, first with ss2bmm and then for the minimod with dmm proper (after I noticed it said Unrecognized in ss2bmm for it).

673f1d2eb2ca0voodoo47

673f1d2eb2ceb
is the path to the modSecurity file \SS2\dmm\SCP Hard Security\

673f1d2eb2d85Beowulf

673f1d2eb2dce
ss22\DMM\SCP Hard Security\

Yes my game's folder is called ss22 instead of ss2

673f1d2eb2eb4ZylonBane

673f1d2eb2efd
Is there anything IN the security mod folder?

673f1d2eb30a3Beowulf

673f1d2eb30ec
Yes, the contents from the archive.
ls -alR DMM/SCP\ Hard\ Security/
'DMM/SCP Hard Security/':
total 4
drwxr-xr-x 1 winuser winuser   40 May 11 02:29 .
drwxr-xr-x 1 winuser winuser 1136 May 11 02:29 ..
-rw-r--r-- 1 winuser winuser  868 Sep  4  2023 readme.txt
drwxr-xr-x 1 winuser winuser   22 May 11 02:29 scriptdata

'DMM/SCP Hard Security/scriptdata':
total 4
drwxr-xr-x 1 winuser winuser  22 May 11 02:29 .
drwxr-xr-x 1 winuser winuser  40 May 11 02:29 ..
-rw-r--r-- 1 winuser winuser 161 Feb  4  2023 modSecurity

md5sum DMM/SCP\ Hard\ Security/scriptdata/modSecurity
fb549720c3ca7bcc36eda4adb06af8b2 [...]

Everything else seems to work fine.
It's just that when I trigger an alarm it's sufficient for me to frob a security control, not hack it as advertised.

An incompatibility with another activated mod?

mod_path .\DMM\SCP Hard Security+.\DMM\Vurt-Goo-(GrubPodVanilla-1.04)+.\DMM\Vurt's SS2 WormPod v1.0b+.\DMM\Vurt Goo (Dripping v1.0)+.\DMM\SS2 Black Egg 1.02+.\DMM\SCP-Inventory-Fumbler_1.00+.\DMM\Vurt's SS2 Flora Overhaul 1.0k+.\DMM\SS2_DeNoised_CutscenesV1+.\DMM\Tacticool_complete_v1.05+.\DMM\SS2-Alternate-Start_1.00+.\DMM\Migraine Cyberspace No Envmap+.\DMM\SS2_Pistol_Hybrid_1.01+.\DMM\Unstable Grenades+.\DMM\SS2_Repairman_1.09+.\DMM\SS2_Stasis_Trap_1.01+.\DMM\SS2_Prison_Event_1.0+.\DMM\Scary-Monsters-AI_1.03+.\DMM\Assassin-Rapier_1.00+.\DMM\Randomiser 1.21B - RSD+.\DMM\Randomiser 1.21B - Ops4 Key+.\DMM\Randomiser 1.21B - Full+.\DMM\SS2-RSD_2.04_BETA+.\DMM\New Quest Notifier+.\DMM\RealSG_1.05+.\DMM\Four Hundred v21U+.\DMM\SHTUP-ND beta 2+.\DMM\SCP_beta5+.\patch_ext

673f1d2eb31eeZylonBane

673f1d2eb3236
Have you tried the Death Taunts or Intoxication Effects mods? Those use the same activation method.

If none of those work, probably just Linux bullshit. All installing the mod does is create a file that the script checks for the existence of.

Code: [Select]
function IsModEnabled(modfile) {
local fname = string();
return Engine.FindFileInPath("resname_base", "scriptdata\\" + modfile, fname);
}

As long as scriptdata/modSecurity exists in ANY mod's folder, it should work.

Worst case, you could modify this function in scpScript to always return true when passed "modSecurity". Though this would be a most bletcherous hack.

673f1d2eb32d6Beowulf

673f1d2eb331d
With this knowledge I attempted to hardwire it in
ss2/DMM/SCP_beta5/sq_scripts/scpScript.nut
but even that does not appear to work.

Do these scripts need compiling?

673f1d2eb33c7Beowulf

673f1d2eb340e
Yikes! From the SS2-RSD_2.04_BETA mod:
//NOTE: incompatible with SCP Hard Security minimod
+ObjProp -1250 "Scripts" //Security Comp
{
        "Script 0" "rsdSecurityComputer"
}
1 Guest is here.
Clearly, there must be someone behind the wheel and an extremely intelligent person at that
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
673f1d2eb39c8