Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


autobuild

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
autobuild [2020/09/30 17:02] alexander01998autobuild [2024/03/07 23:02] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== AutoBuild ====== ====== AutoBuild ======
 +
 <WRAP 516px> <WRAP 516px>
 ^  AutoBuild  ^^ ^  AutoBuild  ^^
-|{{ :autobuild.jpg?500 |}}||+^{{ hack:auto:autobuild.webp?500x265 |Using AutoBuild in Wurst 1.10.1 Beta to build the default "Wurst" template.}}^^
 ^Type|[[:Hack]]| ^Type|[[:Hack]]|
-^Category|Blocks|+^Category|[[Blocks]]|
 ^In-game description|"Builds things automatically.\\ Place a single block to start building." <sup>[//[[:Wurst 7]] only//]</sup>| ^In-game description|"Builds things automatically.\\ Place a single block to start building." <sup>[//[[:Wurst 7]] only//]</sup>|
 |:::|"Automatically builds the selected template whenever you place a block.\\ Custom templates can be created by using TemplateTool." <sup>[//[[:Wurst 6]] only//]</sup>| |:::|"Automatically builds the selected template whenever you place a block.\\ Custom templates can be created by using TemplateTool." <sup>[//[[:Wurst 6]] only//]</sup>|
 ^[[:keybinds#default_keybinds|Default keybind]]|none| ^[[:keybinds#default_keybinds|Default keybind]]|none|
 +^Source code|[[w7src>net/wurstclient/hacks/AutoBuildHack.java]]|
 +^Supported Minecraft versions|1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.12 - 1.12.2, 1.11 - 1.11.2, 1.10 - 1.10.2, 1.9 - 1.9.2, 1.8 - 1.8.9, 1.7.2 - 1.7.10|
 </WRAP> </WRAP>
- 
-[{{ :autobuild_templates_explained.png?400|An explanation of how AutoBuild's template files work.}}] 
  
 AutoBuild allows you to build things instantly and automatically. It works in all four directions (north, south, east and west) and can bypass NoCheat+. The templates are saved as JSON files in ''%appdata%/.minecraft/wurst/autobuild''. You can make your own templates and save them there, or edit the existing ones. AutoBuild allows you to build things instantly and automatically. It works in all four directions (north, south, east and west) and can bypass NoCheat+. The templates are saved as JSON files in ''%appdata%/.minecraft/wurst/autobuild''. You can make your own templates and save them there, or edit the existing ones.
  
-AutoBuild always builds using the block in the player's main hand.+AutoBuild always builds using the item in the player's main hand.
  
-In [[Wurst 6]], AutoBuild templates can be created by scanning in-game buildings with [[TemplateTool]].+===== Creating Templates ===== 
 + 
 +[{{hack:auto:autobuild_templates_explained_ll.webp?400|An explanation of how AutoBuild's template files work.}}] 
 + 
 +In [[Wurst 6]], AutoBuild templates can be created by scanning in-game Minecraft buildings with [[TemplateTool]]. [[Wurst 7]] doesn't currently have TemplateTool, but it is still possible to create templates by hand or to scan a Minecraft creation in Wurst 6 and then import the template file to Wurst 7. 
 + 
 +There are also several third-party tools that can generate AutoBuild templates (use at own risk!): 
 + 
 +  * [[https://web.archive.org/web/20220311174214/https://www.reddit.com/r/WurstClient/comments/hy0rzl/autobuild_structure_generator/|Autobuild structure generator]] by MatyDiste 
 +  * [[https://github.com/NebulousHaze/Graphical-JSON-Coordinate-Generator|Graphical-JSON-Coordinate-Generator]] by NebulousHaze
  
 ===== Settings ===== ===== Settings =====
  
 ==== Template ==== ==== Template ====
- 
 ^  Template  ^^ ^  Template  ^^
 ^Type|File <sup>[//[[:Wurst 7]] only//]</sup> / Mode <sup>[//[[:Wurst 6]] only//]</sup>| ^Type|File <sup>[//[[:Wurst 7]] only//]</sup> / Mode <sup>[//[[:Wurst 6]] only//]</sup>|
 ^In-game description|"Determines what to build.\\ \\ Templates are just JSON files. Feel free to\\ add your own or to edit / delete the\\ default templates.\\ \\ If you mess up, simply press the\\ 'Reset to Defaults' button or\\ delete the folder." <sup>[//[[:Wurst 7]] only//]</sup>| ^In-game description|"Determines what to build.\\ \\ Templates are just JSON files. Feel free to\\ add your own or to edit / delete the\\ default templates.\\ \\ If you mess up, simply press the\\ 'Reset to Defaults' button or\\ delete the folder." <sup>[//[[:Wurst 7]] only//]</sup>|
-^Default files|''Bride.json'', ''Floor.json'', ''Penis.json'', ''Pillar.json'', ''Swastika.json'', ''Tree.json'', ''Wall.json'', ''Wurst.json''|+^Default files|''Bride.json'', ''Floor.json'', ''Penis.json'', ''Pillar.json'', ''Tree.json'', ''Wall.json'', ''Wurst.json''|
  
 ==== Range ==== ==== Range ====
- 
 ^  Range  ^^ ^  Range  ^^
 ^Type|Slider| ^Type|Slider|
Line 38: Line 46:
  
 ==== Check line of sight ==== ==== Check line of sight ====
- 
 ^  Check line of sight  ^^ ^  Check line of sight  ^^
 ^Type|Checkbox| ^Type|Checkbox|
Line 45: Line 52:
  
 ==== InstaBuild ==== ==== InstaBuild ====
- 
 ^  InstaBuild <sup>[//[[:Wurst 7]] only//]</sup>  ^^ ^  InstaBuild <sup>[//[[:Wurst 7]] only//]</sup>  ^^
 ^Type|Checkbox| ^Type|Checkbox|
Line 52: Line 58:
  
 ==== Mode ==== ==== Mode ====
- 
 ^  Mode <sup>[//[[:Wurst 6]] only//]</sup>  ^^ ^  Mode <sup>[//[[:Wurst 6]] only//]</sup>  ^^
 ^Type|Mode| ^Type|Mode|
Line 62: Line 67:
  
 ==== Always FastPlace  ==== ==== Always FastPlace  ====
- 
 ^  Always FastPlace <sup>[//[[:Wurst 7]] only//]</sup>  ^^ ^  Always FastPlace <sup>[//[[:Wurst 7]] only//]</sup>  ^^
 ^Type|Checkbox| ^Type|Checkbox|
Line 69: Line 73:
  
 ==== Use AI ==== ==== Use AI ====
- 
 ^  Use AI (experimental) <sup>[//[[:Wurst 6]] only//]</sup>  ^^ ^  Use AI (experimental) <sup>[//[[:Wurst 6]] only//]</sup>  ^^
 ^Type|Checkbox| ^Type|Checkbox|
Line 88: Line 91:
  
 ===== Changes ===== ===== Changes =====
- 
 ^Version^Changes^ ^Version^Changes^
 |[[update:Wurst 1.2.3 Beta]]|AutoBuild now bypasses NoSwing and should work on AntiCheat servers.| |[[update:Wurst 1.2.3 Beta]]|AutoBuild now bypasses NoSwing and should work on AntiCheat servers.|
Line 136: Line 138:
 |:::|Added an "Always FastPlace" checkbox to AutoBuild. When enabled, AutoBuild builds as if FastPlace was enabled, even if it's not.| |:::|Added an "Always FastPlace" checkbox to AutoBuild. When enabled, AutoBuild builds as if FastPlace was enabled, even if it's not.|
 |:::|Removed AutoBuild's experimental "Use AI" checkbox.| |:::|Removed AutoBuild's experimental "Use AI" checkbox.|
 +|[[update:Wurst 7.12]]|Fixed AutoBuild's ESP glitching out when extremely far from spawn.|
  
-{{tag>type:hack cat:blocks}}+{{tag>building griefing useful_for_creative_mode}}
autobuild.1601478148.txt.gz · Last modified: 2020/09/30 17:02 by alexander01998