It seems the crash is connected with locality somehow.
Description
Details
- Legacy ID
- 3573970068
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Category
- Game Crash
I used my sandbox http://killzonekid.com/kks-mp-sandbox-v1-0/ to make it happen, so the instructions will be for this.
- start dedicated mp server
- join the server
- spawn a unit locally by entering this code in client side box
bob = createGroup west createUnit [typeOf player, position player, [], 0, "none"]
- execute
- shoot bob
the game should now freeze
Alternatively
- put this code in server box
bill = createGroup west createUnit [typeOf sb_caller, position sb_caller, [], 0, "none"]
- shoot bill, nothing happens
- then type in server hint box
bill setOwner (owner sb_caller)
- hint should show true, means bill is now local to you the player
- shoot bill
the game should now freeze
Event Timeline
I tried reproduce it, but nothing happens after press Esc button.
I created simple mp mission with two playable characters and I did all from your instructions on web.
Type: Public
Branch: Stable
Version: 1.02.110424
@Astaroth I've made easy to install package to start local dedi server with MP sandbox. instructions are here: http://killzonekid.com/arma-3-local-dedicated-server/
Alternatively get the mission only from MPmissions folder inside the zip. You have to spawn another unit by script
bob = createGroup west createUnit [typeOf player, position player, [], 0, "none"]
I haven't tested it with another unit being added via editor.
Still freezes the game with todays dev