Otto

Member
  • Content count

    27
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

8 Neutral

About Otto

  • Rank
    Bambi

Personal Information

Recent Profile Visitors

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

  1. Otto

    Custom skins

    We have this working 100% I can't give code due to admin owner won't grant me to post it here. I can give tip edit parts that load vehicles to server with https://community.bistudio.com/wiki/setObjectTexture Player skins have to be custom code in a loop check eg ui update. Sorry it's not a lot help hope it points you in the right direction
  2. Otto

    porting a recruit ai mod?

    this works http://www.armaholic.com/page.php?id=26312
  3. Otto

    Pitch black nights

    // delete server forum glitched 2nd post
  4. Otto

    Pitch black nights

    try a day night check like this you can edit it to be smaller I use this for a skip time event ENV_TIME_DAY = 08; //day time starting ENV_TIME_NIGHT = 21; //night time starting while {isServer} do { if (SkipTimeDay == 0) exitWith {}; //aborts code if using skip time system _WaitingForDay = (_this select 0) * 60; _WaitingForNight = (_this select 1) * 60; _SkiptDuration = (_this select 2); currentTime = daytime; while {true} do { if ((daytime > ENV_TIME_NIGHT) or (daytime < ENV_TIME_DAY)) then { if (_WaitingForNight == 0) then { //code here } else { //code here sleep _WaitingForNight; }; } else { sleep _WaitingForDay; }; currentTime = daytime; }; };
  5. Otto

    FPS BOOST Script

    I have posted this at http://exile.majormittens.co.uk/topic/5657-fps-boost-script-50-fps-is-here/ Didn't notice this part of forum before sorry
  6. Otto

    Vehicle unlock and remove ammo - Updated 0.9.32

    I can confirm this is working in new patch used it today in testing server
  7. Otto

    EXILE-Z Project - Add Zombies to Exile

    Captainjack and I are running test on a more stable build if all is ok he should be adding the update here today. We been tweaking a AI system that will make all AI on server be cached increasing server performance when running other AI systems we setting on 45 FPS in test server ruining below MODS it's looking good. MODS tested with system so far are A3XAI, VEMF, DMS what lag and errors we have got comes from the ryans zombies and demons code.
  8. Otto

    0.932 Update Issues.

    loots fine I did update the loot tables I didn't used the default that came with it reload the config with http://85.25.202.58/download-all-the-files/LootTableCompiler-0.9.3.zip
  9. Otto

    This is what I think of new patch!

    i have no words.. only ran into door lock bug new update fixed that not tested building yet
  10. That's Aram 3 code from what I'm reading DeathBinder is saying add the call to bottom of your code the BIS_fnc_endMission will end that mission for the client not the server unless added into the isserver check. if not kick it will force player to rejoin. I'll do a quick edit for you - not tested it http://pastebin.com/LAcE3JG6
  11. easy to solve this if player is killed spawn landmine under him saved to his/her UID if player is back to body under 5min it will kill said player again but it will only work for said player via UID not hurt others. This will stop the Bambi farming own gear under a set time forces them to go loot again.
  12. Otto

    Receiving "No Duping" messge

    Seen this also pick another player slot it will work it's a strange bug
  13. Otto

    Fish swimming up the beaches

    I like FISH! You strange, astonished-looking, angle-faced, Dreary-mouthed, gaping wretches of the sea, Gulping salt-water everlastingly, Cold-blooded, though with red your blood be graced, And mute, though dwellers in the roaring waste; And you, all shapes beside, that fishy be,-- Some round, some flat, some long, all devilry, Legless, unloving, infamously chaste:-- O scaly, slippery, wet, swift, staring wights, What is't ye do? What life lead? eh, dull goggles? How do ye vary your vile days and nights? How pass your Sundays? Are ye still but joggles In ceaseless wash? Still nought but gapes, and bites, And drinks, and stares, diversified with boggles?
  14. Otto

    Weapon attachments duplicating

    I removed thermals found that most players got it 1st and is unfair advantage
  15. Otto

    Lock bug!

    Had this one time move 20m away went back was fine after adding infistar never seen it again.