Commander / Investor AI

A place to post suggestions for new features, new bugs, and comments about the existing code.
ryujin
Posts: 3167
Joined: Sat Oct 02, 2010 1:17 am

Post by ryujin »

if it canbeimplemented it would be awesome! can you fixmyspacebarwhileyouareatit?
*#$@faced $#@!tard Troll
raumvogel
Posts: 5910
Joined: Sun Jul 20, 2003 7:00 am
Location: My lawn
Contact:

Post by raumvogel »

Spacebar...the Achilles Heal of the keyboard!
Image
TurkeyXIII
Posts: 1460
Joined: Thu Dec 06, 2007 3:18 am
Location: Melbourne, Aus

Post by TurkeyXIII »

Ryujin wrote:QUOTE (Ryujin @ May 27 2011, 02:10 PM) if it canbeimplemented it would be awesome! can you fixmyspacebarwhileyouareatit?
You really should create a ticket for that sort of thing.

CODEIndex: WinTrek.cpp
===================================================================
--- WinTrek.cpp (revision 1036)
+++ WinTrek.cpp (working copy)
@@ -8994,7 +8994,9 @@
case TK_ToggleMouse:
if (trekClient.IsInGame() &&
GetViewMode() == vmOverride &&
- !trekClient.IsLockedDown()) {
+ !trekClient.IsLockedDown() &&
+ //Turkey 09/10
+ !m_pconsoleImage->GetConsoleData()->IsTakingKeystrokes()) {
m_bEnableVirtualJoystick = !m_bEnableVirtualJoystick;
if(m_bEnableVirtualJoystick) m_ptrekInput->ClearButtonStates();//#56
return true;
Last edited by TurkeyXIII on Fri May 27, 2011 4:45 am, edited 1 time in total.
QUOTE (Randall Munroe)14.2: Turkey consumption rate of the average American in milligrams per minute[/quote]
Image
lexaal
Posts: 2612
Joined: Sun Oct 07, 2007 12:58 pm

Post by lexaal »

It was not possible to create a basic miner AI which has - simplified spoken- only 3 possible actions: move to rock, move to base, mine.
Scripted buying of tech according to a standarized scheme is possible (easy). But even creating a "model" of the game dynamics which the AI could analyze to find out the best moves seems too be extremely difficult.
I have a johnson photo in my profile since 2010.
TheCorsair
Posts: 2203
Joined: Thu Dec 04, 2008 12:32 pm
Location: Сою́з Сове́тски

Post by TheCorsair »

My feeling is that somewhere imago is laughing really hard :lol:
"Neither east nor west" Image
UNITED FOREVER IN FRIENDSHIP AND LABOUR
"The clouds are fleeting over every country, we stand fast, for no kind of rain will take away our smiles."
SpaceJunk
Posts: 759
Joined: Wed Apr 06, 2005 7:00 am
Location: Collision orbit

Post by SpaceJunk »

You could give AS rank to tech completed during the game, the same way as for players. That would help the AI stay up to date after core changes.
Last edited by SpaceJunk on Fri May 27, 2011 11:39 am, edited 1 time in total.
Image
fuzz_windows
Posts: 111
Joined: Mon Apr 25, 2011 6:55 pm

Post by fuzz_windows »

SpaceJunk wrote:QUOTE (SpaceJunk @ May 27 2011, 07:38 AM) You could give AS rank to tech completed during the game, the same way as for players. That would help the AI stay up to date after core changes.
I like that idea -- picture all the tech as a grid of numbers (maybe even 3d) and the computer chooses the shortest path from start to finish according to some preset conditions and can change when it finds out about new enemy tech.
Imago
Posts: 1440
Joined: Tue Sep 23, 2003 7:00 am
Location: Minneapolis, MN
Contact:

Post by Imago »

like what civ(s) the non-allied teams are and what the mean rank of the players are
rinse and repeat for allied teams
Image

These bugs haven't been fixed yet because don't have any developers interested in fixing them up. --Tigereye
Imago's stupid-sensor is supersensitive. --RealPandemonium
The art is managing the flow of the drama to achieve the desired results. --Big_Beta_Tester
joeld wrote:But we’ve been amazed at the level to which some of the Allegiance fans have remained hard-core.
ryujin
Posts: 3167
Joined: Sat Oct 02, 2010 1:17 am

Post by ryujin »

HSharp wrote:QUOTE (HSharp @ May 26 2011, 11:27 AM) AI itself isn't too hard to make as long as there is an interface for the bots. A decent interface (what data the bot can see and actions it can do) then lots of people can make bots and then you have AI comm wars and the victor will be the AI comm of choice.

Possibly some sort of AI "evolution" might help to create AI that indeed comms well.
*#$@faced $#@!tard Troll
HSharp
Posts: 5192
Joined: Fri Aug 11, 2006 11:18 am
Location: Brum, UK

Post by HSharp »

Ryujin wrote:QUOTE (Ryujin @ May 27 2011, 09:42 PM) Possibly some sort of AI "evolution" might help to create AI that indeed comms well.
Easy enough to use opponent modelling and some randomness so AI won't be able to be exploited to lose.
Image
Image
Post Reply