Search results

  1. Omni

    New things to make or learn?

    Im really a C++ fanboy :P and i probably know almost every aspect of it and i was wondering if there are websites or ebooks (or anything else) with some tasks to do, like making things in C++ that do handy stuff like a class to monitor allocated memory, and when there are no references...
  2. Omni

    overloaded operator=

    I have made myself some class (c++), wich is going to be a sort of garbage collector. and i've overloaded the = operator to make things work right the class is named PtrCon PtrCon& operator=(const PtrCon<t> &d) { //..... return *this; } when i do PtrCon<int> pcA; PtrCon<int> pcB; pcB = pcA...
  3. Omni

    File edititing with .bat

    Im starting to make mods for unreal tournament, and it would save me a hell lot of time if i could edit an .ini file by using a .bat file. The .bat file has to add a line of text somewhere in the .ini file. The place in the .ini file is the same everytime {so if you know how to copy X amount of...
  4. Omni

    Dynamic calling of functions

    I havent been here for a while, but i know the people around here are intelligent (sometimes) and at the moment im creating my own scripting language, not for anything specific though, im doing it in C++ if you like it or not, and so far ive done alot of thinking, and a bit less of actually...
  5. Omni

    Omni's Arc

    As im doing my C++ things now, i want to make the mouse move. going from one point to another point, but moving like an arc.. if anyone knows a super mathematic formula for this, going from start point to end while storing the point to move to everytime. you can probably do this is JASS, just...
  6. Omni

    Goodbye (and hidden stuff!)

    Well, im quitting the whole Warcraft III thing so; also the helper, and id like to say goodbye to all of you and thanks for all your eh, Helping :) and because i never really finished a map ill give you a load of hidden stuffs to have fun with, most of the peeps here dont know about it...
  7. Omni

    Empty or Full (mp3 usb thingy)

    Well, my mp3 has been doing strange since, yesterday :P the problem is after i installed something on my mp3 (my dad doesnt want anything on his comp i need -.-") well that was a C++ Editor cause id like to learn that, after opening the editor, it didnt work, Y? well nothing happened so i...
  8. Omni

    What would happen if...

    What would happen if i would give some unit an engeneering upgrade(lets call it upgrade one) that replaces upgrade one(itself) with another engineering upgrade (upgrade two) and upgrade two would replace itself with upgrade one what would happen? immediate gamecrash? i like crashing wc3...
  9. Omni

    Hiding Movement UI & Playing unit Animations

    well some questions: 1. is it possible to hide the movement UI? (and hold position if possible) 2. How to play a units exact animation? eg. i say 'play Monster 0006's Attack animation that it doesnt do attack 2 :P thx
  10. Omni

    Your head is on the Wrong Side (skinning)

    Well after my first attempt to actually change the skin of a felhound (using andrewgosu's skinning w/ the gimp tutorial :) ) the skin looked pretty nice (i made it a bit grey here and there xD) so after days of searching for Tga -> Blp converters i finally found something small so i...
  11. Omni

    constant local

    can you have a constant local? as in constant local integer i = 0 just wondering, not that it would ever be of any use :P
  12. Omni

    "ilikeeggs"

    ok, somebody just pm-ed a whole lotta people, including me.. about if i like a td -.- also: and 0 posts, i dont need my pm inbox full of crap and i ont think other people like that too :P sorry for this useless thread but i dont like spammers, that you cant -rep =.=, or say "dude...
  13. Omni

    Spellpack Goblin Blaster

    -all MUI -all JASS -no global variables the Goblin Blaster knows the abilities; The Bomb: Thows a bomb at a target unit, the bomb will explode after 10 seconds the guy who has the bomb can throw it away to any nearby unit, just as the guy who threw it at him, but because of the...
  14. Omni

    ! Questions !

    I've got some questions for you helpers; 1. Is there a way to calculate the time a missile will take to get to target point(eg. arrow of an archer, to another unit) 2. Is there a spell, such as Channel but with a minimum range, such as blink 3. I'm working on a spellpack, and i have...
  15. Omni

    Build Yourself!

    How do i get a normal building to build itself, like all the undead buildings. that was it xD, help me
  16. Omni

    String Encryption

    Did i write Encryption right?? anyway is there any save/load whatever thing out there that can just encrypt/decrypt(?) a SINGLE STRING +rep if you can find it (i know there is a search function, i already tried)
  17. Omni

    Evil Map Script

    Well, from the beginning: Today i worked on my map, no school yaay! Untill ; i screwed up my 'amazing' jass skills and couldnt get the problem (seemed i put in GetTriggerUnit insteadof GetTriggerUnit(), lol anyway) i tried to change some things i thought were wrong (they were right...
  18. Omni

    Simple leak question

    Well i have one question, I cant really explain what i mean so i will use an example: function Doesthisleak takes location Do_I_Leak returns nothing call CreateUnitAtLoc(Player(0), 'hfoo', Do_I_Leak, 0.00) call RemoveLocation(Do_I_Leak) endfunction function Omni takes nothing...
  19. Omni

    Selecting Terrain Kills

    When i select terrain in the WE (go to terrain and press space) my pc often crashes, showing a blue screen to me with some information that i cant read (it shows it 1/3 of a second so..) does this also happen on other pc's? (or is my pc just too newbish) it also happens when i paste...
  20. Omni

    Easteregg?

    Well, there has always been this green icon in the lower right corner of the world editor, you've probably seen it already. you can click on it and the WE will say : "Gem Activated" the icon will change into a (dark)purple gem. If you click on that one it will deactive but anyway ; Once...
Top