[0.11.1] Rocket defence in multiplayer

This subforum contains all the issues which we already resolved.
Post Reply
jrb0001
Manual Inserter
Manual Inserter
Posts: 3
Joined: Fri Oct 31, 2014 8:43 pm
Contact:

[0.11.1] Rocket defence in multiplayer

Post by jrb0001 »

If a player activates the rocket defence, the game crashes with an error about game.player can't be used in multiplayer.

Fix (data/base/scenarios/freeplay/control.lua):
line 69:

Code: Select all

      local timeleft = player.force.gettimetoland()
line 76:

Code: Select all

      player.setgoaldescription("Time until the fleet lands: " .. string.format("%d:%02d", minutes, seconds), true)
line 81:

Code: Select all

          target=player.character,
Just replace "game.player" with "player".

n9103
Smart Inserter
Smart Inserter
Posts: 1067
Joined: Wed Feb 20, 2013 12:09 am
Contact:

Re: [0.11.1] Rocket defence in multiplayer

Post by n9103 »

Verified.
Good work buddy.
Colonel Failure wrote:You can lose your Ecologist Badge quite quickly once you get to the point of just being able to murder them willy-nilly without a second care in the world.

User avatar
cube
Former Staff
Former Staff
Posts: 1111
Joined: Tue Mar 05, 2013 8:14 pm
Contact:

Re: [0.11.1] Rocket defence in multiplayer

Post by cube »

Thanks for the report, this is fixed for 0.11.2.

Post Reply

Return to “Resolved Problems and Bugs”