Calixa2012-01-23 17:57:12
Also for Svorai, how did you give the mapper another background color, as well as how did you hide the menu that normally is on the bottom of it?
Neos2012-01-23 18:12:15
Calixa:
Also for Svorai, how did you give the mapper another background color, as well as how did you hide the menu that normally is on the bottom of it?
There's code to put the mapper in a miniconsole. I don't use it myself for a number of reasons. The code should already be in the mapper scripts, just have to uncomment the code I believe.
Svorai2012-01-23 20:58:45
Zilias:
Hey Svorai,
What size monitor are you using and at what resolution?
Thanks,
1366 x 768 (16:9)
Also, I should mention that the ge.tt link above now has the images I used in it, if you wanted to play around. I also realised that I had the scripts ordered incorrectly in the scripts xml - they should go:
- mapper resizer (so map is below the pictures - make sure your actual Mapper script is above these scripts)
- tabbed chats (so the tabbed chats are below the pictures)
- main interface script (which has all the pictures in it)
- rune script (because you want it above the pictures)
- alias cheat sheet (because you want it above the pictures)
Svorai2012-01-23 21:04:10
Calixa:
Also for Svorai, how did you give the mapper another background color, as well as how did you hide the menu that normally is on the bottom of it?
In the ge.tt files I shared - the mapper mini-console script Neos is talking about is in there. I just changed all the values to '40,40,40,40' to get the grey I wanted. To be honest, I wasn't sure which value affected it, so I just changed them all from black (0,0,0,255), heh.
As for hiding it - it's still there, I just chucked an image over the top so I couldn't see it!
Vadi2012-01-23 21:45:51
You can also toggle the 'Info' box to have the info not show.
Zilias2012-01-24 15:55:41
This is pretty smexy Svorai!
Near2012-02-29 21:12:39
Still a work in progress, specifically listing my angel's invested powers, then deleting them from the queue when they get used, as well as showing fool/enigma flings left and soulless rubs.
Unknown2012-02-29 23:22:24
Thats looking good Near!
Unknown2012-02-29 23:58:32
Is that a following system? Something like if you get separated it refollows when you get back to the same room? That's a nifty idea!
Near2012-03-01 01:42:19
I keep ninja editing it as I update my GUI, but yes, basically that's what it does. A spruced-up version of m&m's "obey" addon.
Razenth2012-03-01 01:48:20
*drool* RAINBOWS.
vorld2012-03-01 19:48:42
@near how did you get rainbow colors?
Neos2012-03-01 19:51:39
vorld:
@near how did you get rainbow colors?
Iterate through the letters of a string, randomizing the color each time. No code to show, but not overly difficult.
Razenth2012-03-01 19:56:27
Not randomizing. It doesn't look good if randomized. You just iterate through the string and just go down ROYGBIV.
vorld2012-03-01 20:01:26
an example please?
Neos2012-03-01 20:02:32
Razenth:
Not randomizing. It doesn't look good if randomized. You just iterate through the string and just go down ROYGBIV.
Either or.
Near2012-03-01 21:26:12
Two ways. The easiest way is this: make a trigger for "You have scored a CRITICAL hit!" (exact match, no quotes)
then:
rince and repeat for the others.
If you want to be able to produce randomly rainbow'd text (which I feel could get annoying), I can post a function I use.
then:
deleteLine()
cecho("\\nYou have scored a CRITICAL hit!")
rince and repeat for the others.
If you want to be able to produce randomly rainbow'd text (which I feel could get annoying), I can post a function I use.
Unknown2012-03-04 16:20:22
Attempt 1:
http://db.tt/7o4mA6be
Attempt 2:
http://db.tt/8aoxJ2NE
Obviously the image is copyrighted but I didn't think it matters for just me to look at. Dunno. If it does, I suppose I could just open a browser window and pin it in place?
The box in the bottom left shows who's in the room as I get very confused in fights. I may try and separate and colour code allies/enemies. Clickable targets? So many possibilities, only limited by my ability. Oh dear.
http://db.tt/7o4mA6be
Attempt 2:
http://db.tt/8aoxJ2NE
Obviously the image is copyrighted but I didn't think it matters for just me to look at. Dunno. If it does, I suppose I could just open a browser window and pin it in place?
The box in the bottom left shows who's in the room as I get very confused in fights. I may try and separate and colour code allies/enemies. Clickable targets? So many possibilities, only limited by my ability. Oh dear.
Unknown2012-03-04 17:45:33
Love the second attempt. Have you used Vyzor for this, or are those labels prettied up with CSS?
Unknown2012-03-04 18:51:01
Thanks! It's all stolen from others, most of the windows are off the Geyser target one you posted recently (thank you) so the borders are labels behind the miniconsoles. The astrology and info tabs are modified from demoniac's. It's all shifted around by pixels which isn't very tidy but it works.