• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

mouse

  1. Wareditor

    Making an accurate "get mouse screen position"

    tldr: The goal of this post is to find an accurate and robust get_mouse_screen_position() for the community. Big thanks to @Unryze for helping me find stuff in the 1.26 game.dll! So for a few patches now, there is a way to get the mouse world coordinates. However there is no way to get the...
  2. HerlySQR

    Custom mouse wheel scroll zoom

    Hello, with the recent addition of the zoom with the mouse wheel I think that the people will get used to that instead of a zoom system with commands, so I wanna know if there is a way that I can make the zoom lesser than it normally is when the people use the mouse scroll, for example, instead...
  3. alexzshl

    A strange requirement, the cursor of WAR3 will follow the active transparent window

    Anyway, I have a small request now. I let War3(v1.27) run in the background, then I switch to another window (such as a text editor), and then make it transparent (using Glass2K) so that I can observe the window of War3 in other applications at the same time. It looks good, the only problem is...
  4. VaaL

    [General] Hide mouse cursor in-game

    I know there is a way to hide the cursor in Reforged, but for me it simply doesn't work I tried to use call BlzEnableCursor(false) but it doesn't work I'm using a custom movement and camera system, and I don't like that the player can click somewhere to make the unit go/attack there and I wanna...
  5. Xthreo

    Mouse camera system with WASD

    Hi everyone, I have been looking for a mouse camera system with WASD controls and this one is simply fantastic. Although the map is protected so I can't study the triggers. Do some on you have any idea how such beautiful work has been done? Any tutorial link? I'd love to implement a system like...
  6. ivanbakavan

    [Defense / Survival] Dream TAG

    What's Dream TAG? It's a TAG (touch and go) map Tick, chasey or touch and go — is a playground game involving two or more players' chasing other players in an attempt to "tag" and mark them out of play. Dream TAG — is a rethinking of projects such as Vampirism Fire, Troll and Elves or Cat and...
  7. wc3neverdies

    [Defense / Survival] Peasant Uprising

    A fast and fun point and click defense. Created by wc3neverdies I created the first version of the map in 2016 ([Defense / Survival] - The Paesants Uprising). It was a very simple and not well made map just for the fun. With the new patches and functions added to the editor i got some new...
  8. loktar

    [Solved] Difficulty adjusting camera angles through mouse position

    I'm trying to get the camera to adjust through mousemovement. When moving the mouse horizontally, the rotation should change. When moving it vertically, the angle of attack should change. I've got it working nicely, but only when I enable them separately. Once I enable both, angle of attack...
  9. apsyll

    [Wurst] MouseUtils

    I started creating a mouse control/helper system for my project that uses the mouse as input device heavily. It is at this stage working but not fully polished. you can check if a player presses a specific button, get the amount of multy clicks (double/tripperl/quadrupel... clicks), the mouse...
  10. apsyll

    [Solved] [Wurst] How to add a drag-line for each player to Mouse events?

    Hey working on this system for a while and got to a point I'm starting to like it, now I would also to like to add the function to create a line(vec2 array + Player Id) that follows your mouse cursor when a button is pressed and will be returned on the release and can be destroyed after it is...
  11. Uncle

    Camera system problems - make the camera follow mouse x/y with a deadzone

    Hello, I'm having trouble trying to get this trigger working. My goal is to have the camera lock to the player's hero, but with some additional options like allowing the camera to extend outwards when you move the mouse towards the edge of the screen. So I basically want a camera deadzone, check...
  12. Daethz

    [General] Selection Bug?

    Several people are reporting Selection bugs on my LoaP (LoaP Ascension). What could even cause this? From what I gather they lose the ability to click things. Theres nothing in the game that messes with the players ability to select units.
  13. Tasyen

    Reselect

    Reselect makes deselection of your units less painful. It saves the Units a player had selected when deselecting them. After the deselection, when not selecting an new orderable Unit, a simple mouseclick on the map (not the Interface) will reselect them. A righclick will order the reselected...
  14. cyberend

    [Trigger] GUI Left Click Mouse Down Event Error with Unit Pause

    Hi, I would like to request assistance regarding the mouse down button. I have an error where the unit i paused does not unpause at the end of the code line when using skills triggered by mouse down button. After clicking the left mouse button I would order a unit to cast an ability. The...
  15. apsyll

    [Solved] Mouse rotation system don't get right angle

    Hello everyone I tried and failed now to make a camera system where you click on the floor and rotate around your unit by dragging the world around in relation to the mouse courser as the fix point. The thing is it kind of works sometimes, especially when you keep the mouse clicked and draged...
Top