Arma 3
192 ratings
NSS Admin Console
 
Rate  
Favorite
Favorited
Unfavorite
Data Type: Mod, Server
File Size
Posted
Updated
0.199 MB
17 Feb, 2016 @ 4:25am
6 Mar, 2016 @ 11:31am
4 Change Notes ( view )

Subscribe to download
NSS Admin Console

Subscribed
Unsubscribe
Description
Title: NSS Admin Console
Version: 1.73
Author: MAD T

Description:

This is an Administrating / Debugging / Mission development tool i wrote long ago for the NSS Gamers
community.There was soon not much need for it anymore so it was released to the public and rarly
being worked on for updates.

Once in the game you will have to press (Shift + F1) to open the console.
In a multiplayer environment you need to be either the host or logged in as admin to open it.

Features:
  • 1st and 3rd person spectator mode
  • Free cam (BIS splendid camera)
  • Code execution (server, global, local, on choosed player)
  • Code saving
  • Variable monitor
  • Script execution (executes the file script.sqf located in the addon directory, only works if -filePatching is added to startup paramters)
  • Map teleport
  • Invulneribility
  • No target (AI will not attack player)
  • Server side logging of console users actions (search for NSS_AC_Log: in .rpt files)
  • Virtual Arsenal
  • Opening of Zeus interface even if no curator was set in the mission previously
  • Loading / saving and exporting of Zeus creations (only objects)

For certain features like server side logging and being able to enter the Zeus interface the console needs to also run
on the server. Also you will not be able to use the BIS console while using this addon because of it´s server side logging which the BIS one doesn´t have. There is also a very high chance this addon will not work anymore in BIS created missions or other community created content due to the implementation of CfgRemoteExec ( https://community.bistudio.com/wiki/CfgRemoteExec ) which some developers might use nowadays. If any
CfgRemoteExec is classified in the mission or certain addon you will have to modify CfgRemoteExec in the description.ext and add the following two functions below. If no CfgRemoteExec is classified the console should work without any problem especialy in self created content where no CfgRemoteExec is classified.

class CfgRemoteExec { class Functions { // State of remoteExec: // 0-turned off, // 1-turned on, taking whitelist into account, // 2-turned on, however, ignoring whitelists (default because of backward compatibility) mode = 2; // Whitelist, who can execute which function // 0-Everyone // 1-Only clients // 2-Only server class NSS_AC_fnc_curatorCreateModuleMP {allowedTargets=2}; class NSS_AC_fnc_Execute {allowedTargets=0}; }; };

However this may reduce security.

I am providing the source code for understanding how everything works and a version for mission developers to implement it in their missions. Files are located in the addon folder. My time to work on this is limited but if you find any bugs feel free to report them and i will try to fix them.

Credits:

Thanks to Hammer, BiGi, Mantis, Seq and Kotzekocher888 for testing.
Popular Discussions View All (4)
11
8 Feb, 2019 @ 9:02pm
PINNED: Known issues
MAD T
6
18 Jan, 2017 @ 5:19pm
PINNED: Planned Features (not yet released)
MAD T
4
28 Jun, 2018 @ 12:19pm
dynamic recon ops + NSS
Tuxu -=JeepC=-
< >
148 Comments
Bluegills 16 Jan @ 2:58am 
any update anytime soon? :(
[FR] Lalsacien 26 Feb, 2019 @ 3:46am 
I can no longer control units in zeus, is that also from the last patch?
Bluegills 7 Feb, 2019 @ 10:31pm 
Can confirm @Draakje's observations.
Draakje 9 Jan, 2019 @ 7:49am 
Zeus module no longer gets correctly launched in sp/self host.
Almost all of the modules don't work anymore.
latest arma patch broke it.
RiddiK 23 Aug, 2018 @ 11:56am 
hey, ich bräuchte mal support wäre cool wenn du mich bei steam mal annimmst:steamhappy:
Bloodjinn 22 Aug, 2018 @ 11:54am 
how I get zeus server side? I dont see the damn file in the steamapps client side..
𝓢𝓹𝓸𝓷𝓰𝓮 29 May, 2018 @ 5:46am 
it still works fine
Halaks 4 May, 2018 @ 3:40am 
is this mod still working? shift + f1 doesn't work for me
Tobi 28 Apr, 2018 @ 1:03pm 
Nice Addon. Is there a way to open the console in spectator mode ?
Tyronius The Tebitious 2 Mar, 2018 @ 7:05am 
How to make it so that you do not need to be admin to use it?