Skip to content

Commit aef576b

Browse files
committed
Reorganized scripts folder. Deleted digmat.rb because it's redundant with digSmart and it has a higher FPS impact.
1 parent f0429fc commit aef576b

19 files changed

Lines changed: 15 additions & 77 deletions
File renamed without changes.

digmat.rb

Lines changed: 0 additions & 62 deletions
This file was deleted.
File renamed without changes.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
local args = {...}
77
if args[1] ~= nil then
8-
print("feeding-timers usage")
9-
print(" feeding-timers")
8+
print("fix/feeding-timers usage")
9+
print(" fix/feeding-timers")
1010
print(" reset the feeding timers of all units as appropriate")
11-
print(" feeding-timers help")
11+
print(" fix/feeding-timers help")
1212
print(" print this help message")
13-
print(" repeat -time [n] [years/months/ticks/days/etc] -command feeding-timers")
13+
print(" repeat -time [n] [years/months/ticks/days/etc] -command fix/feeding-timers")
1414
print(" run this script every n time units")
15-
print(" repeat -cancel feeding-timers")
15+
print(" repeat -cancel fix/feeding-timers")
1616
print(" stop automatically running this script")
1717
return
1818
end

growthbug.lua renamed to fix/growthbug.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
--growthbug: units only grow when the current tick is 0 mod 10, so only 1/10 units will grow naturally. this script periodically sets the birth time of each unit so that it will grow
2-
--to run periodically, use "repeat -time 2 months -command growthBug now". see repeat.lua for details
2+
--to run periodically, use "repeat -time 2 months -command fix/growthBug now". see repeat.lua for details
33
-- author expwnent
44

55
local args = {...}
66
if args[1] ~= nil then
7-
print("growthbug usage")
8-
print(" growthbug")
7+
print("fix/growthbug usage")
8+
print(" fix/growthbug")
99
print(" fix the growth bug for all units on the map")
10-
print(" growthbug help")
10+
print(" fix/growthbug help")
1111
print(" print this help message")
12-
print(" repeat -time [n] [years/months/ticks/days/etc] -command growthbug")
12+
print(" repeat -time [n] [years/months/ticks/days/etc] -command fix/growthbug")
1313
print(" run this script every n time units")
14-
print(" repeat -cancel growthbug")
14+
print(" repeat -cancel fix/growthbug")
1515
print(" stop automatically running this script")
1616
end
1717

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)