Thanks-Thanks_AK47 icon

Thanks AK47

Adds an infinite-ammo AK47 weapon to PEAK. Players receive the weapon on spawn/respawn. Features: configurable fire interval, zombie survival time reduction, player stun effect, zombie movement speed adjustment, zombie max lifetime, and host key spawn.

Last updated 6 months ago
Total downloads 20
Total rating 0 
Categories
Dependency string Thanks-Thanks_AK47-1.0.1
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_PEAK-5.4.2403 icon
BepInEx-BepInExPack_PEAK

BepInEx pack for PEAK. Preconfigured and ready to use.

Preferred version: 5.4.2403
PEAKModding-PEAKLib_Core-1.5.1 icon
PEAKModding-PEAKLib_Core

Core module of the PEAKLib community API.

Preferred version: 1.5.1
PEAKModding-PEAKLib_Items-1.5.3 icon
PEAKModding-PEAKLib_Items

Items module of the PEAKLib community API.

Preferred version: 1.5.3

README

Thanks AK47

Adds an infinite-ammo AK47 weapon to PEAK. Players receive the weapon on spawn/respawn.

添加一把无限弹药的AK47武器到PEAK游戏。玩家在出生/重生时会获得该武器。

Features 功能特性

  • Infinite Ammo / 无限弹药: The AK47 has unlimited ammunition / AK47拥有无限弹药
  • Configurable Fire Interval / 可配置射击间隔: Default 0.5 seconds between shots / 默认射击间隔0.5秒
  • Zombie Survival Time Reduction / 僵尸存活时间减少: Each hit reduces zombie survival time (default 20 seconds) / 每次命中减少僵尸存活时间(默认20秒)
  • Player Stun Effect / 玩家眩晕效果: Hitting players causes them to faint / 命中玩家会使其晕倒
  • Zombie Movement Speed / 僵尸移动速度: Configurable zombie movement speed multiplier / 可配置僵尸移动速度倍率
  • Zombie Max Lifetime / 僵尸最大存活时间: Configurable maximum zombie survival time (default 120 seconds) / 可配置僵尸最大存活时间(默认120秒)
  • Host Key Spawn / 主机按键生成: Host can press T key to spawn weapons (configurable) / 主机可按T键生成武器(可配置)
  • Auto Weapon Grant / 自动获得武器: Players receive weapon on spawn, respawn, and mid-join / 玩家在出生、重生、中途加入时自动获得武器
  • Photon Sync / Photon同步: All effects synchronized across players / 所有效果在玩家间同步

Configuration 配置

Config file location / 配置文件位置: BepInEx/config/com.github.PeakTest.Thanks.AK47.cfg

Weapon Settings 武器设置

  • Fire Interval 射击间隔 = 0.5 (Fire interval in seconds / 射击间隔秒数)
  • Zombie Time Reduction 僵尸时间减少 = 20 (Seconds reduced per hit / 每次命中减少秒数)
  • Stun Duration 眩晕时间 = 3 (Player stun duration / 玩家眩晕时间)
  • Max Distance 最大射程 = 100 (Maximum shooting distance / 最大射击距离)
  • Bullet Size 子弹大小 = 0.1 (Bullet collision size / 子弹碰撞体积)

Zombie Settings 僵尸设置

  • Move Speed 移动速度 = 1.0 (Movement speed multiplier / 移动速度倍率)

Zombie Spawn 僵尸生成

  • Enabled 启用 = true (Enable zombie spawning / 启用僵尸生成)
  • Spawn Interval 生成间隔 = 15 (Spawn interval in seconds / 生成间隔秒数)
  • Spawn Radius 生成半径 = 30 (Spawn radius around players / 玩家周围生成半径)
  • Spawn Count 每次生成数量 = 2 (Zombies per wave / 每波生成数量)
  • Initial Count 初始数量 = 3 (Initial zombie count / 初始僵尸数量)
  • Initial Delay 初始延迟 = 15 (Delay before spawning starts / 开始生成前延迟)
  • Max Count 最大数量 = 5 (Maximum zombies allowed / 最大僵尸数量)
  • Max Lifetime 最大存活时间 = 120 (Maximum lifetime in seconds / 最大存活秒数)

Hotkeys 快捷键

  • Spawn Weapon Key 生成武器按键 = T (Key to spawn weapon / 生成武器按键)

Inventory Settings 物品栏设置

  • Slot 槽位 = 1 (Inventory slot 0-3 / 物品栏槽位0-3)
  • Charge Bar Scale 充能条缩放 = 0.5 (UI scale / UI缩放比例)

Installation 安装

  1. Install BepInEx Pack for PEAK / 安装 BepInEx Pack for PEAK
  2. Install PEAKLib Core / 安装 PEAKLib Core
  3. Install PEAKLib Items / 安装 PEAKLib Items
  4. Extract this mod to BepInEx/plugins/ / 解压此模组到 BepInEx/plugins/

Changelog 更新日志

1.0.1

  • Added zombie max lifetime configuration / 添加僵尸最大存活时间配置
  • Added bilingual config support / 添加中英双语配置支持
  • Zombies are destroyed when too far from players (>100m) / 僵尸距离玩家超过100米时自动销毁

1.0.0

  • Initial release / 初始发布
  • Infinite ammo AK47 with configurable fire interval / 无限弹药AK47,可配置射击间隔
  • Zombie survival time reduction on hit / 命中僵尸减少存活时间
  • Player stun effect on hit / 命中玩家产生眩晕效果
  • Zombie movement speed configuration / 僵尸移动速度配置
  • Host key spawn functionality / 主机按键生成功能
  • Auto weapon grant on spawn/respawn/mid-join / 出生/重生/中途加入自动获得武器
  • Photon synchronization for all effects / 所有效果Photon同步