Skip to content

Commit

Permalink
New translations mod-testing-tips.md (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-crowdin committed Feb 20, 2024
1 parent 186f3d9 commit 4d3f1af
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions translations/zh_CN/docs/dev/mod-testing-tips.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
---
prev: true
next: true
description: Tips on making your modding workflow faster.
description: 有关加快模组工作流的技巧。
---

# Mod Testing Tips
# 模组测试技巧

Before we get into making our mods, it's a good idea to optimize our testing setup so we'll waste less time waiting in loading screens and wandering around.
在我们开始制作模组之前,最好优化我们的测试设置,这样我们就可以减少等待加载屏幕和四处闲逛的时间。

### Opening The Game Faster
### 更快地打开游戏

For opening the game faster, you can open the game directly from the exe file. This means the game is not run through Steam and we must use LAN mode.
为了更快地打开游戏,您可以直接从exe文件打开游戏。 这意味着游戏不是通过 Steam 运行的,我们必须使用局域网模式。

### Testing Multiplayer in LAN Mode
### 在局域网模式下测试多人游戏

We can open multiple instances of the game when opening it directly from the exe file, and this allows us to do local testing on LAN mode.
直接从exe文件打开游戏时,我们可以打开多个游戏实例,这允许我们在局域网模式下进行本地测试。

### Instantly Load Into a Game
### 立即加载到游戏中

For entering a game as soon as possible, we can use [DevelopmentStartup](https://thunderstore.io/c/lethal-company/p/CTNOriginals/DevelopmentStartup/). This will skip start menus and jump right into a game.
为了尽快进入游戏,我们可以使用 [DevelopmentStartup](https://thunderstore.io/c/lethal-company/p/CTNOriginals/DevelopmentStartup/)。 这将跳过开始菜单并直接跳入游戏。

### Accessing The Debug/Test Menu
### 访问调试/测试菜单

We can use [DevTools](https://thunderstore.io/c/lethal-company/p/Hamunii/DevTools/) or [LethalDevMode](https://thunderstore.io/c/lethal-company/p/megumin/LethalDevMode/) to get access to the game's internal debug tools menu. This allows us to do the following:
我们可以使用 [DevTools](https://thunderstore.io/c/lethal-company/p/Hamunii/DevTools/) [LethalDevMode](https\://thunderstore.io/c/lethal-company/p/megumin /LethalDevMode/) 来访问游戏的内部调试工具菜单。 这使我们能够执行以下操作:

- Toggle a testing level without having to land your ship.
- Toggle invincibility.
- Spawning enemies.
- Spawning items.
- 无需着陆即可切换测试级别。
- 切换无敌。
- 生成敌人。
- 生成物品。

![Screenshot: Toggle Testing Room](/images/mod-testing-tips/DebugToggleTestRoom.png)
![屏幕截图:切换测试房间](/images/mod-testing-tips/DebugToggleTestRoom.png)

[DevTools](https://thunderstore.io/c/lethal-company/p/Hamunii/DevTools/) can also automatically enable the testing level, teleport you outside of the ship, spawn an enemy, give yourself an item, and activate certain cheats.
[DevTools](https://thunderstore.io/c/lethal-company/p/Hamunii/DevTools/) 还可以自动启用测试级别,将你传送到飞船外,生成一个敌人,给予自己一个物品,并激活某些作弊。

0 comments on commit 4d3f1af

Please sign in to comment.