The World of Layonara  Forums

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eight-Bit

Pages: [1]
2
General Discussion / Regarding the broken textures due to drivers.
« on: March 05, 2008, 03:16:50 am »
There's a new version of NVidia's Forceware available (although I did not spot it from their own site), that fixes the bug of creature textures and shield textures getting goofed up when viewed from a close distance.

The version is 174.20, and I downloaded it from here: download from Guru3D.com

Choose the correct type of Nvidia Forceware (32-bit, 64-bit or Vista) and you get the installer after accepting their EULA. I myself have not had any bad experiences with that site :). I think they are pretty known amongst the manufacturers of drivers, since they seem to get the beta drivers and so on faster than they are put on the manufacturers' sites themselves.

Series of 6, 7, 8 and 9 geforces are supported with this driver release. Enjoy!

~Chazzler
The following users thanked this post: Eight-Bit

3
Layonara Server / Elemental Mysteries
« on: November 08, 2007, 02:09:20 pm »
Current episode of Elemental Mysteries postponed till the 15th.

Thanks,
The following users thanked this post: Eight-Bit

4
I thought I would like to highlight something in the scheme of things. That is this is primarily  a Roleplay Server and as such there are  a diverse number of personalities here ranging from the normal personalities to the quirky. There are times when there are good alignments and evil alignments.
  As such, not everyone is going to be normal...not everyone is going to be good and be helpful or be polite.  

What I am concerned about is that some people do take this personally and such that their characters reactions or the overall party may react OOCly, sometimes in a negative way and against what their characters are about...that the player has to change their character whole demeanour just so that they can join within groups or meet with new people. I think this is very sad, because it is losing part of what Layonara is about. That we lose the interaction between different types of personalities.  I enjoy now roleplaying with people with quirky/nasty personalities because it means I can fully RP my character how they would act and enjoy the reactions.

Now granted. . .there are going to be cases where where there maybe some characters that do reject the said person...and that maybe reflected IC. I accept that. I guess what I am trying to say is that when playing your character...don’t take offence when a character does act like that...and act as what your character would respond rather than what you will respond.
The following users thanked this post: Eight-Bit

5
General Discussion / A small request for consideration....
« on: April 02, 2007, 09:13:57 pm »
Hey all,

There are a lot of courtesies we afford each other here as part of the Layonara community.  As members of a community, we are overall quite supportive and generally courteous to each other.  As part of a community we expect that we will be treated with the consideration and respect that we afford to others. For the most part, the community does a fantastic job of this, and really, it's a wonderful thing!

We'd like nothing more to allow uninterrupted play time to the community, but unfortunately the NWN technology is flawed, and despite our best efforts requires occasional resets to restore stability and performance. And so, during such times a GM will come on and shout to everyone that the server is going down, and he or she will request that everyone log out as soon as possible, or once a safe location can be reached.  This is a rather disruptive but necessary interruption, but generally it is relatively brief.

Twice now in as many weeks, I have had to actually confront players directly who either ignored the shouts or tried to get in one last thing. These individuals caused a delay in the shutdown and restart, which in turn takes more time and ultimately causes a delay in when everyone can get back on.  This is not very considerate to either the GMs or the other players.

For the vast majority of players here, this post is completely unnecessary.  For those few who don't quite understand, allow me to describe some guidelines.

When a GM calls for reset, it is OK to:
* get out of a dangerous location
* quickly wrap up some RP
* give parting messages to your group
* dash for a portal/ship

It is not OK to:
* continue gathering CNR
* level
* completely ignore the shouts

I realize that some people play with their chat windows down/minimized, and perhaps they even turn off such things as shouts from appearing.  We kindly request that you do not do this, as it eliminates an important communication channel between GMs and players.  

We also ask that when a GM comes on and requests everyone to log out that everyone makes an effort to do so as quickly as possible.  Anything you might think you have to do before a reboot you can surely take care of as soon as it's alright to log back in.

I apologize to everyone if my tone seems harsh or short, but after the server had been up for 4 days with 2 crashes, many people were calling for a reset due to extreme lag, and even posting on the forums to request one, it's not too much to expect that everyone would cooperate in vacating the server before resetting it.  I would also think that people would show consideration to others in such circumstances.  Individuals who do this delay the enjoyment of others waiting patiently to return to the game after a restart.

Again, as a whole, nearly everyone does very well.  I'm not making this post to make demands or to single any one out.  However, if one of the behaviors under the things not to do when a reset is pending, please consider not doing them.
The following users thanked this post: Eight-Bit

6
Roleplaying / Emote your heart out!!
« on: March 19, 2007, 07:44:41 pm »
[SIZE=18]Tired of trying to type in battle?  Tired of repeating your introduction to the umpteenth person?  I have the solution right here![/SIZE]

Those of you that have travelled with my PCs were probably thinking to yourself, "That fellow can type up a storm!"  While I can do that, I've added to my repetoire by taking advantage of this nifty software:  AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText.

This free bit of software allows you to write rather complicated hotkeys and macros.  The nice thing is that it can intercept the keystrokes before they reach your game.

Take my paladin of Vorax, Wanark.  He had a dozen or more short blessings that he'd say (some in dwarven) when just prior to casting bless or equipping his waraxe.  Then he had longer blessings that even included him kneeling.  Finally, he had the entire Vorax paladin credo he'd use when he visited the temple.  All of these I had assigned to hotkeys outside the game.  Brings a tear to your eye, doesn't it?  Beautiful.

I'll give an example from my current PC that you can use to build your own set.  (Careful of line wrapping if you cut&paste into your own file.)
[INDENT][SIZE=16]
;; ------------------------------------------
;; A utility routine to say something
;;
[/SIZE]
[SIZE=16]Say(s)
{
    global prefix

    SendInput {Enter}
    Sleep 250
    IfInString, s, /tp
    SendInput {Raw}%s%
    else
    SendInput {Raw}%prefix%%s%
    SendInput {Enter}
}

;; ------------------------------------------
;; This will send yourself a tell with some help
;;
::/o help::
    SendInput {Raw}/tp "Pen N Popper" name, description, wearing, ^f
    Send {Enter}
return

;; -------------------------------------------
;; Give your name
;;
::/o name::
    SendInput {Raw}rolan tennesen... *bows* sellsword in the employ of the freelancers
    Send {Enter}
return


;; ------------------------------------------
;; A random color emote of walking along
;;
^g::
    Random, num, 1, 5
    if ( num == 1 )
    Say("*hurries along at an uneven pace, pausing now and then to catch breath*")
    else if ( num == 2 )
    Say("*moves along at a steady pace*")
    else if ( num == 3 )
             Say("*hurries along, gaze taking in his surroundings*")
    else if ( num == 4 )
             Say("*marches along with quick strides, sounding a bit out of breath*")
    else if ( num == 5 )
             Say("*moves at a deliberate pace*")

    Sleep 100
    SendInput {LControl}
return[/SIZE]

[/INDENT]I save this to a file called "rolan.ahk" and then run it.  Ingame, when I hit Ctrl-g a random description of walking will be sent.  When I type in /o description the verbose description of Rolan is output.

You can see that this can have as much flavor as you can think of.  It is especially handy during battle when all I have to do is type Ctrl-f for a fight emote.  (I even have it setup to fill in which weapon he is using to the emotes are correct.)

Good luck!
The following users thanked this post: Eight-Bit

7
General Discussion / Thank You Eight-Bit!
« on: March 15, 2007, 01:57:12 am »
Yeah this is largely cliche and overdone but I just want to Thank 8bit for the awesome CDQ. Seriously I couldn't have wished for more. I'm glad I told you to "Go Nuts" On this one ;) It was amazing!
The following users thanked this post: Eight-Bit

Pages: [1]

anything