Author Topic: AI Aide Progress  (Read 8015 times)

0 Members and 1 Guest are viewing this topic.

Offline Erik L (OP)

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5654
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
AI Aide Progress
« on: June 09, 2018, 12:14:11 AM »
Well, I'm back at it. Fixed some bugs. Got the log viewer fully functional. Email capability works. Copy to clipboard works. Spent most of the day re-grokking the code. Couple of other malfunctions I want to look into tomorrow. Mostly database related stuff.

Changes -
Quote
1823:
   Global Changes
      Updated build version to 1823
      Upadted to .NET 4.7.1
      Changed voice response to ASync.

   Database Changes

   Specific Changes
      AICore_Race.dll (0.1.1.1823)
         Added a default pattern for the random name generator.

      AICore_Data.dll (0.1.1.1823)
         Fixed some datatype errors in crudRaces

      AI_Aide.exe (0.1.2.1823)
         Added support for commandline arguments. Currently only supports -debug:on/off.
         View Logs now fully functional. Send email logs works.
         Default location for zipped files set to "Zips"
         Creation of default folders (Zips, Database, Logs) performed as part of the initialization process if the folders are not present.
         Fixed error with Options not saving in Program Options.
         Added a pause when using the "EXIT" console command to prevent error.
 
The following users thanked this post: JacenHan

Offline Erik L (OP)

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5654
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: AI Aide Progress
« Reply #1 on: June 09, 2018, 02:32:06 PM »
Some additional work on the tech window.

Offline Erik L (OP)

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5654
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: AI Aide Progress
« Reply #2 on: June 09, 2018, 04:29:23 PM »
Beginnings of the economics window.


Offline boggo2300

  • Registered
  • Rear Admiral
  • **********
  • Posts: 895
  • Thanked: 16 times
Re: AI Aide Progress
« Reply #3 on: June 17, 2018, 05:47:04 PM »
YAY!  progress!
The boggosity of the universe tends towards maximum.
 
The following users thanked this post: Erik L

Offline Erik L (OP)

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5654
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: AI Aide Progress
« Reply #4 on: June 21, 2018, 05:49:29 PM »
Personalities. Using the randomly generated alien names in a specific format.

 
The following users thanked this post: JacenHan

Offline Erik L (OP)

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5654
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: AI Aide Progress
« Reply #5 on: June 22, 2018, 10:16:23 PM »
Personality tab of the Economics window. Save functionality is not yet done. Personalities created on this page do show on the list of personalities using the LSTP console command. Also not the updated naming functionality. Spaces and apostrophes now handled.

 
The following users thanked this post: JacenHan

Offline Erik L (OP)

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5654
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: AI Aide Progress
« Reply #6 on: June 24, 2018, 09:11:31 PM »
Teams page.


Ledger page. The button will allow the row to be updated.
 
The following users thanked this post: JacenHan

Offline Erik L (OP)

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5654
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: AI Aide Progress
« Reply #7 on: June 29, 2018, 08:24:49 PM »
Work on the launcher. It's about half done in my estimation.


The larger window is a web browser, while the smaller one on the bottom right is rich-text. The box above that is status updates as the launcher proceeds, with a progress bar in-between the two on the right. I don't rightly recall what the box on the lower left was going to be used for. I'll think of something or delete it.

Next step is to download the updated files according to the manifest and update the local files. Once this is done, AI Aide can be launched via the launcher or the main executable. The main executable will not check for updates, whereas the launcher obviously will. This means going forward, future updates can be downloaded and installed easily via the launcher. (I hope  ;D).
 
The following users thanked this post: JacenHan

Offline Erik L (OP)

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5654
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: AI Aide Progress
« Reply #8 on: August 08, 2018, 06:54:27 PM »
 
The following users thanked this post: JacenHan, misora

Offline littleWolf

  • Warrant Officer, Class 1
  • *****
  • l
  • Posts: 76
  • Thanked: 13 times
Re: AI Aide Progress
« Reply #9 on: August 09, 2018, 11:05:21 AM »
cannot unrar  this archive.  Say please your WinRar version
 

Offline Erik L (OP)

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5654
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: AI Aide Progress
« Reply #10 on: August 09, 2018, 04:49:33 PM »
cannot unrar  this archive.  Say please your WinRar version

5.60.

Offline Erik L (OP)

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5654
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: AI Aide Progress
« Reply #11 on: August 09, 2018, 04:57:19 PM »

Offline littleWolf

  • Warrant Officer, Class 1
  • *****
  • l
  • Posts: 76
  • Thanked: 13 times
Re: AI Aide Progress
« Reply #12 on: August 10, 2018, 10:51:32 AM »
it's work. thanks !
 

Offline Sematary

  • Commodore
  • **********
  • Posts: 732
  • Thanked: 7 times
Re: AI Aide Progress
« Reply #13 on: April 14, 2019, 02:06:53 AM »
I know there hasn't been an update on this in over six months, but any progress or work on this since the last update Erik? I think creating moons for gas giants will be the death of me doing it by hand.
 

Offline Erik L (OP)

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5654
  • Thanked: 366 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: AI Aide Progress
« Reply #14 on: April 14, 2019, 03:52:05 AM »
Last update is from January...

Code: [Select]
1903:
Global Changes
Updated build version to 1903

Database Changes
Completed ResearchMaster_Insert.sql data entry.
Added ShipComponents table.
Added ShipComponents to SQL_Index.txt.
Began work on ShipComponentMaster_Insert.sql (master list of non-designable components)

Specific Changes
AICore_Race.dll (0.1.1.1903)
Reordered Advantages/Disadvantages to align with book order.
Added missing Decreased Growth -5% disadvantage.
Renamed certain advantages/disadvantages to reflect name changes in the book.

AICore_Research.dll (0.1.3.1903)
Added starting technology form called from New Game window.

AI_Aide.exe (0.1.3.1903)
Added Starting Technology option on New Game window.
Added drop list for technology starts (normal 5k, low 3k, high 7k)
Fixed a bug that could cause a CTD when clicking whitespace in the log viewer.

New Features

TODO:
Import ComponentMaster to Player Components on game creation. (AI_Aide)
Update database (AICore_Launcher)
Localize text fields (AICore_Race)
Show Component Design Window (AICore_Research)
Read table for specified system ID and fill form (AICore_System)
Account for user preference when determining minerals (AICore_System)
Read the database for colonies (AI_Aide)
Figure out how to validate database integrity.
Fix orbit grid from resetting when adding an orbit in custom systems (AICore_System)
Expand voice responses.

WISHLIST:
Manually edit/enter system info.
Create Sol system.

Bugs:
On a new game creating a new system, the last stellar component overwrites the rest.

I've been rewriting database code. So... yeah. That's a blast :)