Neo Shadowdream

Super-Powered
  • Posts

    343
  • Joined

  1. Neo Shadowdream

    NEW Victory Wiki

    Nah not you Flux, I'm referring to the people doing drive by vandalism on the Wiki. I've had to revoke guest editing privs, and from the look of it, I might have to set it to Account Approval by admins.
  2. Try renaming your CoHUpdater.exe to CoHUpdater.eu.exe.
  3. Neo Shadowdream

    NEW Victory Wiki

    Man, gotta love the trolls.... glad you legit guys are using it though
  4. Neo Shadowdream

    slow field

    Secure * rooms. Any room category that has a Secure option will take a slow field, it is a defense item. Keep in mind these take Power/Control, so take that into account when placing lots of them.
  5. Neo Shadowdream

    Victory Wiki?

    Quote:
    Originally Posted by VoodooGirl View Post
    Sounds good
    http://victorywiki.pc-logix.com

    Sign up, and PM me with your info, and I'll set ya up with Admin, and give you FTP/DB Access so you can do with it what you wish.
  6. Neo Shadowdream

    Victory Wiki?

    wow, Wikia... >.> I'll setup a MediaWiki install, and give you full rights to it if for gods sake you move it from Wikia...
  7. it's a fairly easy fix, now mind you this code is in VB, but converting to C, C++ C# or basically anything else should be easy.

    Code:
        Private Sub WebBrowser1_Navigating(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserNavigatingEventArgs) Handles WebBrowser1.Navigating
            If Not (e.Url.ToString = "http://coh.com/updater/live.html") Then
                Process.Start(e.Url.ToString)
                e.Cancel = True
            End If
        End Sub
    then all they have to do is take the <base target="_blank"> from the updater page and BAM! links open in your default browser.
  8. Video Device Name: NVIDIA GeForce GTX 260M
    Manufacturer / Chip: NVIDIA / GeForce GTX 260M
    Video Memory: 3823 MB
    Driver Version: 8.16.11.8681
    Driver Date: 8/19/2009 5:35:00 PM
    Driver Language: English

    your video drivers are... a year old though for Mobile Chips I'm not gonna lie and say I know where to find them.
  9. Quote:
    Originally Posted by je_saist View Post
    SLI is supported on OSX, but only on Quadro Cards: http://www.tomshardware.com/news/nvi...i-os,7434.html
    Quote:
    SLI Multi-OS is available on the Quadro FX 4800, FX 5800 and the new FX 3800. According to Nvidia, SLI Multi-OS works in association with Parallels Workstation Extreme virtualization software and Intel's VT-d technology, assigning both the host and guest virtual machine its own dedicated GPU.
    While technically correct that you can use SLI on OSx, you can't outside of the above mentioned software. so it would be no help in CoX, unless you had a GFX card worth a few grand x2, and a piece of software, of the same value.
  10. Quote:
    Originally Posted by Nalrok_AthZim View Post
    Will this be supported on the Mac Client? The new MacBook Pro's have two cards.

    I'm going to be sorely upset if, on top of a very buggy and crash-prone client, you opt us out of this too.
    The MBP, while having two video devices, does not run both at the same time, so SLI isn't possible at the hardware level. Unless Apple fixed this on the more recent (read last 3 month) releases.

    Also, it seems SLI isn't even supported in OSx, also, unless thats been resolved recently... So it's not so much, CoX not supporting OSx SLI, but Apple dropping the ball.
  11. Neo Shadowdream

    i19 free respec?

    Quote:
    Originally Posted by Cade Lawson View Post
    I'll gain one power pick (passing over swift/hurdle) .
    You'll gain 3, if you used 3 before and get 4 powers at level 2, for free that required taking a pool before.
  12. Quote:
    Originally Posted by Beef_Cake View Post
    At least you all get a email. No matter how many times I subscribe to the news letter I never get anything from NcSoft.

    And I even have them on my safe sender list.
    Tell ya what... you can have all 9 of mine....

    It wouldn't be so bad if they all came at, or near the same time... but I got one newsletter, a week after i got the other 8. WTH?!
  13. I'm working on a program that will let you pick a color, and apply it to the cityscape BG that all the screens use. Not sure how long it'll be, but it will be.
  14. Quote:
    Originally Posted by Fulmens View Post
    *reads link*
    Wait. If they speak entirely by metaphor, how can you tell the damn story you're referencing?
    The Tamarian language is explored further in the short story "Friends with the Sparrows" from the TNG anthology The Sky's the Limit. In the story, it is explained that Tamarians have a fundamentally different brain structure to most humanoids, and as such experience concepts such as time and self differently.
    The story explains that Tamarian children learn the stories behind the metaphors, and thus their meanings, through enactment and repetition. Variations of meaning in metaphors were conveyed through subtle vocal and gestural cues that the universal translator had previously missed. In fields such as engineering and programming, a musical language was used to convey precise equations, numbers and instructions; thus explaining how Tamarians could effectively operate starships.
  15. Quote:
    Originally Posted by Schismatrix View Post
    Really? Is this true? Back when the advertised free transfers were going on it actually told you how many free server transfers you had left. So now it says it'll charge you, but actually gives free transfers anyway? It sounds nice, but i'm a bit dubious about this.
    That post was on 8/19/2010... At that time, it showed you X Transfers remaining. but you STILL had to hit the store to redeem them. now 9/26/2010, transfers are no longer free, so they say they will charge you.
  16. Quote:
    Originally Posted by Kheldarn View Post
    Yeah, it needs to have a valid extention for an avatar: .PNG, .GIF, or .JPG. Otherwise, I'd be using a PHP script to make a rotating avatar. :P
    If you have a host with Apache that supports .htaccess, you can make a subfolder make Apache send your .png to PHP, have PHP output the correct headers, and have a rotating avatar by accessing yourfolder/yourphpfile.png

    .htaccess
    Code:
    AddType application/x-httpd-php .png
    AddHandler x-httpd-php .png
    
    or
    
    AddType application/x-httpd-php5 .png
    AddHandler x-httpd-php5 .png
    Then setup a rotating image script in PHP
  17. Works fine with my windows 7. Have you tried running as admin? I keep my UAC off, so I don't really know if that will help, but UAC off works fine.
  18. I'm trying to find the time to update this for OS X.... my OSx86 install has taken a crap...
  19. Yeah, I was running into the same issue...
  20. Thanks, I'll fix that and update the installer ASAP.