Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

Template:Resloc and Normal.bwinfo: Difference between pages

From ZeldaMods (Breath of the Wild)
(Difference between pages)
Jump to navigation Jump to search
imported>BravelyPeculiar
No edit summary
 
imported>BravelyPeculiar
No edit summary
 
Line 1: Line 1:
<div class="resloc-box resloc-box-normal">
{{Stub}}
'''This {{{type|resource}}} is found at'''


{{{locations}}}
'''normal.bwinfo''' is an [[AAMP]] file which contains parameters for the game's environmental and weather settings. It is found in [[TitleBG.pack#WorldMgr|TitleBG.pack/WorldMgr]].
</div>
<div class="resloc-box resloc-box-normal">
{#if:{{{path|}}|
'''Its [[canonical resource path|RSTB path]] is'''
 
"{{{path}}}"|}}
</div>
{{#if:{{{aoc_locations|}}}|
<div class="resloc-box resloc-box-aoc">
''If the [[Add-on content|DLC]] is installed, it
{{#if:{{{aoc_replaces_base|}}}|is '''instead''' loaded from | is also found at }}''
 
{{{aoc_locations}}}
 
''in the aoc directory.''
 
{{#if:{{{path|}}}|
 
Its RSTB path is
 
"'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}'''".}}
</div>}}
<noinclude>
<templatedata>
{
"params": {
"type": {
"type": "string",
"default": "resource",
"label": "Item type",
"example": "file"
},
"path": {
"type": "string",
"label": "Canonical path (with no prefix)",
"example": "Actor/Pack/Armor_001_Upper.bactorpack",
"description": "The canonical path of the resource but WITHOUT any path prefixes (e.g. Aoc/0010/)",
"suggested": true
},
"locations": {
"type": "string",
"default": "the unpacked content files",
"label": "Locations",
"example": "the base content files, [[Bootup.pack]], and various [[bactorpack]] archives",
"description": "Where the resource can be found (in base content)",
"suggested": true
},
"aoc_locations": {
"label": "Locations (add-on content)",
"description": "Where the resource can be found in add-on content. Leave this empty for non-DLC files",
"type": "string",
"default": "the unpacked content files",
"suggested": true
},
"aoc_replaces_base": {
"label": "AoC replaces base content?",
"description": "Whether the AoC version replaces the base content",
"type": "boolean",
"default": "false",
"suggested": true
}
},
"description": "Template that shows the location of a resource",
"format": "inline"
}
</templatedata>
[[Category:ZeldaMods templates]]
</noinclude>

Revision as of 12:25, 5 September 2018


normal.bwinfo is an AAMP file which contains parameters for the game's environmental and weather settings. It is found in TitleBG.pack/WorldMgr.