Print Page | Close Window

New Battle Calculator - a work in progress

Printed From: Illyriad
Category: Miscellaneous
Forum Name: Fansites
Forum Description: Listings of fansites, and resources for creating your own.
URL: http://forum.illyriad.co.uk/forum_posts.asp?TID=10482
Printed Date: 28 Mar 2024 at 21:41
Software Version: Web Wiz Forums 12.03 - http://www.webwizforums.com


Topic: New Battle Calculator - a work in progress
Posted By: Tensmoor
Subject: New Battle Calculator - a work in progress
Date Posted: 10 Jun 2018 at 00:27
Reading through some of the recent posts regarding battle calculations with equipment I got inspired to see if I could manage to write a new one from scratch using the calculation methods discussed in those posts.

Some restrictions on the current setup apply:
  1. Only one division in each army.
  2. Only the attacking army can have a commander.
  3. No equipment used at present.
  4. Only Heroism and division attack bonuses will be used.

All these restrictions will be removed in the future but I want to concentrate on the real basic calculations first.

So far I've managed to get a reasonably useable page done that allows the entry of attacking and defending forces as well as selection of the terrain. This is using several new (to me at least) methods of layout so is a bit rough still. The link below is a working version of the calculator as it stands at the moment. To use it simply start with 'Unit Groups' and work your way down. To close any of the popups simple click outside them however make sure you click any 'Save' buttons that may be at the bottom of the popup.

Please feel free to explore it and leave any comments below.

https://durctools2.dewt.me.uk/bc/" rel="nofollow - https://durctools2.dewt.me.uk/bc/

Tens



Replies:
Posted By: Tensmoor
Date Posted: 13 Jun 2018 at 11:31
I really wasn't happy with the number of different checkboxes/dropdown lists I was using just to get the races of attacker/defender so I've been busy working on trying to simplify it.

Changes
  1. Completely re-done the structure of the underlying unit data which let me get rid of the 'Groups' checkboxes.
  2. Selection of both races is by typing in a text box. Suggested races appear as you type (after a min of 2 characters) and you select one by clicking on it.
  3. Storage of the unit data is now done by a number rather than the name of the unit (there are several units from different races that have the same names but are different units). This also gives me much easier access to the various stats for the units.
  4. Added store/load to local storage ability. I was getting rather fed up having to type the same stuff in time after time while I worked on/tested bits of code. At the moment it only stores one set of data but I may change this in the future.
Next is to start work on the calculations - if I can I'll generate these using the methods described by both Sene and Hucbold so there can be a direct comparison using the same data on the same machine. First will be the attacking army values. - fingers crossed Wink


Posted By: Tensmoor
Date Posted: 14 Jun 2018 at 03:28
Been working on the calculation of the total offensive army attack score and I think I've got it working with the formulae Sene posted - bear in mind that at present you can only have one div and no equipment is used in the calcs yet. The results of each step in the calcs is shown in a rather feeble attempt at emulating a terminal window.

I've also got the code done to allow you to assign equipment to the commander but as I said above, it isn't used in the calcs yet.

Next on the list is the code to retrieve the applicable effects for the equipment depending on the race, terrain etc.

The updated code has been posted to the demo site.

https://durctools2.dewt.me.uk/bc/" rel="nofollow - https://durctools2.dewt.me.uk/bc/


Posted By: Tensmoor
Date Posted: 19 Jun 2018 at 13:55
Changes
  1. Complete re-design of the layout (still some positioning bugs).
  2. Allows up to 5 divisions in each army.
  3. Allows equipment for attacking comanders.
Still to do
  1. Do the code for the defender calculations.
  2. Do the entire code for the Hucbold method of calculating.
  3. Check that the equipment bonuses are being properly calculated for all the relevant terrain types - i've got a nagging doubt tapping away in the back of my head...
  4. Code for Biome and Prestige bonuses.
Please feel free to try out this test version and let me know of any bugs.

Tens

https://durctools2.dewt.me.uk/bc/" rel="nofollow - Illy Battle Calc (Test)


Posted By: Tensmoor
Date Posted: 21 Jun 2018 at 12:18
Been working on the calculations for the defender and the casualties and having problems. After reaching out in GC Humanoid sent me details on how he calculates the defence and casualties which I've implemented in my development version. I'm getting some problems though. On very small battles using no equipment I get fairly close to the casualty numbers (+/- 1) which although not acceptable does indicate that I'm not completely wrong.

If I throw equipment into the mix then the errors can get quite large - turns out I'm not correctly getting all the relevant bonuses/penalties (vs armies, biomes etc). I need to spend some more time working on that side of it.

Using larger troop numbers also increases the size of the errors and in a test I did with no equipment I was getting 14% more casualties than I should be.

These problems prompted me to go back to the beginning and look at the attack calculations. Given that the Military Overview page gives you the attack score for each commander and group of units I decided to check I was getting the right figures - I wasn't. I was getting fractional parts on some of them so decided to just take the integer part for future use.
  • Note: The Military Overview page states 'NB: All combat values listed above are inclusive of commander, prestige, magic and other modifiers, but exclude terrain modifiers.'. I think this has to be incorrect as for example some armours/weapons have bonuses which only apply to certain types of enemy (Animals, Undead etc). I'm therefor removing all equipment and selecting 'Small Hills' as the terrain (no effects on attack) when doing these checks,
I'm now happy that I get the correct values for the attack scores when there is no equipment involved. I now need to look at the defense scores/casualties and see if I can get those working properly.

The demo version has the latest code deployed so please feel free to check it out and let me know of any boo-boos Wink


Posted By: Tensmoor
Date Posted: 28 Jun 2018 at 16:43
Changes
  • Disabled the ability to select a calculation method.
  • Set the calculation method to 'Hucbold'.
  • Added calculation of defense scores.
  • Added calculation of winner/loser and overall casualties for winning side troops.
Please note: This is very much a 'work in progress' and as such is liable to change at any time. The results so far seem to indicate that the calculations are reasonably accurate however there have been strange outlying results.

A great deal more testing needs to be done with both equipped and un-equipped armies as well as adding prestige boosts to attack/defence scores and Biome college boosts.

Tens

https://durctools2.dewt.me.uk/bcTest/" rel="nofollow - https://durctools2.dewt.me.uk/bcTest/


Posted By: Tensmoor
Date Posted: 29 Jun 2018 at 22:34
Changes
  • Calculations now done by both Hucbold and Sene methods with results being displayed side by side.
  • Removed a lot of the extraneous text from the results section.
The side by side results makes it much easier to see any differences between the two methods and while I've only done one test so far using equipment the results are interesting.

I'm currently scouting NPCs prior to sending an army against them. This allows me to forecast the casualties before the battle happens and then compare the figures to the report afterwards. Once i have a reasonable number of battles I'll post a table of the comparisons.

Tens

https://durctools2.dewt.me.uk/bcTest/" rel="nofollow - https://durctools2.dewt.me.uk/bcTest/


Posted By: Tensmoor
Date Posted: 01 Jul 2018 at 23:36
First production version:
https://durctools2.dewt.me.uk/bc/" rel="nofollow - https://durctools2.dewt.me.uk/bc/




Posted By: DeliciousJosh
Date Posted: 01 Jul 2018 at 23:56
Thanks Tensmoor. A great help for many I'm sure. Has it been a fun process as well as annoying ;p?

-------------

PublicRelations
HumanResources


Posted By: Tensmoor
Date Posted: 02 Jul 2018 at 01:33
Originally posted by DeliciousJosh DeliciousJosh wrote:

Thanks Tensmoor. A great help for many I'm sure. Has it been a fun process as well as annoying ;p?

Immensly Tongue


Posted By: rajput
Date Posted: 02 Jul 2018 at 13:24
Hug Thank you Tensmoor... Beer Cheers!!!

-------------


Warning! Author of this post has weird sense of humor...


Posted By: Tensmoor
Date Posted: 03 Jul 2018 at 11:34
Bug Fix

When calculating the crafted modifier the code was not including any terrain bonuses if the terrain contained the words Large, Small or Obsidian. Should now be fixed with apologies for any inconvenience my numptyness may have caused Embarrassed



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.03 - http://www.webwizforums.com
Copyright ©2001-2019 Web Wiz Ltd. - https://www.webwiz.net