Search results

  1. Vexorian

    In all seriousness, "Unable to initialize sound services"

    The game brings this popup up when you copy/move the folder from its original installation to some other place, and it disables sound. It is NOT registry related, it is all about the folder, as long as I keep the game in its original folder, I can play from sound even in a shared folder in a...
  2. Vexorian

    May I ask? Vote in our hero contest poll.

    So, sorry if this looks like an advert, what happens is that the wc3c hero contest is not getting as much votes as I'd like it to. I also think it might be interesting to have more points of view among the voters. Twelve heroes were submitted, in my opinion it was a tough task to...
  3. Vexorian

    benchmark request I2R (I)*1.0 and function call.

    Err, I need a benchmark that compares I2R(integervalue) , integervalue * 1.0 and a single function call in what regards to the time they take. I cannot do proper benchmarks since grimoire has no Linux support.
  4. Vexorian

    Could we?

    Could we please avoid posting pics of a tree man in the home page? For a second I thought I accidentally clicked a bash link.
  5. Vexorian

    So, I am plugging a game, again.

    It would be weird, but I actually need windows testers for my game, since it is over tested on Linux. Right today I found out the "Test Level" button would cause the computer to freeze for a few seconds in my brother's windows XP, since I tested in another XP box, it could just be that my...
  6. Vexorian

    First of group vs. ForGroup II

    I dunno why that thread was closed. But I had to say this. Let me say this, FirstOfGroup is faster than ForGroup when you don't need to keep the group after the iteration. Else it is slower. But the difference is negligible and FirstOfGroup has the advantage of not using another...
  7. Vexorian

    broken archive

    try googling for a warcraft mapping related keyword. Wait till a thehelper result comes, it will most likely be a link to the archive you'll get a link like: http://www.thehelper.net/forums/archive/index.php/t-47918.html "No input file specified." Now try browsing the archive itself...
  8. Vexorian

    structs.

    Yes, structs are much faster than gamecache. Yes, structs are much Safer than gamecache Yes, structs are a little less dynamic than gamecache. Yes, structs are easier to use than gamecache. Yes, to be used effectively you need a hacked WE. struct unitdata integer kool =0...
  9. Vexorian

    Good news and bad news

    Good : battle.net now has a mod support site. Bad: The featured map is Dota All stars Good: It has icons from sc and wow for download Bad: it is 3 years late, I don't think there are any mods in development out there.
  10. Vexorian

    Ever felt like this?

    Just to introduce some facts and help people understand I started to make a game, it wouldn't be my first game cause I actually made a couple before, but simple things like tic tac toe and some math challenges. Anyways, did you know that the best game ever is KYE? It is the best game ever...
  11. Vexorian

    html ...

    Godamn, as a requirement now at college you have to go to a software class of your choose. I chose php with mysql, didn't know anything at all, went there for 2 weeks, and I was ready for the final project which was making a forum. Php and mysql turned out to be incredibly easy but found...
  12. Vexorian

    Either threads or browser are a mess

    At least on this comp, threads start after the left menu, so there is a giantic empty space in the thread.php thing
  13. Vexorian

    Missing ranger skill, need ideas

    The rule in my map is to have 3 active skills, one ultimate and a passive skills. Having as much synergies and combos as possible. Anyways the Ranger currently has: Multishot, autocast arrow spell that shoots multiple arrows Forst arrows Envenomed Arrow : Shadow strike with...
  14. Vexorian

    ROC beta blps

    I don't know how much of them are already in the game but some were never used. http://www.wc3campaigns.com/thread_view.php?t=77461 thanks to warnicro.
  15. Vexorian

    Wc3 Map Optimizer 3.7b

    This is just a tool that saves map space and improves its performance. http://vexorian.wc3campaigns.com/wc3mapoptimizer/Wc3MapOptimizer3.7b.zip 3.7b : emergency release, the readme wasn't even updated by the way, fixes serious bugs with combinations of the methods that require...
  16. Vexorian

    Can't stop laughing

    http://www.battle.net/forums/war3/thread.aspx?fn=war3-maps&t=186750&p=1&tmp=1#new186750 Well that site obviously doesn't have virus, but the way that guy handled the situation is so damn retarded. I mean, that guy used to be smart, really, but Deprotect.exe Antivirus Version Update...
  17. Vexorian

    Wc3map optimizer 3.5

    3.4 : - Fixed a tricky bug that had a chance to appear when using 'Conditions' or 'Remove useless code' , the bug was actually blizzard's fault and was really tricky. - Fixed bugs with clean BLPs option. - Fixed 'Remove Editor only files' not removing the listfile when Buffer size or zlib...
  18. Vexorian

    home page

    this has happened to me already 3 times, everytime I enter the site on Firefox the home page is misteriously slow, it doesn't load slowly but scrolling is really slow. Also could you make the links there to target the current browser so it doesn't open more windows when you click on them?
  19. Vexorian

    JASS: Introduction

    Introduction to JASS This is supposed to be a brief introduction to JASS and programming, you might or might not need GUI (triggers) knowledge, the point of it is to make you ready to start reading other tutorials, open source JASS scripts and even the manual at...
  20. Vexorian

    Best dummy abilities.

    Why not use channel? The only time I use channel is for immediate abilities that should only be used by players and not ai, otherwise using channel means changing a lot of datafields for no reason and it also means that no computer unit will ever use that spell. For example you always have...
Top