Results 1 to 12 of 12
  1. #1
    Andysaur's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed

    Looking Into Client File Configs

    I found this in BaseGame config o:
    Code:
    [Engine.GameInfo]
    DefaultGame=Engine.GameInfo
    DefaultServerGame=Engine.GameInfo
    bAdminCanPause=false
    MaxPlayers=16
    GameDifficulty=+1.0
    bChangeLevels=True
    MaxSpectators=2
    MaxIdleTime=+0.0
    ;APB - LZ+ Turn on speed hack detection
    MaxTimeMargin=+2.0
    TimeMarginSlack=+1.35
    MinTimeMargin=-2.0
    ;APB - LZ-
    
    [Engine.AccessControl]
    IPPolicies="ACCEPT;*"
    
    [Engine.GameReplicationInfo]
    ServerName="Another Server"
    ShortName="Server"
    MessageOfTheDay=""
    
    [DefaultPlayer]
    Name=Player
    team=255
    
    [Engine.HUD]
    bMessageBeep=true
    HudCanvasScale=0.95
    ConsoleMessageCount=4
    ConsoleFontSize=5
    MessageFontOffset=0
    bShowHud=true
    DebugDisplay=AI
    
    [Engine.PlayerController]
    bAimingHelp=false
    bDynamicNetSpeed=false
    InteractDistance=512
    DynamicPingThreshold=+400.0
    bCheckRelevancyThroughPortals=true
    
    [Engine.Weapon]
    Priority=-1.0
    
    [Engine.WorldInfo]
    DefaultGravityZ=-750.0
    RBPhysicsGravityScaling=1.0
    SquintModeKernelSize=128.0
    EmitterPoolClassPath=Engine.EmitterPool
    
    [Engine.UIDataStore_GameResource]
    ElementProviderTypes=(ProviderTag="GameTypes",ProviderClassName="Engine.UIGameInfoSummary")
    
    
    [Engine.UISafeRegionPanel]
    RegionPercentages=0.9
    RegionPercentages=0.8
    anything special?

  2. #2
    AngarTan's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    44
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed
    In APBgame

  3. #3
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    None. Most of the coders already know about this and were looking at different settings and seeing what they do. The one of most interest is one about "speed hacking" and it appears to be a function that controls the rubberbanding when the game thinks your moving to fast. (Explains why you freeze in place every now and then when trying to run foward)

  4. The Following User Says Thank You to RAWR(: For This Useful Post:

    Andysaur (09-30-2011)

  5. #4
    Andysaur's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    Quote Originally Posted by RAWR(: View Post
    None. Most of the coders already know about this and were looking at different settings and seeing what they do. The one of most interest is one about "speed hacking" and it appears to be a function that controls the rubberbanding when the game thinks your moving to fast. (Explains why you freeze in place every now and then when trying to run foward)
    Ohh, I saw a gravity setting on one of the configs, can you actually edit the gravity or is it server sided?

  6. #5
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    Quote Originally Posted by Andysaur View Post
    Ohh, I saw a gravity setting on one of the configs, can you actually edit the gravity or is it server sided?
    It's a bit more complicated then that :P

  7. The Following User Says Thank You to RAWR(: For This Useful Post:

    Andysaur (09-30-2011)

  8. #6
    Andysaur's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    Quote Originally Posted by RAWR(: View Post
    It's a bit more complicated then that :P
    Ohh... Thanks for the info!

  9. #7
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    Quote Originally Posted by Andysaur View Post
    Ohh... Thanks for the info!
    If you can, just play with values. Use a different account though; not your main. If you find anything interesting then come back and post about it here. If it's a pretty good find, I'll make an AutoIt script with a gui that lets you modify the proper settings quickly and efficiently, and put your name in as part of the window title and as a Credits label next to a "Commit changes" button.

  10. #8
    Sujinn's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Financial
    Posts
    151
    Reputation
    7
    Thanks
    20
    My Mood
    Angelic
    Editing gravity will make corpses and items fly (or stay in mid air).
    No more, no less.

  11. #9
    nitega's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Lithuania
    Posts
    223
    Reputation
    8
    Thanks
    1,085
    My Mood
    Cheerful
    ;APB - LZ+ Turn on speed hack detection <-------- WTF is this?
    https://facebook.com/******
    https://niteg*****m/










    [img]https://niteg*****m/rafw1.jpg[/img]

  12. #10
    Andysaur's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    I think it's how they stop speed hackers, like when you get stopped while you're driving or something.

  13. #11
    camping's Avatar
    Join Date
    Sep 2011
    Gender
    female
    Posts
    39
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by RAWR(: View Post
    If you can, just play with values. Use a different account though; not your main. If you find anything interesting then come back and post about it here. If it's a pretty good find, I'll make an AutoIt script with a gui that lets you modify the proper settings quickly and efficiently, and put your name in as part of the window title and as a Credits label next to a "Commit changes" button.
    Is that just the graphical settings that improve visibility through client obstructions like particles? or actual physics & player flags that should in theory only be server controlled? If there's one for input rates somewhere, it might be possible to macro around certain refire limitations as I understand is a global glitch exploitable in the UE3 engine when certain actions are canceled in between primary inputs. (just putting that out there for anyone else who who might already be bypassing that stuff/PB)

  14. #12
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    Quote Originally Posted by camping View Post
    Is that just the graphical settings that improve visibility through client obstructions like particles? or actual physics & player flags that should in theory only be server controlled? If there's one for input rates somewhere, it might be possible to macro around certain refire limitations as I understand is a global glitch exploitable in the UE3 engine when certain actions are canceled in between primary inputs. (just putting that out there for anyone else who who might already be bypassing that stuff/PB)
    It's completely client sided, down to the "Minimum" supported components best ability. Whatever they have as their minimum is going to be the lowest settings you can set the game too. This prevents the graphics from becoming ridiculously simplistic and way to easy to spot targets and other objects, of course this is assumption, but it appears to be that way.

    As for macros, I wouldn't know anything about it. I do know my RF macro can do some pretty "Strange" things even without changing game settings. Each weapon has a special sweet spot Down/Up value and when found, you can do some pretty weird things. I can set it up to have my HVR fire an entire clip in a second, and completely bypass the bolt action reset timer.

Similar Threads

  1. Does this files ring a bell ? (looking for a pro to look into)
    By missy123 in forum All Points Bulletin Reloaded Hacks
    Replies: 5
    Last Post: 06-21-2011, 02:29 PM
  2. How to convert Multiple Folders into rez Files? Scope modders help?
    By boot_auto in forum Combat Arms Mod Discussion
    Replies: 1
    Last Post: 03-30-2010, 08:14 PM
  3. I need help looking for a file.....
    By Sphearow412 in forum Combat Arms Mod Discussion
    Replies: 9
    Last Post: 02-12-2010, 11:35 PM
  4. need help looking for a file.
    By Sphearow412 in forum Combat Arms Mod Discussion
    Replies: 8
    Last Post: 01-26-2010, 03:19 PM
  5. [Request] Looking for a Pro Config!!!
    By ghostracerx in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 1
    Last Post: 11-07-2009, 10:21 AM