安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






You need to check two things:
1. Is there a new NPC next to the doctor?
If the mod has been applied correctly, there should be an NPC wearing my mod’s armor.
2. Has 24 hours passed in-game?
All traders refresh their shop lists between 7 and 9 in the morning, so you need to spend enough time sleeping in a bed to see the updated shop page.
You can craft all of my mod’s equipment at the workbench.
No, that NPC should appear right away if the mod is installed correctly. The exact location is to the left of the doctor, near the entrance to the medical room.
In terms of performance, it’s slightly superior to vanilla armor. However, it requires a lot of materials, and repairing it is more expensive than regular armor, so the upkeep costs are high.
The in-game sales list refreshes daily between 8 and 9 a.m. (in-game time). Be sure to spend at least 24 in-game hours in bed before checking again.
Repair kits for Rank 7 armor are not supported through modding. As a workaround, I've implemented an alternative repair method: you can restore the armor by combining it with an Orb at the workbench. This process is available under the Medical category.
Thanks, I must have overlooked that.
Also, thanks for your work — the mod is really cool.
It would be awesome if you could get the first armor and backpack through a quest, though I’m not sure if that’s even possible.
you can buy it from Doctor
That doesn't seem to be an issue with my mod. The obj_peacekeeper_regular code isn't part of my mod.
___________________________________________
############################################################################################
ERROR in action number 1
of Alarm Event for alarm 2 for object obj_map_generator:
"obj_peacekeeper_regular" doesn't exist
at gml_Script_trace_error
############################################################################################
gml_Script_trace_error (line -1)
gml_Script_building_deserialize
gml_Script_scr_building_list
gml_Object_obj_map_generator_Alarm_2
If possible, I’ll try to reflect it in the next update. It’s not what I want to have so many crafting recipes concentrated in the "other" category. I’d like to place some items in the repairkit crafting category, but unfortunately, that category doesn’t support modding.
love you it work
thanks you sooo much
@Firenor
@schmtzen
Although it appears to require only the base module, the game code internally demands Base_Module_Forge at level 0. For now, I’ve loosened the module requirement as a temporary measure and will fine-tune it through further testing.
@Firenor
@schmtzen
To resolve the issue temporarily, the required module condition has been removed.
Alpha is more specialized for combat than standard endgame armor.
I originally planned to create a repair kit using the Bizarre Orb (with some additional materials).
However, the game's modding system only supports repair kits up to level 6.
It’s not possible to create a level 7 repair kit through regular code, so I had to find a workaround.
The increased weight was intentional—to differentiate it from existing repair kits.
I added a fix directly into my mod by assigning a placeholder to the missing s_numbers sprite. This was done to prevent the crash and resolve the issue if it work.
i will be honest with you I have no ideal what SpriteLoad() is sorry :V
The mod tries to use a missing sprite called 's_numbers', so I just created a 1x1 transparent PNG and loaded it as s_numbers using SpriteLoad(). Hope this works.
___________________________________________
##########
ERROR in action number 1
of Draw Event for object obj_mod_generic:
Code failure in: "init.script"
Mod "Whispers from Beyond" does not have a sprite named "s_numbers"
at gml_Script_mods_trace_error
#########
gml_Script_mods_trace_error (line -1)
gml_Script___MODS_SpriteGet
gml_Script___katspeak_expr_call_1__ (line -1)
gml_Script___katspeak_expr_call__
gml_Script___katspeak_expr_block_4__
gml_Script___katspeak_expr_loop_while__
gml_Script___katspeak_expr_block_4__
gml_Script___katspeak_function__
gml_Script___katspeak_expr_call__ (line -1)
gml_Script___katspeak_expr_block_5__
gml_Script___katspeak_expr_loop_while__
gml_Script___katspeak_expr_block_5__
gml_Script___katspeak_function__
gml_Object_obj_mod_generic_Draw_0
it not work :") but thank for trying help me