Rising Storm 2: Vietnam

Rising Storm 2: Vietnam

100 ratings
Demo Map for new Mappers
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
8.209 MB
20 Jun, 2017 @ 1:33pm
1 Change Note ( view )

Subscribe to download
Demo Map for new Mappers

Description
This is a demo map for new mappers to review some of the basic set up for a new map. I will expand and update this map as new questions or tutorials are made with it. Please feel free to post any questions or requests here.
46 Comments
nymets1104  [author] 15 Aug, 2018 @ 4:29pm 
BLUNT44 15 Aug, 2018 @ 2:17pm 
Could i get a valid link to the discord? i'm not sure how to get tunnels working
YAMI[YES AH-1] 28 Jul, 2018 @ 3:27am 
class MapInfoMutator extends ROMutator;


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?:steamsad:
I do not know!
Do you have Tutorial?
nymets1104  [author] 28 Jul, 2018 @ 1:46am 
Join us on the Discord Server and we can help you @[SGS] YAMI[Y]
http://discord.gg/GuVFSk
YAMI[YES AH-1] 27 Jul, 2018 @ 8:16pm 
Does anyone know Commander abilities cooldowns ?
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 !:steamsad:
CRAZY_TR41N 25 Oct, 2017 @ 7:31am 
Thank you!
Wenzel 21 Oct, 2017 @ 1:55am 
Thanks a lot! :)
Col.Burke 8 Oct, 2017 @ 12:23pm 
Looks like a great start. Im sure there are a load of people like me who have great ideas, but just want a decent hello world example to get started
Mr Said 1 Oct, 2017 @ 1:11pm 
Just a up date on my last post to you, Bought books on Amazom on Unreal Engine Vol 1 & 2. More videos on YouTube too. Your vido even as fast as it is for me is becomming clearer. I use yours as a guide. Maybe by Spring of 2018 I'll be making maps. Also I found that the SDK for Vietnam isn't a full Unreal Engine. Its just what is needed to make Maps for this one game.
robert 1 Oct, 2017 @ 12:17pm 
is it possible to make an example map for each mode, so it can be used as a starting point ?
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