severgun
Member-
Content Count
16 -
Joined
-
Last visited
-
Medals
-
Medals
Community Reputation
15 GoodAbout severgun
-
Rank
Private First Class
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
author in CfgPatches must be a string. Also missing \usp_markers_core\ui\usp_dlc_icon_ca.paa
-
HandleDamage Event Handler Explained
severgun replied to ShadowRanger24's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Is there any way to handle submunition damage? Ammo with submunition triggers event multiple times. How to handle them as one event with sum of damage dealt by submunition projectiles. For example, RHS use this submunition theme in tank shells -
Poseidon: advanced text editor for Scripts & Configs
severgun replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
@Tom_48_97 Almost a year past. Let me ask too. Is there any chance to get Poseidon Tools based on Sublime 3? As for me, I want it due to: Ligatures 4K resolution support PS Snippet editor ruin snippets by missing <![CDATA[ wrapping -
Poseidon: advanced text editor for Scripts & Configs
severgun replied to Tom_48_97's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Is it possible to move posseidon to Sublime 3? Actually I want highDPI scaling. -
Feature request: Tank turret and commander optics sync button. Even on real T-72 there is a button wich turn turret to commander's azimuth.
-
Is there any Xano like Dominations with ACE3 and RHS?
-
Tophe's Arma Dedicated Server Tool (TADST)
severgun replied to tophe's topic in ARMA 3 - SERVERS & ADMINISTRATION
#BUG Update button on Mod tab and Missions tab did not fully update list. Need to press button multiple times. -
Tophe's Arma Dedicated Server Tool (TADST)
severgun replied to tophe's topic in ARMA 3 - SERVERS & ADMINISTRATION
TADST have nothing to network interfaces, ports, OS or firewall. This is just config file generator and launcher. So search for issues at your OS, firewall, router, NAT ports forwarding(if it is behind home router)etc. I don't know what canyouseeme is. All logs are OK. You can check that game server started on configurated ports by typing into windows command line or linux terminal this commands: For windows: netstat -an | find "2302" You should get line with LISTENING state if server started on this port. For linux: netstat -anp | grep 2302 -
Tutorial: Installation & Configuration of ArmA3 Dedicated Server
severgun replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
SOLVED? :unsure: DLCs in Arma 3 Server 233780 didn't the same as current client DLCs. So... I copied DLCs folders from client to server and all became GREEN. -
Tutorial: Installation & Configuration of ArmA3 Dedicated Server
severgun replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
I tried: D:\Games\Arma3\arma3server.exe "-profiles=d:\Games\Arma3\profiles" -port=2302 -config=CONFIG_server.cfg -world=empty -name=arma -mod=heli;kart;mark;curator;dlcbundle D:\Games\Arma3\arma3server.exe "-profiles=d:\Games\Arma3\profiles" -port=2302 -config=CONFIG_server.cfg -world=empty -name=arma -mod=heli;kart;mark;curator D:\Games\Arma3\arma3server.exe "-profiles=d:\Games\Arma3\profiles" -port=2302 -config=CONFIG_server.cfg -world=empty -name=arma -mod= D:\Games\Arma3\arma3server.exe "-profiles=d:\Games\Arma3\profiles" -port=2302 -config=CONFIG_server.cfg -world=empty -name=arma http://pastebin.com/jrAHYwPS -
Tophe's Arma Dedicated Server Tool (TADST)
severgun replied to tophe's topic in ARMA 3 - SERVERS & ADMINISTRATION
Oh. Thank you! P.S. Mercenary and Expert still a bug ;) Hope it will be fixed soon. -
Tutorial: Installation & Configuration of ArmA3 Dedicated Server
severgun replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
of course I tryed clean start. Nothing changed. All dlcs marked red. To avoid questions about dlc on the client, I must say that on other servers dlcs are green -
Tophe's Arma Dedicated Server Tool (TADST)
severgun replied to tophe's topic in ARMA 3 - SERVERS & ADMINISTRATION
Nice tool. I remember it from Arma2 dedic. But for now I have some troubles with Arma3 server. My way to troubles: Windows 2012 dedicated server -> Windows Firewall add rules for 2302-2305 -> SteamCMD -> Arma3 stable dedicated server -> TADST -> default profile -> set server name -> Launch. 1) Server list with filter by name can't find my server 2) If I login by IP I can see line that I connected. I can see at the bottom "Group channel" and that is all. No mission list or lobby. If I make all by tutorial and start server by shortcut I'm still can't find server but I can connect and play vanilla hardcoded missions. Where is my fault or TADST issue? Also at difficulty settings... If you set Default difficulty to "expert" you will get "expert" in profile file but in this file above this line it is declared as Mercenary. -
Tutorial: Installation & Configuration of ArmA3 Dedicated Server
severgun replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
I'm trying to start dedicated server(Vanilla for start) I have all DLCs on my client and I set -mod=heli;kart;mark;curator on server, but getting all mods marked red in Server browser and question mark near server name. How to make all DLCs green? Also I dont have dlcbundle directory.