Project Zomboid

Project Zomboid

Cheat Menu: Rebirth
 此主题已被置顶,因此可能具有重要性
RelationLife  [开发者] 2022 年 1 月 26 日 下午 8:38
Bug Report / Known Bugs (02/08)
Please write them down with details, screenshots, and console.log here if you find any bugs.
I will fix it as soon as possible.

[Known Bugs / Note]
  • If you are in MP or Coop mod and find any related text below, please unsubscribe and resubscribe CMRB and re-register the mod on your server config and mod options.
    ZomboidFileSystem.loadModAndRequired> required mod "CheatMenuRB" not found

  • If you use Asiatic characters (especially Japanese), Please be careful with your type that typing English is not in full-width mode (全角文字), It MUST be in half-wide (半角文字) mode
    - Thank you to Henrique for reporting critical issues.

  • Prevent Death mode is not the same as God mode. This mode recovers when the player's HP drops below a certain HP. So, you will NOT die in normal situations, but you may die in PvP situations or ground falling.

  • Delete mode in MP will not work if you disable the sledgehammer item or functions. So far, it is a PZ bug, and I cannot do anything about that.

  • Instant Action Mode may not work with other mods. Please do not assume that it is from CMRB.

  • Lua Interpreter has not changed since the mod has been developed. It works fine with no issues unless PZdeveloper changes the feature.

  • Flying mode is designed to go up or down. Since the PZ itself does not have the ability to fly (moving in different directions), you cannot fry freely.

  • This is intentional that the time will not change if you try to change the time after the Freeze Day Cycle is triggered.

  • Using this mod with bikinitools, you may experience that the menu icon may not be displayed correctly. We cannot fix them.
    https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2634426926

  • You may get a lot of lag when you open the item spawner by adding many items. This is normal. However, I will think about what I can do about it.

  • The Heal Character feature removes the stiffness, but does not completely eliminate the state due to the stiffness counter. There is no way to reset the counter without resetting the whole fitness status.

  • Currently, the vehicle spawner does not catch other mod vehicle scripts. I am investigating the issue, but there is a possibility that the vehicle mod developer did not add the vehicle script properly.

  • Sending Lua code using Lua interpreter, is not working in a dedicated server. Currently, there is no way to send Lua code directly to the server.

  • There is a bug when pressing the Vehicle Mechanic Mode button in Vehicle Control Window. It will be fixed in the next version.

  • You can summon VHS or CD through the item spawner. However, due to the structure of PZ, these items will spawn randomly. If I find a way to spawn them individually, I'll add them as a feature. Same as moveable items.
最后由 RelationLife 编辑于; 2022 年 2 月 17 日 下午 1:23
< >
正在显示第 1 - 15 条,共 135 条留言
RelationLife  [开发者] 2022 年 1 月 26 日 下午 8:41 
Reserved #1
RelationLife  [开发者] 2022 年 1 月 26 日 下午 8:41 
Reserved #2
玉波凌云 2022 年 1 月 27 日 上午 3:04 
There seems to be an error with the Hotwire function, it doesn't work, and an error appears in the lower right corner

function: SetHotwire -- file: VehicleControlBox.lua line # 186
function: o -- file: VehicleControlBox.lua line # 65
function: onMouseUp -- file: ISButton.lua line # 56.
[27-01-22 16:30:02.200] ERROR: General , 1643272202200> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: Object tried to call nil in SetHotwire at KahluaUtil.fail line:82..
[27-01-22 16:30:02.201] ERROR: General , 1643272202201> DebugLogStream.printException> Stack trace:.
[27-01-22 16:30:02.208] LOG : General , 1643272202208> -----------------------------------------
STACK TRACE
-----------------------------------------
function: SetHotwire -- file: VehicleControlBox.lua line # 186
function: o -- file: VehicleControlBox.lua line # 65
function: onMouseUp -- file: ISButton.lua line # 56.
bikinihorst 2022 年 1 月 27 日 上午 6:29 
引用自 RelationLife
Using this mod with bikinitools, you may experience that the menu icon may not be displayed properly.
If I and bikinitools developer consider this, it might be fixed in the future.

Hi - there's nothing to consider or change here. You're using the same hacky mechanic I use to display your icon. If yours is loaded after mine, yours overrides my definition and vice versa. There's only one solution: we each detect the other mod being present and if so, removing our own icon tickTexture definition altogether.
最后由 bikinihorst 编辑于; 2022 年 1 月 27 日 上午 6:31
DOOMGUY 2022 年 1 月 27 日 上午 9:38 
Hosting server via ``Host`` Option in Game's Menu and the Cheat Menu does NOT appear in the game - Already set accesslevel as Admin - yet, it doesn't appear. Mod is on Loadorder in top and is loaded by the server and required for players to join, yet it does not work. No there are no other menus installed or any other conflicting mod.
RelationLife  [开发者] 2022 年 1 月 27 日 上午 11:49 
引用自 玉波凌云
There seems to be an error with the Hotwire function, it doesn't work, and an error appears in the lower right corner

function: SetHotwire -- file: VehicleControlBox.lua line # 186
function: o -- file: VehicleControlBox.lua line # 65
function: onMouseUp -- file: ISButton.lua line # 56.
[27-01-22 16:30:02.200] ERROR: General , 1643272202200> ExceptionLogger.logException> Exception thrown java.lang.RuntimeException: Object tried to call nil in SetHotwire at KahluaUtil.fail line:82..
[27-01-22 16:30:02.201] ERROR: General , 1643272202201> DebugLogStream.printException> Stack trace:.
[27-01-22 16:30:02.208] LOG : General , 1643272202208> -----------------------------------------
STACK TRACE
-----------------------------------------
function: SetHotwire -- file: VehicleControlBox.lua line # 186
function: o -- file: VehicleControlBox.lua line # 65
function: onMouseUp -- file: ISButton.lua line # 56.

Thank you for reporting and moving the article to here.
I found the problem, and the bug will be fixed in the next minor update!
RelationLife  [开发者] 2022 年 1 月 27 日 下午 12:00 
引用自 bikinihorst
引用自 RelationLife
Using this mod with bikinitools, you may experience that the menu icon may not be displayed properly.
If I and bikinitools developer consider this, it might be fixed in the future.

Hi - there's nothing to consider or change here. You're using the same hacky mechanic I use to display your icon. If yours is loaded after mine, yours overrides my definition and vice versa. There's only one solution: we each detect the other mod being present and if so, removing our own icon tickTexture definition altogether.


Hello! Thank you for making such a great mod. I was very inspired by your mod when making this mod.
I think the checkMark feature is one of the most wanted by modders, but it's probably not a priority for improvements.
As you mentioned, I will try to add removing the tickTexture definition for users who are using both our mods in the future update.

Thank you for your time.
RelationLife  [开发者] 2022 年 1 月 27 日 下午 12:19 
引用自 Stann0x
Hosting server via ``Host`` Option in Game's Menu and the Cheat Menu does NOT appear in the game - Already set accesslevel as Admin - yet, it doesn't appear. Mod is on Loadorder in top and is loaded by the server and required for players to join, yet it does not work. No there are no other menus installed or any other conflicting mod.


If you've loaded the cheat mod precisely, you should see some message when you type
/setaccesslevel <your nickname with case-sensitive> admin

If there is no output, the mod is not loaded on your server. Please make sure you loaded the mod on server mod options (Host - manage settings - Edit selected settings - Mods)
Screenshot: https://imgur.com/6UwuhuH

Let me know whether it worked for you or not.
最后由 RelationLife 编辑于; 2022 年 1 月 27 日 下午 12:21
DOOMGUY 2022 年 1 月 27 日 下午 12:47 
Issue was sorted out! Indeed it was my fault of not loading correctly and not adding Admin Privileges correctly (as my previous Steam name used Asiatic Characters and I was not able to setaccesslevel accordingly to my user). A great Thanks for your support and attention!
Czechys 2022 年 1 月 29 日 上午 9:14 
Delete mode with "without door and window" still deletes garage doors.
Also not a bug but it deletes light switches even with "without walls" enabled.
RelationLife  [开发者] 2022 年 1 月 29 日 下午 12:22 
引用自 GunMaestroCZ
Delete mode with "without door and window" still deletes garage doors.
Also not a bug but it deletes light switches even with "without walls" enabled.

Thank you for reporting the bug.
I already know this issue (related to the garage door) and will be sorted in the next major update.

However, deleting light switches with the "without walls" option is faultless.
If I find a way to identify the Lightswitch on the wall in the future, it will be added, but since the light switch is not part of the wall, which means mounted moveable item, deletion cannot be avoided at this time.
最后由 RelationLife 编辑于; 2022 年 1 月 29 日 下午 12:23
Rakhoon 2022 年 1 月 31 日 下午 6:37 
Hello, when hosting a server, you are able to open the hood of the car, and any work done on the car is done instantly instead of the actual time it takes.
RelationLife  [开发者] 2022 年 1 月 31 日 下午 9:11 
引用自 Remus Seife
Hello, when hosting a server, you are able to open the hood of the car, and any work done on the car is done instantly instead of the actual time it takes.

Hi, thank you for reporting. I found the problem and will be fixed in the next minor update. thank you.
最后由 RelationLife 编辑于; 2022 年 1 月 31 日 下午 11:01
Void🌹 2022 年 2 月 2 日 下午 8:39 
Sprinting seems to make me invisible by enabling Ghost Mode
Uzric Rash 2022 年 2 月 4 日 上午 12:42 
Using the vehicle menu to change the color of a vehicle in a server does not work: the "cheater" does see the change but only until a relog, while the rest of the players do not see the new color at all.
< >
正在显示第 1 - 15 条,共 135 条留言
每页显示数: 1530 50