Search the Community
Showing results for tags 'start'.
Found 15 results
-
parameters Where to set Startup Parameters?!?!?
maaarv posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
So i´ve been seraching for like an hour now but i can´t figure out where to set the startup parameters for a linux dedicated server i just want to enable autoinit so the mission starts when the server is started but where and how ? -
I got following problem: I finally got my new computer setup und freshly installed arma3 after 5 years without any video games, but Arma3 just wont start. When i click on "Play" in the lower left corner of the arma launcher it seems to start the game but it gets stuck "initializing addons" while loading and then gives me following information: 0xC0000005 - STATUS_ACCESS_VIOLATION Details are: but i startet it without any mods and dlc's.. I didnt really found any helpfull support on that, this may be the result of my poor englisch skills so please be nice to me. Thanks for your help.
-
The usual "Open" or "Expand" button that's present for other campaigns is missing here, and there is no way to start the DLC missions.
-
system error Arma 3 won't start: System Error without info
byalexeykh posted a topic in ARMA 3 - TROUBLESHOOTING
Error: https://ibb.co/DVBNT52 (English: **System Error** the code execution cannot proceed because (Here must be missing file name but in error here is just nothing) was not found) I already have 1000 hours in arma 3, I have never seen such a mistake. I have reinstalled arma, Visual C++ and NETframework, nothing helped. It began to appear after I removed Visual Studio 2017 using VScleanUnistall (found it on the GitHub) and installed it again. Other games work properly. -
Hi! I was wondering if there is a way to add more teams in a game ? For now I can only find red green and blue. Thanks !
-
Forced Init to Virtual Arsenal - And Other Things
mikemhz posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I want to start a mission straight into the virtual arsenal. I'm creating a story-based mission and I want the player to create his/her character before it all begins. I don't want the player to look at a box and select the aresenal. I want them to spawn into the arsenal, one time only. I also want to: pause the scripted events at the mission start while the player is in the arsenal. give the player objectives and waypoints. display text on screen and dialogue from NPCs. speak to NPCs, conversation wheels, which trigger events such as spawning, objectives and waypoints. delete unwated NPCs and objects. Its been a few years since I worked with ArmA. Could somebody point me in the right direction?- 5 replies
-
- pause events
- arsenal
- (and 8 more)
-
Zeus Multiplayer Virtual Entities Die on Start
smashballs posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
My Zeus Game Master mission works near flawlessly, except for some reason all the virtual entities die when the mission starts. I will select the Zeus virtual entity at the start screen, and when it goes to the briefing it shows "No Signal", then starts with the screen pointing up and it shows me the death screen. Why is this happening? The Zeus can work if being used by a regular unit, but that causes strange re-spawning bugs. I want a normal virtual Zeus entity to be the Game Master, but that is impossible if it dies for no reason. Am I missing something for my virtual entities to be dying? I am using version 1.56 for the Eden editor, is that the cause of this strange bug? Description.ext author="Smash Balls"; onLoadName = "Overlord 42+1 Master Altis"; OnLoadMission = "There is an almighty Overlord of which I wouldn't disobey! The NATO faction has a starting desert HQ with a handful of starting assets to use."; loadScreen = "overlordCastle.jpg"; overviewText = "Our lord of death and destruction has arrived!"; displayName = "Overlord 42+1 Master Altis|Preset Base(NATO)"; respawnVehicleDelay = 30; respawn = "BASE"; respawndelay = 15; respawnDialog = 1; respawnTemplatesWest[] = {"MenuPosition","MenuInventory"}; respawnTemplatesCiv[] = {"MenuPosition","MenuInventory"}; respawnTemplatesVirtual[] = {}; respawnOnStart = 0; disabledAI = 1; joinUnassigned = 1; aiKills = 1; class Header { gameType = ZGM; //DM, Team, Coop, ... minPlayers = 1; //min # of players the mission supports maxPlayers = 43; //Max # of players the mission supports playerCountMultipleOf = 1; }; -
I have a co-op mission for up to 9 players and I have respawn enabled. When I start the mission in MP, everyone starts off dead unlike the AI. . . Also my script for allowing loadouts to be persistent even after dying and respawning isn't working. Any help would be appreciated and I can go further into detail about the mission if need be. Thanks
-
Project Argo (Prototype) failed to start (error code 81). How to fix?
-
Guns Crashing, "no entry .model"
E_50_Panzer posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Hello, I've been working to get some guns in game for a friend; however, I've hit a roadblock with crashing errors. To be more specific, the game will crash whenever you preview or play a mission and you have one of these guns in your inventory. The crashes have a message saying "no entry .model", or I simply get a memory error crash. Due to it being a memory crash, I'd assume the crashing would be caused by a bad model.cfg, which shouldn't really be the case, since I am using the BI sample weapon model.cfg file, adjusted to my needs, of course. Here are some pictures of the weapons in game: https://steamuserimages-a.akamaihd.net/ugc/158032821958466197/0B998D220EF3D9E347AFEDA3DBEF3D5914805BC5/ https://steamuserimages-a.akamaihd.net/ugc/158032821958466084/5F271A78FC8C5BBCBD8F0641A68C4EC56E4A3D0C/ https://steamuserimages-a.akamaihd.net/ugc/158032821958465874/8029B0318F96F85565B24A92CC35C7F5DB350DC8/ Here is the model.cfg for one of the guns. The model.cfg for each weapon is the same, except for the p3d name change, of course. https://pastebin.com/Nksb7xyz Ammo.hpp https://pastebin.com/GqW4jABC Magazines.hpp https://pastebin.com/U0ahBL83 Weapons.hpp https://pastebin.com/KRDdmK8N Config.cpp https://pastebin.com/hdYuyS7P Apologies if any of it is long, this config is going to be a base for many more weapons later on. -
Vehicles as Support Modules Movement on start
JimiFigs posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
So I don't know what I'm doing or not doing but I have this strange thing happening. I'm just starting to learn the editor and am currently fiddling around with support modules and noticed something rather strange, at least to me. So I have placed two Comanche helicopters for helicopter attack support, lets say helo 1 and helo 2. I have helo 1 synced to the support module and helo 2 synced to helo 1. The issue is that when the scenario starts helo 1 does what it should, sits there with the engine off and waits for me to place a support request and then takes off and goes to the coordinates, however helo 2 fires the engines up, takes off and hovers above the base until i call in support at which point it follows helo 1. This happens when using vehicle artillery as well, vehicle one stays put while vehicle two roams around. How do I get them to stay put until I put in a support request?- 12 replies
-
- support module
- support modules
-
(and 3 more)
Tagged with:
-
New mission will only start after 10 secs - when players join during that time old mission keeps going
WurschtBanane posted a topic in ARMA 3 - QUESTIONS & ANSWERS
This is what my server.cfg looks like, i censored some things: // // More information at: http://community.bis...wiki/server.cfg // // GLOBAL SETTINGS hostname = "hostname"; // The name of the server that shall be displayed in the public server list password = ""; // Password for joining, eg connecting to the server passwordAdmin = "passwordAdmin"; // Password to become server admin. When you're in Arma MP and connected to the server, type '#login xyz' //reportingIP = "arma3pc.master.gamespy.com"; logFile = "server_console.log"; // Tells ArmA-server where the logfile should go and what it should be called // WELCOME MESSAGE ("message of the day") // It can be several lines, separated by comma // Empty messages "" will not be displayed at all but are only for increasing the interval motd[] = { "", "Server hosted by nitrado.net", "" }; motdInterval = 10; // Time interval (in seconds) between each message // JOINING RULES maxPlayers = 6; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player. kickDuplicate = 1; // Each ArmA version has its own ID. If kickDuplicate is set to 1, a player will be kicked when he joins a server where another player with the same ID is playing. verifySignatures = 1; // Verifies the players files by checking them with the .bisign signatures. Works properly from 1.08 on equalModRequired = 0; // Outdated. If set to 1, player has to use exactly the same -mod= startup parameter as the server. // VOTING voteMissionPlayers = 1; // Tells the server how many people must connect so that it displays the mission selection screen. voteThreshold = 2; // 33% or more players need to vote for something, for example an admin or a new map, to become effective allowedVoteCmds[] = {}; // disables voting // INGAME SETTINGS disableVoN = 0; // If set to 1, Voice over Net will not be available vonCodecQuality = 10; // Quality from 1 to 10 persistent=1; regularcheck=""; // MISSIONS CYCLE class Missions { class CLASS1 { template = Missionname1; cadetMode = 1; }; class CLASS2 { template = Missionname2; cadetMode = 1; }; }; My problem is that when mission Number 1 is over, the second one does not start when a player clicks OK (in the mission selection screen) after the debriefing. Because then they will join the old mission again, but it does not even restart, it just keeps going. This really pisses me off because the Mission end trigger that ends the mission after 10 mins can only be activated once... It does not occur when all players wait a few seconds though... Can anyone help me with this? In KOTH there are always different kinds of missions that switch without players having to leave or wait... -
New Mission does not start unless all players leave!
WurschtBanane posted a topic in ARMA 3 - SERVERS & ADMINISTRATION
This is what my server.cfg looks like, i censored some things: // // More information at: http://community.bistudio.com/wiki/server.cfg // // GLOBAL SETTINGS hostname = "hostname"; // The name of the server that shall be displayed in the public server list password = ""; // Password for joining, eg connecting to the server passwordAdmin = "passwordAdmin"; // Password to become server admin. When you're in Arma MP and connected to the server, type '#login xyz' //reportingIP = "arma3pc.master.gamespy.com"; logFile = "server_console.log"; // Tells ArmA-server where the logfile should go and what it should be called // WELCOME MESSAGE ("message of the day") // It can be several lines, separated by comma // Empty messages "" will not be displayed at all but are only for increasing the interval motd[] = { "", "Server hosted by nitrado.net", "" }; motdInterval = 10; // Time interval (in seconds) between each message // JOINING RULES maxPlayers = 6; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player. kickDuplicate = 1; // Each ArmA version has its own ID. If kickDuplicate is set to 1, a player will be kicked when he joins a server where another player with the same ID is playing. verifySignatures = 1; // Verifies the players files by checking them with the .bisign signatures. Works properly from 1.08 on equalModRequired = 0; // Outdated. If set to 1, player has to use exactly the same -mod= startup parameter as the server. // VOTING voteMissionPlayers = 1; // Tells the server how many people must connect so that it displays the mission selection screen. voteThreshold = 2; // 33% or more players need to vote for something, for example an admin or a new map, to become effective allowedVoteCmds[] = {}; // disables voting // INGAME SETTINGS disableVoN = 0; // If set to 1, Voice over Net will not be available vonCodecQuality = 10; // Quality from 1 to 10 persistent=1; regularcheck=""; // MISSIONS CYCLE class Missions { class CLASS1 { template = Missionname1; cadetMode = 1; }; class CLASS2 { template = Missionname2; cadetMode = 1; }; }; My problem is that when mission Number 1 is over the second one does not start when a player instantly clicks OK after the debriefing, because then the old mission starts again, but it does not even restart, it just keeps going. This really pisses me off because the Mission end trigger that ends the mission after 10 mins can only be activated once... Can anyone help me with this? In KOTH there are always different kinds of missions that switch without players having to leave or wait... -
New Mission wont start - old one keeps going
WurschtBanane posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
This is what my server.cfg looks like, i censored some things: // // More information at: http://community.bis...wiki/server.cfg // // GLOBAL SETTINGS hostname = "hostname"; // The name of the server that shall be displayed in the public server list password = ""; // Password for joining, eg connecting to the server passwordAdmin = "passwordAdmin"; // Password to become server admin. When you're in Arma MP and connected to the server, type '#login xyz' //reportingIP = "arma3pc.master.gamespy.com"; logFile = "server_console.log"; // Tells ArmA-server where the logfile should go and what it should be called // WELCOME MESSAGE ("message of the day") // It can be several lines, separated by comma // Empty messages "" will not be displayed at all but are only for increasing the interval motd[] = { "", "Server hosted by nitrado.net", "" }; motdInterval = 10; // Time interval (in seconds) between each message // JOINING RULES maxPlayers = 6; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player. kickDuplicate = 1; // Each ArmA version has its own ID. If kickDuplicate is set to 1, a player will be kicked when he joins a server where another player with the same ID is playing. verifySignatures = 1; // Verifies the players files by checking them with the .bisign signatures. Works properly from 1.08 on equalModRequired = 0; // Outdated. If set to 1, player has to use exactly the same -mod= startup parameter as the server. // VOTING voteMissionPlayers = 1; // Tells the server how many people must connect so that it displays the mission selection screen. voteThreshold = 2; // 33% or more players need to vote for something, for example an admin or a new map, to become effective allowedVoteCmds[] = {}; // disables voting // INGAME SETTINGS disableVoN = 0; // If set to 1, Voice over Net will not be available vonCodecQuality = 10; // Quality from 1 to 10 persistent=1; regularcheck=""; // MISSIONS CYCLE class Missions { class CLASS1 { template = Missionname1; cadetMode = 1; }; class CLASS2 { template = Missionname2; cadetMode = 1; }; }; My problem is that when mission Number 1 is over, the second one does not start when a player clicks OK after the debriefing. Because then they will join the old mission again, but it does not even restart, it just keeps going. This really pisses me off because the Mission end trigger that ends the mission after 10 mins can only be activated once... It does not occur when all players wait a few seconds though... Can anyone help me with this? In KOTH there are always different kinds of missions that switch without players having to leave or wait... Quote MultiQuote Edit -
Can i force start BIS Launcher? -ArmA3 -SOLVED
markocro posted a topic in ARMA 3 - QUESTIONS & ANSWERS
Hello dear community, In steam library i made launch options for arma3 as follows : -nosplash -nologs -useBE -nolauncher. That is usual way how i start arma3, from games library in steam. But now i want to use some mods and i would like to start it from arma3Mods shortcut placed on desktop and only want it to start with BIS launcher now so i can select mods i want to play with. Can i make arma 3 launcher to start without editing launch options in steam library, so i don't need to add or remove always that parameter -nolauncher when i want to play with mods? Is there -forceLauncher parameter, something like that? I hope i made myself clear, if not please ask for more input. Thanks SOLVED EDIT: in C:\Program Files (x86)\Steam\SteamApps\common\Arma 3 there is arma3laucnher.exe, problem is solved