武装突袭3

武装突袭3

Dynamic Bulwarks: Build - Defend - Survive
Brixius 2018 年 6 月 23 日 上午 2:38
Could use a guide on how to edit the editMe file
I'm kinda noob any help would be appreciated
< >
正在显示第 1 - 12 条,共 12 条留言
Elite665 2018 年 8 月 3 日 下午 6:17 
same
troy.ice 2018 年 8 月 22 日 下午 4:37 
same
Snoorz 2019 年 2 月 7 日 上午 10:22 
same here... every time i edit anything i get rekt :steamfacepalm:
Sunflower 2019 年 6 月 15 日 上午 10:43 
What do you need help with?
chris.s.clevenger 2019 年 10 月 12 日 上午 5:43 
I guess that is what I am looking for too... Are you talking about the way to remove loot from droping? coz that's what I want to find out as well.
Test Tube 2020 年 1 月 6 日 下午 3:35 
Old post but:
For custom enemies, you want to add unit classnames to HOSTILE_LEVEL_#, 1 being wave 1-5 (bandits), 2 being 5-10 (regular troops), and 3 being 10+ (spec-ops troops).
You add them like this: HOSTILE_LEVEL_1 = ["classname_1", "classname_2"]; with as many as you'd like to add. You can also put each classname on a separate line to keep things neat.

If you want to prevent certain weapons spawning, you can add them to the LOOT_BLACKLIST section, there are already some there, so just copy that format with as many other classnames as you want to blacklist (it's basically the same as the enemies section, but with weapons or equipment or whatever else spawns as loot).

Or, you can switch LOOT_WHITELIST_MODE to 1, which I prefer for converting the mission to work with something like CUP or RHS, but then you have to add classnames for every weapon, vest, uniform, etc. to the relevant lists.
LOOT_WHITELIST_WEAPONS is for rifles, pistols, launchers, and such
LOOT_WHITELIST_APPAREL is for uniforms, vests, goggles, hats, helmets, but NOT backpacks.
LOOT_WHITELIST_ITEM is for weapon attachments, and inventory items like FAKs and Medkits.
LOOT_WHITELIST_EXPLOSIVE is for grenades, bombs, and mines.
LOOT_WHITELIST_STORAGE is where you put all the backpacks.
Ammo for your chosen weapons will be spawned automatically, you don't have to put those classnames anywhere.

You can also change the enemy vehicles and BLUFOR rebels (which also changes the paratroopers you get), by going to the Hostiles folder, then to the lists.sqf file.
For vehicles, find _armouredVehicles = [];, and fill that [] with all the classnames you want for your tanks and APCs, just like you did with enemies. I also commented out everything after that until the point where it says "List_Armour = _armouredVehicles'", which I kept in (you comment out by starting with /* and ending with */). Do the same for _armedCars = [], but for things like offroads.

To change the BLUFOR rebels and paratroopers, find the part in the same file that says "_natoSoldier = [];" and fill that [] again, but with classnames of whatever your friendly forces are. They'll then drop as paratroopers, and come in as enemies when you get a deserter wave. Again, I commented out everything between that and List_NATO = _natoSoldier (remember to still keep that last line in, same as vehicles).

And if you want to change the terrain, it's just as easy and copy/pasting the mission folder and changing the .Altis at the end to the name your desired terrain uses. Quick way to find it is to save an empty mission on the terrain you want, then look up in Documents>Arma 3>mpmissions (if you saved it as a multiplayer mission) to see what comes after the dot, then just copy that to the copy of Dynamic Bulwarks.
最后由 Test Tube 编辑于; 2020 年 10 月 22 日 上午 11:29
n-dru-id 2021 年 1 月 7 日 下午 1:31 
Seeing a lot of references to editMe.sqf and other *.sqf files.
Sadly not able to find these files. Not in Documents>Arma 3>mpmissions (empty) or Documents\Arma 3\Saved\mpmissions\Dynamic%20Bulwarks%3a%20Altis.Altis (empty) or elsewhere. It is only referenced in e.g. Documents\Arma 3\Saved\steamMPMission\Dynamic%20Bulwarks%3a%20Altis.altis\mission.pbo (folder where I find my saves).

Would you kindly provide a little guidance on idiot-level? :) Many Thanks
最后由 n-dru-id 编辑于; 2021 年 1 月 7 日 下午 1:33
Test Tube 2021 年 1 月 7 日 下午 3:50 
Best way to do it is download the files manually from the github.
n-dru-id 2021 年 1 月 8 日 上午 2:56 
Tank you! Found them and put in Steam\Steamapps\common\Arma 3\MPMissions. Works!
Chef 2023 年 8 月 5 日 下午 7:27 
Why isn't there an option to just save your parameters in game? Why do I have to be a ♥♥♥♥♥♥♥ coder to do a SIMPLE task? I hate setting up parameters over and over and over again. Then when I go to edit the .sqf file there is no CLEAR, CONCISE way to do what I need? Why can't I just change a ♥♥♥♥♥♥♥ 0 to a 1 and be done with it? Why the ♥♥♥♥ is everything so damn difficult to do in this game?????????????????????????????????????????
Chef 2023 年 8 月 5 日 下午 7:29 
引用自 Osama Bin Laden
Why isn't there an option to just save your parameters in game? Why do I have to be a ♥♥♥♥♥♥♥ coder to do a SIMPLE task? I hate setting up parameters over and over and over again. Then when I go to edit the .sqf file there is no CLEAR, CONCISE way to do what I need? Why can't I just change a ♥♥♥♥♥♥♥ 0 to a 1 and be done with it? Why the ♥♥♥♥ is everything so damn difficult to do in this game?????????????????????????????????????????

I just want to start with a damn pistol and make enemy bodies last an additional round. I'm not getting a computer science degree to do it. ♥♥♥♥ this ♥♥♥♥♥♥♥♥.
Test Tube 2023 年 8 月 5 日 下午 7:52 
Changing default parameter values is quite easy actually.

-Find description.ext (it will be in the same folder as mission.sqm), open it
-Find the Params class
-Find which params you want to change (read the "title" entry), and change the "default" entry to one of the "value" entries

Done
最后由 Test Tube 编辑于; 2023 年 8 月 5 日 下午 7:53
< >
正在显示第 1 - 12 条,共 12 条留言
每页显示数: 1530 50