• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Peace Out

 

Project Updated:
Files Updated: Sat, Nov 8 2008
Supports Game Version: Beta 3.0
Category: Artwork
Tags:

[Edit Tags]

Project Manager: nigeltufnel
Additional Authors: No additional authors
Current Version: PeaceOut-1.1.0
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 2
Downloads Total: 2,597
Favorites: 21
Comments: 10
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About Peace Out
  •  

Peace Out is a logout dialog that gives a much more direct feel to the exit/logoff process.

Pressing escape, canceling, or pressing the x will all end the logout process, giving it a much more natural feel.

1.1.0

Libslash is now optional for this to work. With libslash, if you use /peaceout this will toggle the display of logouts initiated by /logout /exit or /q

1.0.5

Added full language support in 1.0.5 but have not had another language client to test it on. Let me know how it works (If everything is displayed in your language correctly, etc).


If you ever would use /logoff /exit or /q instead of going to the menu

Libslash gives Peace Out the option to be aware of the logoff process created by the /exit /logoff and /q commands.

/peaceout will toggle if Peace Out should ignore these commands or not.

The use of the /exit /logoff and /q commands is made optional, as it comes with a very very very mild performance hit. This performance hit is simply not worth being default as these commands are not used as often as the menu buttons are. With this disabled, there is essentially 0 overhead thus it will not bring any performance impacts to normal gameplay.

  • Downloads (3)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Peace Out PeaceOut-1.1.0 Release Beta 3.0 2,339 11/8/2008
  Peace Out PeaceOut-1.0.5 Release Beta 3.0 122 11/4/2008
  Peace Out PeaceOut-1.0.0 Release Beta 3.0 136 11/2/2008
  • 1 page(s)
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Garkin said

    Version updated for patch 1.3.1:
    http://www.warhammeralliance.com/forums/showthread.php?p=4394208

    Reply Report Permalink
  • Gizlik said

    Good addon, but when you choose "Log out" instead of "Exit game" the logout box title says "Ability Use Timer" instead of something like "Logging out". Can we ask for a little hotfix for this? Thanks :)

    Reply Report Permalink
  • Garkin said

    To fix this issue change the following two lines in PeaceOut.lua (lines 199 and 200):

    if state == 2 then LabelSetText("PeaceOutTitle", GetStringFromTable("Default", 96))
    elseif state == 1 then LabelSetText("PeaceOutTitle", GetStringFromTable("Default", 95)) end

    with:
    if state == 2 then LabelSetText("PeaceOutTitle", GetString(StringTables.Default.LABEL_EXIT_GAME))
    elseif state == 1 then LabelSetText("PeaceOutTitle", GetString(StringTables.Default.LABEL_LOG_OUT)) end

    Reply Report Permalink
  • psybreeze said

    Thanks, was looking for such a thing!

    Reply Report Permalink
  • Is there any way to remove the text the game gives you in the Chat Box? "You will finish logging off in x seconds. I'd love it if it were removed. Same thing goes to You are no longer logging off.

    Reply Report Permalink
  • therussman said

    I have had this installed for a while now, and I still can't get it to work. When I exit the game, or log out, it still has the text show up in the chat window, but it's always hard to read... it never has that box pop up at all.

    What can I do to make it work? All I did was install it. Do I need to do something to enable it?

    Reply Report Permalink
  • Make sure you have libslash installed for one.
    If that is not the problem then are you clicking the button on the main menu, or are you typing /exit or something?

    Reply Report Permalink
  • therussman said

    I got it now. There is no problem with it. The reason it wouldn't work is because I didn't have Libslash, lol. I didn't read the description, that's the problem, lol! It's cool now though. Thanks for making a nice addon. This makes the game feel more complete.

    Reply Report Permalink
  • ya, and the new version now should not NEED libslash, but can make use of it

    Reply Report Permalink
  • Akopian01 said

    I'm just wondering, is this supposed to work when I use the command /q? I was hoping that it would.

    Reply Report Permalink
  • ah, was not aware of /q.

    I can throw that on the list of commands to watch for.
    When I do enable that, you will have to use /peaceout to toggle on the use of slash commands such as /exit /logout and also /q.

    Are there any other quit or logout slash commands anyone uses?

    Reply Report Permalink
  • Akopian01 said

    Thanks for the little tweak! Great :)

    Reply Report Permalink
  • I added full dynamic language support in 1.0.5 so once that syndicates give it a look and let me know if other language clients are working properly.

    Reply Report Permalink
  • nKarnak said

    Works great on french client now ^^

    Thanks!

    Reply Report Permalink
  • Crimvel_ said

    I tried it, too. The addon didn'T work with the germanclient.

    @nigeltufnel what do you need to make it compatible?

    Reply Report Permalink
  • I need the exact line the german client prints when logging out to match each of these lines:
    "You will finish logging out in 20 seconds."
    "You will finish logging out in 15 seconds."
    "You will finish logging out in 10 seconds."
    "You will finish logging out in 5 seconds."
    "You are no longer logging out."

    This goes for any language that my program doesn't work for, just tell me what your parallel for these lines are and I will add it to the program (or you can look in the lua file and replace it)

    Reply Report Permalink
  • Crimvel_ said

    "Ihr werdet in 20 Sekunden ausgeloggt."
    "Ihr werdet in 15 Sekunden ausgeloggt."
    "Ihr werdet in 10 Sekunden ausgeloggt."
    "Ihr werdet in 5 Sekunden ausgeloggt."
    "Ihr loggt Euch nicht länger aus."

    That's the exact lines

    Reply Report Permalink
  • I will work that in soon, but for the meantime if you replace in the .lua each of my lines with yours it should work as is (You can even change the message box to be in german if you want)

    Reply Report Permalink
  • zordak said

    Fully spanish and working translation http://www.megaupload.com/?d=DDBJT6EG

    Great addon :)

    Reply Report Permalink
  • FitzFuchs said

    Looks like a good addon. But it doesn't work for me.
    I use the german client.
    I tried the command /peaceout but it doesn't matter what i choose.

    Anyone the same problem?

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 35 Group Icons Artwork, and Unit Frames
  2. 14 Dye preview Artwork
  3. 9 xPanels Artwork
  4. 9 Bloody Mess Artwork, and Combat
  5. 7 SNT Info Auction & Economy, and Artwork