武装突袭3

武装突袭3

232 个评价
RTS Engine: Script & Game
2
3
2
3
2
2
   
奖励
收藏
已收藏
取消收藏
Data Type: Scenario
Scenario Gameplay: Singleplayer, Multiplayer, Coop, PvP
Scenario Type: Infantry, Vehicles
Scenario Map: Altis, OtherMap
Meta: Dependency
标签: Tag Review
文件大小
发表于
更新日期
391.310 KB
2020 年 12 月 10 日 上午 7:14
2020 年 12 月 16 日 上午 7:46
2 项改动说明 ( 查看 )

订阅以下载
RTS Engine: Script & Game

描述
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

热门讨论 查看全部(4)
12
2021 年 12 月 22 日 上午 5:55
Help
Alkanet_smörgåstårta
5
2020 年 12 月 16 日 下午 7:33
Ideas
Alkanet_smörgåstårta
0
2020 年 12 月 14 日 上午 10:29
Interested to work in a C&C modification?
Sentry
52 条留言
The omega crazytails 2023 年 1 月 12 日 下午 5:40 
this if really fun sucks there is no other maps
DRIV 2022 年 12 月 18 日 下午 1:49 
Thanks for letting me know.
Alkanet_smörgåstårta  [作者] 2022 年 12 月 18 日 下午 1:42 
@DRIV
Sorry it´s been removed. But you can just download it here and extract the files yourself.
DRIV 2022 年 12 月 18 日 下午 1:20 
Is removal of github page temporary or is it taken down permamently?
Atworld 2022 年 12 月 6 日 上午 6:35 
Does pvp work?
amzingdxge 2021 年 3 月 27 日 下午 5:21 
i got it working now thanks!
Alkanet_smörgåstårta  [作者] 2021 年 3 月 27 日 上午 10:15 
@amzingdxge
The cameralimit is located inside Game/Interface/fn_init.sqf
Alkanet_smörgåstårta  [作者] 2021 年 3 月 27 日 上午 10:14 
@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 2021 年 3 月 27 日 上午 9:46 
i did move the marker but the camera still wont move at the mountains.
Alkanet_smörgåstårta  [作者] 2021 年 3 月 27 日 上午 7:44 
@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.