Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
demonixis committed Dec 20, 2022
2 parents ffa82ad + 47c524a commit 3d5f877
Show file tree
Hide file tree
Showing 257 changed files with 4,149 additions and 41,343 deletions.
8 changes: 4 additions & 4 deletions Assets/Scripts/Services/Brain/AIMLNetService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ private void InitializeBrain()

_pathToUserSettings = Path.Combine(SaveGame.GetSavePath("Brain"), $"aiml-{_data.Language}-graphmaster.xml");

_aimlBot.ChangeMyPath = Path.Combine(Application.streamingAssetsPath, "AIML.Net", _data.Language);
_aimlBot.loadSettings();
_aimlBot.CustomResourcePath = Path.Combine(Application.streamingAssetsPath, "AIML.Net", _data.Language);
_aimlBot.LoadSettings();
_aimlBot.isAcceptingUserInput = false;
_aimlBot.loadAIMLFromFiles();
_aimlBot.LoadAimlFromFiles();
_aimlBot.isAcceptingUserInput = true;
}

Expand Down Expand Up @@ -115,7 +115,7 @@ public void LoadBrain()
{
try
{
_user.Predicates.loadSettings(_pathToUserSettings);
_user.Predicates.LoadSettings(_pathToUserSettings);
Debug.Log("Brain loaded");
}
catch (Exception e)
Expand Down
5 changes: 0 additions & 5 deletions Assets/Vendors/aimlbot.net/AIMLBot.meta

This file was deleted.

5 changes: 0 additions & 5 deletions Assets/Vendors/aimlbot.net/AIMLBot/AIMLbot.meta

This file was deleted.

53 changes: 0 additions & 53 deletions Assets/Vendors/aimlbot.net/AIMLBot/AIMLbot/AIMLTagHandlers/bot.cs

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3d5f877

Please sign in to comment.