Notices


Reply
Thread Tools
Posts: 29 | Thanked: 2 times | Joined on Jan 2011
#61
The Key "nkpEnt" is undefined; you may use "/def
key_nkpEnt = <commands>" to define it. See "/help keys".

I already did that...and i kinda get confuse

and i still got

Last edited by UrbanKid; 2011-02-16 at 15:15.
 
Posts: 29 | Thanked: 2 times | Joined on Jan 2011
#62
bump

sorry still got that message read the thread can anyone make a step by step on how to launch and use it...
 
Posts: 17 | Thanked: 0 times | Joined on Jul 2010
#63
Just add
/def key_nkpEnt = /dokey NEWLINE
to ~/.tfrc (create this file if necessary).

Did anyone managed to get to work MCCP? If so, how?
Thanks in advance.
 
Posts: 29 | Thanked: 2 times | Joined on Jan 2011
#64
Here do this go to ------->/usr/share/tf-lib/stdlib.tf<--------this file
open it with whatever or anything [I am using winscp open ssh]

insert this to the last line [without the {}]
/def key_nkpEnt = /dokey NEWLINE
/connect {Your mud web} {Mud porty}

Last edited by UrbanKid; 2011-04-20 at 12:47. Reason: [SOLVED]
 

The Following User Says Thank You to UrbanKid For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#65
Could someone help me with the bottom junk?



I only need one blue prompt line and could also do without that gray unnamed1 line as well.

I have in /usr/share/tf-lib/tfrc an added line that is

/set isize 1

I thought this should work. What am I missing?
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#66
I'm a little confused on this.

It doesn't appear that some of the files or folders are where they should be for the Maemo 4 version.

Like there is nothing in /home/user/

All the junk is in /usr/share/tf-lib/ but it's not reading from there I don't think.

Anyone want to befriend me, just shoot a PM my way.

I'd really like to get an awesome setup on my N800 with someone here.
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#67
I was able to get rid of the extra prompts by moving
/usr/share/tf-lib/tfrc to /home/user/.tfrc



That's about the best I can do though.

It would be awesome if I could spend time with someone and work on some hardware keybindings, a couple of macros and some event triggers.

PM me!
 
Posts: 29 | Thanked: 2 times | Joined on Jan 2011
#68
bump
sorry ermm... how do you get your console to look like that?
 

The Following User Says Thank You to UrbanKid For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#69
I have quite a lot of junk going on with this.

I finally was able to clean up the line that separates text input.


I wish I could figure out how to remove the "(log)" from that line as well.

Here's my .tfrc.

;;;; This file is not required, but contains examples of commands you
;;;; might want to use in your personal configuration file (~/.tfrc).
;;;; Feel free to customize these commands to your own tastes.
/addworld -Tlp _ Steffenfield password medievia.com 4000
;;; Enable windowing mode.
/visual on

;;; Enable paging
/more off

;;; Enable suppression of introductory MUD text.
/quiet on

;;; Disable old-style slash interpretation
;;; I recommend this unless you have old macros containing multiple slashes.
/set oldslash=off
/set isize 1
/set lines 22

;;; Enter the directory where you keep your tf files.
/cd /home/user/tf-lib/

;;; Define default filenames for /load*, /save*, and /log commands.
/def MACROFILE = /home/user/tf-lib/macros.tf
/def HILITEFILE = /home/user/tf-lib/hilite.tf
/def GAGFILE = /home/user/tf-lib/gag.tf
/def TRIGFILE = /home/user/tf-lib/trig.tf
/def BINDFILE = /home/user/tf-lib/bind.tf
/def HOOKFILE = /home/user/tf-lib/qhook.tf
/def WORLDFILE = /home/user/tf-lib/world.tf
/def LOGFILE = tiny.log


;;; Load files.
;;; Only useful if you have these files, of course.
; /loadworld
; /loadhilite
; /loadgag
; /loaddef
; /loadbind
; /loadtrig

/def key_F7 = /dokey_hpage
/def key_F8 = /dokey_hpageback
/def key_F9 = /dokey SEARCHB
/def key_F1 = l in corpse%;sac corpse
/def key_F11 = c cure c
/def key_F2 =c det inv%;c a%; c b%;c det good%;c det evil%;c lev%;c inf

/def key_up = n
/def key_down = s
/def key_left = w
/def key_right = e

/log on


This automatically logs me into the game along with my character's password when starting tf.

Here's the script I run to start it all.

#! /bin/sh

gconftool-2 --set -t bool /system/osso/af/keyboard-attached true
blank=`gconftool-2 -g /system/osso/dsm/display/display_blank_timeout`
/etc/init.d/mce stop
killall xbindkeys
xbindkeys -f /home/user/.xbindkeysrc_med
xmodmap ~/.Xmodmap_med
stty rows 24
xkbd -geometry +725+360 -k /media/mmc2/N800/Keyboards/Keypad.xkbd & xkbd -geometry +65536+65992 -k /media/mmc2/N800/Keyboards/Flat2.xkbd & filterm ascii-ascii cp437-utf8 tf
gconftool-2 --set -t bool /system/osso/af/keyboard-attached false
killall xkbd
setxkbmap
sudo /etc/init.d/mce start
/usr/bin/set-backlight `gconftool-2 --get /apps/adv-backlight/brightness`
restore_value()
{
gconftool-2 --type $1 --set $2 `gconftool-2 --get $2`
}
gconftool-2 -t int -s /system/osso/dsm/display/display_blank_timeout 120
gconftool-2 -t int -s /system/osso/dsm/display/display_blank_timeout $blank
restore_value int /system/osso/dsm/display/display_dim_timeout
restore_value bool /system/osso/dsm/locks/touchscreen_keypad_autolock_enabled
restore_value bool /system/osso/dsm/display/display_on_with_charger
xbindkeys
killall roxterm

My xmodmap file

keysym F5 = BackSpace BackSpace
keysym Escape = F9 F9
keysym F6 = F2 F2
keysym F4 = F1 F1

My xbindkeys file

"xo"
Control + z

"dbus-send --system /com/nokia/mce/signal com.nokia.mce.signal.sig_home_key_pressed_ind"
Control + a

This xo file kills it all when I'm done which is CTRL-z.

#! /bin/sh

gconftool-2 --set -t bool /system/osso/af/keyboard-attached true
sleep 2
gconftool-2 --set -t bool /system/osso/af/keyboard-attached false
killall xkbd
killall xbindkeys
setxkbmap
sudo /etc/init.d/mce start
/usr/bin/set-backlight `gconftool-2 --get /apps/adv-backlight/brightness`
restore_value()
{
gconftool-2 --type $1 --set $2 `gconftool-2 --get $2`
}
gconftool-2 -t int -s /system/osso/dsm/display/display_blank_timeout 120
gconftool-2 -t int -s /system/osso/dsm/display/display_blank_timeout $blank
restore_value int /system/osso/dsm/display/display_dim_timeout
restore_value bool /system/osso/dsm/locks/touchscreen_keypad_autolock_enabled
restore_value bool /system/osso/dsm/display/display_on_with_charger
xbindkeys
killall roxterm

In the .tfrc file I've got a few hardware keys that are mapped.

I have to kill MCE to be able to use them.

Anyway, here are my shortcuts.

DPAD - North South East West
Center DPAD - Enter key
Escape key - Rifle through previous commands
Menu key - Look for junk from something that's dead (I need to touch this one up though)
Home key - Backspace
Zoom in and out keys - Move the screen up and down by half a page if I missed anything
Full screen key - Spell up on my character.

Things I still need to work on are triggers, gags, targeting, and more shortcuts.

I would love it if I could just type CTRL-k and kill everything in front of my character.

Or if myself or anyone in my formation is low on hit points for my character to immediately cast heal. I used to have such a script but that was 10 years ago.

Anyway, maybe I can catch you online someday and we can trade our findings.

The character I play is level 14 already which is impressive considering my N800 has no keyboard.

But yeah, TF is definitely my favorite time waster while having Xmms playing music in the background.

Thanks for bumping this great thread.

Last edited by Addison; 2011-07-06 at 00:00.
 

The Following User Says Thank You to Addison For This Useful Post:
Posts: 29 | Thanked: 2 times | Joined on Jan 2011
#70
hey i have this weird problem when i play my screen is just black as mean in-game day time changes when night my screen can't see anything but on the pc its all grey i even change tthe font color still same pure black. on n900 laptop motherboard malfunction

oh yeah how do you get em fancy colors

Last edited by UrbanKid; 2011-07-06 at 14:52.
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:20.