Jump to content

Relentless

Member
  • Posts

    674
  • Joined

  • Last visited

  • Days Won

    19

Reputation Activity

  1. Like
    Relentless reacted to JasonTM in Looking for a scripter (FIXED $50 PAYMENT)   
    Are you asking for custom scripts made from scratch or just installing the scripts that are available here?
     
    You're going to have a hard time finding someone with the talent to make scripts from scratch on a dedicated basis. Money is not really the issue, it's the time investment creating and debugging scripts. Most of the regulars here work full time jobs as well.
  2. Like
    Relentless got a reaction from S4M in Custom map additions, not spawning in.   
    https://community.bistudio.com/wiki/diag_log
    Report file -> ArmaServer.RPT
  3. Like
    Relentless got a reaction from oldmatechoc in Custom map additions, not spawning in.   
    https://community.bistudio.com/wiki/diag_log
    Report file -> ArmaServer.RPT
  4. Like
    Relentless got a reaction from EditedSnowHD in Custom map additions, not spawning in.   
    https://community.bistudio.com/wiki/diag_log
    Report file -> ArmaServer.RPT
  5. Like
    Relentless reacted to oldmatechoc in Custom map additions, not spawning in.   
    Double check they are being loaded.
    To the top of each map add-on file add
    diag_log "Stary Trader : CUSTOM BUILDINGS LOADING"; (Just fix up the name so you know what file is being loading)
     
    Can also add it to the bottom if you want to know when it finishes.
    diag_log "Stary Trader : CUSTOM BUILDINGS LOADED";  
  6. Like
    Relentless reacted to Shak in Looking for a scripter (FIXED $50 PAYMENT)   
    Is this just a prank bro?
    You're asking someone who, by the sounds of what you're asking for, has spent not dayz, not weeks, not months but YEARS perfecting their server (s) to carry out a complete overhaul for $50?
    I get $35 per hour (plus benefits) to schmooze milfs who bring their Audi / Maserati in for service lolol. 
  7. Like
    Relentless got a reaction from EditedSnowHD in The image is darkened , Why?   
    I swear this is exactly my face xD
  8. Like
    Relentless got a reaction from juandayz in The image is darkened , Why?   
    I swear this is exactly my face xD
  9. Like
    Relentless reacted to juandayz in The image is darkened , Why?   
    everytime i read a a question from you harcos you stole me a smile :D  .. its not about your english (is bad like mine) is about the limited info that you provide.. and allways i imagine the face of @DAmNRelentless reading you.. something like
    YOu remember me a friend.. who play with me dayzmod.. some years ago.. He told me one time "juan.. i got a lot of vehicles, and made a camp (dayzmods uses tents) with a lot of weapons that i found... -Really?!!  wheres your camp!?    He give me a coords.  (100 mts from Bash airfield in a server with 50peoples).. WTF i said... when we comes to his camp... all your vehicles ALL! was destroyeds... without weels,glass,engine... the tents all emptys with trash cans inside.. i could not stop to laughing.. Dont know why but you remember me this guy.
    Anyway mate,, thers no problem.. what image are you talking about?
  10. Like
    Relentless got a reaction from juandayz in The image is darkened , Why?   
    I don't know what "bug" you are talking about but could you try to describe your problem a bit more? What image is darkened and when does it happen?
    What did you install and what is the image for? Maybe some code would be nice where you include this image into your game.
  11. Like
    Relentless reacted to salival in Block DZMS and WAI in Stary   
    No, thus why everything in variables.swf and config variables can be used anywhere, it's only private variables that can't be used both sides without a pvs
  12. Like
  13. Like
    Relentless got a reaction from Cyrus in [RELEASE] DZAI [Updated for 1.0.7]   
    Hello there,
    just want to release DZAI for the new Epoch version. This addon is not made by me. The original author is SnarkIndustries.
    Visit his GitHub: https://github.com/SnarkIndustries
    Sadly, he is no longer active and also his donation link is suspended, so I can just give some credits.
    Special thanks to Salival who updated the addon. I just updated the install instructions, cleaned up the repository a bit
    and fixed broken links and paths.
    Download and installation is provided on salivals github.
    https://github.com/oiad/DZAI
    Greetz Relentless :)
  14. Like
    Relentless reacted to TheVampire in [Release] DayZ Mission System   
    I just updated the github to add Static AI. Now you can fill your AI Bases with DZMS AI.
     
    I have also adjusted some code to allow the addition of 50 cals. If someone wants to get some locations set up in the existing missions I will add them and setup the config for it.
    Here's a code snippet you can add to missions to configure them manually for now.
    { _m2 = createVehicle ["M2StaticMG",(_x select 0),[], 0, "CAN_COLLIDE"]; _m2 setDir (_x select 1); [_m2] call DZMSSetupVehicle; [(_x select 0),1,2,"DZMS50CalSpawn"] call DZMSAISpawn; (DZMS50CalSpawn select 0) moveInGunner _m2; DZMS50CalSpawn = []; [_m2] spawn { waitUntil{((count crew (_this select 0) < 1) || !alive ((crew (_this select 0)) select 0))}; (_this select 1) setDamage 1; }; _m2 setVehicleLock "LOCKED"; } forEach [ [[0,0,0],dir], [[0,0,0],dir] ]; If someone can test the current version and confirm it is working that would be greatly appreciated.
  15. Like
    Relentless reacted to juandayz in [RE-RELEASE, v1.2] 'fn_SC_uniCoins' dev function for Single Currency (rewritten and updated for Epoch 1.0.6.1+)   
    @iben why the hell i need a function....to add coins?.hahah @DAmNRelentless @Anhor lets finish here that we start in dblood mod.. hsha joke. Nice iben. And the examples are separates mods lol.
  16. Like
    Relentless got a reaction from juandayz in [RE-RELEASE, v1.2] 'fn_SC_uniCoins' dev function for Single Currency (rewritten and updated for Epoch 1.0.6.1+)   
    I like this clean topic style. It results in a better overview. Nice release! Keep it on buddy. :)
  17. Like
    Relentless got a reaction from iben in [RE-RELEASE, v1.2] 'fn_SC_uniCoins' dev function for Single Currency (rewritten and updated for Epoch 1.0.6.1+)   
    I like this clean topic style. It results in a better overview. Nice release! Keep it on buddy. :)
  18. Like
    Relentless reacted to iben in Dynamic text issue   
    Pointed. Well, done! And as I said, it could be helpful for you so you don't need to invent the wheel if code it's already there. It's of course valid just in case you have WAI isntalled (which I suppose you do in relation to your text).
    Anyway, good for you buddy,
    Cheers
  19. Like
    Relentless reacted to salival in fnc_plyrHit   
    They are built into Epoch now and disabled by default, See the following configVariables lines: https://github.com/EpochModTeam/DayZ-Epoch/blob/master/SQF/dayz_code/configVariables.sqf#L38-L43
  20. Like
    Relentless got a reaction from salival in [SOLVED] Starting Bank Coins   
    You don't need to edit anything related to your database. That's way too complicated. Just go to salivals single currency install instruction and scroll all the way to the bottom. There is explained how to give coins to new players, that's only one line of code.
    Here you go: https://github.com/oiad/ZSC#giving-new-players-coins-on-their-first-login
  21. Like
    Relentless got a reaction from theduke in Dynamic text issue   
    Mentioned my methods some posts before but I guess you wrote yours the same time and didn't read it. I did it with a custom eventhandler.
  22. Like
    Relentless got a reaction from theduke in [RELEASE] Chernarus Racetrack   
    I used that back in 1.0.5.1 and players loved events on that racing track. Great work! :)
  23. Like
    Relentless got a reaction from theduke in [RELEASE] Chernarus Racetrack   
    *Placing a street with the help of another object..
    "Yeah! Finally it fits!"
    *Saves the mission, everything moves 5 metres
    "GOD DAMN IT!"

  24. Thanks
    Relentless got a reaction from Cyrus in [Re-Release] Scheduler Creator   
    Hello there,
    I know that there are a lot of people that often have some problems with the scheduler.xml that is used by BEC to print out messages in game and also to make planned restarts.
    Some years ago, a guy called BeavisTheSecond released a tool on a german forum I am using for years now and it's nice and clean and easy to handle.
    I just want to share this tool with you. Keep in mind that I don't have or claim any credits for it and I am not permitted to develop it any further. So if there are any bugs or features you want me to add, I can't to that because this tool is not licensed for editing, only for using.
    If you have any problems, let me know in this topic. I'll try to help. Ofcourse this tool is English! :)
    Have fun with it, hopefully it will prevent some scheduler.xml issues in the future!
    By the way, if the download isn't available anymore, please pm me.
    Download it here!
  25. Like
    Relentless got a reaction from oldmatechoc in No one left back!   
    @oldmatechoc
    Lol, this animation though! I love it because it looks so damn awkward :D
×
×
  • Create New...