为游戏《Casualties: Unknown》(DEMO V7.0)添加一系列狗狗主题的道具,让你的Expie享受地球小狗的快乐(?)生活。
- BepInEx (5.x)
- RshLib (3.0.0)
- 确保已安装 BepInEx 和 RshLib
- 将
DogThings.dll及img/文件夹(包含所有 PNG 图片)放入BepInEx/plugins/目录
| 道具 ID | 名称 | 效果 |
|---|---|---|
dogthings.dogcollar |
狗项圈 | 佩戴时缓慢增加心情(上限 30) |
dogthings.dogbowl |
狗食盆 | 从中喝取液体时额外增加点心情(上限 50) |
dogthings.petball |
宠物球 | 拾取时增加心情 |
dogthings.e-collar |
伊丽莎白圈 | 佩戴后防止一次自伤 |
dogthings.dogchew |
狗咬胶 | 可食用多次,增加微量饱食和心情 |
dogthings.dogcarrier |
狗狗背包 | 一个大背包,能装入重达50u的东西 |
dogthings.poopbag |
捡屎袋 | 一个只能用来装屎的袋子,但是能装很多 |
- 目标框架:
.NET Framework 4.7.2 - 需要引用的 DLL:
BepInEx.dllRshLib.dllAssembly-CSharp.dllUnityEngine*.dll
- 修正了容器内容在读取游戏时丢失的问题
- 修正了腐烂时间丢失的问题
- 添加捡屎袋
- 现在支持游戏7.0版本
- 添加狗狗背包
- 加入简体中文支持
- 初始版本
- 添加 5 个狗狗主题道具
- 感谢RshLib作者rushellxyz提供的自定义物品框架
本 Mod 的原创代码(包括所有 .cs 文件和 Mod 专属资源)采用 WTFPL(Do What The Fuck You Want To Public License)协议。
简单来说:你想做什么就做什么。复制、修改、再分发、商用,都可以。
完整的协议文本见 http://www.wtfpl.net/ 页面。
本 Mod 所依赖的其他组件(BepInEx、RshLib)遵循它们各自的许可条款。
Adds a series of dog-themed items to Casualties: Unknown (Demo V7.0), allowing your Expie to enjoy the happy (?) life of an Earth dog.
- BepInEx (5.x)
- RshLib (3.0.0)
- Make sure BepInEx and RshLib are installed
- Place
DogThings.dlland theimg/folder (contains all PNG files) intoBepInEx/plugins/
| Item ID | Name | Effect |
|---|---|---|
dogthings.dogcollar |
Dog Collar | Slowly increases happiness when worn (max 30) |
dogthings.dogbowl |
Dog Bowl | Grants extra happiness when drinking from it (max 50) |
dogthings.petball |
Pet Ball | Grants happiness on pickup |
dogthings.e-collar |
Elizabethan Collar | Prevents self-harm once while worn |
dogthings.dogchew |
Dog Chew | Edible multiple times, restores small amounts of hunger and happiness |
dogthings.dogcarrier |
Dog Carrier | A backpack big enough to carry 50u |
dogthings.poopbag |
Poop Bag | A bag that can only hold poop. But a lot of it. |
- Target Framework:
.NET Framework 4.7.2 - Required DLL references:
BepInEx.dllRshLib.dllAssembly-CSharp.dllUnityEngine*.dll
- Fixed an issue where container contents would be lost when loading a saved game
- Fixed an issue where decay timer would be lost
- Added poop bag
- Now surported DEMO V7.0
- Added dog carrier
- zh-CN support
- Initial release
- Added 5 dog-themed items
- Thanks to rushellxyz (the author of RshLib) for the custom item framework
The original code of this mod (including all .cs files and mod-specific resources) is licensed under the WTFPL (Do What The Fuck You Want To Public License).
In short: Do whatever the fuck you want. Copy, modify, redistribute, even commercially — go ahead.
Full license text: http://www.wtfpl.net/
Other components used by this mod (BepInEx, RshLib) are subject to their respective license terms.