Search results

  1. uberfoop

    Cinematic Transcending the Camera (Cinematic without camera objects)

    Transcending the Camera: a cinematic without preplaced WCIII camera objects. This is intended as a technology demonstrator, a view of the cinematographic possibilities available to mapmakers who leave the WCIII camera object behind as the sole available eyepiece, using pure math instead...
  2. uberfoop

    Snippet Mana Cost Event

    Mana Cost event Requires: vJass Event by Jesus4Lyf Description: A snippet offering an event which can be used in a map instead of 'a unit starts the effect of an ability'. In addition to event responses filling the same function as the regular event, this event has an event response...
  3. uberfoop

    Requirements for clean trigger condition usage

    I've never really dealt with conditions on permanent triggers before, and it seems like different systems deal with this differently, so I was wondering how to ensure unleakiness on something like this, where you want to save the condition to be called later: globals trigger...
  4. uberfoop

    Snippet Coordinate Cameras

    Coordinate Cameras Version History: 7/21/09: Basic system posted 7/22/09: Updated with Toadcop's method for bypassing default terrain mapping 9/16/09: Updated to have better documentation and format 9/17/09: Updated to be more efficient Requires: -vJass Code...
  5. uberfoop

    System Unit Colour Transition System

    Requires vJass Unit Colour Transition System Basic function list: //Main methods: static method create takes unit u, real CurrentR, real CurrentG, real CurrentB, real CurrentA returns UCT method SetInstantRGBA takes real r, real g, real b, real a, boolean targettoo returns nothing...
  6. uberfoop

    What the heck happened to useful interfaces?

    I just spent like 10 minutes figuring out how to watch video files in WMP 11. Seriously, why are they doing things like taking out the file menu? It applies to just about ever aspect of the computer. I also recently spent like 4 hours dealing with a bugged codec dll. Thank you Microsoft for...
  7. uberfoop

    DestroyTrigger()

    I've recently seen some discussion over in some other place regarding this native. It DOES clean all events, conditions, actions attached to it, right? *uberfoop looks fearfully forward, ready to burrow*
  8. uberfoop

    Loc quirks?

    OK. So, I've had a lil problem with removing leaks when looping a location along a linear line via PolarProjectionBJ. in this code, a is the angle, l is a loc, and ll is a loc. this is all at the bottom of a loop. This thing works: set ll = l set l = PolarProjectionBJ(ll,20,a) This...
  9. uberfoop

    Pillarboxing

    Anyone know how to manually pillarbox a 16:9 ratio screen to 4:3 ratio usiong windowns XP? My starcraft runs all funny on my new compy so I have to use my old one, which runs it fine. Except that I only have 1 fully functional 4:3 aspect ratio screen and i want to keep that on the new compy...
  10. uberfoop

    Tutorial: The wc3 AI Editor

    Notification: Firstly, if you are looking at this tutorial to create anything other then a simple campaign AI to make a computer army control it's units like other standard computer armies, you should probably stop looking here now and check out Conan's tutorial, which focuses mainly on making...
  11. uberfoop

    Im suddenly not a SM?

    I cant change my title or access the SM forum. Wuts going on?
  12. uberfoop

    VERY uber news about TOB

    Cassiel claims to have begun work on ToB O. Many of you probably don't care, but ToB is awesome. If Cass isn't just saying it to make people stop whining, this could be extremely uberishly awesomnessly amazing. Though, he also said we probably wouldn't hear much about it till January. Hmm...
  13. uberfoop

    Tutorial: Using the AI Editor

    Notification: Firstly, if you are looking at this tutorial to create anything other then a simple campaign AI to make a computer army control it's units like other standard computer armies, you should probably stop looking here now and check out Conan's tutorial, which focuses mainly on making...
  14. uberfoop

    simple model request

    I know this sounds really dumb but.... I need a rectangle, sitting vertically, twice as wide as it is tall, that i can just display an image on one side of it. I dont need it to be animated whatsoever. As long as it can display its little image in-game, thats awesome. I dont care about...
  15. uberfoop

    OMG crazy stupid path question

    I was looking through WC3 Image Extractor trying to find the path for outland dirt cliff under mpq archive war3x. found 2 cliffs, 'cliff0' and 'cliff1' which werent even under the same folder as ROC cliffs.....any help?
  16. uberfoop

    ugh, I suck at VCR usage

    OK, so i just bought a HS-U448 Mitsubishi VCR to record footage from my xbox, and right now it's output is working fine: I can play VHS tapes from the VCR to the TV. Its input however, im not really sure what to do. I have the conposite output cable running from xbox to line in 1 on the VCR. I...
  17. uberfoop

    Dazzle DVC 90 has issues on my comp...

    OK, so i went and bought dazzle dvc 90 for my comp, if you didnt know its a connecting device that plugs into a computer's usb 2.0 slot and connects on the other side to EITHER composite triple jacks OR s-video. So, it allows to to transfer output from a vcr to your comp, via pinnacle systems...
  18. uberfoop

    6/6/06 in my school district

    Tons of people are skipping school in my district tommorow. Why? Well, for one, its senior skip day. But also, theres rumours in every school about shootings tommorow and bomb threats in at least 1 school. Its likely nothing, but its funny cuz its set the whole school system waaaaaaaay off. Some...
  19. uberfoop

    jass help

    OK, i dont know jass. But I am starting to get into more multi-instanceable stuff, so im needing to use locals. How would I local floating text? I need to know: -what the script is for localing floatin text -what i write for 'last created floating text' in my custom script. so that i can do...
  20. uberfoop

    Multiboard problem

    OK, so I have this map I'm trying to put a multiboard into. Well, I've never acualy used the multiboard triggers (which is weird) but My multiboard isn't aeven displaying. I'm not done with it, theres a lot to add, but im kinda worried because I can't even get it to display. Heres the trigger...
Top