Space Engineers

Space Engineers

Corruption PvE Combat
Umbra 2020 年 8 月 12 日 上午 7:33
Hacker drone: how to disable
As the title says. what is the process of disabling the hacker drone from the mod?
< >
目前顯示第 1-14 則留言,共 14
Spencer 2020 年 9 月 10 日 下午 5:03 
C:Dedicated Server Folder/instance/saves/storage...Once u figure out how navigate to storage folder specified above you will see config for Modular Encounters. Inside here u can blacklist any NPC spawns.
Spencer 2020 年 9 月 10 日 下午 5:10 
For non dedicated server follow C:user/Your profile or name/AppData/Roaming/Space Engineers/saves/Your Steam ID #/World Map/storage
Badmoon 2020 年 11 月 11 日 上午 7:24 
I assume the blacklist goes under

<NpcGridNameBlacklist>
<string>BlackList_Grid_Name_Here</string>
<string>BlackList_Grid_Name_Here</string>
</NpcGridNameBlacklist>

What do I put as the Grid Name for the hacker drone?
YoshiVerde04 2020 年 12 月 6 日 上午 4:00 
引用自 Badmoon
I assume the blacklist goes under

<NpcGridNameBlacklist>
<string>BlackList_Grid_Name_Here</string>
<string>BlackList_Grid_Name_Here</string>
</NpcGridNameBlacklist>

What do I put as the Grid Name for the hacker drone?
(CPC)HACKER_DRONE
aurigasixty 2020 年 12 月 24 日 下午 2:02 
and that screenshot would look like what?
TimTaylor 2020 年 12 月 27 日 上午 2:40 
This doesnt work and this drone suxx the gameplay to death
Beta Mark 2020 年 12 月 28 日 上午 6:20 
If you guys don't like the hacker drone, don't play with the Corruption mod. The Modular Encounter Spawner is modular after all. Just use the other mods for your PvE fix and leave this one out.

As for how to blacklsit the hacker drone from spawning -- this is what I have setup in my own server inside of my Config-General.xml file . Not sure if you have to put him into both NpcGridNameBlacklist and NpcSpawnGroupBlacklist, but I did.

<?xml version="1.0" encoding="utf-16"?> <ConfigGeneral xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ModVersion>1.101</ModVersion> <DebugMode>false</DebugMode> <EnableSpaceCargoShips>true</EnableSpaceCargoShips> <EnablePlanetaryCargoShips>true</EnablePlanetaryCargoShips> <EnableRandomEncounters>true</EnableRandomEncounters> <EnablePlanetaryInstallations>true</EnablePlanetaryInstallations> <EnableBossEncounters>true</EnableBossEncounters> <EnableLegacySpaceCargoShipDetection>true</EnableLegacySpaceCargoShipDetection> <UseModIdSelectionForSpawning>true</UseModIdSelectionForSpawning> <UseWeightedModIdSelection>true</UseWeightedModIdSelection> <LowWeightModIdSpawnGroups>10</LowWeightModIdSpawnGroups> <LowWeightModIdModifier>1</LowWeightModIdModifier> <MediumWeightModIdSpawnGroups>19</MediumWeightModIdSpawnGroups> <MediumWeightModIdModifier>2</MediumWeightModIdModifier> <HighWeightModIdSpawnGroups>20</HighWeightModIdSpawnGroups> <HighWeightModIdModifier>3</HighWeightModIdModifier> <UseMaxNpcGrids>false</UseMaxNpcGrids> <UseGlobalEventsTimers>true</UseGlobalEventsTimers> <IgnorePlanetWhitelists>false</IgnorePlanetWhitelists> <IgnorePlanetBlacklists>false</IgnorePlanetBlacklists> <ThreatRefreshTimerMinimum>20</ThreatRefreshTimerMinimum> <ThreatReductionHandicap>0</ThreatReductionHandicap> <MaxGlobalNpcGrids>50</MaxGlobalNpcGrids> <PlayerWatcherTimerTrigger>10</PlayerWatcherTimerTrigger> <NpcDistanceCheckTimerTrigger>1</NpcDistanceCheckTimerTrigger> <NpcOwnershipCheckTimerTrigger>10</NpcOwnershipCheckTimerTrigger> <NpcCleanupCheckTimerTrigger>60</NpcCleanupCheckTimerTrigger> <NpcBlacklistCheckTimerTrigger>5</NpcBlacklistCheckTimerTrigger> <SpawnedVoxelCheckTimerTrigger>900</SpawnedVoxelCheckTimerTrigger> <SpawnedVoxelMinimumGridDistance>1000</SpawnedVoxelMinimumGridDistance> <PlanetSpawnsDisableList> <string>Planet_SubtypeId_Here</string> <string>Planet_SubtypeId_Here</string> </PlanetSpawnsDisableList> <NpcGridNameBlacklist> <string>(CPC)HACKER_DRONE</string> <string>BlackList_Grid_Name_Here</string> </NpcGridNameBlacklist> <NpcSpawnGroupBlacklist> <string>(CPC)HACKER_DRONE</string> <string>BlackList_SpawnGroup_Here</string> </NpcSpawnGroupBlacklist> <UseEconomyBuyingReputationIncrease>true</UseEconomyBuyingReputationIncrease> <EconomyBuyingReputationCostAmount>500000</EconomyBuyingReputationCostAmount> </ConfigGeneral>
最後修改者:Beta Mark; 2020 年 12 月 28 日 上午 6:21
Umbra 2021 年 7 月 24 日 上午 8:19 
引用自 Beta Mark
If you guys don't like the hacker drone, don't play with the Corruption mod. The Modular Encounter Spawner is modular after all. Just use the other mods for your PvE fix and leave this one out.

As for how to blacklsit the hacker drone from spawning -- this is what I have setup in my own server inside of my Config-General.xml file . Not sure if you have to put him into both NpcGridNameBlacklist and NpcSpawnGroupBlacklist, but I did.

<?xml version="1.0" encoding="utf-16"?> <ConfigGeneral xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ModVersion>1.101</ModVersion> <DebugMode>false</DebugMode> <EnableSpaceCargoShips>true</EnableSpaceCargoShips> <EnablePlanetaryCargoShips>true</EnablePlanetaryCargoShips> <EnableRandomEncounters>true</EnableRandomEncounters> <EnablePlanetaryInstallations>true</EnablePlanetaryInstallations> <EnableBossEncounters>true</EnableBossEncounters> <EnableLegacySpaceCargoShipDetection>true</EnableLegacySpaceCargoShipDetection> <UseModIdSelectionForSpawning>true</UseModIdSelectionForSpawning> <UseWeightedModIdSelection>true</UseWeightedModIdSelection> <LowWeightModIdSpawnGroups>10</LowWeightModIdSpawnGroups> <LowWeightModIdModifier>1</LowWeightModIdModifier> <MediumWeightModIdSpawnGroups>19</MediumWeightModIdSpawnGroups> <MediumWeightModIdModifier>2</MediumWeightModIdModifier> <HighWeightModIdSpawnGroups>20</HighWeightModIdSpawnGroups> <HighWeightModIdModifier>3</HighWeightModIdModifier> <UseMaxNpcGrids>false</UseMaxNpcGrids> <UseGlobalEventsTimers>true</UseGlobalEventsTimers> <IgnorePlanetWhitelists>false</IgnorePlanetWhitelists> <IgnorePlanetBlacklists>false</IgnorePlanetBlacklists> <ThreatRefreshTimerMinimum>20</ThreatRefreshTimerMinimum> <ThreatReductionHandicap>0</ThreatReductionHandicap> <MaxGlobalNpcGrids>50</MaxGlobalNpcGrids> <PlayerWatcherTimerTrigger>10</PlayerWatcherTimerTrigger> <NpcDistanceCheckTimerTrigger>1</NpcDistanceCheckTimerTrigger> <NpcOwnershipCheckTimerTrigger>10</NpcOwnershipCheckTimerTrigger> <NpcCleanupCheckTimerTrigger>60</NpcCleanupCheckTimerTrigger> <NpcBlacklistCheckTimerTrigger>5</NpcBlacklistCheckTimerTrigger> <SpawnedVoxelCheckTimerTrigger>900</SpawnedVoxelCheckTimerTrigger> <SpawnedVoxelMinimumGridDistance>1000</SpawnedVoxelMinimumGridDistance> <PlanetSpawnsDisableList> <string>Planet_SubtypeId_Here</string> <string>Planet_SubtypeId_Here</string> </PlanetSpawnsDisableList> <NpcGridNameBlacklist> <string>(CPC)HACKER_DRONE</string> <string>BlackList_Grid_Name_Here</string> </NpcGridNameBlacklist> <NpcSpawnGroupBlacklist> <string>(CPC)HACKER_DRONE</string> <string>BlackList_SpawnGroup_Here</string> </NpcSpawnGroupBlacklist> <UseEconomyBuyingReputationIncrease>true</UseEconomyBuyingReputationIncrease> <EconomyBuyingReputationCostAmount>500000</EconomyBuyingReputationCostAmount> </ConfigGeneral>


None of the other modular mods actually spawns enemies regularly like the corruption mod, so the corruption mod is the only mod that "actively" make you feel like you are under threat from attack.

there's reavers, but they spawn POWERFUL ships every... well, they spawn pretty rarely. that mod is awesome, actually, but still.

Do correct me if I'm wrong, lol. I really need coffee....
Spartan 2022 年 11 月 6 日 上午 4:56 
<NpcGridNameBlacklist>
<string>(CPC)HACKER_DRONE</string>
<string>BlackList_Grid_Name_Here</string>
</NpcGridNameBlacklist>
<NpcSpawnGroupBlacklist>
<string>(CPC)HACKER_DRONE</string>
<string>BlackList_SpawnGroup_Here</string>
</NpcSpawnGroupBlacklist>

This still works ?
最後修改者:Spartan; 2022 年 11 月 6 日 上午 5:35
Lt.Fenix 2022 年 12 月 28 日 下午 5:55 
引用自 Spartan
<NpcGridNameBlacklist>
<string>(CPC)HACKER_DRONE</string>
<string>BlackList_Grid_Name_Here</string>
</NpcGridNameBlacklist>
<NpcSpawnGroupBlacklist>
<string>(CPC)HACKER_DRONE</string>
<string>BlackList_SpawnGroup_Here</string>
</NpcSpawnGroupBlacklist>

This still works ?

I've had the hacker drone disabled using this method and it's been working until recently. For some damn reason the hacker drones started spawning anyway, so I just had to remove the mod entirely.
Visentinel 2023 年 3 月 14 日 上午 12:56 
Coz its now called

(NPC-CPC) Hacker Drone

<NpcGridNameBlacklist>
<string>(NPC-CPC) Hacker Drone</string>
<string>BlackList_Grid_Name_Here</string>
</NpcGridNameBlacklist>
<NpcSpawnGroupBlacklist>
<string>(NPC-CPC) Hacker Drone</string>
<string>BlackList_SpawnGroup_Here</string>
</NpcSpawnGroupBlacklist>
Syzigy 2023 年 5 月 20 日 下午 6:08 
Can anyone suggest another way to block the hacker drone or if I am doing this incorrectly. This is my Config General File. And below that is the server output where it has still created a hacker drone. Do I need "" marks around the name or if I missing anything else.

<NpcGridNameBlacklist>
<string>(NPC-CPC) Hacker Drone</string>
<string>(CPC)HACKER_DRONE</string>
</NpcGridNameBlacklist>
<NpcSpawnGroupBlacklist>
<string>(NPC-CPC) Hacker Drone</string>
<string>(CPC)HACKER_DRONE</string>
</NpcSpawnGroupBlacklist>


2023-05-21 11:00:17.552: MES Spawner / CleanUp: Remaining Grids To Be Despawned: 1
2023-05-21 11:00:17.552: MES Spawner / CleanUp: (NPC-CPC) Hacker Drone Grid is being Cleaned.
2023-05-21 11:00:17.581: MES Spawner / CleanUp: - Despawn Source: [CleanUp-Distance]
2023-05-21 11:00:17.605: MES Spawner / CleanUp: - (NPC-CPC) Hacker Drone Disconnecting Subgrids Before Cleanup
2023-05-21 11:00:17.636: MES Spawner / CleanUp: - (NPC-CPC) Hacker Drone Grid is Closed.
SteelRain 2023 年 5 月 30 日 上午 12:56 
anyone figure this out fully? seems nobody knows the correct string for the hacker drone or the correct cfg file. are you guys sure its not "configdroneencounters.xml"?
DRAKCORE 2023 年 9 月 29 日 上午 8:35 
PREFAB FILE NAME: (NPC-CPC) Hacker Drone
<Id Type="MyObjectBuilder_PrefabDefinition" Subtype="(NPC-CPC) Hacker Drone" />

Also before re-applying blacklisting I saw the following error.
Error: Ship From Corruption-SpawnGroup-HackerDrone Spawned With Wrong Ownership. Expected [SPRT] ; Got [CORRUPT].

So for peace of mind, I also added Corruption-SpawnGroup-HackerDrone
-----------------
So the following, under the "Config-General.xml" file.
In your SE save "C:\SE SERVER FOLDER\Storage\1521905890.sbm_ModularEncountersSystems"
<PlanetSpawnsDisableList> <string>(NPC-CPC) Hacker Drone</string> <string>Corruption-SpawnGroup-HackerDrone</string> </PlanetSpawnsDisableList> <NpcGridNameBlacklist> <string>(NPC-CPC) Hacker Drone</string> <string>Corruption-SpawnGroup-HackerDrone</string> </NpcGridNameBlacklist> <NpcSpawnGroupBlacklist> <string>(NPC-CPC) Hacker Drone</string> <string>Corruption-SpawnGroup-HackerDrone</string> </NpcSpawnGroupBlacklist>
< >
目前顯示第 1-14 則留言,共 14
每頁顯示: 1530 50