User:Joshinils

From Official Factorio Wiki
Jump to navigation Jump to search

Subpages

Special:Contributions/Joshinils

copy-pasta

== Siehe auch ==
* [[Research/de|Forschung]]
* [[Technologies/de|Technologien]]


! Technologie !! Kosten !! Auswirkung !! Aufaddierte <br/>Auswirkung


Block that puts foo and bar next 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>


Lua stuff

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 except the player character (when input==nil, when all is present, then everything including the player character gets deleted)

/c global.delete=function(input, all)
	for surface in pairs(game.surfaces) do
		for _, ent in pairs(surface.find_entities_filtered{type=input} do
			if all or (ent.type~="player" and input~="player") then entity.destroy() end
		end
	end
end

job que












List Of German Wanted Pages Number of wanted pages: 167
# Page Links to this page Length of the corresponding English page in bytes
1 Biter egg handling (research)/de 148 609 (Stub)
2 Overgrowth soil (research)/de 148 522
3 Quality/de 145 9928
4 Display panel/de 72 2649 (Stub)
5 Turbo transport belt/de 71 1242 (Stub)
6 Selector combinator/de 70 3391 (Stub)
7 Turbo splitter/de 70 938
8 Turbo underground belt/de 70 1127
9 Artificial jellynut soil/de 69 652 (Stub)
10 Artificial yumako soil/de 69 653
11 Foundation/de 69 561 (Stub)
12 Ice platform/de 69 577 (Stub)
13 Overgrowth jellynut soil/de 69 715 (Stub)
14 Overgrowth yumako soil/de 69 718
15 Rail ramp/de 69 775 (Stub)
16 Rail support/de 69 1321
17 Space Age/de 68 1329 (Stub)
18 Foundry/de 63 8204 (Stub)
19 Calcite/de 60 887 (Stub)
20 Metallurgic science pack/de 60 419 (Stub)
21 Personal battery MK3/de 60 792 (Stub)
22 Rocket turret/de 60 701 (Stub)
23 Toolbelt equipment/de 60 338
24 Tungsten plate/de 60 400
25 Bioflux/de 59 653 (Stub)
26 Biter egg/de 59 384 (Stub)
27 Capture bot rocket/de 59 550 (Stub)
28 Carbon fiber/de 59 221 (Stub)
29 Electromagnetic science pack/de 59 425 (Stub)
30 Mech armor/de 59 1111
31 Railgun turret/de 59 614 (Stub)
32 Railgun/de 59 789
33 Spoilage/de 59 3977 (Stub)
34 Superconductor/de 59 225 (Stub)
35 Tesla ammo/de 59 157
36 Tesla gun/de 59 653
37 Tesla turret/de 59 690 (Stub)
38 Tungsten carbide/de 59 667 (Stub)
39 Tungsten ore/de 59 635 (Stub)
40 Vulcanus/de 59 7198 (Stub)
41 Agricultural science pack/de 58 600 (Stub)
42 Ammonia/de 58 430 (Stub)
43 Ammoniacal solution/de 58 678 (Stub)
44 Aquilo/de 58 6248 (Stub)
45 Carbon/de 58 1040 (Stub)
46 Coal synthesis/de 58 414
47 Copper bacteria/de 58 1149 (Stub)
48 Cryogenic science pack/de 58 412 (Stub)
49 Electrolyte/de 58 835 (Stub)
50 Fluorine/de 58 290 (Stub)
51 Fluoroketone (cold)/de 58 983 (Stub)
52 Fluoroketone (hot)/de 58 536 (Stub)
53 Fusion power cell/de 58 193 (Stub)
54 Gleba/de 58 8172 (Stub)
55 Holmium ore/de 58 637 (Stub)
56 Holmium plate/de 58 224 (Stub)
57 Holmium solution/de 58 821 (Stub)
58 Ice/de 58 247 (Stub)
59 Iron bacteria/de 58 940 (Stub)
60 Jelly/de 58 654 (Stub)
61 Jellynut/de 58 480 (Stub)
62 Lava/de 58 578 (Stub)
63 Lithium brine/de 58 887 (Stub)
64 Lithium plate/de 58 548 (Stub)
65 Lithium/de 58 521 (Stub)
66 Molten copper/de 58 342 (Stub)
67 Molten iron/de 58 338 (Stub)
68 Nutrients/de 58 1592 (Stub)
69 Pentapod egg/de 58 811 (Stub)
70 Plasma/de 58 754 (Stub)
71 Promethium science pack/de 58 722 (Stub)
72 Quantum processor/de 58 334 (Stub)
73 Railgun ammo/de 58 709 (Stub)
74 Scrap/de 58 1954 (Stub)
75 Supercapacitor/de 58 225 (Stub)
76 Thruster fuel/de 58 958 (Stub)
77 Thruster oxidizer/de 58 856 (Stub)
78 Tree seed/de 58 761 (Stub)
79 Yumako mash/de 58 619 (Stub)
80 Yumako seed/de 58 433 (Stub)
81 Yumako/de 58 474 (Stub)
82 Fulgora/de 57 12358 (Stub)
83 Jellynut seed/de 57 441 (Stub)
84 Electromagnetic plant/de 55 1398 (Stub)
85 Captive biter spawner/de 47 1891 (Stub)
86 Quality module 2/de 47 555
87 Agricultural tower/de 46 366 (Stub)
88 Big mining drill/de 46 1711 (Stub)
89 Biochamber/de 46 547 (Stub)
90 Biolab/de 46 847 (Stub)
91 Cryogenic plant/de 46 457 (Stub)
92 Fusion generator/de 46 701 (Stub)
93 Fusion reactor/de 46 2877 (Stub)
94 Heating tower/de 46 957 (Stub)
95 Lightning collector/de 46 666 (Stub)
96 Lightning rod/de 46 711 (Stub)
97 Quality module 3/de 46 555
98 Quality module/de 46 709
99 Cargo landing pad/de 9 1873 (Stub)
100 Debug mode/de 9 8533
101 Asteroid collector/de 6 745 (Stub)
102 Production statistics/de 6 2490
103 Radar (research)/de 6 235 (Stub)
104 Replay system/de 6 3869
105 Cargo bay/de 5 416 (Stub)
106 Crusher/de 5 1117 (Stub)
107 Factorio:Translation guide/de 5 10322
108 Scenario system/de 5 4391
109 Space platform foundation/de 5 712 (Stub)
110 Space platform starter pack/de 5 1353 (Stub)
111 Carbonic asteroid chunk/de 4 1594 (Stub)
112 Metallic asteroid chunk/de 4 1595 (Stub)
113 Oil gathering (research)/de 4 278 (Stub)
114 Oxide asteroid chunk/de 4 1516 (Stub)
115 Space platform hub/de 4 1691
116 Supply challenge/de 4 3178
117 Tutorial:Keyboard shortcuts/de 4 6271
118 Tutorial:Modding tutorial/de 4 3011
119 Uranium mining (research)/de 4 173 (Stub)
120 Advanced combinators (research)/de 3 108 (Stub)
121 Archive:Alien technology (research)/de 3 463 (Archived)
122 Archive:Armor crafting (research)/de 3 249 (Archived)
123 Archive:Curved rail/de 3 853 (Archived)
124 Ashland tree/de 3 992
125 Boompuff/de 3 498
126 Category:Screenshots/de 3 194
127 Command line parameters/de 3 12608
128 Electric mining drill (research)/de 3 283 (Stub)
129 Glossary/de 3 18187
130 Hairy clubnub/de 3 350
131 Lickmaw/de 3 281
132 Lithium ice formation/de 3 629
133 Metallurgic science pack (research)/de 3 257 (Stub)
134 Nauvis/de 3 7978 (Stub)
135 Promethium asteroid chunk/de 3 621 (Stub)
136 Repair pack (research)/de 3 254 (Stub)
137 Rich text/de 3 9749
138 Slipstack/de 3 371
139 Space platform/de 3 11565 (Stub)
140 Stromatolite/de 3 553
141 Thruster/de 3 2905 (Stub)
142 Tutorial:Main bus/de 3 13635
143 Tutorial:Transport use cases/de 3 15488
144 Water cane/de 3 490
145 Yumako tree/de 3 684 (Stub)
146 Archive:Advanced chemistry (research)/de 2 174 (Archived)
147 Archive:Automated construction (research)/de 2 466 (Archived)
148 Archive:Chemistry (research)/de 2 165 (Archived)
149 Archive:Rocket defense/de 2 562 (Archived)
150 Asteroids/de 2 4679 (Stub)
151 Category:Candidates for deletion/de 2 267
152 Category:News/de 2 45
153 Cuttlepop/de 2 ---
154 Factorio:Editor noticeboard/de 2 3987
155 Fluoroketone (cold) barrel/de 2 ---
156 Fluoroketone (hot) barrel/de 2 ---
157 Jellystem/de 2 645
158 Log file/de 2 2786
159 Planetary science pack/de 2 351 (Disambiguation)
160 Plastic bar productivity (research)/de 2 358 (Stub)
161 Roadmap/History/de 2 7088
162 Space platform (research)/de 2 316
163 Space platform thruster (research)/de 2 176
164 Stingfrond/de 2 ---
165 Teflilly/de 2 ---
166 Template:About/Space age/de 2 114
167 Tutorial:Modding FAQ/de 2 6661