Tremors Posted February 6, 2017 Share Posted February 6, 2017 10 hours ago, HueKING said: I disabled the backup of the vehicles, I left only the tents. Do you have a problem with grenades too? Of not taking damage? (Sorry fo my english, i'm Brazilian XD) Nope, for me the grenades work, you disabled the backup for the vehicules and it work ? 37 minutes ago, domez_z said: So basically i added backpack called British Backpack, it has it own skin, i also found it like in loot, but when i equip it i have 30slots, but i cant see model on my back. But if I drop it, I can see it. Whats wrong then? The skin didn't work ? Idk, for me it's work, i got 4 backpack, for exemple: Military Backpack, 70 slots. (and the new skin work) But i have try with 2 others skin, and it didn't work, try with an another skin ^^ Link to comment
domez_z Posted February 6, 2017 Share Posted February 6, 2017 46 minutes ago, Tremors said: Nope, for me the grenades work, you disabled the backup for the vehicules and it work ? The skin didn't work ? Idk, for me it's work, i got 4 backpack, for exemple: Military Backpack, 70 slots. (and the new skin work) But i have try with 2 others skin, and it didn't work, try with an another skin ^^ Can you please tell me which files to edit, like this? > meta.xml - add files to replace models (perhaps) core_client.lua - create your own backpack bla bla with id bla bla Link to comment
Tremors Posted February 6, 2017 Share Posted February 6, 2017 1 hour ago, domez_z said: Can you please tell me which files to edit, like this? > meta.xml - add files to replace models (perhaps) core_client.lua - create your own backpack bla bla with id bla bla Yeah, so ! For the grenade damages, i only modify the damage at 25.000. local damageTable = { {"M16A4", 4600}, {"MK 48 Mod 0", 4900}, {"M4A1", 4500}, {"RPK", 4500}, {"AKS-74", 4500}, {"XM8", 4900}, {"AK5C", 4900}, {"DMR", 15000}, {"Cheytac M200", 45000}, {"AS50", 40000}, {"MK12", 9900}, {"Mosin 9130", 9800}, {"M24", 13000}, {"M107", 50000}, {"SVD Dragunov", 13000}, {"MCS-870", 4500}, {"AKS-74U", 4300}, {"SKS-45", 8000}, {"AA-12", 5100}, {"Double barrel", 4000}, {"MP7", 1600}, {"Hunting Knife", 1500}, {"Machete", 4000}, {"Makarov", 1300}, {"M1911 SD", 2000}, {"PDW", 1300}, {"Desert Eagle", 3200}, {"Grenade", 25000}, {"Baseball Bat", 1450}, {"Fire Axe", 1600}, {"Katana", 1800} }; And for the backpack, i only remplaced the "txd" and "dff" of the original skin, in "mods" = "items" For the Coyote, it's the "1252.dff" and "1252.txd", check it in the script files "core". I didn't creat new backpack, i juste edit the backpack script in all of the scripts files, use "control - F" to search the info of your backpack, and edit it. Link to comment
domez_z Posted February 6, 2017 Share Posted February 6, 2017 Thats what I did, so you basically overwrited Coyote to an ArmyBackpack and gave him more slots? You know i just dont want to have like only 4 backpacks in a game. Link to comment
Tekken Posted February 7, 2017 Author Share Posted February 7, 2017 (edited) UPDATE Fixed: Grenade bug. Hatchet and grenade and others remaining equipped after drop. Improved: HUD rendering. Sound & visibility calculation. Changed: Zombie spawn. Deleted old slothbot and added and also improved ZDay Script by Slothman. And some others minor changes. Download from GitHub. Edited February 7, 2017 by Tekken Link to comment
Tremors Posted February 8, 2017 Share Posted February 8, 2017 Niiiiice And for the vehicule spawn bug ? Have you check it ? ^^ Link to comment
Tekken Posted February 8, 2017 Author Share Posted February 8, 2017 10 hours ago, Tremors said: Niiiiice And for the vehicule spawn bug ? Have you check it ? ^^ Well, what's with that I don't understand it, can you explain a little better? Link to comment
Tremors Posted February 8, 2017 Share Posted February 8, 2017 4 hours ago, Tekken said: Well, what's with that I don't understand it, can you explain a little better? That problem: On 13/01/2017 at 19:38, HueKING said: Returning to this subject: You are having a small BUG backup when restarting on Dayz. By giving restart on dayz, and blasting a vehicle it is spawn elsewhere. This is happening in backup.db: Example, barracks that is 51, when it explodes, the model (433) replaces co-modeled "x", the "x" replaces "y" and "y" replaces "z". Before: 433, 86.486328, 1951.901367, 30, ... Then: 433, 433, 86.486328, 1951.901367 The respawn is lost in the sky. I got the same probleme, when a vehicle explodes, the vehicule respawn at the ID of the vehicule possition, for exemple: Phoenix: ID 600, when a phoenix has destroy, she respawn at the point x:600 y:600 z:600 (sometimes 601 o 599 for the Z point) So for fix this problem, i edit the possition of the véhicule at the possition of spawn in the backup.db, and after that, i restart my server, but have you a better solution ? Link to comment
Tekken Posted February 8, 2017 Author Share Posted February 8, 2017 UPDATE Fix: Vehicle backup bug. Ability to equip/unequip grenades even if you don't have slots. Improved: teaEncode() for login password. Download from GitHub. Link to comment
Machin Posted February 10, 2017 Share Posted February 10, 2017 (edited) Heloo im have problem look ammo in scren. http://screenshot.sh/n9hnqEgIVcxL2 Look ammo in inventory and look ammo in hud. Duble ammo in hud at reconnect. help Edited February 10, 2017 by Machin Link to comment
Tekken Posted February 10, 2017 Author Share Posted February 10, 2017 Wait, I'm on it! I will release a update as soon as I fix it. Thanks for feedback! Link to comment
Tekken Posted February 10, 2017 Author Share Posted February 10, 2017 UPDATE Fix: Ammo doubling bug. Some errors that appears when dying. Download from GitHub. Link to comment
Tremors Posted February 10, 2017 Share Posted February 10, 2017 5 hours ago, Tekken said: UPDATE Fix: Ammo doubling bug. Some errors that appears when dying. Download from GitHub. For me, the inventory shows only "Primary weapon" Link to comment
Machin Posted February 10, 2017 Share Posted February 10, 2017 (edited) Bug 386 line in inventory.lua http://screenshot.sh/oAALOL1uBTsGy and Do you add function for gm on you can see other people nick if you aim at them. Thanks. Edited February 10, 2017 by Machin Link to comment
Tekken Posted February 11, 2017 Author Share Posted February 11, 2017 No bug for me, sure haven't you made any changes to gamemode? @Machin If you want that just search for it on community. Link to comment
Machin Posted February 11, 2017 Share Posted February 11, 2017 (edited) No im no any changes to gamemode. Maybe you no give good files? Edited February 11, 2017 by Machin Link to comment
Tekken Posted February 11, 2017 Author Share Posted February 11, 2017 UPDATE Fix: Inventory bug.(You will have to kill yourself in order to take effect) Some Zombies Warnings. Download from GitHub. 1 Link to comment
KeK Posted February 11, 2017 Share Posted February 11, 2017 Good job @Tekken ! I started follow your project few moths ago but now i download it again and i see what you done I never seen better uncompiled gamemode ! Greetings Link to comment
Majkee Posted February 11, 2017 Share Posted February 11, 2017 11 hours ago, Machin said: Hmm look this video. same 4 me. Link to comment
Tekken Posted February 12, 2017 Author Share Posted February 12, 2017 Ok for some reasons core.lua was outdated, try now. Link to comment
Tremors Posted February 13, 2017 Share Posted February 13, 2017 Possible to create safe zones? (Zone of non-spawn zombie) Link to comment
Tekken Posted February 13, 2017 Author Share Posted February 13, 2017 Yes you can! Using createColSphere or createColPolygon (it's a little more advanced but a lot better). And ofc. onElementColShapeHit onElementColShapeLeave Setting some element data on enter and deleting on exit. And just before spawning a zombie check if the player does have that element data. If it does return; else continue. Link to comment
domez_z Posted February 14, 2017 Share Posted February 14, 2017 Hey, for some reason my global chat doesnt work (i downloaded the latest github file). I type something in global, it wont send and then it says "Domez account is buggy, fixing it" or something like this and it respawns me. Over and over. Also, how do I add gas station? I Mean i created a map for Dayz and i made a gas station, i would like to setup somehow, that people can gas up their canisters. Link to comment
Recommended Posts