Altaris
Posts: 1551
Joined: Wed Dec 07, 2011 8:20 pm

Wed Mar 20, 2013 2:31 pm

In this mod, only medium and heavy artillery use ammo (which represents shells in this mod). Regularly infantry and cavalry do not require ammo, only supply. This is WAD. (Ammo supplies are very limited for all sides, particularly Russia). Artillery is very potent in this mod, as it was in the real war.

I make no claims on how well the AI will perform, it has not been tested and I primarily designed this to be a PBEM scenario. I haven't spent much time at all looking into how AI operates in AGEOD.

User avatar
NY Rangers
Major
Posts: 218
Joined: Tue Mar 27, 2007 7:16 pm
Location: Finland

Wed Mar 20, 2013 2:48 pm

Ok, thanks for the info.

I've been thinking of learning to mod the AI. This mod may be good for some experimenting.

User avatar
NY Rangers
Major
Posts: 218
Joined: Tue Mar 27, 2007 7:16 pm
Location: Finland

Wed Mar 20, 2013 7:35 pm

Altaris, attached is von Mackensen without the CP-penalty. I deleted Models.Cached before using these two files.
Attachments
Models.rar
(1.63 KiB) Downloaded 229 times

Altaris
Posts: 1551
Joined: Wed Dec 07, 2011 8:20 pm

Wed Mar 20, 2013 8:42 pm

Thx NY Ranger, always nice to have little things like this brought up, I've been working on this so long now I sometime's overlook the smaller details. Feel free to point out other things like this that you run across, I'll make sure to get them updated in my Exce/CSV files.

User avatar
Pocus
Posts: 25662
Joined: Wed Oct 19, 2005 7:37 am
Location: Lyon (France)

Thu Mar 21, 2013 10:04 am

There is a new feature experimented by the team in AJE (and more in BOR) which is to plug 'AI Agents' on a stack, so to direct him. This can work for the Schefflein Plan.

NY Rangers if you want to help with AI, then by all mean add the commands in excel first, not as text file. This seems more work at first but maintenance is much more easy on the long term.
Image


Hofstadter's Law: "It always takes longer than you expect, even when you take into account Hofstadter's law."

User avatar
NY Rangers
Major
Posts: 218
Joined: Tue Mar 27, 2007 7:16 pm
Location: Finland

Thu Mar 21, 2013 1:41 pm

Pocus wrote:NY Rangers if you want to help with AI, then by all mean add the commands in excel first, not as text file. This seems more work at first but maintenance is much more easy on the long term.


How do you import data from the scen to make a proper, three tab excel-file?

User avatar
PhilThib
Posts: 13705
Joined: Tue Oct 18, 2005 5:21 pm
Location: Meylan (France)

Thu Mar 21, 2013 2:17 pm

It can't work from game to excel....only the other way round, that's why all direct modding and work in text files is just lost for us developpers. I used to tell that many times in the past to Clovis, who did most of his file on Excel in the beginning.
What you can do is take the files from RUS DB...if you don't find them, send me an email at pthibaut@ageod.net and I'll send you some sample files...
Image

User avatar
NY Rangers
Major
Posts: 218
Joined: Tue Mar 27, 2007 7:16 pm
Location: Finland

Thu Mar 21, 2013 4:39 pm

For your information, further testing shows that while unmodded Russian AI does a pretty good job, its French counterpart is ultrapassive, scared of the enemy. The latter needs much more tweaking, obviously.

Altaris
Posts: 1551
Joined: Wed Dec 07, 2011 8:20 pm

Thu Mar 21, 2013 5:32 pm

My guess would be that the CP ratio is much higher in the favor of the Centrals in the West (since Germany has most of it's army positioned there), which causes the AI to be passive.

Interesting, thanks for researching into it!

Baris
AGEod Guard of Honor
Posts: 1945
Joined: Fri Apr 16, 2010 9:50 pm

Fri Mar 22, 2013 12:31 am

NY Rangers wrote:Inspired by this mod, I copied the RUS-folder with latest version Fatal Years (which doesn't seem to be as polished as some of the earlier versions)

AS far as I remember he was working on notepad lately. From early ROP tests AI was adequate and much better in later RUS Fatal years. But lately he was experimenting on new AI agents on FY and SFV2 which could have brought some in incompatibility or not polished... :neener:

User avatar
NY Rangers
Major
Posts: 218
Joined: Tue Mar 27, 2007 7:16 pm
Location: Finland

Sat Mar 23, 2013 1:39 pm

Making the excel-files from scratch is just way too much work for me, so I'll edit text files.

Not surprisingly for a noob, I haven't had success in creating the Battle of Fronties. I've tried different things, and the latest test event looks like this:

Code: Select all

SelectFaction = $FRA

StartEvent = evt_nam_FRA_aggroWestFrontFrance|999|0|NULL|NULL|NULL|NULL

Conditions

  CheckAILevel = 1
  MinDate = 1914/08/01

Actions

  AI.SetAggro = $Theater_WestFrontFrance;999
  AI.SetLocalInterest = $Mulhouse;999;$Strassburg;999;$Metz;999

EndEvent


According to ScriptReport it works, but nothing happens.

User avatar
NY Rangers
Major
Posts: 218
Joined: Tue Mar 27, 2007 7:16 pm
Location: Finland

Sat Mar 23, 2013 1:54 pm

...and I was thinking of adding a turn index, so it would affect only the early turns.

User avatar
NY Rangers
Major
Posts: 218
Joined: Tue Mar 27, 2007 7:16 pm
Location: Finland

Sat Mar 23, 2013 2:44 pm

Meanwhile, here is the scn-file with a fort added to Loetzen.
Attachments
The Guns of August.rar
(155.3 KiB) Downloaded 225 times

User avatar
Franciscus
Posts: 4571
Joined: Fri Apr 20, 2007 8:31 pm
Location: Portugal

Sat Mar 23, 2013 2:58 pm

NY Rangers wrote:Making the excel-files from scratch is just way too much work for me, so I'll edit text files.

Not surprisingly for a noob, I haven't had success in creating the Battle of Fronties. I've tried different things, and the latest test event looks like this:

Code: Select all

SelectFaction = $FRA

StartEvent = evt_nam_FRA_aggroWestFrontFrance|999|0|NULL|NULL|NULL|NULL

Conditions

  CheckAILevel = 1
  MinDate = 1914/08/01

Actions

  AI.SetAggro = $Theater_WestFrontFrance;999
  AI.SetLocalInterest = $Mulhouse;999;$Strassburg;999;$Metz;999

EndEvent


According to ScriptReport it works, but nothing happens.


Hi

The first line of a script must be startevent, only then the line about selectfaction.
Also you should Select again the faction before starting Actions (but after the entry "Actions")

Regards

User avatar
NY Rangers
Major
Posts: 218
Joined: Tue Mar 27, 2007 7:16 pm
Location: Finland

Sat Mar 23, 2013 3:37 pm

Franciscus wrote:Hi

The first line of a script must be startevent, only then the line about selectfaction.
Also you should Select again the faction before starting Actions (but after the entry "Actions")

Regards


Thanks for the info! I will retry it soon.

User avatar
NY Rangers
Major
Posts: 218
Joined: Tue Mar 27, 2007 7:16 pm
Location: Finland

Sat Mar 23, 2013 3:43 pm

I had noticed that the battle sounds in this mod are poor, almost non-existent. Here's the solution:

Extract the attachment (Sounds_Alias.ini) to WW1/Aliases -folder. The file is from RUS.

(I deleted the old Sounds.ini from the folder, although I'm not sure if it is necessary.)
Attachments
Sounds_Alias.rar
(1.32 KiB) Downloaded 220 times

User avatar
NY Rangers
Major
Posts: 218
Joined: Tue Mar 27, 2007 7:16 pm
Location: Finland

Sat Mar 23, 2013 4:11 pm

NY Rangers wrote:Thanks for the info! I will retry it soon.


No success with the suggested changes, damn!

User avatar
NY Rangers
Major
Posts: 218
Joined: Tue Mar 27, 2007 7:16 pm
Location: Finland

Sat Mar 23, 2013 5:19 pm

Last report for today: French AI do attack Metz in force on turn 3, which is a bit too late. I have to figure out.

And if I haven't said it already, many thanks to Altaris for this great mod! :hat:

User avatar
Franciscus
Posts: 4571
Joined: Fri Apr 20, 2007 8:31 pm
Location: Portugal

Sat Mar 23, 2013 5:46 pm

I understand next to nothing of AI, really, but:
- it's normal some delay between what you script by event and what the AI really does
- If you want something done with 100% certainty, you must script it directly (ie, "cheat") :)

Bohémond knows much more than me, maybe he can help you out

User avatar
GlobalExplorer
AGEod Veteran
Posts: 777
Joined: Thu Jun 28, 2007 4:35 pm
Location: Berlin
Contact: Website

Sat May 18, 2013 10:20 am

Fantastic mod. Installation was not the hassle that I had feared. The only dissapointment is that the scenario has 10 turns. In other AGE games I only play campaigns of 70 turns upwards.

I would be very happy if this was turned into a separate WW1 game based on the AGE engine! I would pay hard cash for it. The AGE engine and WW1 are ready, meaning 2/3 the work is already done. WW1 itself never sold so well so it could benefit all parties.

User avatar
PhilThib
Posts: 13705
Joined: Tue Oct 18, 2005 5:21 pm
Location: Meylan (France)

Sat May 18, 2013 11:04 am

GlobalExplorer wrote:WW1 itself never sold so well so it could benefit all parties.


Not true...WW1 was the second best sale in volumes for Ageod. :)
Image

User avatar
Leibst
Posts: 2581
Joined: Wed Sep 27, 2006 6:06 am
Location: Madrid, Spain
Contact: Website Facebook

Sat May 18, 2013 11:28 am

PhilThib wrote:Not true...WW1 was the second best sale in volumes for Ageod. :)


I bougth it, but never play more than two turns. Maybe someday will try again.... in that times i was most of the time playing 'how to live with a baby crying all night'.
Image
Headquarter game designer of Battles For Spain, Ageod English Civil War, España:1936 and Thirty Years War
HQ website

User avatar
PhilThib
Posts: 13705
Joined: Tue Oct 18, 2005 5:21 pm
Location: Meylan (France)

Sat May 18, 2013 12:21 pm

Got 3 kids...you know now why I have been doing games all those years... :mdr:

And now the elder girls are teenager...so dad will have "other" sleepless nights....lol :blink: :neener:

Joke aside, I agree it would be a great WW1 game mixing the work made by Altaris and the expertise of others... it's just a matter of finding time for it.
Image

wosung
Posts: 535
Joined: Wed Feb 21, 2007 12:58 pm

Sat May 18, 2013 4:29 pm

May Luca be interested in helping with another WW1 game? Or is he done with coding games? Couldn't you ... mobilize & co-ordinate those experts?
Second best sale in volumes gotta mean something, arguably there's a market for another WW1 game.

Best regards

User avatar
PhilThib
Posts: 13705
Joined: Tue Oct 18, 2005 5:21 pm
Location: Meylan (France)

Sat May 18, 2013 9:40 pm

Luca coded WW1 in C++, the AGE engine is a totally different code and engine, so he won't be of help...plus Luca now is focused on boardgame creation (and excellent ones by that !!) and not coding much.

If I am sure to find dedicated and committed volunteers that will stick together for a year or so, like the AJE guys, then it may be worth it
Image

User avatar
GlobalExplorer
AGEod Veteran
Posts: 777
Joined: Thu Jun 28, 2007 4:35 pm
Location: Berlin
Contact: Website

Sun May 19, 2013 12:19 pm

In any event you would have a head start with this one! What I see in the mod is already a beautiful, detailed WW1 game. Unfortunately it is but a short preview, lacks the feel of a 4 year long struggle.

If it could be turned into a comprehensive experience à la ACW / RuS it may become your best selling title :)

Thanks to Altaris for the work done so far!!

Altaris
Posts: 1551
Joined: Wed Dec 07, 2011 8:20 pm

Sun May 19, 2013 4:54 pm

I'm glad you enjoyed it Global, I've pretty much had the same experience in the various PBEM's I've played... by the end of it, I'm wishing to see where it goes - particularly on the Eastern Front where things really start to heat up just as the mod starts winding down :) If you haven't given it a go yet in PBEM, you should give it a try, it's lots of fun.

I loved the original WW1-Gold by AGEOD, I just unfortunately could never find a way to reliably play it in PBEM or via network. I'm a PBEM guy, I like pitting against a human opponent, so that's where the idea for modding it originally came from.

For what it's worth, I think it would be awesome to see an AGEOD WW1 game released on the 100th anniversary of the war next year ;)

User avatar
GlobalExplorer
AGEod Veteran
Posts: 777
Joined: Thu Jun 28, 2007 4:35 pm
Location: Berlin
Contact: Website

Mon May 20, 2013 12:42 am

If WW1 sold so well it says something very important - there are not enough good WW1 strategy games around! An AGE version of the full war, with some new features like limited air war or Revolution looming in France/Germany/Russia would be pure heaven, and in line with the greatest titles in the series (imo ACW and RuS).

I was also not aware that the AGE engine is so flexible. Simple copy the data folder to a newer game. That's very good design, especially from the modding perspective :hat:

A strange thing I noticed was that after the first time I ran the mod, it crashed with several error messages, but after the second time the problem had disappeared.

Altaris
Posts: 1551
Joined: Wed Dec 07, 2011 8:20 pm

Mon May 20, 2013 1:00 am

Yeah, AGE engine has a really nice setup, very mod friendly. Their CSV splitter, if used properly, is a really good design tool too. I've really enjoyed modding with AGE, the design is very logical and organized, even aspects that aren't documented on the Wiki are usually designed well enough that you can piece together how they work with a little trial and error testing.

User avatar
GlobalExplorer
AGEod Veteran
Posts: 777
Joined: Thu Jun 28, 2007 4:35 pm
Location: Berlin
Contact: Website

Wed Jun 05, 2013 10:52 am

How much work is left to finish this? I know it's a big project, but 10 turns feels a bit short.

Return to “Modding AGE engine games”

Who is online

Users browsing this forum: No registered users and 17 guests