https://forums.factorio.com/forum/vie ... =32&t=7571
I updated it to .12 by updating to match the changes in the capsule data structure and new gun turret model.
I used the following commands to give myself the capsule turret and ammo for it and tested them in the turret.
Get turret:
game.player.insert({name="capsule-turret", count=50})
Work perfectly:
game.player.insert({name="poison-capsule-magazine", count=50})
game.player.insert({name="slowdown-capsule-magazine", count=50})
game.player.insert({name="basic-grenade-magazine", count=50})
Work, but hard crash when hovering over the turret:
game.player.insert({name="distractor-capsule-magazine", count=50})
game.player.insert({name="defender-capsule-magazine", count=50})
game.player.insert({name="destroyer-capsule-magazine", count=50})
Last line of the Factorio log is:
Factorio crashed. Generating symbolized stacktrace, please wait ...
blank line
end of file
Code: Select all
0.000 2016-02-14 12:06:05; Factorio 0.12.22 (Build 17589, win64)
0.000 Operating system: Windows 10
0.000 Program arguments: "D:\Games\Factorio\bin\x64\Factorio.exe"
0.000 Read data path: D:/Games/Factorio/data
0.000 Write data path: D:/Games/Factorio
0.000 Binaries path: D:/Games/Factorio/bin
0.009 Available display adapters: 2
0.009 [0]: \\.\DISPLAY1 - NVIDIA GeForce GTX 770 {0x80001, [1920,0], 1920x1080, 32bit, 60Hz}
0.009 [1]: \\.\DISPLAY2 - NVIDIA GeForce GTX 770 {0x80005, [0,0], 1920x1080, 32bit, 60Hz}
0.010 Create display on adapter 0. Size 1280x720 at position [310, 162]. Monitor 0
0.054 Initialised Direct3D:[0] NVIDIA GeForce GTX 770; driver: nvd3dumx.dll 10.18.13.6143
0.088 Desktop composition is active.
0.088 Graphics options: [FullScreen: false] [VSync: true] [UIScale: 100%] [MultiSampling: OFF] [Graphics quality: normal] [Video memory usage: all] [Light scale: 20%] [Screen: 0]
0.136 Loading mod core 0.0.0 (data.lua)
0.138 Loading mod base 0.12.22 (data.lua)
0.189 Loading mod Cannon-Turret 0.0.1 (data.lua)
0.224 Loading mod Capsule-Turrets 0.0.1 (data.lua)
0.570 Initial atlas bitmap size is 16384
0.572 Created atlas bitmap 16384x7803
5.409 Info Updater.cpp:752: Downloading https://www.factorio.com/updater/get-available-versions?username=peppe&token=<private>&apiVersion=2
6.130 0 packages available to download (experimental updates enabled).
6.161 Factorio initialised
9.516 Loading map D:/Games\Factorio\saves\_autosave2.zip
9.573 Info Scenario.cpp:123: Map version 0.12.22-0
Factorio crashed. Generating symbolized stacktrace, please wait ...
Windows logs an application error:
Code: Select all
Faulting application name: Factorio.exe, version: 0.0.0.0, time stamp: 0x56a2aac2
Faulting module name: ntdll.dll, version: 10.0.10586.103, time stamp: 0x56a8483f
Exception code: 0xc0000005
Fault offset: 0x0000000000034bbe
Faulting process id: 0x19bc
Faulting application start time: 0x01d1675c844304a6
Faulting application path: D:\Games\Factorio\bin\x64\Factorio.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report Id: 7bd8d837-590d-4b6c-8163-ce782b5dad00
Faulting package full name:
Faulting package-relative application ID:
I5 4670k
16GB Ram
GTX 770
Thanks for any info/help.