Jump to content

chernaruski

Member
  • Content Count

    317
  • Joined

  • Last visited

  • Medals

Everything posted by chernaruski

  1. chernaruski

    Extended Base Mod

    I might be wrong, its been awhile I dealt with exile code, but if I was you I will do the following: First you need to activate the hacking feature in class CfgHacking by enableHacking = 1; Then if you want to add new containers to be hackable the same way safes are: You will need to add a new class to class CfgInteractionMenus in your mission config.cpp Check how Class Safe is structured. Copy paste rename the classname and in target = "Exile_Container_Abstract_Safe"; specify your crate classname.
  2. chernaruski

    Loot problems on Rosche

    Guys, please use English. Its against BI Forums guidelines & a common curtesty to write posts in any other language.
  3. Done. Too bad. Good script.
  4. I thought you talking about your post. You didn't say anything and didn't provide any info, just asked to remove this post. Its called quoting mate. Thats the description that has been given to this script. No problem , if you are the original author I will remove it. I need to verify somehow it's your work first tho. For example, if its your git (your work) edit and add something to README.md.
  5. chernaruski

    DMS - Defent's Mission System

    Try this: Go to your bandit mission file (that specific one that you want your spawned vehicle to be rotated) and add this line after a line that spawns the vehicle. For example mission with a strider , there is a line that spawns a vehicle with this line: _vehicle = ["Exile_Car_Strider",[(_pos select 0) -30, (_pos select 1) -30]] call DMS_fnc_SpawnNonPersistentVehicle; simply add this after: _vehicle setDir x ; where x is the number , direction values from 0 to 360 (0° = N, 90° = E, 180° = S, 270° = W)).
  6. chernaruski

    Banned infistar,why?

    If you've been banned locally, check infistar logs for more info. If its globally (you can't join other exile servers), go to infistar discord or open support ticket to see why.
  7. Check our #promotion section : https://forums.bohemia.net/forums/forum/284-promotion/
  8. Haven't searched for it. I don't use the respect points at all. You will have to find the solution yourself by testing things. You sound quite confused. What Ryan's Z&D have to do with Exilemod and Ravage integration? You can't simply add ravage zeds faction name and be done with it. You will have to change the mpkilled related code and use that new override file. (ExileServer_object_player_event_onMpKilled maybe?) Or use the built-in Ambient Zeds module MP Killed Event Handler and enter a proper command to update players respect points on every ravage zombie kill.
  9. Don't activate the ressurection module. Its Ravage mod bug. Nothing you can do about it. Haleks, Ravage mod developer, tried fixing the dead bodies strange behaviour (sliding bodies / poping up) , it didn't work. Go check and also report this bug in Ravage mod thread .
  10. chernaruski

    Happy New Year

    Happy New Year and many many more to follow 😉 Best wishes to you and your family lads
  11. @nagyszebi07 https://forums.bohemia.net/forums/topic/222189-dialog-mapwidthrailway-issue-since-arma-3-190-update/
  12. Select units. Apply this code: All credits to @foxhound https://foxhound.international/arma-3-eden-scripting.html
  13. chernaruski

    Chernarus Redux [WIP Release]

    Potential release candidate of Chernarus Redux v0.93 is around the corner , more to follow. In a meanwhile, check out latest WIP screenshots:
  14. chernaruski

    Ravage

    If you are using CUP and RHS , why its not allowed in the upper section where it says specifically "Allow content from CUP / RHS" - yes / no / equipment / weapons? If I understand correctly, you need to allow CUP and RHS first and only then whitelist the items you want... try enabling both of them.
  15. chernaruski

    Ravage

    Basically any mod that has vehicle . I'm currently using: CUP Vehicles, all RHS. Animations mods? mmm Enhanced Movement..., but had same thing without it too. So I would scratch it out. Its like something is wrong with the way the objects interact , zombie's body and vehicles. Any changes made to zeds models lately? Geometry Phys LOD maybe? To reproduce just run them over with any vehicle, preferably at higher speeds.
  16. chernaruski

    Ravage

    Is there a way to improve zeds collision with vehicles? Sometimes when you run them over , they or you spontaneously launched flying in random direction and height killing you and damaging the vehicle. Also , is there a way to reduce the zombie hit radius sphere? They hit you like 3m away... sometimes through floor , when you on the second floor. It's way too far by default. @zukov , ok flags... and? 😁
  17. chernaruski

    Ravage

    Isn't localize is deprecated ? Why only sometimes? It doesn't always work?
  18. chernaruski

    Thanks

    Congrats boys! 🍾 We reached 100 members , we are the largest club on BI Forums! 😉
  19. https://github.com/mmkostya/Radiation-is-outside-the-world
  20. chernaruski

    Chernarus Winter

    You will have to add the new winter tree model names into class Woodsource in your mission > config.cpp class WoodSource { name = "Trees"; models[] = { " t_", " bo_t_", // A2 trees " str_", " Smrk_", " les_", " brg_" }; }; Winter trees used in CUP Maps are coming from CUP Terrains Core > cup_terrains_winter_plants So the only thing you will have to add is probably : // CUP Winter Trees "cup_t_"
  21. chernaruski

    ACE + Exile integration

    Sorry bud , we all working men too you know. I'll check it out when I can , I do interested in the combination of ACE with Exile and how it works out in the end. Unfortunately , the main thing that is downer from you description is the "No need to eat or drink" which is huge con for my "survival" themed plans.
  22. Yeah that lurker cache is not complete and is pain in the ass to work with Have no idea why no proper static archive exist or created before the forums went down. but hell, it is what it is. @bob_the_k , I think we have pretty active club members here on BI that can help out with your questions, if no info can be found @ the old cached site.
  23. chernaruski

    Chernarus Redux [WIP Release]

    in your case remove Chernarusredux_buildings_Lamps from mission addons[]= array
  24. First of all, try a different browser. From the looks of it, it's possible the "Details window" doesn't open for you properly because of popup blocker, missing java or whatever web tech is used to open it. Second, you can always join BI of ARMA3 discord server for a faster help, if not from BI directly, from game veterans or other users that can answer common problems. Third, relax. Take a breather. 😉 everything will work out in the end ps: have you contacted support@bohemia.net ?
×