Don't Starve Together

Don't Starve Together

ActionQueue Reborn
50件中 11-20 を表示
< 1  2  3  4  5 >
更新: 2019年9月14日 @ 11時39分

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

更新: 2019年8月26日 @ 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

更新: 2019年8月23日 @ 6時15分

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

更新: 2019年8月15日 @ 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

更新: 2019年7月15日 @ 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

更新: 2019年6月17日 @ 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

更新: 2019年6月12日 @ 18時49分

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

更新: 2019年6月6日 @ 17時15分

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

更新: 2019年5月19日 @ 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)

更新: 2019年5月18日 @ 13時15分

temp fix for nonexistent actions on the non beta branch