Jump to content

MTA:DayZ 0.7 Source Code!


Tekken

Recommended Posts

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
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
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

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 by Tekken
Link to comment
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

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
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...