Project Zomboid

Project Zomboid

SSR: Quest System
正在显示第 1 - 10 项,共 69 项条目
< 1  2  3  4  5  6  7 >
更新于:1 月 3 日 下午 11:50
作者:Oneline

Hotfix (bf66f9f)

Changelog:
- [B41] fixed exception on vehicle part detection
- [B42] fixed codepage for translation files

更新于:1 月 3 日 上午 12:57
作者:Oneline

Release (b56ccee)

Changelog:
- added a new checkbox to Quest Debugger (when AutoLoad is checked, save state will be restored immediately after using Reimport)
- fixed incorrect naming of vehicle parts in stock list of trade plugin
- fixed naming of functions in VFX.lua to improve compatibility with other mods

更新于:2024 年 12 月 26 日 上午 7:59
作者:Oneline

Hotfix (a00f67e)

Changelog:
- fixed items without a ruleset not being accepted for trade

更新于:2024 年 12 月 24 日 上午 3:15
作者:Oneline

Hotfix (e4038b5)

Changelog:
- fixed NPC despawn in ssr-quests-e1

更新于:2024 年 12 月 22 日 上午 2:57
作者:Oneline

Hotfix (00f6729)

Changelog:
- fixed folder structure

更新于:2024 年 12 月 22 日 上午 2:30
作者:Oneline

Release (00f6729)

Changelog:
- compatible with B42
- fixed LootContainer not completing when item with single tag is taken
- improved input response for dialogue panel
- ContextAction now supports IsoMarkers (i.e. adding a tile to the square player needs to interact; looks better on B42)
- NPCs will be despawned on teleport to prevent duplication
- [B42] ContextAction no longer supports old markers
- [B42] Added backward compatibility for old saves, but make a backup of `Zomboid/Lua/QSystem` folder just in case (save became incompatible due to the new modID format, i.e. `workshopID\modID`)

更新于:2024 年 12 月 9 日 上午 5:41
作者:Oneline

Release (1e89ff1)

Changelog:
- increased font size for dialogue text and improved input response
- fixed error on attempt to use #npc_update or #npc_remove for character before spawning at least once
- added #wait_ms command
- #m command now supports text appending

Use `${wait,s}`, `${wait_ms,ms}` tags for creating delays within the text line and `${sfx,name}`, `${bgm,name}`, `${voice,name}`, `${stop,channel}` for controling audio playback .
If the line after #m has one indent more, it will be executed without waiting for user input. The next #m command will append text if it doesn't have speaker specified, and there was no #choice before it.

更新于:2024 年 12 月 3 日 下午 10:34
作者:Oneline

Hotfix (33fc763)

Changelog:
- fixed GoToLocation marker not showing up on the map

更新于:2024 年 12 月 3 日 上午 5:55
作者:Oneline

Hotfix (4a61080)

Changelog:
- fixed exception in ssr-quests-e1

更新于:2024 年 12 月 3 日 上午 1:00
作者:Oneline

Release (a5f7f8a)

Changelog:
- implemented animated text output (also some design changes; double click for instant print)
- both NPC plugins can be used simultaneously now
- moved images to `media/ui/QSystem` for better compatibility with other mods
- fixed ruleset-related bugs for Deliver task and trade plugin
- Deliver task now supports partial item delivery
- UI will be rendered at 30 fps when there's an active dialogue panel instance