You are viewing a potentially older version of this package. View all versions.
Nexor-InstantBuy-0.0.8 icon

InstantBuy

When you are the host, any items(can add filtering) you/clients purchase in the terminal will be generated directly in the ship. 当你作为主机,任何你/客机在终端购买的物品(可过滤)都会直接生成在船内

Date uploaded 6 months ago
Version 0.0.8
Download link Nexor-InstantBuy-0.0.8.zip
Downloads 532
Dependency string Nexor-InstantBuy-0.0.8

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305

README

InstantBuy

Updated for v73 / 已适配 v73 版本
(Special thanks to @Zeta-Arcade for the fix and new features)

Features (功能)

  • Instant Purchase / 瞬间购买 When you are the host, any items you/clients purchase in the terminal will be generated directly in the ship. Purchased items are generated with a positional offset that can be manually adjusted in the config file, defaulting to 0.2. 当你是房主时,任何你/客机在终端购买的物品都会直接生成在船内。生成购买的物品时会有一个可以在config文件中手动调节的位置偏移量,默认为0.2。

  • [New] Company Only Mode / [新增] 仅在公司生效 Added a new config option to make the mod only work when you are at the Company building. This prevents "cheating" during runs if you prefer. Supports modded Company moons (e.g., Galetry, Oxyde). 添加了一个新的配置项,开启后模组将仅在公司(Company)区域生效。这可以防止在探险过程中随时买东西(如果你觉得那样太作弊的话)。支持 Galetry、Oxyde 等模组公司地图。

  • Item Filtering / 物品过滤 Customize the list of items to be ignored for instant purchase (makes it possible to trigger dropship for some purchases). By default all items are enabled for instant purchase, but you can customize the list of items to be ignored for purchase in config. 自定义忽略瞬间购买的物品列表(使得购买部分物品仍然可以通过空投仓送达)。默认所有物品启用瞬间购买,但你可以在config中自定义需要忽略购买的物品列表。

    Fill in -1,x,x,x where x is the number of the item. The specific correspondence is shown in the following table (It's actually the store page that sorts the items): 填写方式为 -1,x,x,x,其中 x 为物品对应的编号(注意使用英文逗号),具体对应方式如下表所示(其实就是store页面的物品排序):

Walkie-talkie : 0
Flashlight : 1
Shovel : 2
Lockpicker : 3
Pro-flashlight : 4
Stun grenade : 5
Boombox : 6
TZP-Inhalant : 7
Zap gun : 8
Jetpack : 9
Extension ladder : 10
Radar-booster : 11
Spray paint : 12

CHANGELOG

v 0.1.1

  • Fixed the mod looking for the "PlanetName", which causes issues if you rename the Company with a mod like LunarConfig. It now just checks for the unity level name.

v 0.1.0

  • Bump to indicate v81 compatibility

v 0.0.9

  • Fixed bug with the wrong moon names being used

v 0.0.8

  • Removed Oxyde from the list of "Company Moons". Whilst it is technically a Company moon, it has it's own unique way of spawning in items that may cause issues with this mod, and since enemies spawn there it would be less balanced to be able to give yourself items instantly there.

v 0.0.7

  • Whoops, accidentally included the old dll

v 0.0.6

  • Updated for v73
  • Added config option for the mod to only work at Company Moons (Gordion, Galetry, Oxyde)

v 0.0.5

  • Fixed a stupid bug which caused the terminal to be unavailable when opening a new file 修复了一个愚蠢的bug which导致开新档时会无法使用终端的问题

v 0.0.4

  • Fix a major bug that causes the mod to be directly unusable 修复一个重大bug导致该模组直接无法使用

v 0.0.3

  • Now you can shop while the ship is moving without causing items to disappear! 现在你可以在船移动的过程中购物而不会导致物品消失了

v 0.0.2

  • Add item filtering to config, And generated items can now be correctly organized as if they were sub-objects of the ship! config中添加物品过滤的功能,并且生成的物品现在可以当作是船的子物体被正确整理

v 0.0.1

  • Main Functions Implemented

    主要功能实现