Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Happy to hear that it's working well for you now.
If it still does not work, check if the console says something when you press the key, and if so tell me what it says.
In the meanwhile, feel free to use the console command to use the mod, here are some tips:
c_customize(c_select()) is the easiest to use and will let you customize whatever item is under your cursor, however I sometimes have issues of c_select() failing to find the item under the cursor.
c_customize(c_selectnext("<prefab name>")) is more reliable, but if there are multiple of that object nearby, it can be hard to tell which will be targeted.
To figure out a item's prefab name, I would recommend looking at the wiki page for the item, the "code" section mentions it's prefab name.
Maybe try changing what keybind the mod uses in the client config, see if some other key will work. If you have not tried using the mod via command, try making a spear and typing c_customize(c_selectnext("spear")) into the local console. (If it says "remote" next to the console input, then press ctrl to switch it to "local") and if that still does not work, let me know if the console says anything after running the command.