PondScum101

Member
  • Content count

    65
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

9 Neutral

About PondScum101

  • Rank
    Inmate

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. PondScum101

    Random Heli Crashes

    This is totally awesome. However, they dont seem too random. I'll end up with groups of wrecks close to eachother, within 100-500 m. Seems that there could be a _minDistancetoWreck or something of that nature to get them to spread out a bit. Other than that, using a custom wreck type and loot is spawning in great. Thank you for this @Darth_Rogue
  2. PondScum101

    AVS - Advanced Vehicle System

    Only thing in question in my report 8:37:54 Attempt to override final function - avs_fnc_getconfigloadout
  3. PondScum101

    AVS - Advanced Vehicle System

    in AVS_fnc_getConfigLoadout.sqf _driverWeapons = (configFile >> "CfgVehicles" >> _vehicleType >> "weapons") call BIS_fnc_GetCfgData; _driverMagazines = (configFile >> "CfgVehicles" >> _vehicleType >> "magazines") call BIS_fnc_GetCfgData; in defineLoadout.sqf for rhsusaf_c_m1a1(abrams) It looks like RHS is defining the path as configFile >> "cfgMagazines". anyone have a work around for this? I am not a coder, so I could be way off on this.
  4. PondScum101

    AVS - Advanced Vehicle System

    Ok, so......i have put http://pastebin.com/uAqGzetz, rhs magazines for the land vehicles im using on my server. Tried the heli pad as @TroyT suggested. Same issue. RHS Tanks do not seem to rearm, Arma tanks will however. I feel like somehow in the AVS_fnc files, its not seeing the RHS vehicles magazines. I have switched to different seats but that doesnt make a difference. Followed install directions exactly..no errors in my extDB log, or server log. Anyone running RHS willing to help me out here would be awesome. I am also running infiSTAR, but i dont see that being the issues since some vehicles will rearm. And I am not using the vehicle spawn part of this script, just fuel and rearm. Thanks again.
  5. PondScum101

    AVS - Advanced Vehicle System

    @TroyT weapons vehicle player; and magazinesAllTurrets vehicle player; Fuel stations worked just fine for me. And work well for rearming vanilla vehicles...and i can rearm some rhs vehicles...but just like m2's and such, tanks stand no chance and thats a problem for my server. Going to up the AVS_RearmDistance and see if that helps.
  6. PondScum101

    AVS - Advanced Vehicle System

    Using AVS_RearmObjects = "Land_fs_feed_F" to rearm at fuel stations. Vanilla arma/exile vehicles rearm. RHS do not. I am using a serverside script to replace non-working mini guns.
  7. PondScum101

    AVS - Advanced Vehicle System

    Having trouble getting ANY rhs vehicles to rearm...used debug to get ammo types for all rhs vehicles i use on my server. added them to AVS_RearmCosts. Anyone else having this problem? Or know of a solution? What am i missing here? @TroyT because u seem to have this working.
  8. PondScum101

    Bornholm map

    lol, thats way too easy
  9. PondScum101

    Bornholm map

    nm, figured it out delete please
  10. PondScum101

    Bornholm map

    Does anyone know the exact XYZ center of the Bornholm map?
  11. PondScum101

    Adding users to access database

    Ya, thank you. Sorry for the late reply, been out of town....I did however realize i was WAY overthinking this Thanks
  12. PondScum101

    Errors in my startup rpt

    Thank you very much, ill give that a shot @Ch33s3
  13. Quick question, sorry if this has been answered already, I didnt see it in the topic already. For the VG, is it possible to have vehicles store, wipe inventory, but not reset ammo? Running a militarized server, so players can just store their vehicles to rearm them. But, I dont not want them to be able use the VG as a 'safer' safe.
  14. PondScum101

    Errors in my startup rpt

    I get lots of errors in my rpt on startup. Plus players get the 3 fps glitch from time to time. And now that my server pop is growing its seemingly becoming more and more frequent. If anyone wouldnt mind taking a look and giving me some advise on how, if possible, to get rid of some of the errors that would be amazing! :). Or any advice to reduce the 3 fps bug. Thank you in advance. http://pastebin.com/aWqpe1k1
  15. PondScum101

    Adding users to access database

    Trying to add another admin so that they can access DB with a seperate username/password. I believe this is done in the extdb-conf.ini. but not exactly sure what needs to happen here. Anyone else solve this? [exile] Type = MySQL Name = exile Username = bumblebee Password = abc123 IP = 127.0.0.1 Port = 3306 minSessions = 2 idleTime = 60 ; Really should only use this if MySQL server is external. Also only for MySQL compress = false ; Recommend you turn this on http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_secure-auth Secure Auth = true Can i simply copy paste this section with new username and password?