Don't Starve Together

Don't Starve Together

ActionQueue Reborn
Viser 11-20 af 50 forekomster
< 1  2  3  4  5 >
Opdatering: 14. sep. 2019 kl. 11:39

collect category can now accept conditions
added condition to disable picking flowers in collect category

Opdatering: 26. aug. 2019 kl. 18:24

deploy dropped items should always drop on grid regardless of the config setting
entity highlight color_mult tweaked
selection box should always be visible now with a minimum pixel size of 2
double click selections should no longer be hindered by picking up the target before the 2nd click
fixed a bug where entities could remain selected outside of a queue
added some compatibility with camera mods that allow heading directions that aren't divisible by 45 degrees
allowed_actions functions update, if you have used AddActionQueuerAction without a testfn parameter, you will need to update to add that parameter. it can be either a conditional function for that action or simply true

Opdatering: 23. aug. 2019 kl. 6:15

fixed a crash caused by placing minisigns while in a deployment queue

Opdatering: 15. aug. 2019 kl. 9:57

added DISMANTLE action for warly's cookware
changed LOWER_SAIL action to LOWER_SAIL_BOOST
changed default disabled key from 0 to -1 as it can be a real key on laptop keyboards
added a check to ensure this mod runs only on a client

Opdatering: 15. juli 2019 kl. 13:37

queue should no longer be canceled by clicking on the hud
(crafting during a queue, status announcing player stats etc)
hiding the player hud no longer hides the selection box
fixed positioning issue with deploying items in RoT beta

Opdatering: 17. juni 2019 kl. 12:07

removed config option crafting delay modifier, may as well spam like the rest (100ms)
tweaked some allowed_actions conditions
digging and placing turf will now find an accessible position clear of obstructions or skip the tile

Opdatering: 12. juni 2019 kl. 18:49

fixed some inherent issues with bufferedaction not having an inst when targeting ThePlayer /wormwood fertilize fix

Opdatering: 6. juni 2019 kl. 17:15

fix for deploying seeds as wormwood
added an alternate spacing for lune trees

Opdatering: 19. maj 2019 kl. 13:11

removed the need to set control in config, if force trade is set to left shift in DST options and aq key is left shift, aq will use IsControlPressed instead of IsKeyDown
added config option to enable debug logging

actions are now only added to the allowed_actions table if the action exists

added 2 global functions to add actions to the allowed_actions table or modify existing ones

AddActionQueuerAction(category, action, testfn) AddActionQueuerActionList(category, ...)
action parameter can be either "ATTACK" or ACTIONS.ATTACK for example
check actionqueuer.lua for usage examples

this can be used from the client console or called from your client mod
AddComponentPostInit("actionqueuer", function(self, inst) GLOBAL.AddActionQueuerAction("leftclick", "CHOP") end)

Opdatering: 18. maj 2019 kl. 13:15

temp fix for nonexistent actions on the non beta branch