homunculus_StandByAuto enabled natively?

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

homunculus_StandByAuto enabled natively?

#1 Post by Kaspy »

I do not understand why this configuration is not natively enabled in config.txt
It is unknown by most users (I created just now active in your wiki) and is the most efficient method among the three created (the homunculus to teleport near the master, the master teleport or the master back to fetch the homunculus).
Image

Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: homunculus_StandByAuto enabled natively?

#2 Post by Raider »

I totally agree, good notice!

Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: homunculus_StandByAuto enabled natively?

#3 Post by Kaspy »

Leveraging the topic...
Anyone have any suggestions for a new name for the configuration, homunculus_StandByAuto? This current name is not descriptive and does not respect the conventions of development.
Image

Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: homunculus_StandByAuto enabled natively?

#4 Post by Raider »

I actually thought about these two: homunculus_returnAuto and homunculus_teleportIfLost

Rossi
Noob
Noob
Posts: 7
Joined: 13 Dec 2012, 14:32
Noob?: Yes

Re: homunculus_StandByAuto enabled natively?

#5 Post by Rossi »

@KeplerBR

problem of losing the homun control after a teleport type homunculus change unknown

Image

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: homunculus_StandByAuto enabled natively?

#6 Post by EternalHarvest »

Maybe something like existing teleportAuto_lostHomunculus? homunculus_standByAuto_lost?

About implementation:

Code: Select all

$config{homunculus_StandByAuto}
And all other code in this file uses $config{$slave->{configPrefix}.'option'}.

Code: Select all

$slave->sendStandBy;
All other such calls set $slave->{standby_time}, why this is different?

Post Reply