Search found 218 matches

by kevutian
Sat Jun 08, 2013 2:15 pm
Forum: Help Forum
Topic: Connecting to a MUD through a VPN
Replies: 3
Views: 4026

Re: Connecting to a MUD through a VPN

SOCKS5 support should be available pretty soon.
by kevutian
Sat Jun 08, 2013 8:54 am
Forum: Help Forum
Topic: Saving Tables and Var Problem..
Replies: 13
Views: 7396

Re: Saving Tables and Var Problem..

Removed from the wiki.
by kevutian
Sun Jun 02, 2013 1:49 pm
Forum: Help Forum
Topic: Simple question
Replies: 3
Views: 2718

Re: Simple question

Best bet right now is to just call it with

Code: Select all

$ ./mudlet &
by kevutian
Sun Jun 02, 2013 6:52 am
Forum: Help Forum
Topic: Stipulating directories with geyser setStyleSheet properties
Replies: 11
Views: 7572

Re: Stipulating directories with geyser setStyleSheet proper

What I use: function ui.loader() local separator = string.char(getMudletHomeDir():byte()) == "/" and "/" or "\\" local image_dir = (getMudletHomeDir() .. separator .. "ccc" .. separator .. "images" .. separator):gsub("\\","/") ui....
by kevutian
Sat Jun 01, 2013 1:33 pm
Forum: Scripts & Packages
Topic: Mudlet Lua Module Loader
Replies: 0
Views: 2735

Mudlet Lua Module Loader

Seems I posted this on another thread, but I feel it really deserves its own. I won't bother explaining it as those people who will use something like this will see for themselves. (Nerf reinventing the wheel!) function fileExists(fname) local f = io.open(fname, "r") if f then f:close() re...
by kevutian
Mon May 27, 2013 9:57 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Howto: Compile Mudlet on Gentoo.
Replies: 16
Views: 20164

Re: Howto: Compile Mudlet on Gentoo.

Just a heads up. This overlay is failing on Sabayon (Portage tree is fully synced with Gentoo and the world is up to date as of today). It's whining about a missing Phonon. I went ahead and built Phonon manually though the issue persists. I ended up just building almost everything manually. Hopefull...
by kevutian
Thu May 23, 2013 2:18 am
Forum: Help Forum
Topic: Vertical Text in Labels
Replies: 8
Views: 6221

Re: Vertical Text in Labels

This may or may not work within Mudlet and I am unable to test, but try this:
Code: [show] | [select all] lua
border: 1px solid white;
border-radius: 3px;
background-color: white;
qproperty-alignment: AlignCenter;
qproperty-text: 'My words to align';
qproperty-wordWrap: true;
by kevutian
Mon May 20, 2013 1:50 pm
Forum: Help Forum
Topic: Default Colors
Replies: 8
Views: 5358

Re: Default Colors

by kevutian
Wed May 15, 2013 2:40 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Howto: Compile Mudlet on Gentoo.
Replies: 16
Views: 20164

Re: Howto: Compile Mudlet on Gentoo.

Ahh, this is awesome. This will save so much time. I always hated doing this build on Gentoo, heh.

Thanks for posting this!
by kevutian
Sun May 12, 2013 5:28 pm
Forum: Help Forum
Topic: Area rooms generation problem.
Replies: 2
Views: 2418

Re: Area rooms generation problem.

That's exactly what I needed. Thanks, Heiko.