-
Content Count
3307 -
Joined
-
Last visited
-
Medals
-
Medals
Everything posted by SavageCDN
-
DAP Realistic Parachute, ACE and wasteland issue
SavageCDN replied to linuxmaster9's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
So you want one of the possible spawn locations to be the static C130? In the mission are there markers around the map that define the possible spawn locations? I think you'd need to add that location to the array of possibilities for it to choose from. Put the actual marker somewhere safe then have a trigger that teleports anyone detected around that marker to the C130. -
Thanks Giallustio I'll hopefully have some feedback for you this weekend!!
-
ALiVE - Advanced Light Infantry Virtual Environment
SavageCDN replied to wolffy.au's topic in ARMA 3 - ADDONS & MODS: COMPLETE
^ not sure what you mean by 'continuous custom task' - are you referring to the tasks assigned by the ALiVE system? If so there is no way currently to customize them. -
DAP Realistic Parachute, ACE and wasteland issue
SavageCDN replied to linuxmaster9's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I'm not familiar with how Wasteland respawn works but in regular game you would have your respawn_west marker somewhere 'off' the map out of the way... once the player spawns in at the marker another script would teleport them to the C130. As for the trigger you could add a height requirement as one of the trigger conditions so that it only fires above a certain height. I don't have a code example handy ATM but could probably dig one up later if needed. -
ALiVE - Advanced Light Infantry Virtual Environment
SavageCDN replied to wolffy.au's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Wiki has some info.. for more you should join the ALiVE public skype channel http://alivemod.com/wiki/index.php?title=Unit_Mod_Config_Standardisation I don't think that feature is working yet. -
Scripting a Mission For Multiplayer - Help
SavageCDN replied to ikmn's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
in MP triggers are global (run on all machines) unless you specify a condition like isServer. Taskmaster does work on dedi I have used it myself so you should have no problems. I'm far from an expert on this stuff but your code looks OK to me. Check the readme stuff for Taskmaster script as well there might be more info there (especially for things like JIP marker updating) -
DAP Realistic Parachute, ACE and wasteland issue
SavageCDN replied to linuxmaster9's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
hmm...have you tried spawning the player elsewhere ie: [0,0] then teleporting them to the static C130? -
PM sent
-
Steam Ticket Check Failed - ACCESS VIOLATION error?
SavageCDN replied to BeastlyFX's topic in ARMA 3 - TROUBLESHOOTING
I had a quick look at your RPT file - is this the file from your server or the client? I see DX11 loading messages as well as a GTX560 GPU so it's looking like a client file... if so please post your server's RPT file. Might want to do a Steam verify of all your server files as well. -
I'd say it's the primary reason for the stutters - you are correct Arma is loading in new textures from disk. If you can get your hands on an SSD drive try moving your A3 install to the SSD... personally I saw a big difference when I used the SSD instead of my 7200rpm SATA drive.
-
Connection Failed after Headless Client Installation
SavageCDN replied to dburke87's topic in ARMA 3 - SERVERS & ADMINISTRATION
Random guesses: Do you have unique Steam ports defined for each server (not sure about HC might need unique ports there too) For the 2500 ping have your users run EVERYTHING as admin (steam, arma, etc) - sounds crazy but I've read that this can be the problem (also from Terox): 2500ms ping is caused by the server firewall not accepting incoming ICMP packets -
Can't start MPMission on my dedicated Server
SavageCDN replied to 8thball's topic in ARMA 3 - SERVERS & ADMINISTRATION
Please post your servers full RPT file to pastebin and link back here.. make sure you start with a clean (empty) RPT, fire up the server and copy to pastebin. Also your startup params would be good (ie what mods are loading, server params, etc) -
Server Doesnt Show with BattlEye Enabled
SavageCDN replied to alexharvey52's topic in ARMA 3 - SERVERS & ADMINISTRATION
That is odd... I can see your server here (I assume this is your new server): http://arma3.swec.se/server/data/117384 I would try re-downloading the BE files... but honestly that is clutching at straws :p You have your beserver.cfg file in the BE working directory with maxping/rcon info there? -
Multiple Servers - One Set of Files
SavageCDN replied to ToejaM's topic in ARMA 3 - SERVERS & ADMINISTRATION
Check this thread for info: http://forums.bistudio.com/showthread.php?147537-Tutorial-How-to-run-ArmA3-on-a-dedicated-server -
https://community.bistudio.com/wiki/BattlEye This has the info you need. Basically you need to create a file called beserver.cfg in BattlEye directory on server (set in server.cfg) and add 2 lines: RConPassword myPassword MaxPing 300
-
ai compilation AI Compilation List of Addons/Mods/Scripts & Threads for Arma 3
SavageCDN replied to Gunter Severloh's topic in ARMA 3 - MISSION EDITING & SCRIPTING
50 pages!!! Nice work man!!- 301 replies
-
- 1
-
- compilation
- ai addons & mods
-
(and 2 more)
Tagged with:
-
pmc_51km_desert dedicated server
SavageCDN replied to wuestenkamm's topic in ARMA 2 & OA - Servers & Administration
^ happens to everyone glad it's working now -
Modular Construction Mod by NerdMod
SavageCDN replied to nerdmod's topic in ARMA 3 - ADDONS & MODS: DISCUSSION
Good to see this is progressing!!- 157 replies
-
- branch
- development
-
(and 2 more)
Tagged with:
-
[MP][TVT/COOP] Total Conquest for Arma III
SavageCDN replied to tvig0r0us's topic in ARMA 3 - USER MISSIONS
Yes great mission nice to see an update!!- 303 replies
-
- conquest
- instant action
-
(and 1 more)
Tagged with:
-
That is correct as far as GL behaviour is concerned as long as the GL init module is placed in the editor. I know this works for 'GL5' as well as I've tested it already with the ALiVE mod (which generates groups like DAC does). That would be ideal and while I'm pretty useless in the scripting/coding department I'm more than happy to test functionality between the two..... having used DAC religiously in Arma 2 and Group-Link 4 as well (both script versions but I assume things will work the same for mod versions).
-
Did not know the man but my condolences to his family and friends
-
Tutorial: Installation & Configuration of ArmA3 Dedicated Server
SavageCDN replied to terox's topic in ARMA 3 - SERVERS & ADMINISTRATION
-cpuCount=8 server .exe will never use more than 2 cores so change this to -cpuCount=2 (not that this is the cause of your lags) That RPT file is a mess of errors I would try running the server with the -nologs param it should speed things up a bit It's possible that your desync is caused by ACRE problems as well you should test the mission without using ACRE -
pmc_51km_desert dedicated server
SavageCDN replied to wuestenkamm's topic in ARMA 2 & OA - Servers & Administration
That looks like your client RPT not the server's.. .sorry I should have mentioned that I need to see your server's RPT file. -
ALiVE - Advanced Light Infantry Virtual Environment
SavageCDN replied to wolffy.au's topic in ARMA 3 - ADDONS & MODS: COMPLETE
@Pergor - most browsers have an "I know the risks just let me in" type option when accessing a page with an expired certificate @GavC - If you search missions on Armaholic you can find some there or check here: http://www.alivemod.com/missions You need to register on the ALiVE War Room site first before having your stats tracked http://www.alivemod.com/#ALiVEWarRoom -
Help with an issue, trying to host.
SavageCDN replied to Th4d's topic in ARMA 3 - SERVERS & ADMINISTRATION
Well the good news I guess is that you're not the only one :p But as to fixing it I have no idea it's a weird one....