Questão Adding By Products
- Krellis Strom
- Autor do tópico
- Obrigado recebido 2
Adding by products to trees and fields in the config file results in a lot of "chatter" in local messages. How can this be stopped?
gyazo.com/adfa72a3e22030800aaa2334dfe61452
Thanks.
gyazo.com/adfa72a3e22030800aaa2334dfe61452
Thanks.
por Krellis Strom
Por favor Iniciar sessão ou Criar uma conta para se juntar à conversa.
- Buzzy Cnayl
- Obrigado recebido 47
If you are seeing that I think you have debug mode on. If you edit the script plant near the top should be a line
integer DEBUGMODE = TRUE;
Change to
integer DEBUGMODE = FALSE;
integer DEBUGMODE = TRUE;
Change to
integer DEBUGMODE = FALSE;
por Buzzy Cnayl
Por favor Iniciar sessão ou Criar uma conta para se juntar à conversa.
- Krellis Strom
- Autor do tópico
- Obrigado recebido 2
Thanks but unfortunately that isn't the cause. Debug mode is set to FALSE for all these items (I checked). I've only edited the config files, not scripts.
por Krellis Strom
Por favor Iniciar sessão ou Criar uma conta para se juntar à conversa.
- Mattt McGregor
- Obrigado recebido 2
Heh. Only ll could cast a bool as a subtype of int and (somehow...) get away with it...
Buzzy, why do you not throw that stuff at the default debug channel? llOwnerSay is super damn noisy...
Buzzy, why do you not throw that stuff at the default debug channel? llOwnerSay is super damn noisy...
por Mattt McGregor
Por favor Iniciar sessão ou Criar uma conta para se juntar à conversa.
- Buzzy Cnayl
- Obrigado recebido 47
in that same script, can you check the version number. Is it
float VERSION = 5.0; // 4 March 2022
float VERSION = 5.0; // 4 March 2022
por Buzzy Cnayl
Os seguintes utilizadores Agradeceram: Krellis Strom
Por favor Iniciar sessão ou Criar uma conta para se juntar à conversa.
- Krellis Strom
- Autor do tópico
- Obrigado recebido 2
Hmm, mine states:
float VERSION = 5.0; /|/ 15 February 2022
I really thought I had only recent products picked up from Mintor recently. I'll go back and check. Thank you!
float VERSION = 5.0; /|/ 15 February 2022
I really thought I had only recent products picked up from Mintor recently. I'll go back and check. Thank you!
por Krellis Strom
Por favor Iniciar sessão ou Criar uma conta para se juntar à conversa.