Jump to content

JohnDoberman

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About JohnDoberman

  • Rank
    Rookie
  1. I'm using PUTTY, it's not a command.
  2. I'll give it a try. EDIT : No work. 1:09:59 ManagerConfig() 1:09:59 String STR_MOD_LAUNCHER_ACTION not found SCREENNAME=arma3 PORT=2302 PROFILENAME=server CONFIG=server.cfg BASEDIR=/games/arma3_server/Steam/steamapps/common/AM3_Server SERVERDIR=$BASEDIR MODDIR=$BASEDIR ###################################### cd $SERVERDIR screen -AmS $SCREENNAME ./arma3server -name=$PROFILENAME -port=$PORT -config=$CONFIG -mod=curator\;@cba_a3\;@a3mp\;@agm\;@oh_t10\;@hlc_ar15\;@hlc_wp_mp5\;@hlcmods_ak\;@hlcmods_core\;@hlcmods_m14\;@leights_opfor\;@mbg_killhouses_a3\;@mrb_a3_voicestop\;@ngs_capraia\;@pla\;@realarmor\;@rh_m4_a3\;@rh_pistol_a3\;@rhs_afrf3\;@rhs_afrusaf\;@rhs_usf3\;@sab_c130\;@st_gi\;@st_map_autobrightness\;@st_stamina_bar\;@sthud_a3\;@sti_launchers\;@strykerpack\;@task_force_radio\;@us_helos_kimi\;@jsrs2\;@mcc_sandbox_a3\;@lsd_nvg\;@aiss\;@alive\;@ascz_rhs_fix\;@asdg_jr\;@atlas_lhd\;@burnes_mk10\;@caf_ag\;@caf_ag_audiopatch\;@cariboufrontier\;@cho_f35b\;@ctab\;@dar_hmmwv\;@dar_maxxpro\;@fa18x_black_wasp\;@hiddenidentityv2\;
  3. Tested it and didn't even let me into the lobby. Didn't list the mods in the Expansions tab of the server browser either. #!/bin/bash # Wrapper file to start the A3 server # Server-side mods # Start server screen ./arma3server -config="/games/arma3_server/Steam/steamapps/common/AM3_Server/server.cfg" "-mod=curator\;@cba_a3\;@a3mp\;@agm\;@oh_t10\;@hlc_ar15\;@hlc_wp_mp5\;@hlcmods_ak\;@hlcmods_core\;@hlcmods_m14\;@leights_opfor\;@mbg_killhouses_a3\;@mrb_a3_voicestop\;@ngs_capraia\;@pla\;@realarmor\;@rh_m4_a3\;@rh_pistol_a3\;@rhs_afrf3\;@rhs_afrusaf\;@rhs_usf3\;@sab_c130\;@st_gi\;@st_map_autobrightness\;@st_stamina_bar\;@sthud_a3\;@sti_launchers\;@strykerpack\;@task_force_radio\;@us_helos_kimi\;@jsrs2\;@mcc_sandbox_a3\;@lsd_nvg\;@aiss\;@alive\;@ascz_rhs_fix\;@asdg_jr\;@atlas_lhd\;@burnes_mk10\;@caf_ag\;@caf_ag_audiopatch\;@cariboufrontier\;@cho_f35b\;@ctab\;@dar_hmmwv\;@dar_maxxpro\;@fa18x_black_wasp\;@hiddenidentityv2\;"
  4. I did what you said above for him and.... 21:47:55 ManagerConfig() 21:47:55 String STR_MOD_LAUNCHER_ACTION not found And I did what you said in the startup.sh file. Added the quotation marks like you shown. Edit - It launched the server, but won't recognize any of the mods. This is what I see (other than a bunch of other stuff I don't understand)
×