[meta] [petz] Where to change settings in mod petz #1027

Closed
opened 2021-11-09 15:29:45 +00:00 by Bla · 5 comments

Short tutorial on where to change settings for the mod petz.

All settings for petz are in the file "petz.conf" in "mods/petz/petz".
Don´t edit "petz.conf" directly or your changes get deleted with the next update of petz.
Instead create/edit a file named "user.conf" in the same folder as "petz.conf"

Search in "petz.conf" for the setting you want to change, copy the whole line and paste it into "user.conf".

(I´m going through all petz settings issues and comment here to generate some examples on how to change specific settings)

Short tutorial on where to change settings for the mod petz. All settings for petz are in the file "petz.conf" in "mods/petz/petz". Don´t edit "petz.conf" directly or your changes get deleted with the next update of petz. Instead create/edit a file named "user.conf" in the same folder as "petz.conf" Search in "petz.conf" for the setting you want to change, copy the whole line and paste it into "user.conf". (I´m going through all petz settings issues and comment here to generate some examples on how to change specific settings)
Author

How to change the food that is needed for follow/tame/feed/heal
related issues #662, #911

Every petz animal has a food it follows that is also is used to tame(if tameable) and feed/heal an animal.
The setting is always named animaltype_follow, for example grizzly_follow/frog_follow.

In the default setting the grizzly follows default:blueberries with the setting
grizzly_follow = default:blueberries
To change that we copy that line into "user.conf" and add for example lamb chops from his favourite prey.
grizzly_follow = default:blueberries,petz:mini_lamb_chop
But instead of adding just lamb chops we can also add a whole group like all raw meat
grizzly_follow = default:blueberries,group:food_meat_raw

**How to change the food that is needed for follow/tame/feed/heal** related issues #662, #911 Every petz animal has a food it follows that is also is used to tame(if tameable) and feed/heal an animal. The setting is always named *animaltype*_follow, for example grizzly_follow/frog_follow. In the default setting the grizzly follows default:blueberries with the setting `grizzly_follow = default:blueberries` To change that we copy that line into "user.conf" and add for example lamb chops from his favourite prey. `grizzly_follow = default:blueberries,petz:mini_lamb_chop` But instead of adding just lamb chops we can also add a whole group like all raw meat `grizzly_follow = default:blueberries,group:food_meat_raw`
Author

How to change where an animal spawns
The settings are always named animaltype__spawn_nodes and animaltype__spawn_biome, for example
tarantula_spawn_nodes/tarantula_spawn_biome
butterfly_spawn_nodes/butterfly_spawn_biome

For example in the default settings tarantula and butterfly spawn on different nodes

tarantula_spawn_nodes = default:dirt_with_rainforest_litter
butterfly_spawn_nodes = default:dirt_with_coniferous_litter,default:dirt_with_grass,default:dirt_with_rainforest_litter,default:dirt_with_dry_grass,default:dry_dirt,default:dry_dirt_with_dry_grass

but both in the same biome. I´m unsure which effect _spawn_biome has becaus all(except santa) petz use default.

tarantula_spawn_biome = default
butterfly_spawn_biome = default

Currently I would just add/remove spawn_nodes to change where it spawns.

**How to change where an animal spawns** The settings are always named animaltype__spawn_nodes and animaltype__spawn_biome, for example tarantula_spawn_nodes/tarantula_spawn_biome butterfly_spawn_nodes/butterfly_spawn_biome For example in the default settings tarantula and butterfly spawn on different nodes ``` tarantula_spawn_nodes = default:dirt_with_rainforest_litter butterfly_spawn_nodes = default:dirt_with_coniferous_litter,default:dirt_with_grass,default:dirt_with_rainforest_litter,default:dirt_with_dry_grass,default:dry_dirt,default:dry_dirt_with_dry_grass ``` but both in the same biome. I´m unsure which effect _spawn_biome has becaus all(except santa) petz use default. ``` tarantula_spawn_biome = default butterfly_spawn_biome = default ``` Currently I would just add/remove spawn_nodes to change where it spawns.
Styxcolor added the
1. kind/enhancement
label 2021-11-10 00:00:01 +00:00
Owner

Thank you so so much! This will speed up the fixing of the petz related issues tremenduosly. I have copied and pasted the tutorial in our wiki for future use, if anything new petz related comes up. I'll take a closer look at the current issues tomorrow. Testing and debugging ahead :D

Thank you so so much! This will speed up the fixing of the petz related issues tremenduosly. I have copied and pasted the tutorial in our wiki for future use, if anything new petz related comes up. I'll take a closer look at the current issues tomorrow. Testing and debugging ahead :D
Styxcolor added the
ugh/petz
label 2021-11-10 11:13:28 +00:00
Styxcolor self-assigned this 2022-01-05 07:15:21 +00:00
Styxcolor added this to the (deleted) project 2022-01-05 07:15:24 +00:00

This needs to go to the administration wiki

This needs to go to the administration wiki
AliasAlreadyTaken added the
1. kind/documentation
label 2022-01-07 09:58:51 +00:00
Member
fixed: https://gitea.your-land.de/your-land/administration/wiki/Home
flux closed this issue 2022-10-25 01:02:22 +00:00
flux added the
5. result/fixed
label 2022-10-25 01:02:33 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#1027
No description provided.