Arkensor / DayZCommunityOfflineMode

A community made offline mod for DayZ Standalone
Other
362 stars 194 forks source link

Items other than using Spawn #358

Closed aDioS786 closed 1 year ago

aDioS786 commented 1 year ago

Hi When an item(s) been spawned using function other than G > Spawnscript for few cars, all other items doesn't show up in ReClass/Memory. Not sure how can we load these in same list as of where other items gets loaded? Thanks

Arkensor commented 1 year ago

Not sure what you mean, the item spawning to have them in the object editor list only works when you use the object spawner. If you spawn anything by other means they are not included.

aDioS786 commented 1 year ago

Thanks for getting back. I am analysing memory and learning. So all items which are spawned by default, are in list 0x8 from each other. So I can see all the items in them. When I go OB > and spawn items on ground / cursor. They do not get added to that list. If I go to Script Function > and execute the 5 scripts in there e.g. Spawn Sedan, Gunter 2 etc, they straight way can be seen in the list getting added. So this is what I was asking, that what is the reason and how can I spawn these in a way that they do get added into same Entity List. And I am testing all these by spawning them like 10m away from me.

aDioS786 commented 1 year ago

Hi Arkensor I've had another look and I was doing a silly mistake. It is all working as expected and can see them loading fine. Many Thanks this mode is really helpful.

Thanks