Arma 3
231 ratings
RTS Engine: Script & Game
2
3
2
3
2
2
   
Award
Favorite
Favorited
Unfavorite
Data Type: Scenario
Scenario Gameplay: Singleplayer, Multiplayer, Coop, PvP
Scenario Type: Infantry, Vehicles
Scenario Map: Altis, OtherMap
Meta: Dependency
Tags: Tag Review
File Size
Posted
Updated
391.310 KB
10 Dec, 2020 @ 7:14am
16 Dec, 2020 @ 7:46am
2 Change Notes ( view )

Subscribe to download
RTS Engine: Script & Game

Description
RTS Engine is a script you can use to create your own RTS for ARMA 3. A game mode is also included you can play alone or with friends. You can even play with AI.

I want to play the game mode!
Subscribe and start playing.

Singleplayer
AI: You get a menu when the game starts to select the amount of AI for each team.

Multiplayer
AI: Disable or enable the AI until you are satisfied.
If you join after the game has started it will not be displayed correctly.

Information:
  • Ai wont move if under fire. Arma logic..
  • The game mode is an example mission. But i try fix and add to make it better over time.
  • Game time, 20 - 40min. All depends on what the ai and you decide to do.
  • It may sound fun with 10vs10 ai but remember the performance. Garbage collector and a limit of 5 groups per player may not be enough depending on your computer spec.


I want to create my own RTS
The script is located in \functions\Engine\Camera\fn_init.sqf
A tutorial how to use it is located in \functions\Engine\readMe.sqf
You can also use the game mode included to edit, copy to fit your needs.

Donate

Buy me a coffee or give a like if you want to support my work :)[www.paypal.com]

If You Enjoyed The Mission Give It A Rate & Share With Friends

Popular Discussions View All (4)
12
22 Dec, 2021 @ 5:55am
Help
Alkanet_smörgåstårta
5
16 Dec, 2020 @ 7:33pm
Ideas
Alkanet_smörgåstårta
0
14 Dec, 2020 @ 10:29am
Interested to work in a C&C modification?
Sentry
52 Comments
The omega crazytails 12 Jan, 2023 @ 5:40pm 
this if really fun sucks there is no other maps
DRIV 18 Dec, 2022 @ 1:49pm 
Thanks for letting me know.
Alkanet_smörgåstårta  [author] 18 Dec, 2022 @ 1:42pm 
@DRIV
Sorry it´s been removed. But you can just download it here and extract the files yourself.
DRIV 18 Dec, 2022 @ 1:20pm 
Is removal of github page temporary or is it taken down permamently?
Atworld 6 Dec, 2022 @ 6:35am 
Does pvp work?
amzingdxge 27 Mar, 2021 @ 5:21pm 
i got it working now thanks!
Alkanet_smörgåstårta  [author] 27 Mar, 2021 @ 10:15am 
@amzingdxge
The cameralimit is located inside Game/Interface/fn_init.sqf
Alkanet_smörgåstårta  [author] 27 Mar, 2021 @ 10:14am 
@amzingdxge
Are the player inside the area?
The only thing that control the camera is the alk_fnc_freeCam_cameraLimit array and alk_fnc_freeCam_disableInput boolean (should be false by default).
Try set the cameralimit to this:
alk_fnc_freeCam_cameraLimit = [Gamearea_Center, 5000, 5000, 0, false,8000];
amzingdxge 27 Mar, 2021 @ 9:46am 
i did move the marker but the camera still wont move at the mountains.
Alkanet_smörgåstårta  [author] 27 Mar, 2021 @ 7:44am 
@amzingdxge
There is a hidden marker, in eden editor you should find it in the left menu. Can´t remeber it´s name but it specify the center of the game area.