Arma 3
LIBERATION: 1944
XecutionerX Jul 12, 2017 @ 5:09am
How to remove modern weapons and AI from mod? Disable Intro? Adding boats to Island?
I love the mission, but people was complaining of the modern weapons in arsenal list and also the USA AI spawn modern soldiers when capturing DOG Green objective which I thought was funny. Is there any way to remove these so It can be more realistic?

Is there a way to add a boats to the Island? Everyone who plays on my server gets stranded there and needs to respawn to get to the base on the beachhead. Do you need to be in Zeus to load in boats?

Can you disable the Intro in the beginning?

Any help will be great. Thank you for the cool mod!

< >
Showing 1-9 of 9 comments
smoke Aug 2, 2017 @ 8:16pm 
You would need to extract the .pbo file and then add an armoury restriction script to the files, then re-compress the .PBO with said script in it and start playing it again. To be honest i think the missions maker should do this and make it part of the parameters so admin can turn it on and off to their liking.
XecutionerX Aug 3, 2017 @ 5:23am 
Thank you for the reply. I did solved the problem not by making another armory restriction script. I just added the world war 2 weapons I wanted in the arsenal.sqf file and remove all modern weapons in the missions pbo. The problem I am having is the Huron container on the beach head, HQ battalion base still has modern weapons in the container and can not find the file to remove the modern weapon and add the WW2 weapons.
Last edited by XecutionerX; Aug 3, 2017 @ 5:24am
smoke Aug 3, 2017 @ 4:07pm 
Daft qestion can you share your edited sqf file ? as it will save me having to do it myself
I've pulled some info from the web that will help you with the Huron Crate bellow.


You would need to edit the mission and go into the crates "init" & add this line to it "clearWeaponCargo this"


Empty weapons from a crate:

clearWeaponCargo this

Remove all magazines from a crate:

clearMagazineCargo this

Add Satchelcharge to a unit:

this addMagazine "pipebomb"


Or you could do it by a script so you dont have to keep edidting the mision file



// ****************************************************************

// Custom crate script for Armed Assault

// Created with ArmA Edit - Version 1.3.4000

// HELP: Run this script from the INITIALIZATION box of the crate.

// CODE: nul = [this] execVM "m107crate.sqf"

// ****************************************************************

// Get the crate parameter given

_crate = _this select 0;

// Remove the stock items from the crate

clearMagazineCargo _crate;

clearWeaponCargo _crate;

// Add the items to the crate

_crate addWeaponCargo ["M107", 1];

_crate addMagazineCargo ["10Rnd_127x99_m107", 5];

// End of script

This is not my work im just copying it to help :)


Eason Aug 12, 2017 @ 9:11am 
I am looking for a server that has the vanilla assets disabled as its such an immersion breaker seeing people running around with vanilla gear or as germans, if anyone knows of of any servers with this please let me know!
XecutionerX Aug 12, 2017 @ 9:45am 
[VoD] Victory or Defeat ~ IFA3 Liberation Server

Address:
216.105.171.154:2307
Eason Aug 12, 2017 @ 10:34am 
I would like to join but not a fan of playing the germans and looking for an Allied game mode, thanks for the heads up anyway
Eason Aug 13, 2017 @ 8:06am 
Just to let you know i checked out your server and a lot of the fortifications have Hesco Bastion/H-Barriers/Hesco for defences, this wasnt invented until the 1990's, bit on an immersion breaker
XecutionerX Aug 14, 2017 @ 9:54am 
I did not make the mission. Complain to the creator.
Eason Aug 14, 2017 @ 10:17am 
I'm not complaining at all, just stating facts, very grateful there are actually servers running this mission lol
< >
Showing 1-9 of 9 comments
Per page: 1530 50