User Tools

Site Tools


cw4:4rpl_tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cw4:4rpl_tools [2024/02/18 15:50] – Updated sound players (fixed incorrect sound orders) Vertucw4:4rpl_tools [2024/03/16 19:53] (current) – [Automated Tower Grid Building] Added a statement for clarity of how to use it. LiteralNoob
Line 583: Line 583:
 $rmb:1 # right click button $rmb:1 # right click button
  
-Once 
- @MakeSoundList 
-endOnce 
  
-if (GetMappedKey("Custom1" false))+if(<-inputDelay gt0) <-inputDelay 1 - ->inputDelay endif 
 + 
 +if (GetMappedKey("Custom1" false) <-inputDelay eq0 &&) 
 + 2 ->inputDelay
  Mod(<-index 1 +, <-soundCount) ->index  Mod(<-index 1 +, <-soundCount) ->index
  <-soundList[<-index] ->soundName  <-soundList[<-index] ->soundName
Line 593: Line 593:
 endIf endIf
  
-if (GetMappedKey("Custom2" false))+if(GetMappedKey("Custom2" false) <-inputDelay eq0 &&) 
 + 2 ->inputDelay
  Mod2(<-index 1 -, <-soundCount) ->index  Mod2(<-index 1 -, <-soundCount) ->index
  <-soundList[<-index] ->soundName  <-soundList[<-index] ->soundName
Line 600: Line 601:
  
 if (GetMouseButtonDown(<-rmb true )) if (GetMouseButtonDown(<-rmb true ))
- PlaySoundAtPosition(<-soundName 8 GetCameraPosition) + PlaySoundAtPosition(<-soundName 8 GetCameraPosition V3(0 0.1 0) +)
 endif endif
  
 :Once :Once
  -1 ->index #So we start at 0, not 1.  -1 ->index #So we start at 0, not 1.
 + @MakeSoundList
  
 :MakeSoundList :MakeSoundList
Line 825: Line 827:
 $rmb:1 # right click button $rmb:1 # right click button
  
-Once +if(<-inputDelay gt0<-inputDelay 1 - ->inputDelay endif 
- @MakeSoundList +
- CreateUnitOnTerrain("infocache" 1 1 1) ->unitUID +
- false ->soundOn +
- Getpause ->pause +
-endOnce+
 SetUnitPosition(<-unitUID GetCameraPosition V3(0 1.5 0) +) SetUnitPosition(<-unitUID GetCameraPosition V3(0 1.5 0) +)
  
-if(GetMappedKey("Custom1" false))+if(GetMappedKey("Custom1" false) <-inputDelay eq0 &&) 
 + 2 ->inputDelay
  Mod(<-index 1 +, <-soundCount) ->index  Mod(<-index 1 +, <-soundCount) ->index
  <-loopSoundList[<-index] ->soundName  <-loopSoundList[<-index] ->soundName
Line 839: Line 838:
 endIf endIf
  
-if(GetMappedKey("Custom2" false))+if(GetMappedKey("Custom2" false) <-inputDelay eq0 &&) 
 + 2 ->inputDelay
  Mod2(<-index 1 -, <-soundCount) ->index  Mod2(<-index 1 -, <-soundCount) ->index
  <-loopSoundList[<-index] ->soundName  <-loopSoundList[<-index] ->soundName
Line 866: Line 866:
 :Once :Once
  -1 ->index #So we start at 0, not 1.  -1 ->index #So we start at 0, not 1.
 + @MakeSoundList
 + CreateUnitOnTerrain("infocache" 1 1 1) ->unitUID
 + false ->soundOn
 + Getpause ->pause
  
 :MakeSoundList :MakeSoundList
Line 2338: Line 2342:
  
 New towers will be constructed if they can connect to: existing riftlab, m-rift, pylons, energy pods and towers. New towers will be constructed if they can connect to: existing riftlab, m-rift, pylons, energy pods and towers.
 +
 +To run the console script, simply let it run continuously.
  
 <hidden click here for source code> <hidden click here for source code>
Line 2344: Line 2350:
 # AutoTowerGrid # AutoTowerGrid
 # by Kalli # by Kalli
 +# Script is to run continuously in the console!
  
 $pacMode:0 # Makes all units built by the pilot unselectable and undeletable by the player $pacMode:0 # Makes all units built by the pilot unselectable and undeletable by the player
cw4/4rpl_tools.1708289424.txt.gz · Last modified: 2024/02/18 15:50 by Vertu