queen_ant_spawn_nodes dont need "" #1029

Closed
opened 2021-11-10 15:06:24 +00:00 by Bla · 7 comments

petz user.conf
queen_ant_spawn_nodes = "ethereal:crystal_dirt","default:dirt_with_snow","farming:soil","maptools:soil_wet","default:dirt_with_grass_footsteps","farming:soil_wet","farming:dry_soil","default:dirt_with_coniferous_litter","ethereal:prairie_dirt","default:dirt_with_rainforest_litter","ethereal:fiery_dirt","ethereal:cold_dirt","woodsoils:dirt_with_leaves_2","woodsoils:dirt_with_leaves_1","default:dirt","ethereal:bamboo_dirt","default:dry_dirt_with_dry_grass","woodsoils:grass_with_leaves_1","ethereal:grove_dirt","dryplants:grass_short","default:dry_dirt","woodsoils:grass_with_leaves_2","default:dirt_with_dry_grass","default:dirt_with_grass","farming:dry_soil_wet","ethereal:gray_dirt","ethereal:jungle_dirt","ethereal:mushroom_dirt"

surronding nodes with "" is wrong

should be
queen_ant_spawn_nodes = ethereal:crystal_dirt,default:dirt_with_snow,farming:soil,maptools:soil_wet,default:dirt_with_grass_footsteps,farming:soil_wet,farming:dry_soil,default:dirt_with_coniferous_litter,ethereal:prairie_dirt,default:dirt_with_rainforest_litter,ethereal:fiery_dirt,ethereal:cold_dirt,woodsoils:dirt_with_leaves_2,woodsoils:dirt_with_leaves_1,default:dirt,ethereal:bamboo_dirt,default:dry_dirt_with_dry_grass,woodsoils:grass_with_leaves_1,ethereal:grove_dirt,dryplants:grass_short,default:dry_dirt,woodsoils:grass_with_leaves_2,default:dirt_with_dry_grass,default:dirt_with_grass,farming:dry_soil_wet,ethereal:gray_dirt,ethereal:jungle_dirt,ethereal:mushroom_dirt

petz user.conf `queen_ant_spawn_nodes = "ethereal:crystal_dirt","default:dirt_with_snow","farming:soil","maptools:soil_wet","default:dirt_with_grass_footsteps","farming:soil_wet","farming:dry_soil","default:dirt_with_coniferous_litter","ethereal:prairie_dirt","default:dirt_with_rainforest_litter","ethereal:fiery_dirt","ethereal:cold_dirt","woodsoils:dirt_with_leaves_2","woodsoils:dirt_with_leaves_1","default:dirt","ethereal:bamboo_dirt","default:dry_dirt_with_dry_grass","woodsoils:grass_with_leaves_1","ethereal:grove_dirt","dryplants:grass_short","default:dry_dirt","woodsoils:grass_with_leaves_2","default:dirt_with_dry_grass","default:dirt_with_grass","farming:dry_soil_wet","ethereal:gray_dirt","ethereal:jungle_dirt","ethereal:mushroom_dirt"` surronding nodes with "" is wrong should be `queen_ant_spawn_nodes = ethereal:crystal_dirt,default:dirt_with_snow,farming:soil,maptools:soil_wet,default:dirt_with_grass_footsteps,farming:soil_wet,farming:dry_soil,default:dirt_with_coniferous_litter,ethereal:prairie_dirt,default:dirt_with_rainforest_litter,ethereal:fiery_dirt,ethereal:cold_dirt,woodsoils:dirt_with_leaves_2,woodsoils:dirt_with_leaves_1,default:dirt,ethereal:bamboo_dirt,default:dry_dirt_with_dry_grass,woodsoils:grass_with_leaves_1,ethereal:grove_dirt,dryplants:grass_short,default:dry_dirt,woodsoils:grass_with_leaves_2,default:dirt_with_dry_grass,default:dirt_with_grass,farming:dry_soil_wet,ethereal:gray_dirt,ethereal:jungle_dirt,ethereal:mushroom_dirt`
Styxcolor added the
ugh/petz
1. kind/bug
labels 2021-11-10 20:01:57 +00:00
Owner

Thanks for finding this giant bug!!
I have freed the spawn nodes of their " prison "
but I can't close this issue yet, because I couldn't test the effects of this yet.

commit f7e5d26b14c475c0fa38a7d116932e96e1515fda

Thanks for finding this giant bug!! I have freed the spawn nodes of their " prison " but I can't close this issue yet, because I couldn't test the effects of this yet. commit f7e5d26b14c475c0fa38a7d116932e96e1515fda
Styxcolor added the
4. step/at work
label 2021-11-10 22:41:06 +00:00
Owner

Comprehension question: if I set the spawn probability of the queen to 1.0 for testing reasons, does this mean she'll spawn as often as she can?
Do you also remember where I can change the details of where ants spawn? You mentioned something about beachy flat areas and I can't find it in the code anywhere (but it's also late)

Comprehension question: if I set the spawn probability of the queen to 1.0 for testing reasons, does this mean she'll spawn as often as she can? Do you also remember where I can change the details of where ants spawn? You mentioned something about beachy flat areas and I can't find it in the code anywhere (but it's also late)
Author

Comprehension question: if I set the spawn probability of the queen to 1.0 for testing reasons, does this mean she'll spawn as often as she can?

1.0 seems to be the max setting.

Do you also remember where I can change the details of where ants spawn? You mentioned something about beachy flat areas and I can't find it in the code anywhere (but it's also late)

which ant? worker/warrrior/queen

under world height 8 with beach/earth nodes are the requirements for a queen_ant creating an anthill, I just used that to search ingame for them.
https://gitea.your-land.de/your-land/petz/src/branch/master/petz/mobkit/bh_ant.lua#L9
and
https://gitea.your-land.de/your-land/petz/src/branch/master/petz/mobkit/bh_ant.lua#L17

> Comprehension question: if I set the spawn probability of the queen to 1.0 for testing reasons, does this mean she'll spawn as often as she can? 1.0 seems to be the max setting. > Do you also remember where I can change the details of where ants spawn? You mentioned something about beachy flat areas and I can't find it in the code anywhere (but it's also late) which ant? worker/warrrior/queen under world height 8 with beach/earth nodes are the requirements for a queen_ant creating an anthill, I just used that to search ingame for them. https://gitea.your-land.de/your-land/petz/src/branch/master/petz/mobkit/bh_ant.lua#L9 and https://gitea.your-land.de/your-land/petz/src/branch/master/petz/mobkit/bh_ant.lua#L17
Owner

my testing was unsuccessful, still no anthills in sight at any beach in the test environment.
Maybe I set my parameter up wrong in that bh_ant.lua file. I changed the 8 to a 100. I'm starting to think this issue is above my current means.

my testing was unsuccessful, still no anthills in sight at any beach in the test environment. Maybe I set my parameter up wrong in that bh_ant.lua file. I changed the 8 to a 100. I'm starting to think this issue is above my current means.
AliasAlreadyTaken was assigned by Styxcolor 2021-11-11 10:41:25 +00:00
Author

At the moment I would stick to fixing obvious bugs like misconfiguration etc. and see what happens. If that works you can still tweak the settings later because there are multiple factors that can influence that. For example if you dash through an area you wont see many animals spawn at all but if you wait awhile suddenly more and more appear.

At the moment I would stick to fixing obvious bugs like misconfiguration etc. and see what happens. If that works you can still tweak the settings later because there are multiple factors that can influence that. For example if you dash through an area you wont see many animals spawn at all but if you wait awhile suddenly more and more appear.
Owner

Yesterday we got a report by Xonon that an ant colony spawned, with queen. Of course, one hive is not the end of all issues, but the combined efforts of last week must have worked somewhat. Thanks again.

Yesterday we got a report by Xonon that an ant colony spawned, with queen. Of course, one hive is not the end of all issues, but the combined efforts of last week must have worked somewhat. Thanks again.
Owner

fixed in:
commit f7e5d26b14c475c0fa38a7d116932e96e1515fda

fixed in: commit f7e5d26b14c475c0fa38a7d116932e96e1515fda
Styxcolor added this to the 1.1.99 milestone 2021-11-15 15:33:40 +00:00
Styxcolor added
5. result/fixed
and removed
4. step/at work
labels 2021-11-15 15:33:55 +00:00
Styxcolor self-assigned this 2021-11-15 15:33:58 +00:00
Sign in to join this conversation.
No Milestone
No project
2 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#1029
No description provided.