Don't Starve
Craft Pot [DS, ROG, SW, HAM, DST]
Εμφάνιση 11-20 από 34 καταχωρίσεις
< 1  2  3  4 >
Ενημέρωση: 6 Ιουν 2019 στις 12:45

Version 0.10.0:
- Changed mod priority from -1337 to +1337, causing mod to load much earlier, which could break some integrations, thus major release. This was required to expose public AddFoodTag API to other modders by the time their mods are loaded;

Ενημέρωση: 5 Ιουν 2019 στις 15:34

Version 0.9.7:
- Fixed name of public API Method, is now AddFoodTag, was AddFoodTags (since the original idea was bulk editing, but that didn't work out since names also need a definition);

Ενημέρωση: 5 Ιουν 2019 στις 15:22

Version 0.9.6:
- Fixed a small issue with some tags not showing in crafting menu in Hamlet, caused by not using new GetInventoryImageAtlas method;
- Added public API for modders to insert food tag atlas/name definitions represented in 'AddFoodTag' global function;

To use it, follow the steps below:
1.a. If used from modmain.lua, check if AddFoodTag exists in GLOBAL, when used from other places, if it exists, you can safely call it via GLOBAL.AddFoodTag;
1.b. If used from other mod files, call global("AddFoodTag"), and then check if AddFoodTag is nil, if not, you can use it straightaway with AddFoodTags;
2. Call it for each tag, passing tag as first argument, description dict as second like so:
AddFoodTag('veggie', { name="Vegetables", atlas="images/food_tags.xml" })

Data Dict takes 3 keys: name, atlas, tex. The dict may be expanded later or by other modders, so the function applies merge and can be used countless times for the same tag.

Ενημέρωση: 27 Ιαν 2019 στις 12:23

- Fix issue with no food icons being displayed in Hamlet for possible dish slider;

Ενημέρωση: 23 Δεκ 2018 στις 12:54

- Fixed passing extra arguments into overridden methods of the base game, causing compatibility issues (thanks to Zarklord);
- Tagged game compatible with Hamlet (For Vanilla Dont Starve);

Ενημέρωση: 22 Δεκ 2016 στις 0:59

Version 0.9.0.1:
- fixed a typo in invert_controller

Ενημέρωση: 21 Δεκ 2016 στις 13:18

Version 0.9.0.1a:

- added Invert Controller option to the mod. Allows you to change craftpot scrolling wiggle to right one

Ενημέρωση: 1 Δεκ 2016 στις 13:00

Version 0.9:

- Added Controller Support, HHHHHHHUUUGE thanks to breadcrummz!!!

Ενημέρωση: 18 Σεπ 2016 στις 3:36

Version 0.8.8:

- Fixed Craft Pot crashing in The New Reign beta DLC (when openning it). [DST]

- Added support for various modded tag images.
(entirely done by MidrealmDM[forums.kleientertainment.com], Thanks!)

Ενημέρωση: 25 Ιουλ 2016 στις 14:41

Version 0.8.7.2:

- Fixed bug causing craft pot interface to open on clients, when host uses crock pot. [DST]
(Thanks to Skull)


Version 0.8.7.1:

- Fixed Crash that happened when leaving game with crock pot open. [DST]