Mod request response
Moderator: VileAce
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
02/24/2019
Jeremy Scheffner
https://steamcommunity.com/sharedfiles/ ... =732173483
The invade and annex server does not allow the use of vehicle mods, as all players would require the mod. A long time ago we came to the conclusion that requiring players to use mods cuts the population of the server way down. This vehicle is very similar to one we use in our NAK Tac events. If you would like to get more information about NAK Tac visit the NAK Tac page. https://www.naksquad.net/full-tac/
Jeremy Scheffner
https://steamcommunity.com/sharedfiles/ ... =732173483
The invade and annex server does not allow the use of vehicle mods, as all players would require the mod. A long time ago we came to the conclusion that requiring players to use mods cuts the population of the server way down. This vehicle is very similar to one we use in our NAK Tac events. If you would like to get more information about NAK Tac visit the NAK Tac page. https://www.naksquad.net/full-tac/
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
02/24/2019
Dennis
http://www.armaholic.com/page.php?id=13758
This is a server side mod not client side therefore it can not be approved for addition to the mod list
Dennis
http://www.armaholic.com/page.php?id=13758
This is a server side mod not client side therefore it can not be approved for addition to the mod list
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
02/23/2019
James Strachan
https://steamcommunity.com/sharedfiles/ ... 1660210110
this is clearly copyrighted material and as such will not be allowed on the server.
James Strachan
https://steamcommunity.com/sharedfiles/ ... 1660210110
this is clearly copyrighted material and as such will not be allowed on the server.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
02/23/2019
D. J.
https://steamcommunity.com/sharedfiles/ ... =730310357
Advanced Urban Rappelling
This mod is allowed, should've been in the list, added.
D. J.
https://steamcommunity.com/sharedfiles/ ... =730310357
Advanced Urban Rappelling
This mod is allowed, should've been in the list, added.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
02/22/2019
Trash Panda
https://steamcommunity.com/sharedfiles/ ... 1578884800
Window Breaker
Approved
Trash Panda
https://steamcommunity.com/sharedfiles/ ... 1578884800
Window Breaker
Approved
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
02/18/2019
Annon
https://steamcommunity.com/sharedfiles/ ... =823636749
VSM All-In-One Collection
RESPONSE
Already approved
Annon
https://steamcommunity.com/sharedfiles/ ... =823636749
VSM All-In-One Collection
RESPONSE
Already approved
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
02/18/2019
Johnathan Miller
https://steamcommunity.com/workshop/fil ... =779568775
TAC Vests
RESPONSE
Approved
Johnathan Miller
https://steamcommunity.com/workshop/fil ... =779568775
TAC Vests
RESPONSE
Approved
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
02/22/2019
Cody Hawk
https://steamcommunity.com/sharedfiles/ ... 1623498241
Turret Enhanced
RESPONSE
Approved - Exceptions added to Altis, will move to Malden and Tanoa shortly
Cody Hawk
https://steamcommunity.com/sharedfiles/ ... 1623498241
Turret Enhanced
RESPONSE
Approved - Exceptions added to Altis, will move to Malden and Tanoa shortly
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
02/26/2019
Dennis
https://steamcommunity.com/sharedfiles/ ... 1122893733
Stealth Ghillie
RESPONSE
This one is denied, changes core configuration values creating an unfair advantage.
Dennis
https://steamcommunity.com/sharedfiles/ ... 1122893733
Stealth Ghillie
RESPONSE
This one is denied, changes core configuration values creating an unfair advantage.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
03/09/2019
Dennis
Link to mod.
https://steamcommunity.com/sharedfiles/ ... os+sac+ven tral
Reason to add or remove mod.
It is really just so pilots can carry equipment and still use a parachute
RESPONSE
This is denied it causes conflicts with server scripts, but we are looking into adding a server script that would allow, at least pilots, to eject from air vehicles that do not have an ejection seats.
Dennis
Link to mod.
https://steamcommunity.com/sharedfiles/ ... os+sac+ven tral
Reason to add or remove mod.
It is really just so pilots can carry equipment and still use a parachute
RESPONSE
This is denied it causes conflicts with server scripts, but we are looking into adding a server script that would allow, at least pilots, to eject from air vehicles that do not have an ejection seats.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
03/09/2019
Dennis
Remove stamina
https://steamcommunity.com/sharedfiles/ ... ext=remove
RESPONSE
Denied - Server has stamina disabled by default.
As a side note, this is also a perfect example of "not all mods are created equal". This mod has horrible coding and would for sure have a negative impact on client FPS. Even in the description the author states executes "player enableStamina false" each second. Any time a mod runs code every frame or every second, it is going to have large negative impact on client performance. If we had stamina turned on this mod would cause all sorts of strange behavior, sometimes the stamina would be on other times it would be off. The lesson here, make sure you really know what a mod is doing. If your are unfamiliar with a mod and do not know how to read Arma scripts, read through the comments, and do a general search on Bohemia Interactive forums for other play opinions. Last I am happy to review a mod and let you know the truer effect that it may have, just send me a PM.
Dennis
Remove stamina
https://steamcommunity.com/sharedfiles/ ... ext=remove
RESPONSE
Denied - Server has stamina disabled by default.
As a side note, this is also a perfect example of "not all mods are created equal". This mod has horrible coding and would for sure have a negative impact on client FPS. Even in the description the author states executes "player enableStamina false" each second. Any time a mod runs code every frame or every second, it is going to have large negative impact on client performance. If we had stamina turned on this mod would cause all sorts of strange behavior, sometimes the stamina would be on other times it would be off. The lesson here, make sure you really know what a mod is doing. If your are unfamiliar with a mod and do not know how to read Arma scripts, read through the comments, and do a general search on Bohemia Interactive forums for other play opinions. Last I am happy to review a mod and let you know the truer effect that it may have, just send me a PM.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
03/11/2019
Johnathan Miller
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1317053909
Reason to add or remove mod.
Tactical Swap is a tacticool animation that allows you and others to create an epic swap between primary and secondary, looking best as ever.
Tactical Swap also allows you to quickly swap between primary and secondary.
RESPONSE
Denied - Does not work as described. Malfunctions.I have sent messages to the mod author to see if he has a fix for the errors. The features of the mod were not denied, meaning, if the technical issues were resolved the mod would be approved.
A technical explanation.
When the script does not find the animation for a specific model it generates an error. After the first error, the script continues to try and load the animation. It does this over and over which causes performance issues. This issue is easily fixable, but it would require the author to make the change.
Johnathan Miller
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1317053909
Reason to add or remove mod.
Tactical Swap is a tacticool animation that allows you and others to create an epic swap between primary and secondary, looking best as ever.
Tactical Swap also allows you to quickly swap between primary and secondary.
RESPONSE
Denied - Does not work as described. Malfunctions.I have sent messages to the mod author to see if he has a fix for the errors. The features of the mod were not denied, meaning, if the technical issues were resolved the mod would be approved.
A technical explanation.
When the script does not find the animation for a specific model it generates an error. After the first error, the script continues to try and load the animation. It does this over and over which causes performance issues. This issue is easily fixable, but it would require the author to make the change.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
03/15/2019
Dennis
Link to mod. Prefer Steam Link, but any link is acceptable.
http://www.armaholic.com/page.php?id=21179
Reason to add or remove mod.
It just makes life easier for pilots if one is to do an urban landing.
RESPONSE
This is not a mod. This is run on the users local computer and changes the Arma3 configuration. You are free to use at your own risk. My recommendation is to understand the change and make it manually. There are a lot of references to changing your POV manually
Dennis
Link to mod. Prefer Steam Link, but any link is acceptable.
http://www.armaholic.com/page.php?id=21179
Reason to add or remove mod.
It just makes life easier for pilots if one is to do an urban landing.
RESPONSE
This is not a mod. This is run on the users local computer and changes the Arma3 configuration. You are free to use at your own risk. My recommendation is to understand the change and make it manually. There are a lot of references to changing your POV manually
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
03/15/2019
Bashfulvideos
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1369955673
Reason to add or remove mod.
Please, can we have JUST the LVOA-C weapon, as there is no other mod that has the weapon but, if there is feel free to link me to it?
RESPONSE
Denied - Unfortunately the mods made by this author generally do not fit our community. At one point this mod was allowed, but the author added features that made it no longer appropriate for our servers. There is no practical way for me to allow one weapon from a mod. From my understanding the LVOA-C is just an AR-15 variant, and if that is the case you may want to look into EricJ Weapons Pack, SMA and NIArms AR15 Rifles
Bashfulvideos
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1369955673
Reason to add or remove mod.
Please, can we have JUST the LVOA-C weapon, as there is no other mod that has the weapon but, if there is feel free to link me to it?
RESPONSE
Denied - Unfortunately the mods made by this author generally do not fit our community. At one point this mod was allowed, but the author added features that made it no longer appropriate for our servers. There is no practical way for me to allow one weapon from a mod. From my understanding the LVOA-C is just an AR-15 variant, and if that is the case you may want to look into EricJ Weapons Pack, SMA and NIArms AR15 Rifles
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 03/28/2019
Name Xerv
Link to mod. Prefer Steam Link, but any link is acceptable.
ADR-97 Enhanced MOD
https://steamcommunity.com/sharedfiles/ ... ext=adr-97
Reason to add or remove the mod.
To add spice and options for the P90/ADR-97
RESPONSE
Unfortunately, all Kickass mods are restricted, he uses common scripts across all mods which we have had to restrict.
Name Xerv
Link to mod. Prefer Steam Link, but any link is acceptable.
ADR-97 Enhanced MOD
https://steamcommunity.com/sharedfiles/ ... ext=adr-97
Reason to add or remove the mod.
To add spice and options for the P90/ADR-97
RESPONSE
Unfortunately, all Kickass mods are restricted, he uses common scripts across all mods which we have had to restrict.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 03/27/2019
Name Cody Byerley
Link to mod. Prefer Steam Link, but any link is acceptable.
Anti-Materiel Rifle 25 KKiv Model 2035
https://steamcommunity.com/sharedfiles/ ... htext=25mm
Reason to add or remove mod.
This rifle mod would introduce a role specific to anti-material engagements. I've done some research and think that if infantry can address a vehicle by disabling it rather than launching AT missles at it. This could improve gameplay; crew dismounts and engages players, then CAS destroys vehicle. It's just a suggestion that could be researched, I know it's not a minigun or shotgun with HE rounds. just think how awesome it is to have a rifle way more powerful than a Barrett m107, I own the M82A1 CQB 20" Rifle and Arma has disappointed me...
RESPONSE
This mod is already restricted and will remain restricted. When we look to approve a mod or not, one of the things we consider is, if it is OP. What we mean by this is there anything in the vanilla game that is similar. In this case, the answer is no so it is overpowered. It would be completely unfair to users that do not use mods or cannot use mods. As a side note, it was allowed for a short time, and believe me, players did not limit its use to vehicles.
Name Cody Byerley
Link to mod. Prefer Steam Link, but any link is acceptable.
Anti-Materiel Rifle 25 KKiv Model 2035
https://steamcommunity.com/sharedfiles/ ... htext=25mm
Reason to add or remove mod.
This rifle mod would introduce a role specific to anti-material engagements. I've done some research and think that if infantry can address a vehicle by disabling it rather than launching AT missles at it. This could improve gameplay; crew dismounts and engages players, then CAS destroys vehicle. It's just a suggestion that could be researched, I know it's not a minigun or shotgun with HE rounds. just think how awesome it is to have a rifle way more powerful than a Barrett m107, I own the M82A1 CQB 20" Rifle and Arma has disappointed me...
RESPONSE
This mod is already restricted and will remain restricted. When we look to approve a mod or not, one of the things we consider is, if it is OP. What we mean by this is there anything in the vanilla game that is similar. In this case, the answer is no so it is overpowered. It would be completely unfair to users that do not use mods or cannot use mods. As a side note, it was allowed for a short time, and believe me, players did not limit its use to vehicles.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 03/21/2019
Name Arvid (Nickname: Surgeon) Camderman
Link to mod. Prefer Steam Link, but any link is acceptable.
Devas Autopilot Mod
https://steamcommunity.com/sharedfiles/ ... text=DEVAS
Reason to add or remove mod.
Allows people to use, for example, the armed blackfish alone, you can turn on loiter and use the guns. Currently used by some people on the server, including NAK-elite. Doesn't really give you any combat edge, just makes life easier when you are alone...
RESPONSE
We do not have an issue with the mod in general, but in the near future we plan to implement the "auto drive" feature, and there will most likely be an in-game cost associated with it. Allowing Devas kind of circumvents that. We were also concerned that a single individual, using the mod, could pilot the armed blackfish creating an OP weapons platform not available to players without the mod. Similarly, with no pilot actively flying the Blackfish, it cannot avoid AA attacks leading to wasting assets. If you all can find a mod that has similar features but only works with single seaters, I would be happy to approve that.
Name Arvid (Nickname: Surgeon) Camderman
Link to mod. Prefer Steam Link, but any link is acceptable.
Devas Autopilot Mod
https://steamcommunity.com/sharedfiles/ ... text=DEVAS
Reason to add or remove mod.
Allows people to use, for example, the armed blackfish alone, you can turn on loiter and use the guns. Currently used by some people on the server, including NAK-elite. Doesn't really give you any combat edge, just makes life easier when you are alone...
RESPONSE
We do not have an issue with the mod in general, but in the near future we plan to implement the "auto drive" feature, and there will most likely be an in-game cost associated with it. Allowing Devas kind of circumvents that. We were also concerned that a single individual, using the mod, could pilot the armed blackfish creating an OP weapons platform not available to players without the mod. Similarly, with no pilot actively flying the Blackfish, it cannot avoid AA attacks leading to wasting assets. If you all can find a mod that has similar features but only works with single seaters, I would be happy to approve that.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 04/10/2019
Name Riot Corporation
Link to mod. Prefer Steam Link, but any link is acceptable.
Big Compass
https://steamcommunity.com/sharedfiles/ ... 1144828982
Reason to add or remove mod.
Small mod that makes compass in game double the size when used. It allows a player to read compass bearings from compass on low resolutions where compas is just to small and pixelated to be read.
RESPONSE
Approved
Name Riot Corporation
Link to mod. Prefer Steam Link, but any link is acceptable.
Big Compass
https://steamcommunity.com/sharedfiles/ ... 1144828982
Reason to add or remove mod.
Small mod that makes compass in game double the size when used. It allows a player to read compass bearings from compass on low resolutions where compas is just to small and pixelated to be read.
RESPONSE
Approved
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 04/21/2019
Name Blackwell
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... =286050506
Reason to add or remove mod.
Enhances blastcore to be more appealin
RESPONSE
I am concerned to allow this mod due to issues with vehicle loadouts when the mod is enabled. viewtopic.php?f=44&t=1450&sid=8eb1743fb ... 6a76bb806d
I will add it to the approved list and add a note stating the potential issues.
Name Blackwell
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... =286050506
Reason to add or remove mod.
Enhances blastcore to be more appealin
RESPONSE
I am concerned to allow this mod due to issues with vehicle loadouts when the mod is enabled. viewtopic.php?f=44&t=1450&sid=8eb1743fb ... 6a76bb806d
I will add it to the approved list and add a note stating the potential issues.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 05/01/2019
Name Ambush
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1109528858
Reason to add or remove mod.
JPCs are amazing. and the textures are very nice, good quality mod
RESPONSE
Already approved. At the top of the list you can search for mods by name.
Name Ambush
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1109528858
Reason to add or remove mod.
JPCs are amazing. and the textures are very nice, good quality mod
RESPONSE
Already approved. At the top of the list you can search for mods by name.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 05/11/2019
Name REAPER6
Head Range Plus - TrackIR Mod
https://steamcommunity.com/sharedfiles/ ... =630737877
Increases track IR range of movement.
RESPONSE
Approved
Name REAPER6
Head Range Plus - TrackIR Mod
https://steamcommunity.com/sharedfiles/ ... =630737877
Increases track IR range of movement.
RESPONSE
Approved
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 05/28/2019
Name Sailor Moon
AWESome : Aerial Warfare Enhanced Somehow
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... chtext=Atc
Reason to add or remove mod.
More realistic ATC and radar can be implemented in the server, as well more immersive aerial combat. And it doesn't requires ACE.
RESPONSE
Denied, many features require server-side implementation (ATC Radar Screen, ATIS), other features conflict with existing features (Ground System)
Name Sailor Moon
AWESome : Aerial Warfare Enhanced Somehow
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... chtext=Atc
Reason to add or remove mod.
More realistic ATC and radar can be implemented in the server, as well more immersive aerial combat. And it doesn't requires ACE.
RESPONSE
Denied, many features require server-side implementation (ATC Radar Screen, ATIS), other features conflict with existing features (Ground System)
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 05/27/2019
Name Ian Sienkiel
RHSUSAF
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... xt=RHSUSAF
Reason to add or remove mod.
An alternate or integrated on the invade and annex altis adding the vehicles and statics that he mod offers.
RESPONSE
The server allows the use of RHSUSAF. But we will not be including RHSUSAF vehicles on the server, as doing so would require all players to use the mod. The goal of our server is to allow vanilla players to play, but also allow players to use some mods.
Name Ian Sienkiel
RHSUSAF
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... xt=RHSUSAF
Reason to add or remove mod.
An alternate or integrated on the invade and annex altis adding the vehicles and statics that he mod offers.
RESPONSE
The server allows the use of RHSUSAF. But we will not be including RHSUSAF vehicles on the server, as doing so would require all players to use the mod. The goal of our server is to allow vanilla players to play, but also allow players to use some mods.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 05/03/2019
Type Add
Snake Industries Kriss Super V
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1591895786
Reason to add or remove mod.
Its just a simple buff for the vector in game. I would like put in cause the vector is one of my favorite weapons and it really has no use without some kinda buff
RESPONSE
Denied - This is exactly the type of mod that we do not want to allow, as it gives a clear advantage to players that use this mod over those that do not.
Type Add
Snake Industries Kriss Super V
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1591895786
Reason to add or remove mod.
Its just a simple buff for the vector in game. I would like put in cause the vector is one of my favorite weapons and it really has no use without some kinda buff
RESPONSE
Denied - This is exactly the type of mod that we do not want to allow, as it gives a clear advantage to players that use this mod over those that do not.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 05/01/2019
Name Ambush
SPS JPC Vests
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1109528858
Reason to add or remove mod.
JPCs are amazing. and the textures are very nice, good quality mod
RESPONSE
Already Approved
Name Ambush
SPS JPC Vests
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1109528858
Reason to add or remove mod.
JPCs are amazing. and the textures are very nice, good quality mod
RESPONSE
Already Approved
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 04/21/2019
Name Blackwell
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... =286050506
Reason to add or remove mod.
Enhances blastcore to be more appealin
RESPONSE
Approved
Name Blackwell
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... =286050506
Reason to add or remove mod.
Enhances blastcore to be more appealin
RESPONSE
Approved
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 05/01/2019
Name Johnathan Miller
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1369955673
Reason to add or remove mod.
CSW,
yes restricted, adds ridiculous weapons, but also helpful good weapons. Weapons that can actually benefit in CQC or LRRPs.
It also adds some sweet AR-15s and some attachments. And since I'm a big AR-15 fan, it kind of hurts me to see that CSW is restricted.
RESPONSE
Denied
Name Johnathan Miller
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1369955673
Reason to add or remove mod.
CSW,
yes restricted, adds ridiculous weapons, but also helpful good weapons. Weapons that can actually benefit in CQC or LRRPs.
It also adds some sweet AR-15s and some attachments. And since I'm a big AR-15 fan, it kind of hurts me to see that CSW is restricted.
RESPONSE
Denied
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 05/29/2019
Name Justice
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... =925018569
Reason to add or remove mod.
This mod allows for more advanced interaction with vehicles and is fairly common in modsets. Though the script does run in a loop which may impact performance for some players. I'd like to have the option to use it, but my main goal is to have it reviewed and properly classified.
RESPONSE
Approved - Please be aware that this feature has been added to Enhanced Movement, so using both may cause issues.
Name Justice
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... =925018569
Reason to add or remove mod.
This mod allows for more advanced interaction with vehicles and is fairly common in modsets. Though the script does run in a loop which may impact performance for some players. I'd like to have the option to use it, but my main goal is to have it reviewed and properly classified.
RESPONSE
Approved - Please be aware that this feature has been added to Enhanced Movement, so using both may cause issues.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 05/31/2019
Name Chen Huang
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1386093495
Reason to add or remove mod.
Adds interesting and good grips to RHS rifles.
RESPONSE
Denied - Some of the content is not appropriate for NAK servers.
Name Chen Huang
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1386093495
Reason to add or remove mod.
Adds interesting and good grips to RHS rifles.
RESPONSE
Denied - Some of the content is not appropriate for NAK servers.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 06/08/2019
Name Chen Huang
Hidden Identity v3
https://steamcommunity.com/workshop/fil ... =932255884
Reason to add or remove mod.
Hidden identity allows you to hide yourself while on secretive missions, and all in all, look pretty damn awesome.
RESPONSE
Approved
Name Chen Huang
Hidden Identity v3
https://steamcommunity.com/workshop/fil ... =932255884
Reason to add or remove mod.
Hidden identity allows you to hide yourself while on secretive missions, and all in all, look pretty damn awesome.
RESPONSE
Approved
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 06/17/2019
Name Limitless
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... RANDOMSLAP +%26amp%3B+MUKCEP+C-17
Reason to add or remove mod.
This mod adds to the game a C17a3 which is more of a cargo/troop carrying mod I would love to see this be a thing so we can transport troops from alpha main to any side of the map using paradrop or even tactical landing scenarios. This will also allow more of a realistic side to dropping off supplies whether it is heavy vehicles or ammo. This mod seems to add a more realistic flight to the game. thanks for your time
Limitless
the picture inseted is the same model the plane is based on in real life
RESPONSE
Denied - This type of mod is a server side mod, we only allow client side mods. The difference being server side mods are required by everyone on the server including the server, client side mods do not need to be on the server and all players do not have to have the same mod installed.
Name Limitless
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... RANDOMSLAP +%26amp%3B+MUKCEP+C-17
Reason to add or remove mod.
This mod adds to the game a C17a3 which is more of a cargo/troop carrying mod I would love to see this be a thing so we can transport troops from alpha main to any side of the map using paradrop or even tactical landing scenarios. This will also allow more of a realistic side to dropping off supplies whether it is heavy vehicles or ammo. This mod seems to add a more realistic flight to the game. thanks for your time
Limitless
the picture inseted is the same model the plane is based on in real life
RESPONSE
Denied - This type of mod is a server side mod, we only allow client side mods. The difference being server side mods are required by everyone on the server including the server, client side mods do not need to be on the server and all players do not have to have the same mod installed.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 06/14/2019
Name marcelo
Link to mod. Prefer Steam Link, but any link is acceptable.
tps://steamcommunity.com/sharedfiles/filedetails/?id=1324867846
Reason to add or remove mod.
for an expansion of vehicles and equipment for nat tac events
RESPONSE
Denied - Development versions are not stable and can cause many issues. This version once stable will become the production version which we do support.
Name marcelo
Link to mod. Prefer Steam Link, but any link is acceptable.
tps://steamcommunity.com/sharedfiles/filedetails/?id=1324867846
Reason to add or remove mod.
for an expansion of vehicles and equipment for nat tac events
RESPONSE
Denied - Development versions are not stable and can cause many issues. This version once stable will become the production version which we do support.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 06/14/2019
Name Richard Weiss
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... =825179978
Reason to add or remove mod.
Adds some reverb to shots. Nice addition to JSRS
RESPONSE
Approved - though it was on the list - Thank you for requesting it.
Name Richard Weiss
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... =825179978
Reason to add or remove mod.
Adds some reverb to shots. Nice addition to JSRS
RESPONSE
Approved - though it was on the list - Thank you for requesting it.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 06/14/2019
Name Richard Weiss
Bullet Casings
https://steamcommunity.com/sharedfiles/ ... =606289254
Reason to add or remove mod.
Client side only, adds some realism
RESPONSE
Approved
client-side comment - This mod uses local Save Profile Variables which can cause some lag
Name Richard Weiss
Bullet Casings
https://steamcommunity.com/sharedfiles/ ... =606289254
Reason to add or remove mod.
Client side only, adds some realism
RESPONSE
Approved
client-side comment - This mod uses local Save Profile Variables which can cause some lag
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 06/18/2019
Type Add
AVON FM12 Respirator Pack
https://steamcommunity.com/sharedfiles/ ... htext=avon
Reason to add or remove mod.
There aren't that many mods that add a gasmask, except for as I can tell, C.O.S. I think it'd be a nice cosmetic to have, maybe help people with an SAS loadout or just to look good.
RESPONSE
Approved
Note - There are quite a few mods that have gas masks, though this one is small and not badly made.
Type Add
AVON FM12 Respirator Pack
https://steamcommunity.com/sharedfiles/ ... htext=avon
Reason to add or remove mod.
There aren't that many mods that add a gasmask, except for as I can tell, C.O.S. I think it'd be a nice cosmetic to have, maybe help people with an SAS loadout or just to look good.
RESPONSE
Approved
Note - There are quite a few mods that have gas masks, though this one is small and not badly made.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 06/22/2019
Name Skater
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... Tactical+w eapon+swap&insideModal=0&requirelogin=1
Reason to add or remove mod.
Purely for immersive purposes
RESPONSE
Already listed as restricted, for conflicts. Will retest at some point.
Name Skater
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... Tactical+w eapon+swap&insideModal=0&requirelogin=1
Reason to add or remove mod.
Purely for immersive purposes
RESPONSE
Already listed as restricted, for conflicts. Will retest at some point.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 06/21/2019
Name BlueFalcnActual
Link to mod. Prefer Steam Link, but any link is acceptable.
ctab
https://steamcommunity.com/sharedfiles/ ... =871504836
Reason to add or remove mod.
Ive been playing around with this and it is an extremely useful asset, basically an upgraded vanilla gps. lets you quickly mark targets and positions for all units that have it to see, can be extremely useful for JTAC FSG and Pilots. Only issue I see is im not sure if its just client side or if its server side or if its like task radio where everyone would need it. if not in altis purhaps the naktac list
Heres some links as well that showcase it
cTab
https://www.youtube.com/watch?v=X_BS2minL94
https://www.youtube.com/watch?time_cont ... fFSOej_GPk
RESPONSE
cTab is restricted already and will remain restricted, it allows anyone to control UAV's and take control away from UAV operator. As well as a Teleport function.
Name BlueFalcnActual
Link to mod. Prefer Steam Link, but any link is acceptable.
ctab
https://steamcommunity.com/sharedfiles/ ... =871504836
Reason to add or remove mod.
Ive been playing around with this and it is an extremely useful asset, basically an upgraded vanilla gps. lets you quickly mark targets and positions for all units that have it to see, can be extremely useful for JTAC FSG and Pilots. Only issue I see is im not sure if its just client side or if its server side or if its like task radio where everyone would need it. if not in altis purhaps the naktac list
Heres some links as well that showcase it
cTab
https://www.youtube.com/watch?v=X_BS2minL94
https://www.youtube.com/watch?time_cont ... fFSOej_GPk
RESPONSE
cTab is restricted already and will remain restricted, it allows anyone to control UAV's and take control away from UAV operator. As well as a Teleport function.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 06/23/2019
Name handsmahoney
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1770265310
Reason to add or remove mod.
Prevents destroyed aircraft from bouncing - adds immersion
RESPONSE
This is denied, it changes the velocity of the vehicles, that function is restricted because many hackers take advantage of it.
Name handsmahoney
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1770265310
Reason to add or remove mod.
Prevents destroyed aircraft from bouncing - adds immersion
RESPONSE
This is denied, it changes the velocity of the vehicles, that function is restricted because many hackers take advantage of it.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 06/19/2019
Name Donald Christie
Server Altis
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
NATO_Rus_Weapons
https://steamcommunity.com/sharedfiles/ ... chtext=USP
Reason to add or remove mod.
This mod adds a multitude of NATO and Russian weapons which would be a great addition to the server. This could help many people's loadouts and doesn't contain any weapons/ammo that could be deemed OP.
RESPONSE
This mod is already approved
Name Donald Christie
Server Altis
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
NATO_Rus_Weapons
https://steamcommunity.com/sharedfiles/ ... chtext=USP
Reason to add or remove mod.
This mod adds a multitude of NATO and Russian weapons which would be a great addition to the server. This could help many people's loadouts and doesn't contain any weapons/ammo that could be deemed OP.
RESPONSE
This mod is already approved
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 07/02/2019
Name Richard Creasman
Link to mod. Prefer Steam Link, but any link is acceptable.
The CSAT Modification Project
https://steamcommunity.com/sharedfiles/ ... SAT+modifi cation
Reason to add or remove mod.
The CSAT Modification Project is a steam workshop mod with the goal of redoing the camo and design of CSAT body armor and clothing to make the faction feel as if they were a conventional fighting force, with actual body armor this time.
RESPONSE
Denied - This is a server side mod which would require all players to have the mod. This is not something we will be doing.
Name Richard Creasman
Link to mod. Prefer Steam Link, but any link is acceptable.
The CSAT Modification Project
https://steamcommunity.com/sharedfiles/ ... SAT+modifi cation
Reason to add or remove mod.
The CSAT Modification Project is a steam workshop mod with the goal of redoing the camo and design of CSAT body armor and clothing to make the faction feel as if they were a conventional fighting force, with actual body armor this time.
RESPONSE
Denied - This is a server side mod which would require all players to have the mod. This is not something we will be doing.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 07/15/2019
Name Johnathan Johnson
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... five+seven
Reason to add or remove mod.
These are just pistols, and I really want to use the five seven and the deagle. I didn't want to download the video, but here is the link: https://www.youtube.com/watch?v=2Ft84wt5WMc
RESPONSE
We have a modified version of of this mod that is allowed - NAK Special Pistols
https://steamcommunity.com/sharedfiles/ ... 1754796480
Name Johnathan Johnson
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... five+seven
Reason to add or remove mod.
These are just pistols, and I really want to use the five seven and the deagle. I didn't want to download the video, but here is the link: https://www.youtube.com/watch?v=2Ft84wt5WMc
RESPONSE
We have a modified version of of this mod that is allowed - NAK Special Pistols
https://steamcommunity.com/sharedfiles/ ... 1754796480
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 07/15/2019
Name Johnathan Johnson
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1369955673
Reason to add or remove mod.
These weapons are really nice, and don't seem too overpower to me, they are modeled nicely, and contain unique weapons, please add. here's a video: https://www.youtube.com/watch?v=u5wwFswb1ag
RESPONSE
Asked previously
We have a modified version of of this mod (that meets our server requirement) that is allowed - NAK Special Pistols
https://steamcommunity.com/sharedfiles/ ... 1754796480
Name Johnathan Johnson
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1369955673
Reason to add or remove mod.
These weapons are really nice, and don't seem too overpower to me, they are modeled nicely, and contain unique weapons, please add. here's a video: https://www.youtube.com/watch?v=u5wwFswb1ag
RESPONSE
Asked previously
We have a modified version of of this mod (that meets our server requirement) that is allowed - NAK Special Pistols
https://steamcommunity.com/sharedfiles/ ... 1754796480
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 07/15/2019
Name yousef AI
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1740527933
Reason to add or remove mod.
Just slap one of these bad bois into altis.
RESPONSE
This is not a client side mod
Name yousef AI
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1740527933
Reason to add or remove mod.
Just slap one of these bad bois into altis.
RESPONSE
This is not a client side mod
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 07/18/2019
Name handsmahoney
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1803586009
Reason to add or remove mod.
Increase ladder climb speed - QOL improvement. A 2x variant is also available.
RESPONSE
Changing of animation speed is restricted. But I'm going to approve this one
Name handsmahoney
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1803586009
Reason to add or remove mod.
Increase ladder climb speed - QOL improvement. A 2x variant is also available.
RESPONSE
Changing of animation speed is restricted. But I'm going to approve this one
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 07/25/2019
Server All_Arma_Servers
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1187306764
Reason to add or remove mod.
Weapon accessories from
RESPONSE
Approved
Server All_Arma_Servers
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1187306764
Reason to add or remove mod.
Weapon accessories from
RESPONSE
Approved
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 07/28/2019
Name
Server Invade_and_Annex
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1178716644
Reason to add or remove mod.
Adds folders to organize loadouts in VA.
RESPONSE
Denied - Can bypass arsenal restrictions
Name
Server Invade_and_Annex
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1178716644
Reason to add or remove mod.
Adds folders to organize loadouts in VA.
RESPONSE
Denied - Can bypass arsenal restrictions
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 07/28/2019
Name Johnny Appleseed
Server Altis
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... eno+taru+p od
Reason to add or remove mod.
Because yes? https://www.youtube.com/watch?v=E9dM5UBZa5Y
That video is an old one that showcases the mod, it's a lot smoother now. It should be fine frame wise as it doesn't do any crazy updates to keep the pod in to my knowledge. It makes the taru adaptable and a lot better to fly. I think it works client side as well, though I really don't know for that one.
RESPONSE
DEnied - This is a server side mod which would require all players to have it. We do not use any server side mods on our Invade and Annex servers.
Name Johnny Appleseed
Server Altis
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... eno+taru+p od
Reason to add or remove mod.
Because yes? https://www.youtube.com/watch?v=E9dM5UBZa5Y
That video is an old one that showcases the mod, it's a lot smoother now. It should be fine frame wise as it doesn't do any crazy updates to keep the pod in to my knowledge. It makes the taru adaptable and a lot better to fly. I think it works client side as well, though I really don't know for that one.
RESPONSE
DEnied - This is a server side mod which would require all players to have it. We do not use any server side mods on our Invade and Annex servers.
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 08/02/2019
Name mike krasinski
Server Invade_and_Annex
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1795825073
Reason to add or remove mod.
this mod is being worked on but brings top quality gear like uniforms vests helmets etc... to the game
RESPONSE
Approved
Name mike krasinski
Server Invade_and_Annex
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... 1795825073
Reason to add or remove mod.
this mod is being worked on but brings top quality gear like uniforms vests helmets etc... to the game
RESPONSE
Approved
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 08/06/2019
Name Trash Panda
Server Invade_and_Annex
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
Base COXHOUND mod: https://steamcommunity.com/sharedfiles/ ... t=COXHOUND
Additional content for base mod: https://steamcommunity.com/sharedfiles/ ... t=COXHOUND
Reason to add or remove mod.
Retexturing of vanilla uniforms to allow different camos, flagless versions of plate carriers, and civilian versions of various equipment. Mostly just an aesthetic mod. I've gone through and was unable to find any values that were above vanilla equipment.
RESPONSE
COXHOUND Content Pack Approved
COXHOUND Bonus Content - Denied - Replaces vanilla server content
Name Trash Panda
Server Invade_and_Annex
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
Base COXHOUND mod: https://steamcommunity.com/sharedfiles/ ... t=COXHOUND
Additional content for base mod: https://steamcommunity.com/sharedfiles/ ... t=COXHOUND
Reason to add or remove mod.
Retexturing of vanilla uniforms to allow different camos, flagless versions of plate carriers, and civilian versions of various equipment. Mostly just an aesthetic mod. I've gone through and was unable to find any values that were above vanilla equipment.
RESPONSE
COXHOUND Content Pack Approved
COXHOUND Bonus Content - Denied - Replaces vanilla server content
- VileAce
- Site Admin
- Posts: 1720
- Joined: April 6th, 2017, 1:00 pm
- Location: North Carolina
Date 08/07/2019
Name
Server Invade_and_Annex
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... =431114124
Reason to add or remove mod.
Marksmen DLC weapons reskins.
Response
Approved
Name
Server Invade_and_Annex
Type Add
Link to mod. Prefer Steam Link, but any link is acceptable.
https://steamcommunity.com/sharedfiles/ ... =431114124
Reason to add or remove mod.
Marksmen DLC weapons reskins.
Response
Approved
-
- Information
-
Who is online
Users browsing this forum: No registered users