Content Creation Changelog 0.6.0

Content Creation Changelog 0.6.0

From BeamNG

Revision as of 00:28, 23 July 2016 by Meywue (talk | contribs) (Created page with "List of changes related to content creation on BeamNG.drive 0.6.0. == Scenarios == === Breaking changes === * you need to change map objects declarations ** ''for example lo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

List of changes related to content creation on BeamNG.drive 0.6.0.

Scenarios

Breaking changes

  • you need to change map objects declarations
    • for example local policeData = map.objects.policeCar to local policeData = map.objects[map.objectNames['policeCar']]