youcantseeme
-
Content Count
3 -
Joined
-
Last visited
-
Medals
Posts posted by youcantseeme
-
-
Hey all, need your help.
To begin with, I found a very interesting build.
http: //www.armaholic.com/page.php?id=18032
I had the idea to replace the standard trash in dayz
1. In dayz_code \ cfgLoot.hpp a string
trash[] = { { "TrashTinCan", "TrashJackDaniels", "ItemSodaEmpty" }, { 1, 0.1, 0.5 } };I replaced it with the name of the new items
trash[] = { { "ARP_babywipes", "ARP_bloodchit", "ARP_bloodchit_corner", "ARP_book_manual", "ARP_book_novel", "ARP_bugspray", "ARP_cards", "ARP_comic", "ARP_condom", "ARP_dice", //1 "ARP_dip", "ARP_elec_powder", "ARP_eyedrops", "ARP_gq", "ARP_gum", "ARP_ID", "ARP_letter_love", "ARP_letter_norm", "ARP_letter_susp", "ARP_lighter", //2 "ARP_lipbalm", "ARP_multitool", "ARP_nationalgeo", "ARP_newspaper", "ARP_picture_fam", "ARP_picture_gf", "ARP_picture_susp", "ARP_lighter", "ARP_lipbalm", "ARP_multitool", //3 "ARP_nationalgeo", "ARP_newspaper", "ARP_picture_fam", "ARP_picture_gf", "ARP_picture_susp", "ARP_playboy", "ARP_refbelt", "ARP_shemagh_black", "ARP_shemagh_blue", "ARP_shemagh_brown", //4 "ARP_shemagh_green", "ARP_shemagh_olive", "ARP_shemagh_red", "ARP_shemagh_tan", "ARP_shemagh_white", "ARP_skittles", "ARP_snickers", "ARP_socks_black", "ARP_socks_green", "ARP_stuff_animal", //5 "ARP_sudoku", "ARP_sunblock", "ARP_tanboxer", "ARP_tanshirt", "ARP_toiletpaper", "ARP_towel", "ARP_usbdrive", "ARP_vhstape", "ARP_water_tabs", "ARP_2way", //6 "ARP_550cord", "ARP_acetone", "ARP_bandana_green", "ARP_bandana_black", "ARP_bandana_blue", "ARP_bandana_purple", "ARP_bandana_red", "ARP_batteries", "ARP_beefjerky", "ARP_beer", //7 "ARP_boots_mil", "ARP_bungeecord", "ARP_camcorder", "ARP_canopener", "ARP_cigarettes", "ARP_clacker", "ARP_CLP", "ARP_detcord", "ARP_domo", "ARP_ducttape", //8 "ARP_dumbphone", "ARP_dvds", "ARP_energydrink", "ARP_exan", "ARP_facepaint", "ARP_firestarter", "ARP_gameboy", "ARP_garageopener", "ARP_hammer", "ARP_handwarmer", //9 "ARP_hexamine", "ARP_hydrochloric", "ARP_matches", "ARP_mp3", "ARP_nails", "ARP_pacecounter", "ARP_phonecard", "ARP_pitabread", "ARP_poppybag", "ARP_potatobag", //10 "ARP_psp", "ARP_ricebag", "ARP_sandwich", "ARP_smartphone", "ARP_steelpipe", "ARP_stethoscope", "ARP_toxicgas", "ARP_twinkies", "ARP_vodka", "ARP_whistle", //11 "ARP_wpnclnkit", "ARP_chili", "ARP_cigar", "ARP_coke", "ARP_dew", "ARP_drpepper", "ARP_goldbar", "ARP_goldwatch", "ARP_laptop", "ARP_mezzo", //12 "ARP_pepsi", "ARP_pineapples", "ARP_socks_black_dirty", "ARP_socks_green_dirty", "ARP_soup", "ARP_spaghettios", "ARP_suitcase_black", "ARP_suitcase_silver", "ARP_tablet", "ARP_tanboxer_dirty", //13 "ARP_tanshirt_dirty", "ARP_tuna", "ARP_zippo", "ARP_airfilter", "ARP_basketball", "ARP_cellphone", "ARP_chucks", "ARP_clutch_disk", "ARP_clutch_pressureplate", "ARP_coldairintake", //14 "ARP_electricaltape", "ARP_fanbelt", "ARP_flywheel", "ARP_gamecontroller", "ARP_headlamp", "ARP_knife", "ARP_knife_combat", "ARP_leaflet_psyop", "ARP_leaflet_wanted", "ARP_licenseplate_afghan", //15 "ARP_m16_bolt", "ARP_m16_lower_receiver", "ARP_m16_upper_receiver", "ARP_piston", "ARP_sleepingbag", "ARP_solderingiron", "ARP_spoon", "ARP_steeringwheel", "ARP_thermos", "ARP_valvesprings", "ARP_wirecutter" }, { 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //1 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //2 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //3 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //4 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //5 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //6 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //7 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //8 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //9 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //10 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //11 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //12 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //13 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //14 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //15 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //16 0.1 } };2. Accordingly in dayz_code \ config.cpp have changed nothing. Since trash there prescribed, unless you do not need to put up new opportunities loot
Basically turns out I ordered new items drop rate and the place in which these objects appear.
That's only catch is that the new dealer as there was or not.
I simply do not see.
Maybe somewhere else you can set the path to them? Or maybe I'm not the mod installed.
I have a folder @ ARP set to the root of the game arma2. And to register its connection in the launcher.
Any idea how to put my venture?
thanks in advance
Arma Role Playing Items - ARP Mod
in ARMA 2 & OA - ADDONS & MODS: COMPLETE
Posted
I had the idea to replace the standard trash in dayz
1. In dayz_code \ cfgLoot.hpp a string
trash[] = { { "TrashTinCan", "TrashJackDaniels", "ItemSodaEmpty" }, { 1, 0.1, 0.5 } };I replaced it with the name of the new items
trash[] = { { "ARP_babywipes", "ARP_bloodchit", "ARP_bloodchit_corner", "ARP_book_manual", "ARP_book_novel", "ARP_bugspray", "ARP_cards", "ARP_comic", "ARP_condom", "ARP_dice", //1 "ARP_dip", "ARP_elec_powder", "ARP_eyedrops", "ARP_gq", "ARP_gum", "ARP_ID", "ARP_letter_love", "ARP_letter_norm", "ARP_letter_susp", "ARP_lighter", //2 "ARP_lipbalm", "ARP_multitool", "ARP_nationalgeo", "ARP_newspaper", "ARP_picture_fam", "ARP_picture_gf", "ARP_picture_susp", "ARP_lighter", "ARP_lipbalm", "ARP_multitool", //3 "ARP_nationalgeo", "ARP_newspaper", "ARP_picture_fam", "ARP_picture_gf", "ARP_picture_susp", "ARP_playboy", "ARP_refbelt", "ARP_shemagh_black", "ARP_shemagh_blue", "ARP_shemagh_brown", //4 "ARP_shemagh_green", "ARP_shemagh_olive", "ARP_shemagh_red", "ARP_shemagh_tan", "ARP_shemagh_white", "ARP_skittles", "ARP_snickers", "ARP_socks_black", "ARP_socks_green", "ARP_stuff_animal", //5 "ARP_sudoku", "ARP_sunblock", "ARP_tanboxer", "ARP_tanshirt", "ARP_toiletpaper", "ARP_towel", "ARP_usbdrive", "ARP_vhstape", "ARP_water_tabs", "ARP_2way", //6 "ARP_550cord", "ARP_acetone", "ARP_bandana_green", "ARP_bandana_black", "ARP_bandana_blue", "ARP_bandana_purple", "ARP_bandana_red", "ARP_batteries", "ARP_beefjerky", "ARP_beer", //7 "ARP_boots_mil", "ARP_bungeecord", "ARP_camcorder", "ARP_canopener", "ARP_cigarettes", "ARP_clacker", "ARP_CLP", "ARP_detcord", "ARP_domo", "ARP_ducttape", //8 "ARP_dumbphone", "ARP_dvds", "ARP_energydrink", "ARP_exan", "ARP_facepaint", "ARP_firestarter", "ARP_gameboy", "ARP_garageopener", "ARP_hammer", "ARP_handwarmer", //9 "ARP_hexamine", "ARP_hydrochloric", "ARP_matches", "ARP_mp3", "ARP_nails", "ARP_pacecounter", "ARP_phonecard", "ARP_pitabread", "ARP_poppybag", "ARP_potatobag", //10 "ARP_psp", "ARP_ricebag", "ARP_sandwich", "ARP_smartphone", "ARP_steelpipe", "ARP_stethoscope", "ARP_toxicgas", "ARP_twinkies", "ARP_vodka", "ARP_whistle", //11 "ARP_wpnclnkit", "ARP_chili", "ARP_cigar", "ARP_coke", "ARP_dew", "ARP_drpepper", "ARP_goldbar", "ARP_goldwatch", "ARP_laptop", "ARP_mezzo", //12 "ARP_pepsi", "ARP_pineapples", "ARP_socks_black_dirty", "ARP_socks_green_dirty", "ARP_soup", "ARP_spaghettios", "ARP_suitcase_black", "ARP_suitcase_silver", "ARP_tablet", "ARP_tanboxer_dirty", //13 "ARP_tanshirt_dirty", "ARP_tuna", "ARP_zippo", "ARP_airfilter", "ARP_basketball", "ARP_cellphone", "ARP_chucks", "ARP_clutch_disk", "ARP_clutch_pressureplate", "ARP_coldairintake", //14 "ARP_electricaltape", "ARP_fanbelt", "ARP_flywheel", "ARP_gamecontroller", "ARP_headlamp", "ARP_knife", "ARP_knife_combat", "ARP_leaflet_psyop", "ARP_leaflet_wanted", "ARP_licenseplate_afghan", //15 "ARP_m16_bolt", "ARP_m16_lower_receiver", "ARP_m16_upper_receiver", "ARP_piston", "ARP_sleepingbag", "ARP_solderingiron", "ARP_spoon", "ARP_steeringwheel", "ARP_thermos", "ARP_valvesprings", "ARP_wirecutter" }, { 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //1 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //2 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //3 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //4 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //5 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //6 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //7 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //8 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //9 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //10 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //11 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //12 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //13 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //14 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //15 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, //16 0.1 } };2. Accordingly in dayz_code \ config.cpp have changed nothing. Since trash there prescribed, unless you do not need to put up new opportunities loot
Basically turns out I ordered new items drop rate and the place in which these objects appear.
That's only catch is that the new dealer as there was or not.
I simply do not see.
Maybe somewhere else you can set the path to them? Or maybe I'm not the mod installed.
I have a folder @ ARP set to the root of the game arma2. And to register its connection in the launcher.
Any idea how to put my venture?
thanks in advance