Forum Links 

Click to return to main page
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile  Log in to check your private messagesLog in to check your private messages    Log inLog in 
 Current Top Rated Killers 
 Next Event   Voting Links 


The event "Recovering the Lost Arcane Relics" is underway, and ends in 3 days, 21 hours.

Tintin++ script
Goto page Previous  1, 2, 3, 4  Next
 
Post new topic   Reply to topic    Abandoned Realms Forum Index -> Newbie Q/A
View previous topic :: View next topic  
Author Message
deauja



Joined: 11 Apr 2006
Posts: 149
Location: rain forest

PostPosted: Mon Dec 01, 2014 2:29 am    Post subject:



Last edited by deauja on Sun Feb 07, 2016 5:55 am; edited 2 times in total
Back to top
View user's profile Send private message
 
0 0 0
deauja



Joined: 11 Apr 2006
Posts: 149
Location: rain forest

PostPosted: Tue Dec 02, 2014 3:49 am    Post subject: ARTT2.7 awesome!

ARTT-2.9 screenshot:
https://a.fsdn.com/con/app/proj/artt/screenshots/ARTT2.9.1.png


Last edited by deauja on Fri Feb 12, 2016 1:06 pm; edited 4 times in total
Back to top
View user's profile Send private message
 
0 0 0
Davairus
Implementor


Joined: 16 Jan 2004
Posts: 10339
Location: 0x0000

PostPosted: Tue Dec 02, 2014 4:18 am    Post subject:

Awesome.
Back to top
View user's profile Send private message Send e-mail
 
0 0 0
deauja



Joined: 11 Apr 2006
Posts: 149
Location: rain forest

PostPosted: Fri Dec 05, 2014 1:38 am    Post subject:

Yay me! Many thanks...

Last edited by deauja on Fri Feb 12, 2016 1:09 pm; edited 5 times in total
Back to top
View user's profile Send private message
 
0 0 0
deauja



Joined: 11 Apr 2006
Posts: 149
Location: rain forest

PostPosted: Fri Dec 05, 2014 12:31 pm    Post subject:



Last edited by deauja on Sun Feb 07, 2016 5:56 am; edited 1 time in total
Back to top
View user's profile Send private message
 
0 0 0
Davairus
Implementor


Joined: 16 Jan 2004
Posts: 10339
Location: 0x0000

PostPosted: Fri Dec 05, 2014 5:36 pm    Post subject:

fyi added eMSDP_QUESTOR
Back to top
View user's profile Send private message Send e-mail
 
0 0 0
Lariel



Joined: 06 Aug 2015
Posts: 9

PostPosted: Sun Aug 09, 2015 2:48 pm    Post subject: HELP!!

Do I need to fiddle with this if I use a mac? I am very new to scripting and gave up tintin++ a while ago until I decided to come back to AR...

I have followed all steps and installed tmux.
But I have difficulty getting AR to launch.

When I try ./ARTT.sh , I get

"
You're using a CLI
./ARTT.sh: line 8: /usr/bin/tmux: No such file or directory
"

I have literally flooded all my folders with copies of ARTT and TMUX and tt++ to get ./ARTT.sh to launch but it does not work...

I have also tried to #read the .tt files in tintin++ after launching it but I have a feeling that doesn't work...

I use a mac (no Cmud no Mushclient) and any help would be much appreciated!
Back to top
View user's profile Send private message
 
0 0 0
Lariel



Joined: 06 Aug 2015
Posts: 9

PostPosted: Sun Aug 09, 2015 2:54 pm    Post subject:

I forgot to add, I also tried to change as follows:

else
echo "You're using a CLI"
user/<user name>/tmux new-session -s ARTT "tt++ ~/ARTT/abandonedrealms.tt"
fi

I did put in my user name in the <> to point to the tmux directory accurately

I also tried a terminal emulator (iTerm2).. no improvement
Back to top
View user's profile Send private message
 
0 0 0
Nycticora



Joined: 09 Feb 2013
Posts: 2277

PostPosted: Sun Aug 09, 2015 6:05 pm    Post subject:

install tmux bro
Back to top
View user's profile Send private message
 
0 0 0
Lariel



Joined: 06 Aug 2015
Posts: 9

PostPosted: Mon Aug 10, 2015 5:20 am    Post subject:

Thanks for feedback!

But I did that already since it was clearly in the readme. I had to install homebrew, update to yosemite, install xcode, before I could install tmux but it is there now...

I thought the shell file could not find the directory of my tt++ or tmux folder so I tried to copy those two items everywhere to no avail.

Then I tried changing the directories in the ARTT.sh file to no avail.

Have not tried changing the directories in the abandonedrealms.tt file since I think that would be getting ahead of myself for now.
Back to top
View user's profile Send private message
 
0 0 0
Davairus
Implementor


Joined: 16 Jan 2004
Posts: 10339
Location: 0x0000

PostPosted: Mon Aug 10, 2015 9:22 am    Post subject:

have you tried running it as an app

i.e. open -a <whatevername>
Back to top
View user's profile Send private message Send e-mail
 
0 0 0
Lariel



Joined: 06 Aug 2015
Posts: 9

PostPosted: Mon Aug 10, 2015 10:00 am    Post subject:

Thanks for the attention! Really appreciate it.

Just tried open -a to no avail.
"open -a artt.sh" = "unable to find application named artt.sh"
"open -a /artt.sh" = FSPathMakeRef failed
"open -a ./artt.sh" = "unable to find application named ./artt.sh"

./artt.sh works fine with the problem that the shell script artt.sh (I'm guessing it is a shell script) itself cannot find the tmux file or directory.

I have tmux2.0. Tried it. Tried renaming it to tmux (no 2.0).

On another note, the reason I am back to tintin++ is because I have no idea how to get msdp to work on mudlet. If anyone has experience with msdp and mudlet, that would help immensely too.
Back to top
View user's profile Send private message
 
0 0 0
m1coftw



Joined: 05 May 2015
Posts: 265

PostPosted: Mon Aug 10, 2015 6:39 pm    Post subject:

Sometimes it gives a fubar error, depending on OS because it can't execute a script due to CHMOD permissions. Try setting chmod 777 and retry? Make sure the directories included also have 777 chmod...

Or try to CHOWN it for you user if that doesnt help...

Either that or you have some dependency libraries missing.
Back to top
View user's profile Send private message
 
0 0 0
Lariel



Joined: 06 Aug 2015
Posts: 9

PostPosted: Tue Aug 11, 2015 4:57 pm    Post subject:

Mudding really seems like rocket science sometimes.

Thanks for the help all! Gave up trying to load the file and figured I'd just fiddle around to try and understand how the files work, then write my own files.

=)
Back to top
View user's profile Send private message
 
0 0 0
Nycticora



Joined: 09 Feb 2013
Posts: 2277

PostPosted: Tue Aug 11, 2015 6:08 pm    Post subject:

I have a mac and I've been meaning to figure out how to install one of the AR plugins for a decent client anyway. I think tintin is most likely to be the best client

I'll spend some time trying to get this working and write a howto for you or something Lariel. Not sure when I'll have time but I'll try to get to it by this weekend.
Back to top
View user's profile Send private message
 
0 0 0
Nycticora



Joined: 09 Feb 2013
Posts: 2277

PostPosted: Sat Aug 15, 2015 12:59 am    Post subject:

I gave it a shot, there are lots of problems with paths and stuff even if you get tmux working right. It's probably not worth me trying to make it work on a mac. I bet deauja could do it without much trouble but the error messages are a little to arcane for it to be worth doing for me I think.
Back to top
View user's profile Send private message
 
0 0 0
Lariel



Joined: 06 Aug 2015
Posts: 9

PostPosted: Sat Aug 15, 2015 3:47 pm    Post subject:

That's alright! Thanks for trying... really appreciate it.

Think I'll settle for a less sup-ed up set-up.

I am having issue with the .log files though, if anybody can help.

I tried tailing the .log files and displaying them in a separate tmux pane but since the logs are getting updated with every msdp event, what appears on my screen are the changes as it happens..
e.g.:

"
Inventory
an adventurers guide (6)
an adventurers guide (5)
"
when I drop my guide to trigger event, this happens.
Back to top
View user's profile Send private message
 
0 0 0
Nycticora



Joined: 09 Feb 2013
Posts: 2277

PostPosted: Sat Aug 15, 2015 7:53 pm    Post subject:

try watch -tn 1 "cat foo.log"
Back to top
View user's profile Send private message
 
0 0 0
Vanisse
Immortal


Joined: 06 Jan 2006
Posts: 2793
Location: inside a tree

PostPosted: Tue Aug 18, 2015 5:30 am    Post subject:

insomnia tonight, so decided to try this out (w/ubuntu). looks nice! too bad i missed the version with the matrix thing and soundtrack lol. i tried out the fate thing but it was a bit wonky (i chose thief;half-elf - the speech got all messed up and said i was an invoker of $chosen_race, and then at no point did i get to choose a password so i didn't know how to delete it after creation o.O) but it was an amusing experience Laughing
Back to top
View user's profile Send private message
 
0 0 0
Lariel



Joined: 06 Aug 2015
Posts: 9

PostPosted: Sat Aug 22, 2015 9:04 am    Post subject:

Insomnia for many nights..

Managed to sort out

1. how displaying the log files work.. there was something in there that created a blank log, which would display below the list (affects or inventory), thereby making it appear normal

2. path directories for tintin++ on mac are wonky. tt++ only reads the folder in which it is launched.. There might be something else but I was happy enough with that. ~/user/<user_name> replaces ~/home/$home/ in all logs and it should work okay... Can't remember if there was anything else significant
Back to top
View user's profile Send private message
 
0 0 0
Display posts from previous:   
Post new topic   Reply to topic    Abandoned Realms Forum Index -> Newbie Q/A All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 3 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group