Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://discord.gg/5TdhrVP
simulated function PreBeginPlay()
{
super.PreBeginPlay();
ModifyMapInfoVariables();
}
function ModifyMapInfoVariables()
{
local ROMapInfo ROMI;
ROMI = ROMapInfo(WorldInfo.GetMapInfo());
ROMI.AC47GunshipStrikeLimit16 = 5;
ROMI.AC47GunshipStrikeLimit32 = 5;
ROMI.AC47GunshipStrikeLimit64 = 5;
}
The above would modify the AC-47 Spooky CoolDown.
How can I use this?
I do not know!
Do you have Tutorial?
http://discord.gg/GuVFSk
I need to know How to modify Commander abilities cooldowns
in "View"- > "World Properties" -> "WorldInfo" -> "My Map Info" I can't solve my problem
I need help !
i tryed to copy this map and make a new but it does not let me , coming from hammer this is way to complicated for me :p