Search results

  1. H

    [C++ Hacks] DLL Injection

    So I'm working on this voice chat application, and I want to make a graphical overlay. The problem is that documentation and examples are seemingly nonexistent. This is what I know I have to do: 1) I need to load a DLL that calls SetWindowsHookEx() so that it gets loaded by all other...
  2. H

    Who wants a free voice server?

    I've been working on a voice communication application in my spare time for about a year now called VoiceChatter. It has come a long way since the last time I posted about it here, and I think that it's ready for some prime time. I'm releasing version 1.0 tonight, indicating that it is now...
  3. H

    [Linux] Rootkit detection/cleanup

    So, I think that I've been rootkitted. I got an email from my isp a few days ago saying that I transmitted a virus. Even though my windows machine is running AVG and zone alarm, I figured that the virus would be on my windows machine since it's the DMZ. A full scan showed now abnormalities...
  4. H

    I made a free voice comm app

    So I got tired of Ventrilo's lack of support for linux, so I made my own app that does. It will also support mac as soon as I find a mac developer that is willing to lend a hand. Teamspeak supports both platforms that I run on, but does not support mac and sounds bad. Ventrilo sounds good and...
  5. H

    Twin Emperors

    My guild was left a bit confused about some of the abilities these guys have. We've seen conflicting answers on almost every one of these questions, so if any of you guys know for sure, it would be a big help. Is Vek'nilash's attack when magic hits him called Unbalancing Strike? If so, does...
  6. H

    1.7 ZG Enchantments

    Anyone know anything about these? I've heard that they're class specific, but all I've heard only guesses as to which are for which class. Also, what are the mats needed for these enchants? I want to start farming early...
  7. H

    Need link to mac movie

    There's some movie out there with this guy talking about his frustrations with mac in the format of those "switch" commercials. I can't find it on google, and I know someone here has to bookmarked. Link plz kthx.
  8. H

    Today was a good day (PvP + Azuregos + Kazzak)

    I log in late in the afternoon and hear the Azuregos was up. So, I join the raid group and start heading over to Azhara. On the way there, I hear there's a ton of horde out there too. And there was. At their peak, there were probably 60 or so, since there were probably 3 guilds teaming up...
  9. H

    [Request] Hunters maps

    Hunters is nearing completion. It now includes individual scoring, yard sale markers, different flag mounts depending on how many flags a player has, better nexus camping logic, and most importantly NO MORE INSANE LAG when many flags are close to each other. (Apparently turning off bouncing...
  10. H

    [Hunters] Need maps/models

    I think I've worked out the rest of the bugs in Hunters (most importantly the giant lag when flags were close to each other), but it's not very fun without the right type of maps. Would anyone out there be willing to lend a hand and create some original hunters maps? I also need a model for...
  11. H

    [Programming] Corrupt stack

    How does this happen? I'm writing a program in C under Linux, and I've been fighting with a corrupt stack for hours and I can't figure out what would be causing it. I am doing a lot of memory stuff, but it should all be safe. Is there anything in particular that would cause the stack to be...
  12. H

    T:V Hunters pickup/best test NOW

    Join server "dashstar.org Unlagged HUNTERS" If anything happens or if you have problems, join #equinox or pm me (Hobbiticus) on irc for further instructions. GOGOGO!!
  13. H

    T:V Hunters Beta release

    I've finally gotten all the goodies that I want to include, so I'm opening it up to the masses to test out and provide feedback. For those of you that are unfamiliar with the Hunters gametype, it goes something like this: The basic premise is to collect as many flags as you can and return them...
  14. H

    Objective icons...

    When playing CTF with gens and sensors, the icons for them are normally a solid, non-flashing icon indicating their locatoin. When they are destroyed, the icon starts flashing. Anyone know how this works? I'd really like to make my hunters nexus have a red solid icon when closed and a green...
  15. H

    Requests regarding mods/script structure

    1) Filter->exclusiveToGametype be changed to a list, and renamed exclusiveToGametypes. For gametypes that are very similar, you don't want to have things be added to the exclusion list for every OTHER gametype just because 2-3 gametypes want something exclusively 2) Make the default properties...
  16. H

    Who likes Hunters?

    I'm in the process of writing hunters and team hunters for T:V, and I'm pretty far along. The only things I really have left to do is game balancing, non-filler models, and a few maps. I converted Cavern, Emerald, and Royalty to Hunters/TeamHunters maps, and I'd really like to give it a go to...
  17. H

    [Need Testers] Hunters!!!

    I've completed a proof of concept for Team Hunters!! Woohoo!! If you don't know the game type, you basically have to hoard as many flags as you can. Each time a player dies, they will drop a flag. Your team must then return as many flags as they can at a time to the nexus. The points per...
  18. H

    [BUG] MPCarryable "spread" field has no effect

    MPCarryable has a field called "spread" which *should* be the amount that the carryable spreads from its neighbors when thrown. However, the drop function uses a hardcoded value: if (bSpread) { newVelocity.X = 500*Frand() - 250; newVelocity.Y = 500*Frand() - 250; newVelocity.Z = 200...
  19. H

    Dropping things on death

    I'm working on the Hunters gametype, which I have 95% working perfectly except for the little issue where I can't get players to drop an extra flag when they die. Does anyone know any way of doing this either through UGM code or a mutator? If you're not familar with the gametype, whenever a...
  20. H

    [TV Script editor] Broken?

    I can't seem to open anything in the script editor. Has anyone else managed to? I'm using a fresh install that I copied to a new directory. But, the script edtior doesn't want to open any files, even if I try to bring it up manually. I really need to look at the scripts for making a new...
Back
Top