ARK: Survival Evolved
Construction Tool
Εμφάνιση 1-10 από 11 καταχωρίσεις
< 1  2 >
Ενημέρωση: 11 Ιαν 2023 στις 14:29

A fix for handling item remaps not pulling correctly.

Ενημέρωση: 27 Νοε 2022 στις 14:55

Fixed json error popup.

Ενημέρωση: 20 Ιουν 2022 στις 17:59

Some load optimizations
Minor bug fixes.

Ενημέρωση: 15 Ιουν 2022 στις 8:33

Actually works this time:
When reequipping construction tool, it loads the last used Mod category instead of defaulting to All everytime.

Ενημέρωση: 12 Ιουν 2022 στις 16:04

When reequipping construction tool, it loads the last used Mod category instead of defaulting to All everytime.

Removed Configs:
DisableMod_S+
DisableMod_CKFR
DisableMod_CKFSF
DisableMod_MrRadTools

Added Configs:
DisabledMods=

DisabledMods: A comma delimited list of mod names to disable functionality for.
ie: DisabledMods=StructuresPludMod,CKF_Remastered

Note: The name is the name found in spawn codes for items/etc immediately after /game/mods/

Ενημέρωση: 13 Απρ 2022 στις 16:06

Small bug fix
Crafting requirements displayed on hud

Ενημέρωση: 11 Απρ 2022 στις 15:33

- Removed accidental inclusion of a test structure
- Added a handy dandy scriptcommand for admins to help with their json construction.

cheat scriptcommand constructiontool hotloadurl "InsertUrlHere"

Will allow loading a remote json url while server is running without needing to restart server.

Ενημέρωση: 7 Απρ 2022 στις 15:03

- Adds support for virtually all mods, allowing for the creation and importing of structure/category data. Details: https://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/2592517779/3274687384250470345/

- Tool builde mode saves to inventory item
- Disable support for baked in mods(CKFR, CKF:SF, S+, MrRadTools) with ini configs
- Added repair target function if in admin mode or free upgrading is enabled

New Configs:
[ConstructionTool]
DisableMod_CKFR=false
DisableMod_CKFSF=false
DisableMod_S+=false
DisableMod_MrRadTools=false
DisableBakedInContent=false
ModDataUrl=

Ενημέρωση: 13 Οκτ 2021 στις 17:55

- Moved structure caching to login stage for a smooth first time tool usage.
- Added 2 admin settings. Free Build & Free Upgrade modes.
- Free build, if enabled, allows players to build structures for free. Bypasses all restrictions. Default: False
- Free upgrades, if enabled, allows players to upgrade structures for free. Bypasses all restrictions. Default: False

Ενημέρωση: 10 Σεπ 2021 στις 19:16

- Improved pickup structures that are obscured in the terrain.
- Added more max range values for upgrade mode.
- Added a bulk crafting option. Only works in build mode. Only available if a resource container is set. Allows for crafting bulk quantities(1, 5, 10, 25) of structures. This setting resets to 1 when re-equipping the tool.
- Fixed compatability with Awesome Spyglass outline feature.
- Adjustment to visuals regarding resource container updates.
- Clarified/Changed some notifications.
- Updated the HUD display to show rebound key values.
- Added support for vanilla & S+ staircases.
- Fixed a bug in singleplayer which effectively broke the mod.