Automation tab dissapear.

KildClient forum.
Post Reply
klerindias
Posts: 1
Joined: Sun May 04, 2014 1:06 pm

Automation tab dissapear.

Post by klerindias »

Hello,
i just installed kildclient and jmud plugin.
I use Vbox with ubuntu.

jmud client seems do not work, any ";command" seems do not work.

Here is what i got when i edit world:
Image

When i creating world and adding jmud plugin i got automation.
ekalin
Site Admin
Posts: 44
Joined: Sun Feb 05, 2012 3:59 pm

Re: Automation tab dissapear.

Post by ekalin »

I cannot help you with jmud, but plugins shouldn't be able to affect the program's dialogs.

That picture you posted seems to be the "Edit Default World" dialog, accessible from the Preferences menu. There one can set default values for all new worlds, such as fonts and colors.

Automation settings, however, are specific for each world, and only available when editing a specific world.
jmud
Posts: 19
Joined: Mon Jun 04, 2012 4:59 am

Re: Automation tab dissapear.

Post by jmud »

Hi klerindias,

In case it's not clear, you are using the wrong window. In the KildClient menu, click on 'World > Edit', not 'Preferences > Edit default world'.

By the way, did you know that you can load plugins using KildClient commands? For example:

Code: Select all

/$world->loadplugin('keypad')
/$world->loadplugin('/home/myname/jmud/jmud.pl')
To see if a plugin has loaded, you can use these commands:

Code: Select all

/$world->listplugin(keypad)
/$world->listplugin(jmud)
See the KildClient manual, section 13, for more information.

If JMud loads successfully, you will always see a message like this:
[ JMud v1.1.001 19 September 2013 - Copyright 2011-2013 A S Lewis ]
[ Type ';about' for licence information, ';help' for help ]
If JMud has not loaded, it's usually because you don't have the right Perl modules. Try starting KildClient from a terminal window: in Ubuntu, press CTRL + ALT + T to open the window, and then just type 'kildclient':

Image

Any system error messages will appear in the terminal window; from there, you can work out what you are missing.

When I am installing KildClient/JMud on a new Ubuntu box, I use the following command to get all the Perl modules I need:

Code: Select all

sudo cpan install Gnome2::Wnck Locale::gettext JSON::XS Heap::Binomial Net::Telnet version File::HomeDir
Post Reply