Page 7 of 10
RE: 653H Mod .dat file missing?
Posted: Tue Apr 25, 2017 1:01 pm
by BeirutDude
I just tried unzipping and copying to the Campaign folder but it doesn't show up in the game menu. When I do a comparison it looks like a .dat file is missing?
RE: 653H Mod .dat file missing?
Posted: Thu Apr 27, 2017 9:07 am
by sPzAbt653
Dat files are generated when the file runs, so don't sweat not seeing it yet. Did you follow the install instructions from post #2 of this thread ?
RE: 653H Mod
Posted: Fri Apr 28, 2017 6:35 am
by monopoly888
FAILED(select_campaign_dialog: draw_campaign_image_to_buffer): Could not load image file.
This error occurred when I clicked to start new scenario mod (Fall Weiss and 615H).
I copied and pasted downloaded files to documents>My games>SC2 WW2>Campaings
Any solution? I'm using windows10 64bit laptop.
RE: 653H Mod
Posted: Fri Apr 28, 2017 7:10 am
by sPzAbt653
You typed SC2 WW2, either you mis-typed or that is wrong. See Page 1, Post 2 {I know you have W10 so it may look different, but folders and files should be the same].
RE: 653H Mod .dat file missing?
Posted: Fri Apr 28, 2017 2:36 pm
by BeirutDude
Just looked at them again and as far as I can tell yes. There are some files that don't appear in Post #2 is there somewhere they should go?
RE: 653H Mod .dat file missing?
Posted: Fri Apr 28, 2017 2:39 pm
by BeirutDude
Directory

RE: 653H Mod .dat file missing?
Posted: Fri Apr 28, 2017 2:47 pm
by crispy131313
That is not the directory for user made campaigns.
RE: 653H Mod .dat file missing?
Posted: Fri Apr 28, 2017 2:55 pm
by BeirutDude
Got it. Thanks!
RE: 653H Mod .dat file missing?
Posted: Fri Apr 28, 2017 3:52 pm
by sPzAbt653
Glad you got it !
Can't stress enough to everybody else that has trouble - look at Post #2 !! The installation procedures that are being used by game companies these days are counter intuitive to many of us.
RE: 653H Mod
Posted: Wed May 03, 2017 12:01 pm
by sPzAbt653
In order to cancel an event:
You could stop it by having an alternative convoy higher up in the file whose triggers will take precedence when that later Decision is fired.
So, for example, using a Strength Script [as below] that I want active for a period of time but then I want it canceled, or rather its place taken by another that has different values for losses, would I put an event above it with a different/later date ? Would that somehow cancel the current one and then use the one with the later date ?
{
#NAME= Allied Atlantic Anti-Sub Warfare
#POPUP= Allied Atlantic Anti-Sub Warfare
#IMAGE= humantorpedo.png
#SOUND=
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
#LINK= 0[0]
#COUNTRY_ID= 115
#FLAG_ID= 115
#TRIGGER= 2
#SEASON_FLAG= 0
#DATE= 1939/09/01
#MAP_POSITION= 45,100 [0,50] [1,2] [-5,-10] [1] [0]
#VARIABLE_CONDITION= 45 [1] [100] [0]
#CONDITION_POSITION= 0,0 [0,0] [0,0] [0] [0]
}
RE: 653H Mod
Posted: Wed May 03, 2017 12:30 pm
by crispy131313
Use Alignment condition of far corner hexes, and territory scripts to trigger. I use this to have the Allies abruptly end Turkish exports to Germany (by threat of blockades) for example even though all other conditions for exports remain satisfied.
RE: 653H Mod
Posted: Wed May 03, 2017 12:38 pm
by crispy131313
To be clear you will have to use DE to check alignment condition.
RE: 653H Mod
Posted: Thu May 04, 2017 12:14 pm
by sPzAbt653
I think its clear - on a certain date switch the Territory of an 'out of play' hex, make the DE dependent on the Alignment of that hex after that date [but prior to a later date], and VOILA ! Thanks very much for the guidance [&o]
RE: 653H Mod
Posted: Sat May 13, 2017 11:10 am
by sPzAbt653
What are these 'global variables' ? Nothing came up in the manual when I searched that term. The Script help says there are 10 possible, but I don't know anything else. For example:
#GV= 2[1,50]
I get that variable #2 has a value of 1,50, but no idea what it means or what it is used for.
RE: 653H Mod
Posted: Tue May 16, 2017 12:43 am
by sPzAbt653
Here is one that is kicking my butt for three days. I've tried so many changes and run so many tests that my head is spinning. I won't post the full boring story because I hope it has no bearing. The point is that DE 683 works fine, no issue there. DE 684 does not work, unless I remove the LINK to 683. But I want it linked to 683. I know it says 'dummy value' there but from I've seen that doesn't matter, I think those are unread lines for instructional purposes. But of course I removed that line just to see if it mattered but it didn't. I am suspicious that there is something else going on, but I can't get past the fact that if I set the link in 684 to 0[0] that it then works. I have also runs tests while changing all the other values [Trigger set to 100%, etc.]. Maybe somebody else can see why 683 works all the time, but 684 will not trigger unless I remove the Link [and yes my Condition Position in 684 is met].
{
#NAME= DE 683 - Norway to Germany Convoy [NW]
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 45
#TRIGGER= 100
#DISPLAY_ORDER= 0
#DECISION= 683
#MPP_UPDOWN= 40
#MPP_TURNS= 1
#MPP_TEXT= Imports From Norway [NW]
#NOTES=
#NOTES_POSITION=
#AI_RESPONSE= 100
#AI_RESPONSE_POPUP=
#DATE= 1939/09/01
#TEXT_RGB= 0,0,0
#SHADOW_RGB= 0,0,0
; Berlin is in Axis hands
#ALIGNMENT_POSITION= 173,74 [1]
#NATIONAL_MORALE_TRIGGER= 0 [0]
; Germany politically aligned with Axis and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
; Norway politically aligned with Axis and not fully mobilized
#VARIABLE_CONDITION= 78 [1] [1] [0]
#CONDITION_POSITION= 0,0 [0,0] [0,0] [0] [0]
}
{
#NAME= DE 684 - Allied Raiders hit Norway to Germany Convoy [NW]
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 683[1] This DE only works if I put 0[0] here
#COUNTRY_ID= 45
#TRIGGER= 75 Doesn't work when tested at 100% either
#DISPLAY_ORDER= 0
#DECISION= 684
#MPP_UPDOWN= -20
#MPP_TURNS= 1
#MPP_TEXT= Imports Lost [NW Convoy]
#NOTES=
#NOTES_POSITION=
#AI_RESPONSE= 100
#AI_RESPONSE_POPUP=
#DATE= 1939/09/01
#TEXT_RGB= 0,0,0
#SHADOW_RGB= 0,0,0
; Berlin is in Axis hands
#ALIGNMENT_POSITION= 173,74 [1] Have tried different positions
#NATIONAL_MORALE_TRIGGER= 0 [0]
; Germany politically aligned with Axis and not surrendered
#VARIABLE_CONDITION= 45 [1] [100] [0]
; Allied naval occupation position 1 Allied naval unit in the target hex
#CONDITION_POSITION= 158,59 [0,0] [1,1] [2] [0]
}
RE: 653H Mod
Posted: Tue May 16, 2017 1:04 am
by crispy131313
Not sure why it's not reading in logical order. Try adding the below line to DE 684 and setting the link to 0(0) and you should still get the desired result.
#VARIABLE_CONDITION= 39 [1] [1] [0]
RE: 653H Mod
Posted: Tue May 16, 2017 3:33 am
by sPzAbt653
39 isn't even Norway, lol, so thanks for making me aware of that. That mistake didn't really affect that one. I see what you are saying, if all the triggers are the same then they both will fire, which they do. Unfortunately now I have to go into it a little further. I have redone all the convoys to use DE's so there are like 60 new DE's. The one I posted above is one of the 'easy' ones, but there are a bunch like the one below that have to do with the UK relocating to Canada. It's the Condition Positions that I can't use in both because they are read as 'OR' instead of 'AND', so they won't work that way.
If only I could get the LINKS to work [:(]
{
#NAME= DE 165 - Caribbean to UK Convoy (CU)
#POPUP=
#IMAGE=
#SOUND=
#FLAG= 1
#TYPE= 2
#AI= 0
#LEVEL= 0
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 112
#TRIGGER= 100
#DISPLAY_ORDER= 0
#DECISION= 165
#MPP_UPDOWN= 20
#MPP_TURNS= 1
#MPP_TEXT= Caribbean Convoy (CU)
#NOTES=
#NOTES_POSITION=
#AI_RESPONSE= 100
#AI_RESPONSE_POPUP=
#DATE= 1939/09/09
#TEXT_RGB= 0,0,0
#SHADOW_RGB= 0,0,0
; British Empire is in Allied hands
#ALIGNMENT_POSITION= 0,2 [2]
#NATIONAL_MORALE_TRIGGER= 0 [0]
; UK politically aligned with Allies and not surrendered
#VARIABLE_CONDITION= 112 [2] [100] [0]
; No Axis units in Bristol
#CONDITION_POSITION= 142,78 [0,0] [0,0] [1] [0]
; No Axis units in Liverpool
#CONDITION_POSITION= 141,72 [0,0] [0,0] [1] [0]
; No Axis units in Glasgow
#CONDITION_POSITION= 138,65 [0,0] [0,0] [1] [0]
}
RE: 653H Mod
Posted: Thu May 18, 2017 1:56 am
by sPzAbt653
I moved the Linked DE's to a position ABOVE the non-linked DE's and they seem to be working [only one two turn test so far, but very exited to see a positive result after several days of working on this]. In other words, and using post # 135 as an example, placing DE 684 above DE 683 resulted in the events working [in a short test]. Hallelujah !
RE: 653H Mod
Posted: Mon May 22, 2017 12:15 pm
by BillRunacre
Hi
Global Variables are set when a new game is started, and they are a way of ensuring that a script only happens in a % of games.
So if I use the setting:
#GV= 2[1,50]
Then the script has a chance of firing only in those games where GV= 2, which on average will be 50% of games.
This can be a very useful way of setting things to only happen in some games and not all, though I think I used it more in our WWI releases than in this one - though the scuttling of the Vichy fleet when Germany invades Vichy France does use these.
RE: 653H Mod
Posted: Mon May 22, 2017 4:33 pm
by sPzAbt653
Thanks Bill. There are some GV's in the Fleet Scripts and since I was tinkering with them I wondered what it was about.
From the Fleet notes:
Plan identity is determined by #COUNTRY_ID and #GOAL_POSITION.
Does this mean that if I have the same exact plan duplicated several times, but with one difference in that each one has different Goal Positions, that there will then be multiple plans active at the same time, instead of only one active plan at a time ?