Search results

  1. T

    Edit Weapons Crate Mission

    Hi, This is the code I want to change: private ["_spawnChance", "_spawnMarker", "_spawnRadius", "_markerRadius", "_item", "_debug", "_start_time", "_loot", "_loot_amount", "_loot_box", "_wait_time", "_spawnRoll", "_position", "_event_marker", "_loot_pos", "_debug_marker","_loot_box", "_hint"]...
  2. T

    Death Screen

    Oh, ok. I had: class CfgSounds { sounds[] = { endSong }; class endSong { name="endSong"; sound[]={endSong.ogg,0.9,1}; titles[] = {}; }; }; 1 cutRsc ["DeathScreen","BLACK OUT",3]; playsound "endSong"; Will test it tomorrow.
  3. T

    Death Screen

    Could you be more specific? That's how I did it: Mission.pbo http://sdrv.ms/1aJnjQS Server.pbo http://sdrv.ms/18j2cmZ But it crashed the server... Ignore the 003 before the .pbo I change that every time I upload it to the server.
  4. T

    Death Screen

    Adding custom music should be possible too this way or am I wrong? xeonon's github code involves a DeathSong.ogg but I can neither find such a file in my mission-, nor server-, or dayzcode.pbo Any suggestions on how to add this?
  5. T

    Random Clothing Parcels

    no i already did that. i changed camo to have 9 different skins. my question is how to make these available: CDF_Commander_AllWeaponSlots CDF_Soldier_Light_AllWeaponSlots CDF_Soldier_Medic_AllWeaponSlots CZ_Soldier_DES_AllWeaponSlots_EP1 CZ_Soldier_Light_DES_AllWeaponSlots_EP1...
  6. T

    Random Clothing Parcels

    So i just have to add "CA_CommunityConfigurationProject_E_Editor_AddedAllWeaponSlotsInfantryVariants" to addons and addonsauto??? That's it?
  7. T

    Random Clothing Parcels

    Hm ok thx. But how does the beta patch exploit work? I've managed to find the arma2oa.rpt file and in it the 'communityconfigurationproject_e\Editor_AddedAllWeaponSlotsInfantryVariants'. But I didn't find anything named 'allweaponsSlots'. Edit: found the...
  8. T

    Random Clothing Parcels

    Do players need to download an addon to use this? Please excuse me newbeeness, I'm new to this.
  9. T

    Remove Clothes from dead bodies!

    Woah thanks! Gotta play around with this for some while. Readding some skins and their corresponding model should theoretically also solve the problem that players can't put on warm clothes anymore? Skin_camowinter_dzn --> model camowinter_dzn
  10. T

    Hey, I read that you dealt with the npc factions (-> "Sure i can spend 2 hours testing and...

    Hey, I read that you dealt with the npc factions (-> "Sure i can spend 2 hours testing and changing everything like i did with 5+ (AI npc bandits,army, survivors etch) others scripts in my server"). And since I only found incoplete/unsolved ways to add them to dayz, i was hoping you could help...
  11. T

    Remove Clothes from dead bodies!

    Ok first off, excuse me for my newbeeness, I'm new to this. Will this work for npc clothings? For example putting Rocket_DZ on an npc works fine but putting it in the npc's inventory as Skin_Rocket_DZ doesn't work (No entry: bin\config.bin/CfgMagazines.Skin_Rocket_DZ). I'm trying this on Namalsk.
Back
Top