Various Features
Display Crop Stages
- Hotkey:
Ctrl + P
- Gray circle = dead crop
- Red circle = ready for harvest
- Number = growth stage
Call the Horse
- Hotkey:
Ctrl + Q
- Calls the horse to follow you
Quick Logout
- Hotkey:
Alt + L
- Terminates the game connection immediately. Not a "normal" logout, but it's instant.
Quick Action
- Hotkey:
Q
- Performs the actions based on the surroundings (small radius around the character):
- Picks the forageable
- Opens/closes the gates
- Interacts with the Milestone
- Enters the door/ladder/minehole/...
- Can be configured via "Options" -> "Interaction"
- Additional entries can be added via config file
<launcher-folder>/replica-client/config/interact.json
- Example:
{
"polegate": {
"name": "Roundpole gate",
"base": "polegate",
"enabled": true,
"overlay": 0
},
"hoppedcow": {
"name": "Hopped-up Cone Cow",
"base": "hoppedcow",
"enabled": true,
"overlay": 0
},
"arrow": {
"name": "Arrow",
"base": "arrow",
"enabled": false,
"overlay": 0
},
"polebiggate": {
"name": "Roundpole big gate",
"base": "polebiggate",
"enabled": true,
"overlay": 0
},
"opiumdragon": {
"name": "Opium Dragon",
"base": "opiumdragon",
"enabled": true,
"overlay": 0
}
}
Item drop protection
- Can be enabled via "Options" -> "Interaction" -> "Item drop protection"
- You can only drop the item from the cursor while pressing
Control
key.
Drink
- Hotkey: Tilda ( ` )
- Drinks whatever it can from whatever is available to restore your stamina.
- If "Options" -> "Interaction" -> "Custom drinking" is enabled will also drink from containers from the inventories.
Toggle Grid
- Hotkey:
Ctrl + G
Toggle Objects Hiding
- Hotkey:
Ctrl + H
- Replaced the object with the hitbox overlay.
- The specific objects to hide can be configured via "Options" -> "Object hiding settings".
- The color of the overlay can be configured via "Options" -> "Color settings".
Quick Action Search
- Hotkey:
Ctrl + Z
- Open the window with all builds/crafts/actions from the menu grid, can be filtered immediately.
Night vision
- Hotkey:
Ctrl + N
- Removes the darkness effect completely.
- Can become extra bright via "Options" -> "Video settings" -> "Extra bright night vision".
Auto drop items
- Configured via "Options" -> "Autodrop settings"
- Will automatically drop all enabled items from the inventory as soon as they appear there.
- The "Drop everything" settings will automatically drop all items that will appear in your inventory.
- Items can be configured in the
<launcher-folder>/replica-client/config/drop.list.json
- Example config:
{
"gfx/invobjs/earthworm": {
"name": "Eartworm",
"enabled": false
},
"gfx/invobjs/soil": {
"name": "Soil",
"enabled": false
}
}
Camera Settings
- Configured via "Options" -> "Camera settings"
- Several different cameras, try out yourself and find the best one for you.
Color Settings
- Configured via "Options" -> "Color settings"
- Provides the ability to change the colors of the several features.
Autokin
- Accessed from the Buddy Window
- Reads the
kins.txt
file from the client folder (<launcher-folder>/replica-client/kins.txt
) - Kins all the hearth secrets from the file
- Every line should have a hearth secret (empty lines ignored)
Table safe eating
- When "Keep an eye on the dishes" is enabled, you will not be able to eat the food any symbel item's wear is too low.
Auto select menu options
- Can be configured via "Options" -> "Menu settings"
- Will automatically select the checked menu options if enabled.
- Custom menu options can be added via the config file
<launcher-folder>/replica-client/config/menus.json
- Example:
[
{
"name": "Break",
"enabled": false
},
{
"name": "Butcher",
"enabled": false
},
{
"name": "Chip stone",
"enabled": false
},
{
"name": "Clean",
"enabled": false
}
]
Custom notify & alarms
- Can be configured via "Options" -> "Notify & Alarms"
- Allows to select the entities that will play the sound when they appear in the sight.
- The sound can be configured via the config file
<launcher-folder>/replica-client/config/notify.custom.json
. - Example:
{
"gfx/kritter/otter/otter": {
"resource": "gfx/kritter/otter/otter",
"name": "Otter",
"audio": "sfx/notify/awwyeah",
"volume": 0.5,
"enabled": false
},
"gfx/terobjs/herbs/clay-cave": {
"resource": "gfx/terobjs/herbs/clay-cave",
"name": "Cave Clay",
"audio": "sfx/notify/awwyeah",
"volume": 0.5,
"enabled": true
},
"gfx/terobjs/herbs/edelweiss": {
"resource": "gfx/terobjs/herbs/edelweiss",
"name": "EdelweiĆ",
"audio": "sfx/notify/awwyeah",
"volume": 0.5,
"enabled": true
}
}
On-login actions
- Can be configured via "Options" -> "Startup settings"
- Allows you to automatically toggle certain things on login.
Mark object
Ctrl + Alt + Left Click
to mark the object. Again to unmark.- Only visible to yourself.
- Resets after the logout.
Highlight/Ping
Alt + Left Click
over terrain / object to ping it to your friends.- Visible for everyone in the sight who plays from the same client.
- If you are in the party, will be visible for the party members only.
Enhanced Craft Window
- Keep track of the last crafts in the separate tabs.
- Calculate softcap value based on your stats.
- Craft specific amount of items.
- Can move to the source item craft by
Left Click
on the item (this is actually a default client feature, but maybe you didn't know :)).
Custom Resources
- The client includes custom resources overrides:
- Flat cupboards
- Some animated objects with disabled animation
- Custom sound pack (you'll notice the difference :wink:)
If you want to revert/change a certain resource, the easiest wy to do it is following:
- Located the resource in the
replica-client/res/
folder (i.e.replica-client/res/gfx/terobjs/cupboard.res
) - Download the original resource from the game server (i.e.
https://game.havenandhearth.com/hres/gfx/terobjs/cupboard.res
) - Replace the custom resource with the original one. The updater should not fix such overrides.