Skip to content

Releases: ark-mod/ArkBot

1.91-stable HotFix

10 Jul 00:29
f46dad4
Compare
Choose a tag to compare

This release corrects the bug introduced in the v312.27 patch with player profiles appearing blank in arkbot as well as includes the ark.json coordinate shift fix for the DLC version of Crystal Isles. Special thanks to Dia and Hsilamot for providing these fixes!

1.91 Stable

15 Jun 14:37
6002a10
Compare
Choose a tag to compare

This is the latest stable build of ARK Bot.

Fixed Map Images on two maps

12 Jan 13:33
c7f21d3
Compare
Choose a tag to compare
Pre-release

there was an error in the RC that accidentally included incorrect dimensioned map images for 2 maps, BC and Aberration. We have corrected the files in all upcoming releases but included here is the fix for existing releases that correct those images. Simply unpack into your ArkBot directory in Resources/MapImages replacing the existing files. You may need to clear the browser cache to see the corrected images. For those that missed the patch note for the RC, you can change the displayed map images in the webapp to whatever you like now as long as the map image name matches the title of the map. Thank You.

ArkBot 1.91 RC

08 Jan 19:49
505b6d2
Compare
Choose a tag to compare
ArkBot 1.91 RC Pre-release
Pre-release
  • Added a tray icon that allows the application to be hidden on startup.
  • Added an option in optional settings that allows the user to select whether the application should be hidden on start. Default value is value.
  • The application window will be shown until the initialization is complete. This allows the application not to hide if any errors occurred during initialisation.
  • Update MainWindow.xaml.cs
  • Removed unused commands
  • Removed unused import
  • Removed an unused import for command
  • Update Workspace.cs
  • Ensured the app has focus when opened from tray
  • Adding dropped egg functionality
  • Added new menu item for fertilized eggs
  • Added fertilized egg list (Spoiled yet to be tested)
  • Added view models for Fertilized Eggs
  • Updated version and WebApp source code
  • Added options to allow removing of eggs
  • Added loading message to fertilized egg view
  • Check List is not null before iterate
  • Refactor code.
  • Extend the reconect time.
  • Write exception message to log file.
  • CefSharp AnyCPU Support
  • Add map images on resources, update get map api (get map by MapName)
  • Update admin-server.component.html
  • Changed permissions for fertilized eggs
  • Update aliases.json
  • Added Ebenus Astrum Dinos
  • Update aliases.json
  • Added more Pyria Dinos
  • Added ArkSavegameToolkitNet from private NuGet
  • Changed description of save world button
  • Bump DotNetZip from 1.10.1 to 1.11.0 in /ArkBot
  • Updated egg spoil page
  • Update Discord bot: Update Discord.Net library from 0.9.6 to 2.1.1 (currently the latest).
  • bugfix: Configuration fails validation due to environment variables (e.g. %PATH%) not getting expanded during validation
  • fix: ArkSpeciesStats.cs was attempting to download a file that didn't exist (url has changed).
  • Micro optimization: Use dictionary for looking up aliases by class name.
  • Build somehow broke with previous merge (41f12e1). Remove DotNetZip, use Ionic.Zip. Builds in both JetBrains Rider and Visual Studio.
  • Upgrade dependency Newtonsoft.Json to 12.0.3
  • Reduced map image file sizes in ArkBot/Resources/MapImages
  • Added Ebenus Astrum map for WebApp.
  • Delete .vscode/launch.json
  • Default web app theme changed to dark.
  • Added logo to the web app.
  • Added setting for default web app theme.
  • Removed page header from the web app right menu (experiment).
  • Added access control setting for wild creature locations/coords.
  • Access control section will now get populated with available options if they are missing from the config.json.
  • Clear keyboard focus on config save to trigger update on currently edited field.
  • Added open web app menu item.
  • Updated tribe log in web app to use data-table control
  • Data-table control now supports filters
  • Added config option to display tribe log colors in web app (but it looks bad in non-dark mode)
  • Added config option to set the max number of tribe logs to display.
  • Compatibility with newest data format in ARK Breeding Stats
  • Fixed creature food display issue in web app

Config Additions (copy paste to an existing config.json if you have one)

New config setting for default theme (now dark by default)
"webApp": {
"defaultTheme": "Dark"
},

New config setting in accessControl for what groups can see wild creature coordinates.
"accessControl": {
"server": {
"wildcreatures-coords": [ "admin" ],
}
},

New config section for tribe log fetch limit:
"webApp": {
"tribeLogLimit": 100
},

New config option: tribeLogColors
"webApp": {
"tribeLogColors": false
},

Extinction Update

20 Nov 15:45
930ca13
Compare
Choose a tag to compare

Added latest binaries from Ark Save Game Toolkit with Extinction Update

Release 1.83a

13 Sep 13:28
01eb90c
Compare
Choose a tag to compare

Includes fixes for S+, modded map support and fixes several issues.

Update: Recompiled DLL's

Beta CI-builds

01 Jun 20:03
Compare
Choose a tag to compare

CI-build is available from MyGet
https://www.myget.org/F/arkbot-beta/api/v2/package/ArkBot

Open as zip-archive or change extension to .zip, binaries are located under tools/.

1.83-beta2

20 May 11:18
Compare
Choose a tag to compare

Features

  • Fixes steam login issue.
  • Complete revamp of the config system (beta).

1.82

24 Dec 23:22
Compare
Choose a tag to compare

Features

  • Added access control settings to Discord commands.
  • Added additional logging and error messages to Discord command handler.

Bug fixes

  • Fixed enabled channels for Discord commands.
  • Corrected map offsets for Aberration.

Changes to config.json

New Discord bot configuration section with access control for Discord commands.

{
  "discord": {
    "accessControl": {
      "channels": {
        "public": [ "@everyone", "admin", "developer" ],
        "private": [ "@everyone", "admin", "developer" ]
      },
      "commands": {
        "admin": [ "admin", "developer" ],
        "cloud": [ "admin", "developer" ],
        "rcon": [ "admin", "developer" ],
        "debug": [ "developer" ],
        "commands": [ "@everyone" ],
        "version": [ "@everyone" ],
        "servers": [ "@everyone" ],
        "linksteam": [ "@everyone" ],
        "unlinksteam": [ "@everyone" ],
        "whoami": [ "@everyone" ],
        "disabled": [ "@everyone" ]
      }
    }
  }
}

Removed adminRoleName and developerRoleName from config.

1.80

15 Dec 15:35
Compare
Choose a tag to compare

Features

  • Added map and proper species names for Aberration.