Item Search
     
BG-Wiki Search
Page 21 of 23 FirstFirst ... 11 19 20 21 22 23 LastLast
Results 401 to 420 of 448
  1. #401
    Radsourceful

    Join Date
    Jul 2007
    Posts
    1,964
    BG Level
    6
    FFXI Server
    Bismarck

    Quote Originally Posted by Dominico View Post
    So I got a new laptop and installed windower to play ffxi on it (Windows 7). I've run windower for years on my old desktop (XP). Whenever I needed to open a browser on the desktop, I would ctrl+alt+dlt so that my running processes window would pop up, also allowing me to use the start menu. I'd click on Firefox and be up and running, simply alt-tabbing back and forth. On the laptop whenever I do this, FFXI crashes. I checked the Windower forums and was told to use Ctrl+Shft+Esc instead. Problem is when I do that, nothing happens whatsoever. If I open Firefox before I start FFXI and leave it open I can alt-tab back and forth with no problem. The issue is basically getting to the desktop after FFXI is open with no other programs running. Any ideas?
    Alternatively, //minimize will hide windower, allowing you to see desktop/whatever

  2. #402
    Salvage Bans
    Join Date
    May 2009
    Posts
    994
    BG Level
    5
    FFXI Server
    Gilgamesh

    Quote Originally Posted by Radec View Post
    Alternatively, //minimize will hide windower, allowing you to see desktop/whatever
    Damn didn't know that existed. Thanks for the suggestions all. //minimize seems to be the easiest solution. On a separate note, everything in the game looks fine (aspect ratio wise) except for the names of PCs/NPCs and the character selection screen. They look all stretched out. How do you go about fixing that?

  3. #403
    Radsourceful

    Join Date
    Jul 2007
    Posts
    1,964
    BG Level
    6
    FFXI Server
    Bismarck

    If you installed a font pack (XIview etc) make sure you picked the widescreen format. If not, try the XIView pack and select the widescreen pack.

  4. #404
    Salvage Bans
    Join Date
    May 2009
    Posts
    994
    BG Level
    5
    FFXI Server
    Gilgamesh

    Quote Originally Posted by Radec View Post
    If you installed a font pack (XIview etc) make sure you picked the widescreen format. If not, try the XIView pack and select the widescreen pack.
    No, never installed anything other than the game + windower

    EDIT: Tried running vanilla FFXI and having the same problem, so its not a Windower thing. Hm...

  5. #405
    An exploitable mess of a card game
    Join Date
    Sep 2008
    Posts
    13,197
    BG Level
    9
    FFXIV Character
    Gouka Mekkyaku
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    Texture: Uncompressed
    Font:Compressed
    Maps:Uncompressed

  6. #406
    Salvage Bans
    Join Date
    May 2009
    Posts
    994
    BG Level
    5
    FFXI Server
    Gilgamesh

    Quote Originally Posted by Yugl View Post
    Texture: Uncompressed
    Font:Compressed
    Maps:Uncompressed
    Thats how I have it set, still nada. When I first installed the game, everything looked stretched. Aspect ratio fixed the game, but it went full retard and thought I wanted to keep the PC names stretched too apparently

    EDIT: And now for some reason the sound effects are gone. Music is still there, but no effects.... fucking hell

    EDIT2: Got sound effects back, but text still stretched. FAAAAAAAAAAAAK

  7. #407
    An exploitable mess of a card game
    Join Date
    Sep 2008
    Posts
    13,197
    BG Level
    9
    FFXIV Character
    Gouka Mekkyaku
    FFXIV Server
    Gilgamesh
    FFXI Server
    Diabolos

    May just be that way then. I had that issue and never found a fix. The difference is that before, I used a square look though.

  8. #408
    Salvage Bans
    Join Date
    May 2009
    Posts
    994
    BG Level
    5
    FFXI Server
    Gilgamesh

    Quote Originally Posted by Yugl View Post
    May just be that way then. I had that issue and never found a fix. The difference is that before, I used a square look though.
    After talking to ls mates and looking around online, I found out it basically is. From what I gather when SE added widescreen support to the game, they never added it to PC/NPC names or the character selection screen. Basically, theres nothing I can do since this is how SE made the game. Never played on a widescreen before so I had no clue. Oh well, live and learn.

  9. #409
    Old Merits
    Join Date
    Apr 2012
    Posts
    1,109
    BG Level
    6

    Or you can use the Run plugin found on windower forums

  10. #410
    Pandemonium
    Join Date
    Feb 2010
    Posts
    7,661
    BG Level
    8
    FFXI Server
    Sylph

    How do you add custom additions to the spamfilter for chatmon?

  11. #411
    Relic Shield
    Join Date
    Oct 2006
    Posts
    1,599
    BG Level
    6
    FFXI Server
    Odin

    Quote Originally Posted by Buffy View Post
    How do you add custom additions to the spamfilter for chatmon?
    Make a file called: spamfilter_custom.txt in your plugins folder.

    spamfilter.txt will keep updating itself to the windower.net version automatically if you adjust it.

  12. #412
    New Merits
    Join Date
    Apr 2010
    Posts
    228
    BG Level
    4

    Quote Originally Posted by Dominico View Post
    So I got a new laptop and installed windower to play ffxi on it (Windows 7). I've run windower for years on my old desktop (XP). Whenever I needed to open a browser on the desktop, I would ctrl+alt+dlt so that my running processes window would pop up, also allowing me to use the start menu. I'd click on Firefox and be up and running, simply alt-tabbing back and forth. On the laptop whenever I do this, FFXI crashes. I checked the Windower forums and was told to use Ctrl+Shft+Esc instead. Problem is when I do that, nothing happens whatsoever. If I open Firefox before I start FFXI and leave it open I can alt-tab back and forth with no problem. The issue is basically getting to the desktop after FFXI is open with no other programs running. Any ideas?
    Here's another alternative.
    I made this awhile back, it works for pulling the start bar up for anything. It's an AHK script you can run it or compile it as a exe and add a shortcut to you startup folder. Works for Windows 7 and possible other versions.. It toggles by pressing the Home key or change that to any other key you want to toggle. I've include the script or it you don't want to download ahk, I've uploaded the exe and included the source script there as well.
    Toggle Taskbar

    Code:
    #SingleInstance force
    
    WinHide,ahk_class Shell_TrayWnd
    WinHide,Start ahk_class Button
    Return
    
    
    Home::
    DetectHiddenWindows,on
    ScriptOn := ScriptOn<1 ? 1:0
    If ScriptOn = 1
    	{
    WinShow,ahk_class Shell_TrayWnd
    WinShow,Start ahk_class Button
    	}
    Else
    	{
    WinHide,ahk_class Shell_TrayWnd
    WinHide,Start ahk_class Button
    Return
    	}
    Return

  13. #413
    Pandemonium
    Join Date
    Feb 2010
    Posts
    7,661
    BG Level
    8
    FFXI Server
    Sylph

    Quote Originally Posted by Mafai View Post
    Make a file called: spamfilter_custom.txt in your plugins folder.

    spamfilter.txt will keep updating itself to the windower.net version automatically if you adjust it.
    Did that...how do I tell chatmon to read from that filter? Things I add still get through.

  14. #414
    Relic Shield
    Join Date
    Oct 2006
    Posts
    1,599
    BG Level
    6
    FFXI Server
    Odin

    Quote Originally Posted by Buffy View Post
    Did that...how do I tell chatmon to read from that filter? Things I add still get through.
    Anything in that file is loaded into the filter list when you load the plugin. If its not working, its possible your filters are not correct.

  15. #415
    Pandemonium
    Join Date
    Feb 2010
    Posts
    7,661
    BG Level
    8
    FFXI Server
    Sylph

    Quote Originally Posted by Mafai View Post
    Anything in that file is loaded into the filter list when you load the plugin. If its not working, its possible your filters are not correct.
    So I put *pickle* in my spamfilter_custom.txt file, then sent a tell to mule after unloading and loading chatmon >> man i'd really like a pickle right now

    Still came through...what am I missing?

  16. #416
    Relic Shield
    Join Date
    Oct 2006
    Posts
    1,599
    BG Level
    6
    FFXI Server
    Odin

    Quote Originally Posted by Buffy View Post
    So I put *pickle* in my spamfilter_custom.txt file, then sent a tell to mule after unloading and loading chatmon >> man i'd really like a pickle right now

    Still came through...what am I missing?
    Not sure, make sure that you have a enter keypress at the end of the line.

  17. #417
    Pandemonium
    Join Date
    Feb 2010
    Posts
    7,661
    BG Level
    8
    FFXI Server
    Sylph

    I've just realized it isn't stopping anything...whatever is on the regular list from windower.net gets through too


    /confused

  18. #418
    Relic Shield
    Join Date
    Oct 2006
    Posts
    1,599
    BG Level
    6
    FFXI Server
    Odin

    maybe your not updated? does it say 1.820 when you load it?

  19. #419
    Pandemonium
    Join Date
    Feb 2010
    Posts
    7,661
    BG Level
    8
    FFXI Server
    Sylph

    Yah, it does.

    Very strange....

  20. #420
    BG Content
    Join Date
    Jul 2007
    Posts
    22,390
    BG Level
    10
    FFXI Server
    Lakshmi
    Blog Entries
    1

    Is it possible to unregister a range of events with Autoexec like this?
    Code:
    //ae unregister 5601-5620
    Or do you have to unregister them one at a time?
    Code:
    //ae unregister 5601,5602,5603,...

Page 21 of 23 FirstFirst ... 11 19 20 21 22 23 LastLast

Similar Threads

  1. Replies: 117
    Last Post: 2007-03-09, 19:39