Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Worldbox Wiki
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Hidden and Unused Content
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Upload file
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
[[File:-Steal Resources-.png|right|frameless]] == Information == There's lots of things in worldbox that you'll never see during normal gameplay yet they sit inside of the game's files only to be found when you search through them. This page is all about that hidden content. === Finding Hidden Content === Most hidden content is not able to be found by just playing the game so you have to go inside the files to see it. In most cases you will have to use certain tools to look into different areas such as asset files (images), assemblies (code), or variables (text). Here's the recommend tools for exploring each of these areas (see the [[Modding]] page for in-depth info): * [https://github.com/Perfare/AssetStudio Asset Studio GUI] [Use this to load files ending in .assets] * [https://github.com/dnSpy/dnSpy DnSpy] [Use this on the Assembly-CSharp.dll to see the code] * [https://github.com/sinai-dev/UnityExplorer Unity Explorer] [Use this to see variable text values in-game] === Credit === '''Thanks to [https://worldbox.fandom.com/ru/wiki/%D0%A3%D1%87%D0%B0%D1%81%D1%82%D0%BD%D0%B8%D0%BA:Jean-Antoine_d%27Anglerais Jean-Antoine d'Anglerais] over at the Russian wiki''' for already having an organized [https://worldbox.fandom.com/ru/wiki/%D0%A1%D0%BA%D1%80%D1%8B%D1%82%D1%8B%D0%B9_%D0%B2%D0%BD%D1%83%D1%82%D1%80%D0%B8%D0%B8%D0%B3%D1%80%D0%BE%D0%B2%D0%BE%D0%B9_%D0%BA%D0%BE%D0%BD%D1%82%D0%B5%D0%BD%D1%82#%D0%A1%D1%83%D0%BF%D0%B5%D1%80_%D0%A1%D0%BA%D0%B5%D0%BB%D0%B5%D1%82 page] of most of this content! This page uses some directly translated quotes from there. == Bubbles == The game files contain a layer of files that have a common origin and part of the name "bubble". Namely the icons: "iconBubbleList", "iconBubbleZones" and "speech_bubble_[Number from 0 to 7]". It was intended as a prototype for the " Plans and Plots" mechanic and was even shown in one of the videos before the update. The speech bubbles changed their texture as the plan progressed; there are 8 stages in total in the files. There are also [[mood]] and result bubbles that are unused.<gallery> File:IconBubbleZones10x.png|Bubble Zones File:IconBubbleList10x.png|List of Bubble Zones File:Speech bubble 0010x.png|Stage 1 File:Speech bubble 0110x.png|Stage 2 File:Speech bubble 0210x.png|Stage 3 File:Speech bubble 0310x.png|Stage 4 File:Speech bubble 0410x.png|Stage 5 File:Speech bubble 0510x.png|Stage 6 File:Speech bubble 0610x.png|Stage 7 File:Speech bubble 0710x.png|Stage 8 </gallery><gallery> File:Unit speech-happy10x.png|Happy Mood Speech File:Unit speech-normal10x.png|Normal Mood Speech File:Unit speech-sad10x.png|Sad Mood Speech File:Unit speech-angry10x.png|Angry Mood Speech </gallery> == Unused Achievement Icons == === Oh My Crab === Oh My Crab is a hidden [[Achievements|achievement]] that has its own icon and conditions for obtaining it. To obtain it, you need to destroy more than 200 [[:Category:Buildings|buildings]] while controlling [[Crabzilla]]. However, in the current version of the game the achievement cannot be obtained. === Only Mush === Only [[Mush Spores|Mush]] is a hidden [[Achievements|achievement]] that has its own icon, but is not contained in the game code itself. In the current version of the game, the achievement cannot be obtained. It may possibly be an old version of the "Super Mushroom" achievement. === Tornado Rain === In addition to the used icon (achievements_raintornado), the game files contain an unused sprite with the same name (achievements_tornadorain). This icon is most likely an old version of that [[Achievements|achievement]].<gallery> File:Achievements ohmycrab 10x.png|Oh My Crab File:Achievements onlymush10x.png|Only Mush File:Achievements tornadorainUnused10x.png|Tornado Rain </gallery> == Unused Creatures == ''For more info see the [[Unused Creatures]] page'' === Bird === A bird icon can be found in the game's assets under the name "iconBird". You can also find the description of bird by using a tool like [https://github.com/sinai-dev/UnityExplorer Unity Explorer]. Its unsurprising description is "It can fly". You can find a bird that sort of resembles the bird icon in the official steam banner art. === River Turtle === You can find the river turtle in the game's code and asset files (t_river_turtle). Inherits all the characteristics of the normal [[turtle]]''.'' It is not a remnant of the removed water-based [[Swamp Biome|swamp]] biome. ''Can be spawned in using mods'' === Rooster === You can find the rooster in the game's code and asset files (t_rooster). Inherits all the characteristics of the chicken except they have, 80 health instead of 50, deal 6 damage instead of 4, and can't lay eggs''.'' ''Can be spawned in using mods'' === Shaved Sheep === The shaved sheep can be found in the game's asset files (t_shavedsheep). Currently there is no way for units to shave sheep or collect a resource like wool. You can see a lemon person herding sheep in a promo for the upcoming [[Update News|update]] possibly hinting at sheep shaving. === Super Skeleton === Located in the SimpleMod class of the game's code, the super skeleton is a powerful [[:Category:Creatures|creature]] that has the texture of a normal skeleton. ''It cannot be spawned in the vanilla game but you can use this [https://github.com/Jean-Antoine-de-Anglerais/SimpleMod/releases/tag/1.0.0.0 mod].'' * [[Traits]]: Immortality and Regeneration * [[Unit Stats|Stats]]: 100,000 Health, 500 Damage, 500 Speed, other stats are identical to a regular skeleton. * Armed with a skeleton bow (an unused item) that fires "skeleton arrows" that have a trail effect and use the "fireball" texture ([[Flame Tower|flame towers]] use). It has a range of 22, critical chance of 10% and critical damage multiplier of 0.5. === Worm === The [[Terraformers|worm]] currently exists as an "empty" texture in-game. In the assets files there is an unused texture called "t_worm". === Ghost Ship === The ghost ship is a variation of the human transport ship currently in game, with a green shade and slightly different appearance. There is also an icon called "iconGhostShip" which may be related.<gallery> File:Bird10x.png|Bird File:PromoBirdCrop.png|Promo Bird File:RiverturtleAN.gif|River Turtle File:RoosterAN.gif|Rooster File:ShavedsheepAN.gif|Shaved Sheep File:Wormsheet.png|Worm texture sheet File:GhostShipSpritex10.png|Ghost ship </gallery> == Unused Traits and Statuses == === Giant === Currently, the giant [[Traits|trait]] simply increases the [[:Category:Creatures|creature]]'s size. However, the game files contain an unused texture called "unit_giant". The main difference between this texture and the others is that each “pixel” in this texture is 2 times larger (or 4 times larger, if judged by area) than a pixel in the textures of other creatures, [[:Category:Buildings|buildings]], and icons. This was most likely the first attempt to add giants to the game. === Upliftable === Unknown if this is meant to be a trait or status. can be found in the game's assets with the name "iconUpliftable". === Vermin === There is an unused trait icon that can be found in the game files called "iconVermin". Their is also a hidden description for the trait: "Tiny creatures. A snack for bigger animals" (most likely for creatures that classify as insect meat. See the [[Creature Diets]] page for more info)<gallery> File:GiantANSheet10x.png|Giant File:IconUpliftable10x.png|Upliftable File:IconVermin10x.png|Vermin </gallery> == Unused Plots == ''For more info see the [[Plots/Plans]] page. These can all be found in the game's asset files'' === Kill King === Would probably be started by a kingdom's [[Kings and Leaders|village leaders]] who are not part of the king's [[Clans|clan]] when they low loyalty (similar to [[rebellions]]). With [[Update News|news]] about massive clan improvements in the upcoming update this plot could possibly become used. The changelogs of version [[0.21.0 - MegaBox Edition|0.21]] mention poisoning kings despite this feature not being implemented yet: "added: new plots/plans mechanic. Clan members could have plans to start wars, poison their kings, create alliances, etc. But their plans and plots could also be broken when they die" === Kill Leader === [[Kings and Leaders|Kings]] may start these plots to kill leaders with low loyalty to prevent [[rebellions]] or possible assassinations (see kill king plot mentioned above). With [[Update News|news]] about massive [[Clans|clan]] improvements in the upcoming update this plot could possibly become used. === Culture Split === Is most likely for spiting a culture into two. Would probably be started by village leaders who are disconnected from the rest of the culture in whatever way (kings have no direct effect on culture advancement unlike leaders). With [[Update News|news]] about a massive [[Culture Development|culture]] overhaul in the upcoming update this plot could possibly become used. === Generic === Possibly used for plots that don't yet have an assigned icon or for plots that may randomly develop into a certain plot. <gallery> File:PlotKillKing10x.png|Kill King File:PlotKillLeader10x.png|Kill Leader File:PlotCultureSplit10x.png|Culture Spilt File:PlotGeneric10x.png|Generic </gallery> == Unused Buildings == ''All found in the "buildings_main.png" image from the game's asset files'' === "Banana Temple" === This unused building is placed next to the [[temples]]. It is not used anywhere in game. === Statues and Statue Podiums === All of the [[statues]] appear to be built on the same type of podium. In the game's assets files you can find 3 other unused podiums (also the normal podium) that resemble the texture themes of each race. You can also find two unused statues of a $ symbol and a horse (there is a [[Fire Elementals|fire elemental]] horse). === Flag Poles === Two vertically favored structures contain flags on them similar to the army [[Armies|general]]'s banner. === Berry Bushes === There are two unused [[Food|berry bushes]] one of which appears to look normal but the other looks to contain blueberries instead of red ones. <gallery> File:BananaTemple10x.png|Banana Temple File:StatueWealth10x.png|Wealth Statue File:StatueHorse10x.png|Horse Statue File:EmptyHumanPodium10x.png|Human Podium File:EmptyElfPodium10x.png|Elf Podium File:EmptyDwarfPodium10x.png|Dwarf Podium File:EmptyOrcPodium10x.png|Orc Podium File:BannerStand10x.png|Wooden Flag Pole File:BannerTower10x.png|Stone Flag Poll File:GreenUnusedBush.png|Unused Bush Red File:YellowUnusedBush.png|Unused Bush Blue </gallery> == Drops == === Crab Bomb === The game files contain 2 textures called "iconCrabBomb" and "drop_crabBall". In the game itself, different images are used for crab bombs - "drop_crabs" and "iconCrabParachute". === Unity and Separation === These are possibly unused icons for power in the civilizations tab. These can both sometimes be seen in bubbles when entering the game. The unity power is still in the game's code and when activated using mods it acts as an [[Alliances|alliance]] making power. It does not work well though and will can only create an alliance if none exist and randomly make kingdoms join an existing alliance if it can. The separation icon (unofficial name) has no remnants in the code and was most likely replaced with the existing [[File:IconDiscord10x.png|frameless|28x28px]] Discord power that ends alliances. An actual alliance making power has been revealed to be added in the next [[Update News|update]]. === Dbutt Print === This unused sprite, "print_dbutt", is found in the game's asset files. [[Terraformers|Printers]] would make this image in your world by raising terrain. It is a reference to the Dick Butt meme. It was hinted at on the official Twitter of WorldBox artist [[Developers and Contributors|Hugo Vaz]]. In it he wrote "Hehe", and the developer Mastef mentioned this meme. <gallery> File:IconCrabBomb10x.png|Icon File:Drop crabBall10x.gif|Drop File:IconUnity10x.png|Unity File:Bubbles 345x.png|Separation File:Print dbutt10x.png|Print Dbutt </gallery> == Miscellaneous == === Fighting === In the game’s code there is a combat action library (CombatActionLibrary), which includes everything that a creature can do during a fight. In addition to standard techniques such as attacking and casting spells, this library also contains actions such as dodging (combat_dodge), blocking (combat_block), random jump (combat_random_jump), dash (combat_dash), drinking a potion (combat_consume_potion), and using a scroll (combat_use_scroll). All of them are not used as of the latest version ([[Update News|0.22.21]]). We have seen [[Update News|news]] of the next update displaying a special dodge ability which may hint at some these actions becoming used. === Unused Flame Tower Spell === The game files contain a sprite for the fx_cast_flametower spell. Presumably it could be used by [[Flame Tower|flame towers]], [[Mages|evil mages]], [[Other Mages|plague doctors]] to create fire. [[File:Fx cast flametower10x.gif|frameless|65x65px]] === Eternal === There is an unused icon in the game files called "iconEternal". This may be an unused icon for the [[File:IconImmortal10x.png|frameless|28x28px]]immortal [[Traits|trait]] [[File:IconEternal10x.png|frameless|90x90px]] === Ghost Ship === There is an unused icon in the game files called "iconGhostShip". This may be related to the unused ghost ship sprite. [[File:IconGhostShip10x.png|none|thumb|90x90px]] === Black and White Holes === There are two unused icons in the game file, called "iconBlackHole" and "iconWhiteHole" respectively. Their use is unknown. [[File:IconBlackHole10x.png|none|thumb|100x100px]] [[File:IconWhiteHole10x.png|none|thumb|100x100px]] === Artifact === In the files containing the localization of the game, you can find a mention of a certain “artifact”. In particular, the file with Russian localization contains the following lines: * "Artifact": "Artifact", * "Artifact Description": "Random artifact. Attracts heroes that seek power and adventure," You can also find an artifact icon in the game files. It is noteworthy that this icon is larger than the usual game icons (64x64 pixels, instead of 28x28) [[File:IconArtifact5x.png|frameless|90x90px]] === Crystal === There is an unused "iconCrystal" icon in the game files. It is probably not a resource or a seed as it does not have the corresponding “Res” and “Seed” prefix. Possibly an unrealized power to create crystalline or [[Gems|gem]] ore. [[File:IconCrystal10x.png|frameless|90x90px]] === Poisoned Fire === In the game files there is a purple fire sprite called "fx_status_poisoned_t", and its individual parts are called "fx_status_burning_t_" (Same as regular orange fire). Presumably this could be a special status in the form of magical fire or an old placeholder for the poisoned [[Status Effects|status effect]] particles. [[File:Poisonedflame10x.gif|frameless|60x60px]] === Fallen Race Message Logs === In the game's files there are unused history logs for the death of races. Here's a list of them: #The last of the [race] has vanished #The [race] are no more #the proud [race] have ceased to exist #There are no more [race] #The age of [race] has ended #[race] are now extinct #The reign of [race] is over #[race] have bit the dust === Port Cities === In the game's files there is an used history log for "port cities": [village] is now a port city! [[Category:Special]]
Summary:
Please note that all contributions to Worldbox Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Worldbox Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width