Creating an Imjin War battle in the editor
Creating an Imjin War battle in the editor
So how exactly do I do this? The default units are sengoku jidai. If I try to create a copy of the Imjin campaign it just doesn't detect it even after I change it's name in the txt file. I've tried all sorts of copying over squad files and such but I just can't manage to get Imjin war units into the editor. So how exactly do I do this?
-
- Field of Glory 2
- Posts: 28297
- Joined: Sun Dec 04, 2005 6:25 pm
Re: Creating an Imjin War battle in the editor
It should simply be a matter of cloning CAMPAIGNS/5ImjinWar instead of CAMPAIGNS/2ImjinWarCampaign
Richard Bodley Scott


Re: Creating an Imjin War battle in the editor
And what's the difference between the two?
-
- Field of Glory 2
- Posts: 28297
- Joined: Sun Dec 04, 2005 6:25 pm
Re: Creating an Imjin War battle in the editor
Quite a lot. The /2ImjinWarCampaign is set up to work only for strategic campaigns. It could be converted, but it is easier to use /5ImjinWar, which is already set up for historical scenarios.rebel1233 wrote:And what's the difference between the two?
Richard Bodley Scott


Re: Creating an Imjin War battle in the editor
Well if I make a copy of that campaign and then create and save a battle in the editor it doesn't show that battle in the historical campaign list. The campaign itself is shown and I can play any pre made scenarios but not any that I made.
-
- Field of Glory 2
- Posts: 28297
- Joined: Sun Dec 04, 2005 6:25 pm
Re: Creating an Imjin War battle in the editor
This is because the cloned campaign contains a Campaign.txt file listing all its scenarios.rebel1233 wrote:Well if I make a copy of that campaign and then create and save a battle in the editor it doesn't show that battle in the historical campaign list. The campaign itself is shown and I can play any pre made scenarios but not any that I made.
You need to replace (or add to) the scenario names in brackets by adding yours:
Code: Select all
LOCK 00000000
VAR BreakPoint1
VAR BreakPoint2
[Chungju]
[Chungju1]
[Imjin]
[Imjin1]
[Pyeongyang]
[Byeokjegwan]
[Byeokjegwan1]
[Chiksan]
[Chiksan1]
Code: Select all
LOCK 00000000
VAR BreakPoint1
VAR BreakPoint2
[MyScenarioName]
Richard Bodley Scott


Re: Creating an Imjin War battle in the editor
Ok, thank you very much.
Now, I'm not sure if I ought to make a new post for a new question or if I can just ask it here. Anyway.
How would I go about increasing the amount of casualties caused by firearms and increase the chance for a volley to disrupt an enemy unit. I know how to edit certain unit stats and the very basics so if you could just tell me which file and which line to edit that'd be great. This question applies to both Pike and shot and Sengoku Jidai.
Now, I'm not sure if I ought to make a new post for a new question or if I can just ask it here. Anyway.
How would I go about increasing the amount of casualties caused by firearms and increase the chance for a volley to disrupt an enemy unit. I know how to edit certain unit stats and the very basics so if you could just tell me which file and which line to edit that'd be great. This question applies to both Pike and shot and Sengoku Jidai.
-
- Field of Glory 2
- Posts: 28297
- Joined: Sun Dec 04, 2005 6:25 pm
Re: Creating an Imjin War battle in the editor
If you increase the casualties you will increase the chance for a volley to disrupt an enemy unit.rebel1233 wrote:Ok, thank you very much.
Now, I'm not sure if I ought to make a new post for a new question or if I can just ask it here. Anyway.
How would I go about increasing the amount of casualties caused by firearms and increase the chance for a volley to disrupt an enemy unit. I know how to edit certain unit stats and the very basics so if you could just tell me which file and which line to edit that'd be great. This question applies to both Pike and shot and Sengoku Jidai.
You could do this by increasing the shooting POA.
For example, to increase the firepower of matchlocks ( == arquebus), you could increase the POA values in lines 1699, 1703, 1707, 1732 and 1750 in CombatTools.BSF
You would need a clone of CombatTools.BSF in your custom campaign in /Data/Battle/Scripts.
You will find the vanilla version in the main build in /Data/scripts. Don't edit it there, make a clone as above.
Note that the path is different in custom campaigns.
Richard Bodley Scott


Re: Creating an Imjin War battle in the editor
And is there any way to increase the chance for disruption without increasing the amount of casualties and without reducing unit quality?
-
- Field of Glory 2
- Posts: 28297
- Joined: Sun Dec 04, 2005 6:25 pm
Re: Creating an Imjin War battle in the editor
You could add a custom cohesion test modifier for being shot at by firearms. Obviously that would only have any effect if the firearms caused enough casualties to trigger a cohesion test.rebel1233 wrote:And is there any way to increase the chance for disruption without increasing the amount of casualties and without reducing unit quality?
Richard Bodley Scott

