Page MenuHomeFeedback Tracker

All JIP players doesn't see restored object when vehicle rided on a wall or a tree
Closed, DuplicatePublic

Description

Hello,

All objects that have only a animation of fall, for example tree or wall, you can run over to make it fall, and you can make setdamage 0 to "restore" him, but all JIP players doesn't see the change when it goes from falling to normal state.

All JIP players see only the wall/tree damaged.

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Multiplayer
Steps To Reproduce
  1. Connect to a server (dedicated or hosted)
  2. Ride on a wall or a tree with a vehicle or make an explosion near the wall/tree but without the setdamage command it's really important !!!!
  3. You can see that the tree/wall has fallen
  4. Use
_terrainobj = (nearestTerrainObjects [player, [], 10, false] select {damage _x >= 1}) select 0;
_terrainobj setDamage 0;

to make the tree/wall "restored"

  1. You can see that the tree/wall is normal again
  2. Disconnect
  3. Reconnect
  4. You will see tree/wall will be falled again
Additional Information

This working fine when setting damage with "setdamage 1" on the tree or the wall. That's why it's really important to ride on with a vehicle or make a explosion near the tree/wall

Event Timeline

NiiRoZz created this task.May 27 2018, 4:58 PM
NiiRoZz edited Steps To Reproduce. (Show Details)
NiiRoZz edited Additional Information. (Show Details)May 27 2018, 5:18 PM
NiiRoZz edited Additional Information. (Show Details)
NiiRoZz updated the task description. (Show Details)
NiiRoZz edited Additional Information. (Show Details)May 27 2018, 5:46 PM
NiiRoZz updated the task description. (Show Details)May 27 2018, 6:29 PM
NiiRoZz edited Steps To Reproduce. (Show Details)
NiiRoZz edited Steps To Reproduce. (Show Details)
NiiRoZz edited Additional Information. (Show Details)
NiiRoZz edited Steps To Reproduce. (Show Details)May 27 2018, 6:33 PM
NiiRoZz edited Additional Information. (Show Details)
NiiRoZz renamed this task from All JIP players doesn't see restored object to All JIP players doesn't see restored object when vehicle rided on a wall or a tree.May 27 2018, 7:11 PM