You are viewing a potentially older version of this package. View all versions.
liantian-HardFog-0.0.4 icon

HardFog

Add some challenge and convenience to the Fog。为黑雾增加一些乐趣。

Date uploaded 2 years ago
Version 0.0.4
Download link liantian-HardFog-0.0.4.zip
Downloads 217
Dependency string liantian-HardFog-0.0.4

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.17 icon
xiaoye97-BepInEx

BepInEx5.4.17 mod plugin framework, Mod框架

Preferred version: 5.4.17
soarqin-UXAssist-1.4.0 icon
soarqin-UXAssist

Some functions and patches for better user experience / 一些提升用户体验的功能和补丁

Preferred version: 1.4.0

README

HardFog

Add some challenge and convenience to the Fog. Any cheating-oriented settings are turned off by default.

Configuration

fileBepInEx\config\me.liantian.plugin.HardFog.cfgfile,Run the game one time to generate:

Section Key Type Default Description
Cheats DysonSphereDebuffImmunity bool false Fog cannot steal electricity. When the ray receiver captures photons, it does not calculate the fog's debuff.
Cheats SuperRayReception bool false Even if the total power generation of the Dyson Sphere is insufficient, the ray receiver still receives at full power.
FogCheats MoreFrequentRelays bool false The Fog will send out relay more frequently.
FogCheats HiveMoreEnergy bool false FogHive can gain matter and energy after launching an attack.
This allows the BlackFog to continue attacking even without relay stations.
Significantly increases the game difficulty.Not applicable to the birth star.
FogCheats HiveLessEnergy bool false The matter and energy of the FogHive gradually diminish until it withers away.
When the HiveMoreEnergy setting is set to true, this effect is nullified.
This significantly reduces the game's difficulty.
FogCheats BaseMoreEnergy bool false The Fog Ground Base can gain matter and energy when launching an attack.
This significantly increases the game's difficulty.
FogCheats BaseLessEnergy bool false The matter and energy of the Black Fog Ground Base gradually diminish until it withers away.
When the BaseMoreEnergy setting is set to true, this effect is nullified.
This significantly reduces the game's difficulty.
FogCheats StarsFillHive bool false It will fill the number of Hive within the star to the maximum value when next time load game save.
After filling, this option will be disabled.
QOL CoreIsInvincible bool true The Hive Core cannot be attacked.
This will help to clear the Black Fog Nest as an undevelopable "stick".。

HardFog

为黑雾增加一些挑战性和便利性。任何作弊向的设置均为默认关闭。

設置

更改BepInEx\config\me.liantian.plugin.HardFog.cfg文件,.cfg文件需要先运行过游戏一次才会出现,包含以下设置:

类型 默认值 说明
Cheats DysonSphereDebuffImmunity bool false 黑雾无法偷电,射线接收器接收光子时不计算黑雾偷取。
Cheats SuperRayReception bool false 即便戴森球总发电功率不足,射线接收器依然满功率接收。
FogCheats MoreFrequentRelays bool false 黑雾巢穴会更频繁的发送的中继站。
FogCheats HiveMoreEnergy bool false 黑雾巢穴在发动攻击后,可以获得物质和能量。
这使得即便没有中继站,黑雾巢穴依然可以持续攻击。
显著提高游戏难度。对初始星系无效
FogCheats HiveLessEnergy bool false 黑雾巢穴的物质和能量逐渐减少,直到枯萎。
当HiveMoreEnergy设置为true时,此项无效。
显著降低游戏难度。
FogCheats BaseMoreEnergy bool false 黑雾地面基地在发动攻击时,可以获得物质和能量。
显著提高游戏难度。
FogCheats BaseLessEnergy bool false 黑雾地面基地的物质和能量逐渐减少,直到枯萎。
当BaseMoreEnergy设置为true时,此项无效。
显著降低游戏难度。
FogCheats StarsFillHive bool false 会在下次读取存档时,将恒星内的巢穴数量填满至最大值。
在填满后,改选项会关闭。
QOL CoreIsInvincible bool true 黑雾的巢穴核心无法被攻击。
这将帮助将黑雾巢穴清理为一个无法发展的"棍"。

ChangeLog

  • 0.0.4

增加StarsFillHive

  • 0.0.3

增加SuperRayReceptionDysonSphereDebuffImmunity

CHANGELOG

更新日志 / Changelog

0.0.24

  • fix bug

0.0.23

  • fix bug

0.0.22

  • 新增更快中继站发射选项:中继站需求检查每120个巢穴tick运行一次,非气态目标行星均匀获得派遣机会。
  • 将更快中继站发射与仅标记中继站派遣统一为同一个中继站控制路径。
  • "仅标记中继站派遣"现为"更快中继站发射"的子选项,仅在启用更快中继站发射时生效。
  • Added faster relay launch option: relay demand check runs every 120 hive ticks, and non-gas target planets get dispatch opportunities evenly.
  • Unified faster relay launch and mark-only relay dispatch into a single relay control path.
  • "Mark Only Relay Dispatch" is now a sub-option of "Faster Relay Launch", only effective when Faster Relay Launch is enabled.

0.0.21

  • 修改当前星球黑雾地面清理:中继站改为归还而非摧毁。
  • 清理当前星球地面黑雾后,移除残留的地面基地记录,使基地废墟变为无主废墟而非优先复活目标。
  • 当前星球地面黑雾清理现在按顺序处理基地:先模拟击杀地面单位,再模拟摧毁基地建筑,最后归还中继站。
  • 修复当前星球地面黑雾清理残留不可交互敌人视觉的问题:强制移除剩余地面敌人并清理本地地面残骸。
  • Changed current planet Dark Fog ground cleanup: relays are now returned instead of destroyed.
  • After clearing ground Dark Fog on current planet, removed residual ground base records so base ruins become unowned ruins instead of priority revival targets.
  • Current planet ground Dark Fog cleanup now processes bases in order: simulate killing ground units, then simulate destroying base buildings, finally return relays.
  • Fixed residual non-interactive enemy visuals after current planet ground Dark Fog cleanup: forcibly remove remaining ground enemies and clean up local ground debris.