Search found 45 matches

by ekalin
Sat Mar 22, 2014 2:28 pm
Forum: KildClient
Topic: Disable Perl?
Replies: 8
Views: 20854

Re: Disable Perl?

I started to implement this, and it was actually very simple to allow changing the perl command marker. However, there is a problem with this, which might be the reason I had never implemented that: plugins (even the ones included in the KildClient distribution) assume that '/' is used to execute a ...
by ekalin
Wed Mar 12, 2014 11:27 am
Forum: KildClient
Topic: Menu Items Greyed out in Ubuntu
Replies: 2
Views: 11882

Re: Menu Items Greyed out in Ubuntu

I don't know how the Ubuntu menu-on-top-bar actually works. But I seem to remember reading that it wasn't very well received and may be reverted in a future version. When no world is open, you should get the "Open World" window. That window has no menus, and since it's a modal window, you ...
by ekalin
Mon Feb 10, 2014 4:04 pm
Forum: KildClient
Topic: Disable Perl?
Replies: 8
Views: 20854

Re: Disable Perl?

I love the client overall, but it is becoming unusable to me due to Perl's domination of the / character. I'm a coder. I need / for directories, search, etc. I don't need or want client-side triggers run by Perl (which are in fact illegal on my mud anyway). Is there a way to disable Perl entirely, ...
by ekalin
Sat Feb 01, 2014 10:43 am
Forum: KildClient
Topic: How to install and run KildClient on MacOS (10.9.1) ?
Replies: 1
Views: 9616

Re: How to install and run KildClient on MacOS (10.9.1) ?

1) I"m a new mac user, and I dont understand how to install and run KildClient on MacOS (10.9.1). I can't help you much since I'm not a MacOS user, but try looking for information on how to compile and run other linux applications under MacOS, since KildClient uses the same format (configure s...
by ekalin
Thu Jan 16, 2014 9:00 pm
Forum: KildClient
Topic: Active Perl
Replies: 1
Views: 6634

Re: Active Perl

I've compiled it again using ActivePerl 5.18, the download is at http://sourceforge.net/projects/kildcli ... e/download .
by ekalin
Fri May 10, 2013 4:22 pm
Forum: KildClient
Topic: Git repository changed
Replies: 0
Views: 13602

Git repository changed

Due to changes in SourceForge, the git repository is now located at

git://git.code.sf.net/p/kildclient/git kildclient-git

To switch to new repository, see https://sourceforge.net/p/forge/communi ... e-new-repo
by ekalin
Sun May 05, 2013 2:03 pm
Forum: KildClient
Topic: No Input visible following password
Replies: 1
Views: 7441

Re: No Input visible following password

No sure if this is still true, but using an old MUD, the MUD caused Kildclient to turn off the echo of the text I typed and I was unable to turn it on in any satisfactory manner. The work around I used was edit ~/.kildclient/MUD_0.wrl or what ever your world file is called. Assure the following is ...
by ekalin
Sun May 05, 2013 2:01 pm
Forum: KildClient
Topic: How can I Auto-login on a DIKUII/VME mud?
Replies: 1
Views: 7884

Re: How can I Auto-login on a DIKUII/VME mud?

I recently changed to KildClient, so I'm new to this spesific client. Autologin don't seem to work, I'm guessing it's because it expects a newline character before the client looks at the text, and DikuII/VME don't send one in the name or password prompt. So I guess my question is how do I make a t...
by ekalin
Sat Mar 02, 2013 12:22 pm
Forum: KildClient
Topic: Unity Plugin
Replies: 6
Views: 13077

Re: Unity Plugin

If there is a perl library to access that dock, it should be possible to write a plugin.
by ekalin
Tue Dec 25, 2012 7:10 pm
Forum: KildClient
Topic: Windows + ActivePerl = Fail
Replies: 4
Views: 10347

Re: Windows + ActivePerl = Fail

I'm kind of surprised that Perl under Windows would have problems with unix line endings.

Under Linux Perl has no problem with scripts with Windows line endings. Only the shebang (#!/usr/bin/perl) does not work properly, but you probably don't need that for KildClient files.