Jump to content

MarkShot

Members
  • Posts

    92
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by MarkShot

  1. I have watched replays before.  On the FP view, it looks like my gun site is no where close to the target; off by 1-3 bodies when distant from the target.

    However, a video recording shows what I saw.  My shooting may be off target slightly; still the targets drop.  But not so much off as above.

    Is there difference between replays and what you actually saw?  (I assume that replays are actually a recorded command stream sent to the engine to reprocess/render.)

    Thanks.

  2. Not really hull down, but the same concept.

    I am prone on the reverse slop of a gentle rise.  I cannot see the enemy approaching, but I know they are there as others are opening up.

    If I go into a crouch at this point, I will have LOS and LOF.  I assume that I should present a much smaller target as what is generally visible to the enemy is just my head and shoulders.

    True?

  3. I actually am a 2 time owner of the collection.

    I originally got GR 2001, but had trouble playing it due to repetitive strain injuries.  Which I finally solved 2016 via a Logitech programmable keyboard.  I was watching an ARMAx video talking about toggle keys UI, and I realized that it didn't need to be in GR, it could easily be programmed and added.  So, I re-embarked on the game.  15 years later despite aging, the game is now far more ergonomic for me.

    So, I own the original.  Revisited it in 2009, but experienced the same problems.  That was my first purchase of the collection.  I kept the DVDs.  So, valuable that when I relocated to other side of the World 2012, they traveled by air with me.

    I bought the 2015 USB as I am now playing the game and loving it.  Hopefully, for years to come.  (It is funny to watch video recordings of my play and see my reticle shaking due to a hand tremor.)  So, it is an invaluable resource, and at this point in the game's life most of the collection is pretty much "final release".

    Thanks for the site and collection, Rocky and fans!

    • Like 3
  4. I can confirm that the problem is fixed.

    Originally, I used the string "NPC".  That was very obtrusive (only showed for friendlies, but had no other impact).

    Then, I tried " " just a space character.  If you are a programmer, then you probably know that this might be considered a zero length string.  The CTDs returned.

    Finally, I settled on ".", the period.  It appears really as almost a pixel.  It is the least obtrusive solution to the CTD problem.  I must have launched 20 of the problem mission with this and not seen it occur.

    First, how do I make this available to others?  It's 1.65Mb.

    Second, I give all credit to HU.  I hope there is nothing offensive about me attempting to patch someone else's work and posting it.

    • Like 1
  5. I already have the code to do this.  Just need a few tweaks.

    This code was written to customize back up definitions flipping between FULL and DIFFERENTIAL to enhance the functionality of a commercial product:

            TISTemplate=StrCat(CurrentPath, "*.TIS")
            TISFileList=FileItemize(TISTemplate)
            TISCount=ItemCount(TISFileList, @TAB)
            For TISIndex = 1 to TISCount
              TISFileName=ItemExtract(TISIndex, TISFileList, @TAB)
              TISFileNameBase=StrSub(TISFileName, 1, StrLen(TISFileName)-4)
              TISFileNameTmp=StrCat(TISFileNameBase, ".tmp")
              FileRename(TISFileName, TISFileNameTmp)
              If IniValue=="long" then
                SedScript="SedSetShrt.txt"
              Else
                SedScript="SedSetLong.txt"
              Endif
              ArgList=StrCat(SedScript, " ", TISFileNameTmp, " ", TISFileName)
              RunShell("SedExecute.bat", ArgList, "", @hidden, @wait)
              FileDelete(TISFileNameTmp)
            Next

    It uses the UNIX stream editor (very simple):

    sed -f %1 <%2 >%3

    # Usage:  sed -f SedCmdON.txt <test.txt >test2.txt
    # Note:  piping requires execution from a BAT file
    #
    # zap TIS XML to a long backup
    #
    s/increment_type="differential"/increment_type="full"/

    ---

    The main changes I need are a list of directories to iterate over, a different file extension, and a different string replace.  A couple of hours to fix at most.

    Thanks again!  :)

    • Like 1
  6. It does not happen all the time, but I guess a mission (playing the original campaign) will get corrupted.  If the mouse rolls over a certain point on the command map, it will CTD reproducibly.

    I don't know what causes it or how to avoid it.  I have tried all permutations of game play, in game graphics, video card graphics, ... but no luck.

    Anyone seen this?

    Any suggestions?

    Thanks!

  7. Thanks for you help!

    A nice fix.  But I am going do what I have done with other games that have a night too dark.  I am using various predefined user modes of the my Sony 32" TV (secondary display).  It adds the moon light affect of regular vision, and useable night vision.

    In any case, thanks again, for this help, and all your help!

    • Like 1
  8. GRHU:  How to get around an indoor corner?  The enemy is waiting for me.  I cannot seem to out shoot him on a peek.  (Even if I had a grenade, I don't know who else is around there; as there could be a prisoner.  So, I cannot just indiscriminately lob a grenade.)

     

    The only thing which I can think is go auto and start spraying before my gun clears the corner on the peek.

     

    Help, please!

×
×
  • Create New...