Why does warcraft pause when you alt-tab when you play offline?

sqrage

Mega Super Ultra Cool Member
Reaction score
514
So you don't get owned while you can't see what's going on?
 

BRUTAL

I'm working
Reaction score
118
well like when im testing my map and stuff is on cooldown or w.e i dont wana wait, its just annoying =/
 

Seannny

Why GUI when you can Jass?
Reaction score
46
well like when im testing my map and stuff is on cooldown or w.e i dont wana wait, its just annoying =/

for testing set the cooldowns to 1

or have the escape key reset all cooldowns, etc.
 

Evan1993

Ultra Cool Member
Reaction score
30
If you have newgen you can make it now puase when you alt tab.

There is an option in war3err.lua.

ofc, it only works if you run newgen wc.
 

free_killing

TH.net Regular
Reaction score
23
Why dont just make this:
Code:
cinematic skip
    Events
        Player - Player 1 (Red) skips a cinematic sequence
    Conditions
    Actions
        Unit Group - Pick every unit in (Units in (Playable map area) owned by Player 1 (Red)) and do (Actions)
            Loop - Actions
                Unit - Reset ability cooldowns for (Picked unit)
Or if you want it in jass
JASS:
function Trig_Melee_Initialization_Func001A takes nothing returns nothing
    call UnitResetCooldown( GetEnumUnit() )
endfunction

function Trig_Melee_Initialization_Actions takes nothing returns nothing
    call ForGroupBJ( GetUnitsInRectOfPlayer(GetPlayableMapRect(), Player(0)), function Trig_Melee_Initialization_Func001A )
endfunction

//===========================================================================
function InitTrig_Melee_Initialization takes nothing returns nothing
    set gg_trg_Melee_Initialization = CreateTrigger(  )
    call TriggerRegisterPlayerEventEndCinematic( gg_trg_Melee_Initialization, Player(0) )
    call TriggerAddAction( gg_trg_Melee_Initialization, function Trig_Melee_Initialization_Actions )
endfunction

it only takes about 20 seconds to create this trigger...
And then delete it when you arent testing it anymore..
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top