Jump to content

chernaruski

Member
  • Content Count

    317
  • Joined

  • Last visited

  • Medals

Everything posted by chernaruski

  1. chernaruski

    LAMBS Improved Danger.fsm

    Actually, when building a terrain you can decide if AI can or can't lay down on a specific surface. i.e in tall grass surface (or any other), you can force AI not to use prone position. But that is for map makers to decide, not sure if you can change that with .FSM it's in CfgSurfaces and called AIAvoidStance. Can go for config override, something like : class CfgSurfaces { class Default { AIAvoidStance = 2; }; };
  2. chernaruski

    Ravage

    as post 1.8 fix ? https://forums.bohemia.net/forums/topic/183264-ravage/?do=findComment&comment=3384892
  3. chernaruski

    How to create dead flat bush?

    The destroyed "tent" collapse effect is not another model , its a built in thing. In models you have Named Properties > dammage , where you set the effect model will have when destroyed. Most of the vegetation models have "tent" values set , so the object collapse "tent" like. The folding effect tho, I have no idea how to call with a command, pretty sure there is none to it.
  4. chernaruski

    Ravage

    Can confirm. A very strange AI behavior , when using resurrection module. Bugreport: Resurrected units slide on the floor as zombies. (Tested on a multiplayer server)
  5. Or even better have a small second server running just for debugging and testing 😉 when on live server -noLogs server startup command can be used.
  6. hm I would be careful using this out of the box , wouldn't it mean it deletes the corpses including dead player corpses or ai corpses you want to loot later on? wouldn't it mean, you interfering with a built in garbage collector that is suppose to do this anyway?
  7. chernaruski

    Ravage

    12:19:21 Error in expression <g_gear_s = ["Gear", [ ]]; _itemswArr = rvg_uniforms_lv0 + rvg_uniforms_lv1 + rv> 12:19:21 Error position: <rvg_uniforms_lv0 + rvg_uniforms_lv1 + rv> 12:19:21 Error foreach: Undefined variable in expression: rvg_uniforms_lv0 Update: This is Ravage Mod related bug. Still appear in RPT logs as of 10.12.2019
  8. chernaruski

    Vandeanson’s Apocalypse

    Organizing stuff will make it easier not just to check whats coming up, also will help you with priority and workflow. I have big hopes for this as my main random event server add on 😉. Keep up the good and steady work 🤘 I don't remember if I wrote this in discord , but are you planning any events that includes zeds? All missions/events I've encountered so far are all AI soldiers bots. How about making something with Ravage zeds ? i.e Clear the area of zeds - get crate , Clear the area of zeds - save barricaded friendly ai - get crate, ....
  9. chernaruski

    Ravage

    Alright. Maybe use the script or something similar instead? Overwriting configs is hardcore ) , very often creates different compat issues. Best regards from our CPU's 😉 more optimization is always welcome.
  10. Thats cool. I wonder how it handles bad models , i.e roofs that have no Roadway LOD, and have the very same floating effect .
  11. chernaruski

    Ravage

    Bug Report: Ravage Mod effects any map that uses terrain object a3\structures_f\dominants\lighthouse\lighthouse_f.p3d it makes the structure unenterable (interaction /door animations are gone, probably because of the Land_xx prefix is missing in the classname). Just happened for ChernarusRedux , after we introduced tall lighthouses. I'm talking about this unknown invisible / not placeable variant integrated into mod.: @haleks Does it have any real purpose in Ravage? Compatibility issue that it would be nice to get rid off.
  12. chernaruski

    Ravage

    Few improvement ideas: - QoL : When placing safe/rad/zed blacklisted zones modules, it should have a zone map marker which is showing the set radius. - Ambient Zed's module customization feature : Option of turning runners/crawlers presence during night time, if you like to use walkers only most of the time, but like to spice things up a bit during nighttime. At the moment Ambient Zeds can be set only to a specific type or both. (Still hoping for that % ratio). One of the types were reduced? I remember there were 3 types : walkers, runners and bolters. - I was messing with blood rvmats and decided to add more blood not only on top of uniforms , but on zeds heads that looked too clean for a flesh eating monstas. Sometimes hands look too clean too, haven't figured out yet how to apply it on them. Any plans on changing the visual side of zeds? Eyes color , hands with broken nasty bloody nails , bite marks , etc. Bug: When I was messing with the blood "effect" , I realized that CUP uniforms when applied as Override , do not get the same blood splatters on zeds as when you get when using default clothes. They look all clean an tidy. Dirty uniform too. Not all uniforms are supported or something? PS: #Reminder about my older recommendations, maybe you forgot about it.
  13. chernaruski

    'Code 13' And CUP

    Niiice. No need to thank me, it's not like I'm the one who found the solution. I was shooting all directions here : Glad you solved this, there are bugs that can be very evasive sometimes. And yeah , one sided info about Code 13 and its possible solution of "making more space for vehicle" isn't helping. Good info for the following generations 😉 PS: If I'm correct, I think you could have avoided that issue by adding requiredAddon to your mission directly. So if you have some mod missing (not loaded in your case) , it just tells you. Instead of "we are fine , let's start things up"
  14. chernaruski

    'Code 13' And CUP

    Lets analyze the "raw" info. No assumptions 😉 Assumptions are bad for the health (server health). My setup is similar including > Exile+Cup+IS and infi vehicle spawns are working just fine for me. RPT logs are crystal clear? Is this happening to ALL CUP Vehicles ? Have you tried re-configuring the traders ? Like placing helipad at different locations? Or make a new trader from scratch ? Whats your mods -params ? No way Cup Vehicles mod updated to a different folder? No spaces, no caps (linux server?) ? Have you deleted old CUP keys?
  15. chernaruski

    'Code 13' And CUP

    Very strange bug. I like strange bugs 😉 they are like riddles that need to be solved. You saying it only appeared after latest CUP update , so how it can be IS issue that has been running at the same version for about 7 months now? Need more info to see the full picture here.
  16. chernaruski

    Chernarus Redux [WIP Release]

    yep, Phase1 👀
  17. chernaruski

    Chernarus Redux [WIP Release]

    Using JSRS myself here, haven't heard any problems with the sounds. You can always load it up yourself and test & if you happen to find any let me know.
  18. chernaruski

    infiSTAR_defines.hpp error

    Check if the file in your mission pbo, along with mission.sqm and rest of potatoes. You can always ask for infistar related help at their discord https://discord.gg/jg8zVFF
  19. its just a quick example , to understand the point
  20. The command , I recommended using, is extracting building position automatically. Positions that are spread inside , including second / third / whatever floors. Will work with other structures. You don't need to hardcode Z values as you did. i.e - place trigger called lootMarker , init the code: weaponArray = [ "arifle_MXC_F", "hgun_P07_F" ]; houseArray = (getMarkerPos "lootMarker") nearObjects ["house",300]; { buildingPositions =[_x] call BIS_fnc_buildingPositions; { weapon = weaponArray select (floor (random (count weaponArray))); itemBox = "WeaponHolderSimulated" createVehicle [0,0,0]; itemBox setPos _x; itemBox addWeaponCargoGlobal [weapon,1]; } forEach buildingPositions; } forEach houseArray; This will spawn random weapons from weaponArray on all positions in all houses in radius of 300 meters from trigger. If you want to you can make some to spawn and some not, as not forEach buildingPosition. The point is , I recommend using "automated" positions of the buildings models and not hardcoded per attached object like helipad.
  21. Maybe this command can be handy to you https://community.bistudio.com/wiki/buildingPos or rather newer version https://community.bistudio.com/wiki/BIS_fnc_buildingPositions
  22. chernaruski

    'Code 13' And CUP

    Any custom vehicle spawner / helipad / ammo fuel repair station scripts? Can you post your ExileServer_system_trading_network_purchaseVehicleRequest or the override if you have any? Never had any troubles with CUP Vehicles, I can spawn them just fine. Can you spawn them in via infistar?
  23. chernaruski

    Chernarus Redux [WIP Release]

    Emergency Broadcast incoming... A release candidate is undergoing a final changes and bug fixes. You can have a glimpse of what will be changed under "Release Candidate" section of our public roadmap https://trello.com/b/SQbMmUkx/chr-dev-road-map-external
  24. I wish there was a way to filter out specific logs strings. Using nologs is bad "for business" , if you still trying out things or changing stuff.
×