Jump to content

DayZ item table values


Mann56

Recommended Posts

Posted

Hello guys,

I am editing the DayZ gamemode, the old one by Marvin. There is an item table like -

{"Wood Pile",1463,0.4,0,13}, 

Here can i get the meaning of the third value?

Wood Pile = object

1463 = model id

0.4 = ?

0 = rotation? (Maybe)

13 = Spawning probability.

I'd like someone to give me the meaning of the third and fourth value, thanks!

"When i'll grow older, i'll be stronger, they'll call me freedom, just like a waving flag"

"Have confidence in yourself, no problem is impossible in life"

Posted

Bump.

"When i'll grow older, i'll be stronger, they'll call me freedom, just like a waving flag"

"Have confidence in yourself, no problem is impossible in life"

Posted

sorry i didn't play DayZ gamemode, but i think the last 3 values are the coordination of the item X , Y , Z.

{"item name","model id"," X ","Y","Z"}, 

Do not yield your back to your enemy, might feel something strange in your ass.

Two things are infinite the universe and human stupidity and i'm not sure about the universe.

UF: IsTextInGridList | GetGridListRowIndexFromText | Table.removeValue | removeHex | dxDrawTriangle

Skype: SaSuki102 | About Me | Youtube channel | Lua Tips & Tricks | Lua Strings | Lua Tables | Lua Operators

Posted
sorry i didn't play DayZ gamemode, but i think the last 3 values are the coordination of the item X , Y , Z.
{"item name","model id"," X ","Y","Z"}, 

We have a value ->

{"Wood Pile",1463,0.4,0,13}, 

0.4 , 0 and 13 can't be co-ordinates since mostly the second last value is mostly zero.

"When i'll grow older, i'll be stronger, they'll call me freedom, just like a waving flag"

"Have confidence in yourself, no problem is impossible in life"

Posted

Bump.

"When i'll grow older, i'll be stronger, they'll call me freedom, just like a waving flag"

"Have confidence in yourself, no problem is impossible in life"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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