User:Joshinils

From Official Factorio Wiki
Revision as of 03:42, 5 September 2017 by Joshinils (talk | contribs)
Jump to navigation Jump to search

As I'm usig this bit so often, here it is to copy-paste:

== Siehe auch ==
* [[Research/de|Forschung]]
* [[Technologies/de|Technologien]]
! Technologie !! Kosten !! Auswirkung !! Aufaddierte <br/>Auswirkung


Block that puts foo and bar nex to each another if there is space, else it wraps and puts them underneath:

<div><ul>
<li style="display:inline-block;"> foo </li>
<li style="display:inline-block;"> bar </li>
</ul></div>

Screenshot command:

/c game.take_screenshot{resolution = {x = 1000, y = 1000}, zoom = 2, show_entity_info = true}

Remaining research command:

/c global.research = function(amount)
	if amount == nil then 
		game.print(game.player.force.research_progress * 100 .. "% done")
	else
		game.print(amount -game.player.force.research_progress * amount .. " packs needed")
	end
end

Reveal circular area around input (default (x=0,y=0), can be exchanged with game.player.position)

/c global.reveal=function(input)
	--[[set radius the first time this gets run]]
	global=global or {}
	global.radius=global.radius or 128
	
	radius_squared=global.radius*global.radius
	origin=input or {x=0, y=0}

	for x=-global.radius, global.radius, 32 do
		for y=-global.radius, global.radius, 32 do
			if x*x+y*y<radius_squared then
				game.player.force.chart(game.player.surface, {{origin.x+x, origin.y+y }, {origin.x+x, origin.y+y }})
			end
		end
	end
	game.print("r="..global.radius)
	
	--[[increase radius every successive time it is run, may be set outside of this function]]
	global.radius=global.radius+32
end


Delete everything (when input == nil)

/c global.delete=function(input)
	local surface=game.players[1].surface
	for c in surface.get_chunks() do
		for key, entity in pairs(surface.find_entities_filtered({area={{c.x*32, c.y*32}, {c.x*32+32, c.y*32+32}}, type=input})) do
			entity.destroy()
		end
	end
end


job que

Subpages











List Of German Wanted Pages

Number of wanted pages: 290

# Page Links to this page Length of the corresponding English page in bytes
1 Quality/de 158 30926
2 Biter egg handling (research)/de 151 856
3 Overgrowth soil (research)/de 151 620
4 Rail ramp/de 78 770 (Stub)
5 Rail support/de 77 1934
6 Display panel/de 76 2784 (Stub)
7 Foundation/de 75 674
8 Overgrowth jellynut soil/de 74 678 (Stub)
9 Overgrowth yumako soil/de 74 670
10 Selector combinator/de 74 3609
11 Artificial jellynut soil/de 73 560 (Stub)
12 Artificial yumako soil/de 73 548
13 Ice platform/de 73 792
14 Foundry/de 72 16911
15 Metallurgic science pack/de 66 1823
16 Vulcanus/de 66 8056 (Stub)
17 Mech armor/de 65 1530
18 Tungsten plate/de 65 400
19 Rocket turret/de 64 1573 (Stub)
20 Agricultural science pack/de 63 946 (Stub)
21 Capture bot rocket/de 63 757 (Stub)
22 Electromagnetic science pack/de 63 493 (Stub)
23 Gleba/de 63 9835 (Stub)
24 Tesla gun/de 63 623
25 Toolbelt equipment/de 63 713
26 Aquilo/de 62 14266 (Stub)
27 Fulgora/de 62 14606 (Stub)
28 Personal battery MK3/de 62 645
29 Railgun ammo/de 62 619 (Stub)
30 Railgun/de 62 923
31 Tesla ammo/de 62 166 (Stub)
32 Calcite/de 61 942
33 Carbon fiber/de 61 403 (Stub)
34 Molten iron/de 61 1768
35 Railgun turret/de 61 970 (Stub)
36 Tesla turret/de 61 1384
37 Bioflux/de 60 959 (Stub)
38 Biter egg/de 60 666 (Stub)
39 Cryogenic science pack/de 60 473 (Stub)
40 Lava/de 60 1264
41 Spoilage/de 60 2377
42 Superconductor/de 60 449 (Stub)
43 Tungsten carbide/de 60 485
44 Ammonia/de 59 853
45 Ammoniacal solution/de 59 572
46 Carbon/de 59 2163
47 Coal synthesis/de 59 414
48 Copper bacteria/de 59 1161
49 Electrolyte/de 59 771
50 Fluorine/de 59 650 (Stub)
51 Fluoroketone (cold)/de 59 1078
52 Fluoroketone (hot)/de 59 1101
53 Holmium ore/de 59 1153
54 Holmium plate/de 59 526
55 Ice/de 59 2076
56 Iron bacteria/de 59 1176
57 Jelly/de 59 739
58 Jellynut seed/de 59 487 (Stub)
59 Jellynut/de 59 521 (Stub)
60 Lithium brine/de 59 899
61 Lithium plate/de 59 429
62 Molten copper/de 59 1556
63 Nutrients/de 59 2728
64 Quantum processor/de 59 347
65 Scrap/de 59 2182
66 Supercapacitor/de 59 491
67 Tungsten ore/de 59 739
68 Yumako seed/de 59 908 (Stub)
69 Yumako/de 59 953 (Stub)
70 Fusion power cell/de 58 834
71 Holmium solution/de 58 818
72 Lithium/de 58 895
73 Pentapod egg/de 58 711 (Stub)
74 Plasma/de 58 589 (Stub)
75 Promethium science pack/de 58 801
76 Thruster fuel/de 58 1037
77 Thruster oxidizer/de 58 1031
78 Tree seed/de 58 912
79 Yumako mash/de 58 833
80 Electromagnetic plant/de 57 2526 (Stub)
81 Cryogenic plant/de 56 1733 (Stub)
82 Biochamber/de 55 7119
83 Big mining drill/de 54 1700
84 Heating tower/de 52 1848
85 Agricultural tower/de 49 3879 (Stub)
86 Quality module/de 49 837
87 Biolab/de 48 676 (Stub)
88 Lightning rod/de 48 952 (Stub)
89 Quality module 2/de 48 682
90 Quality module 3/de 48 685
91 Captive biter spawner/de 47 3566
92 Fusion generator/de 46 1449
93 Fusion reactor/de 46 3097
94 Lightning collector/de 46 929 (Stub)
95 Quality module (research)/de 18 308
96 Quality module 2 (research)/de 18 175
97 Quality module 3 (research)/de 17 328
98 Cargo landing pad/de 10 1939 (Stub)
99 Asteroid collector/de 9 749 (Stub)
100 Debug mode/de 9 8682
101 Cargo bay/de 8 1708
102 Crusher/de 8 3846
103 Nauvis/de 8 6571 (Stub)
104 Space platform starter pack/de 8 1358 (Stub)
105 Space platform/de 8 15397 (Stub)
106 Thruster/de 8 4257 (Stub)
107 Laser weapons damage (research)/de 7 2657
108 Radar (research)/de 7 269
109 Space platform foundation/de 7 1624 (Stub)
110 Factorio:Translation guide/de 6 10322
111 Mech armor (research)/de 6 319
112 Metallurgic science pack (research)/de 6 335
113 Production statistics/de 6 2490
114 Replay system/de 6 3869
115 Solar system edge/de 6 1739 (Stub)
116 Acid neutralisation/de 5 1344 (Stub)
117 Carbonic asteroid chunk/de 5 1841 (Stub)
118 Foundry (research)/de 5 357
119 Metallic asteroid chunk/de 5 1882 (Stub)
120 Oil gathering (research)/de 5 219
121 Oxide asteroid chunk/de 5 1837 (Stub)
122 Promethium asteroid chunk/de 5 727 (Stub)
123 Scenario system/de 5 4391
124 Shattered planet/de 5 2280 (Stub)
125 Space platform hub/de 5 1765
126 Steam condensation/de 5 450 (Stub)
127 Turbo transport belt (research)/de 5 607
128 Tutorial:Keyboard shortcuts/de 5 6271
129 Tutorial:Modding tutorial/de 5 3195
130 Uranium mining (research)/de 5 285
131 Advanced combinators (research)/de 4 160
132 Agricultural science pack (research)/de 4 251
133 Ashland tree/de 4 606
134 Boompuff/de 4 498
135 Cuttlepop/de 4 336 (Stub)
136 Electric mining drill (research)/de 4 224
137 Fulgoran lightning attractor/de 4 434 (Stub)
138 Fulgoran ruin/de 4 270 (Stub)
139 Fulgoran vault ruin/de 4 492 (Stub)
140 Fulgorite/de 4 477 (Stub)
141 Glossary/de 4 19719
142 Hairy clubnub/de 4 350
143 Jellystem/de 4 784
144 Lickmaw/de 4 281
145 Lithium ice formation/de 4 646
146 Repair pack (research)/de 4 192
147 Rich text/de 4 9749
148 Slipstack/de 4 495
149 Space platform (research)/de 4 335
150 Space platform thruster (research)/de 4 176
151 Stingfrond/de 4 346
152 Stromatolite/de 4 575
153 Supply challenge/de 4 3178
154 Teflilly/de 4 302
155 Water cane/de 4 516
156 Yumako tree/de 4 853 (Stub)
157 Advanced asteroid processing (research)/de 3 288
158 Archive:Advanced chemistry (research)/de 3 174 (Archived)
159 Archive:Alien technology (research)/de 3 463 (Archived)
160 Archive:Armor crafting (research)/de 3 249 (Archived)
161 Archive:Chemistry (research)/de 3 165 (Archived)
162 Archive:Curved rail/de 3 853 (Archived)
163 Artificial soil (research)/de 3 298
164 Artillery shell damage (research)/de 3 861
165 Asteroids/de 3 4703 (Stub)
166 Biolab (research)/de 3 285
167 Calcite processing (research)/de 3 1151
168 Captive biter spawner (research)/de 3 282
169 Category:Screenshots/de 3 194
170 Category:Space Age/de 3 148
171 Command line parameters/de 3 12361
172 Copy and paste/de 3 7177
173 Electric weapons damage (research)/de 3 2089
174 Electromagnetic science pack (research)/de 3 411
175 Epic quality (research)/de 3 348
176 Fusion reactor (research)/de 3 277
177 Health (research)/de 3 791
178 Ice melting/de 3 366
179 Log file/de 3 2785
180 Low density structure productivity (research)/de 3 1229
181 Personal battery MK3 (research)/de 3 302
182 Planet discovery Aquilo (research)/de 3 309
183 Planetary science pack/de 3 351 (Disambiguation)
184 Plastic bar productivity (research)/de 3 557
185 Rail support foundations (research)/de 3 503
186 Rocket turret (research)/de 3 302
187 Spoilage mechanics/de 3 8433
188 Transport belt capacity (research)/de 3 1095
189 Tutorial:Main bus/de 3 13635
190 Tutorial:Transport use cases/de 3 15596
191 Advanced thruster oxidizer/de 2 30 (Redirect)
192 Agriculture (research)/de 2 277
193 Ammonia rocket fuel/de 2 25 (Redirect)
194 Archive:Automated construction (research)/de 2 466 (Archived)
195 Archive:Rocket defense (research)/de 2 516 (Archived)
196 Archive:Rocket defense/de 2 562 (Archived)
197 Archive:Smart inserter/de 2 3902 (Archived)
198 Asteroid productivity (research)/de 2 1146
199 Asteroid reprocessing (research)/de 2 368
200 Bacteria cultivation (research)/de 2 380
201 Big mining drill (research)/de 2 394
202 Biochamber (research)/de 2 191
203 Bioflux (research)/de 2 232
204 Bioflux processing (research)/de 2 271
205 Biters/de 2 28 (Redirect)
206 Captivity (research)/de 2 268
207 Carbon fiber (research)/de 2 241
208 Cargo pod/de 2 582 (Stub)
209 Category:Agriculture/de 2 95
210 Category:Candidates for deletion/de 2 267
211 Category:Environmental protection/de 2 107
212 Category:News/de 2 45
213 Category:Pages needing clean-up/de 2 118
214 Category:Planets/de 2 88
215 Category:Space/de 2 105
216 Concrete from molten iron/de 2 42 (Redirect)
217 Cryogenic plant (research)/de 2 251
218 Cryogenic science pack (research)/de 2 353
219 Electromagnetic plant (research)/de 2 319
220 Elevated rail (research)/de 2 417
221 Factorio:Editor noticeboard/de 2 3987
222 Fish breeding (research)/de 2 610
223 Fish breeding/de 2 22 (Redirect)
224 Fluoroketone (cold) barrel/de 2 20 (Redirect)
225 Fluoroketone (hot) barrel/de 2 20 (Redirect)
226 Foundation (research)/de 2 312
227 Funneltrunk/de 2 350
228 Heating tower (research)/de 2 305
229 Holmium processing (research)/de 2 254
230 Jellynut (research)/de 2 302
231 Legendary quality (research)/de 2 366
232 Lightning collector (research)/de 2 347
233 Lithium processing (research)/de 2 249
234 Oil ocean/de 2 1102 (Stub)
235 Pentapods/de 2 31 (Redirect)
236 Planet discovery Fulgora (research)/de 2 312
237 Planet discovery Gleba (research)/de 2 306
238 Planet discovery Vulcanus (research)/de 2 315
239 Planets/de 2 273 (Disambiguation)
240 Processing unit productivity (research)/de 2 1207
241 Productivity/de 2 6417
242 Promethium science pack (research)/de 2 345
243 Quantum processor (research)/de 2 619
244 Railgun (research)/de 2 264
245 Railgun damage (research)/de 2 410
246 Railgun shooting speed (research)/de 2 775
247 Reactor/de 2 245 (Disambiguation)
248 Recycling (research)/de 2 637
249 Research productivity (research)/de 2 1152
250 Roadmap/History/de 2 7088
251 Rocket fuel productivity (research)/de 2 1189
252 Rocket part productivity (research)/de 2 1100
253 Scrap recycling productivity (research)/de 2 971
254 Simple coal liquefaction/de 2 53 (Redirect)
255 Steel plate productivity (research)/de 2 680
256 Sunnycomb/de 2 444 (Stub)
257 Tesla weapons (research)/de 2 345
258 Toolbelt equipment (research)/de 2 244
259 Tree seeding (research)/de 2 231
260 Tungsten carbide (research)/de 2 301
261 Tungsten steel (research)/de 2 339
262 Tutorial:Modding FAQ/de 2 6703
263 Yumako (research)/de 2 300
264 Advanced thruster fuel/de 1 26 (Redirect)
265 Casting low density structure/de 1 55 (Redirect)
266 Category:Asteroids/de 1 81
267 Galaxy of Fame/de 1 5116
268 Heavy oil cracking to light oil/de 1 36 (Redirect)
269 Lava lake/de 1 17 (Redirect)
270 Nutrients from fish/de 1 23 (Redirect)
271 Permissions/de 1 17797
272 Rocket fuel from jelly/de 1 25 (Redirect)
273 Rocket rush/de 1 12225
274 Rorshan:/Space Age/de 1 ---
275 Solid fuel from ammonia/de 1 24 (Redirect)
276 Template:Languages/de 1 1482
277 Tutorial:Diagnosing performance issues/de 1 9252
278 Tutorial:Inspecting a live mod/de 1 2623
279 Tutorial:Localisation/de 1 13403
280 Tutorial:Mod changelog format/de 1 5453
281 Tutorial:Mod settings/de 1 15617
282 Tutorial:Mod structure/de 1 9020
283 Tutorial:Modding tutorial/Gangsir/de 1 35196
284 Tutorial:Quality upcycling math/de 1 19627
285 Tutorial:Scrap recycling strategies/de 1 11234
286 Tutorial:Script interfaces/de 1 5161
287 Tutorial:Scripting/de 1 12286
288 Tutorial:Solar power math/de 1 14198
289 Wave defense/de 1 8138
290 Wood processing/de 1 23 (Redirect)