Jump to content

SOT

Member
  • Content Count

    20
  • Joined

  • Last visited

  • Medals

Posts posted by SOT


  1. I have down- loaded and looked at a lot of user made missions (50 or more). Not only to play but to look at in the editor in order to learn about all this scripting and mission making stuff. This is one of the best made missions with lots of unique features I have seen to date!! Well Done !!


  2. Hellfires do not seem to lock when in manual fire mode.

    Does this mean that with a gunner it should work?

    ---------- Post added at 03:38 AM ---------- Previous post was at 02:59 AM ----------

    Does this mean that with a gunner it should work?

    Oh My God it works with a gunner. All this time I thought I needed a script to get it to work!! All I needed was a gunner. This is what happens when you are a Noob.


  3. texasg.png

    Let me introduce myself I am ={TX-SG}=SOT of the Texas State Guard.

    I have been playing Arma2 for about 3 mos. I have been around a number of clans some good & some not so good. The not so goods inspired me to edit a xeno mission and start my own server. So I am looking for a group of easy going players to have fun with. I have a small 12 man Arma2 Operation Arrowhead server at this time that can be expanded if needed. I also have training missions that can help with the basics of the game.

    Our Server Rules are as follows:

    ONLY PILOTS CAN FLY HERE!! ({TX-SG} Members Have Priority as Pilot's)

    1. No Swearing, Racial, or Vulgar Language (On Comms or in Text)

    2. No Threatening, Harassing, or Insulting Admins or other Players

    3. No Chat Spamming (verbal or text) No Music!

    4. No Intentional Team Killing

    5. No Firing on Base except when Enemy is attacking it

    6. No Disruptive Behavior @ all( Server Sabotage Activities Prohibited

    7. No Hacking or (Pouching ={TX-SG}= Clan Tag = Perma Ban!!)

    **First Offense: Verbal warning . You have to comply with the warning otherwise the violation will count as a second offense.

    **Second Offense: Kick from server. If you return and still refuse to comply you will be considered a repeat offender.

    **Repeat Offender: Banned from server. Ban may be temporary or permanent depending on the severity of the offense.

    Minimal Requirement:

    1. Minimum age is 17 (Mature)

    2. You must have a mic

    3. Must have TeamSpeak3

    4. Must have Steam (just for communacation of whos online)

    5. Must have (Arma2 Operation Arrowhead)

    6. Must be willing to play in a Semi Realism unit

    7. Must be willing to get along with others

    8. Must be active on the forums at least bi-weekly

    If you’re interested in applying go to:

    http://texasstateguard.freegametalk.com/

    and register.

    Thx


  4. To change the server cfg you have to take it off the FTp edit it in a notepad and

    then reupload it to the ftp thats how you change it.

    Who is your provider?

    do you have a gameserver for public or private?

    and do you have access to the Ftp for the server?

    Low Ping Game Servers = provider

    Public

    Ftp access i have.

    I did not take it off and edit it in note pad. Thats the problem i think. thx for the advise.


  5. The arma patch 1.54 modifies all the shell's ballistics.



    The [R3F] artillery computer of the version 1.4 couldn't compute fire solution with this new patch.

    I will release a new arty & log version ASAP. But I'm currently very busied by my real job.

    (Maximum release date : september 5th delayed due to the BIS' #$€£# technical implementation of the new arty system)

    @mia389 :

    Was the table correctly generated in the ARMA2.RPT ?

    Hope your able to get it fixed !!


  6. Dorph;1742843']Why a pm - others could benefit your skills too ?

    Im pretty sure it cn be done but its not a server setting its rather a mission setting.

    I have seen missions when trying to pilot a plane it says something like "reserved for xxx-members"

    My eding-skills is unfort. not at that level though.

    Why, I just wanted to see how long it would take for someone to criticize my post. A select few troll the forums just to put people dn. Did not take long to figure that out in these forums !!


  7. I wont to turn off voting & timer on voting. I also wont only my edited mission to select from not all those official missions. I have looked at a lot of example server cfg's in the forums and cant find a answer. Please understand Iam a moron at this stuff. Can anyone help me?

    My Server cfg:

    // GLOBAL SETTINGS

    hostname = "={TX-SG}=";

    // The name of the server that shall be displayed in the public server list

    password = "";

    // Password for joining, eg connecting to the server

    passwordAdmin="";

    // Password to become server admin. When you're in Arma MP and connected to the server, type '#login xyz'

    reportingIP="arma2oapc.master.gamespy.com";

    // This is the default setting. If you change this, your server might not turn up in the public list. Leave empty for private servers

    logFile="myserver.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[] = {

    "Welcome to ={TX-SG}= Texas State Guard Server !!",

    "",

    "",

    "",

    "",

    "",

    "",

    "",

    "",

    "",

    "",

    "",

    "",

    "",

    "",

    };

    motdInterval = 30;

    // Time interval (in seconds) between each message

    maxPlayers = 12;

    // 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 = 0;

    // Verifies the players files by checking them with the .bisign signatures. Works properly from 1.08 on

    // VOTING

    voteMissionPlayers = 1;

    // Tells the server how many people must connect so that it displays the mission selection screen.

    voteThreshold = 0.33;

    // 33% or more players need to vote for something, for example an admin or a new map, to become effective

    // INGAME SETTINGS

    disableVoN = 0;

    // If set to 1, Voice over Net will not be available

    vonCodecQuality = 6;

    // Quality from 1 to 10

    persistent = 0;

    // Persistent mode is not allowed, if changed to 1 the server will be disabled.

    // SCRIPTING ISSUES

    onUserConnected = ""; // self-explaining

    onUserDisconnected = "";

    doubleIdDetected = "";

    regularCheck = "{}";

    // some ArmA specific stuff - signature verification

    onUnsignedData = "";

    // unsigned data detected

    onHackedData = "";

    // tampering of the signature detected

    onDifferentData = "";

    // data with a valid signature, but different version than the one present on server detected

    BattlEye = 1;

    //Server to use BattlEye system


  8. ftp it (yourmission.island.pbo) to your MPMission folder on your server

    Yes sir my game server provider has fpt or a upload file command. What I dont know is what to do with the mission edited files. Some are already a PBO format from a xeno mission that i have edited. The others are sqs files. Do i pack them to pbo's ? This process I dont understand.

×