Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Empire Deluxe Combined Edition

The latest in the classic Empire Series of games, which has spanned almost five decades. · By Killer Bee Software

AI Development, where do I put my AI assembly?

A topic by gcsoupcan created Aug 29, 2020 Views: 217 Replies: 1
Viewing posts 1 to 2

I'm excited about being able to work with the AI.  I don't know that I'll get very far due to time.  I can tinker though.  Unfortunately, I hit a snag right off.

I've compiled ExampleAI.  I'm not sure what do it with it from there.  Where do I put it so it is loaded and selectable in the game?

I saw the install folder has the others.  

  • placing ExampleAI.dll there didn't cause it to show up in the options to assign to players.  
  • removing ExpandAI.dll from that folder didn't see to remove the option when I started up the game.

Thinking maybe the existing ones are special, I tried other folders:

  • Plugins
  • Additions
  • Managed

Is there a config file that needs changed? 

What I am doing wrong?

Thanks,

gcsoupcan

I found it.  My apologies.

Key for me was to read the Administration part of the game manual especially about Game Directories Listing.  One I read that, the statements in EDCEOpenSource.pdf made a lot more sense.

Thanks,

gcsoupcan