ORIGINAL: Jazon
1 Units deployed on the map by UNIT script, when I choose they should be upgraded up to time, does it mean they are upgraded in all aspects? Ex. For infantry: infantry weapons, mobility, anti aircraft, or only main one – infantry weapons? This is a problem because I want to make HQs and some artillery units more mobile ( Red Calvary Army artillery and Gai-Chan corps). So my concern is how to deploy Units on map, using the DECISION, but only upgraded in weapons not anti aircraft or mobility.
Hi Jazon
Units will arrive via script either with no research, or with all the available research upgrades possible.
Maybe you could disable the ability of these units to upgrade at all with anti-aircraft or mobility?
ORIGINAL: Jazon
2. Other thing is that I made a pop-up communicate, but i want only soviets should see it. How to do it? Also how to implement more text in Pop-up window as well with text? For example this one, text in message actually fits with this foto, but problem is it is seen by Polish player too:( Also in other Pop-ups I would like to place more text then two sentences. Best would be text and photo matched together nicely. There are some events that I want to explain with Pop-ups but I can't manage to edit photo and text together in a aesthetic way.
I strongly recommend looking at the events in POP UP scripts file for the default 1914 Call to Arms campaign, because they include ones (strategic advice) that are set to only show on either the Entente or Central Powers turn.
They also include examples that have a significant amount of text. Here's one example:
{
#NAME= Strategic Advice To Austria-Hungary (1) - Immediate Priorities
#POPUP= <<TAG_1>>
#MESSAGE= <<TAG_3>>
#IMAGE= communication.png
#SOUND= report.wav
#FLAG= 1
#TYPE= 0
#AI= 4
#LEVEL= 0
;Set global variable condition to always trigger (dummy value)
#GV= 1[1,100]
;Set link value to always trigger (dummy value)
#LINK= 0[0]
#COUNTRY_ID= 8
#TRIGGER= 100
#PRIVATE= 1
#DISPLAY_ORDER= 1
#DISPLAY_TURN= 1
#DISPLAY_STYLE= 1
#MESSAGE_STYLE= 2
#DATE= 1914/08/01
#TEXT_RGB= 0,0,0
#SHADOW_RGB= 0,0,0
#MAP_POSITION= 187,94
#ALIGNMENT_POSITION=
;Set variable conditions:
; Austria-Hungary politically aligned with the Central Powers and not surrendered
#VARIABLE_CONDITION= 8 [1] [100] [0]
;Dummy condition position (always satisfied)
#CONDITION_POSITION= 0,0 [0,0] [0,0] [0] [0]
}
In the above, I've made bold the sections of the script that are relevant to your question.
I hope this helps, and good luck with this very interesting project! [:)]
Bill