Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > Real Warfare 2: Northern Crusades

Real Warfare 2: Northern Crusades A new chapter in the Real Warfare realistic real-time strategy games series.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #31  
Old 11-23-2011, 04:31 PM
mitra mitra is offline
Approved Member
 
Join Date: Mar 2008
Location: Milano
Posts: 668
Default

Quote:
Originally Posted by Goblin Wizard View Post
Could you explain "the different ability with the primary weapon"? Any examples of these abilities?
Primary weapon is the bonus you give in the upgrade unit screen, with value from 0 to 3. Higher is the value higher is the efficiency on the use of weapons . At example it modify the possibility to make a hit but not the factor related to weapon type (like armour piercing capacity or maximum damage).

Quote:
Originally Posted by Goblin Wizard View Post
Another thing - how the reinforcements cost is scaled (..\data\gui\map.gui.aix)
Code:
var restorePrice : Integer;
[*] = ;         if selectedCommander > 0 then
[*] = ;         restorePrice := floor(100*selectedUnitsCountByTemplate*(1+1.5*selectedIntSize)) //restore of first humans squad cost less
[*] = ;         else
[*] = ;         begin
[*] = ;            var armorKoef : Integer = 2;
[*] = ;            case selectedUnitArmor of
[*] = ;               0 : armorKoef := 2;
[*] = ;               1 : armorKoef := 4;
[*] = ;               2 : armorKoef := 8;
[*] = ;               3 : armorKoef := 12;
[*] = ;            end;
[*] = ;            restorePrice := selectedPrice * armorKoef;
[*] = ;         end
This part looks ok but a few lines below we can see something like this:
Code:
var armorKoef : Integer = 1;
[*] = ;      case selectedUnitArmor of
[*] = ;         0 : armorKoef := 1;
[*] = ;         1 : armorKoef := 1;
[*] = ;         2 : armorKoef := 10;
[*] = ;         3 : armorKoef := 10;
[*] = ;      end;
[*] = ;      selectedPrice := selectedPrice * armorKoef;
I'm curious why units with armor >1 cost 10 times more to reinforce? Maybe it works under different circumstances?
Armour 3 is a very expensive value, because make a big difference in fight (is a complete knight armour) it was the more expensive things in war with the warhorse. The routine suppose if you must reinforce a unit of knights you must pay also for their equipment which is more expensive of that of militia.

I see you start soon to play with the code

Quote:
Units with shields on the back. When does such a unit use shield or when the shield works?
BLock hit from the back direction, if I remember well the routines
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:28 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.