Template:Keyboard: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (Not needed here, the scrollbar setting is applyed globally to <pre> and <syntaxhighlight> tags since 2021/09/09)
m (Now the width is adjusted better to use 100% of the screen)
Line 1: Line 1:
<div style="float:left; width:100%;">
<div style="float:left; width:100%;">
  <div style="float:left; width:70px;">[[image:64px-Keyboard.png|Type This|64x64px|left]]</div>
[[image:64px-Keyboard.png|64x64px|left|link=|Type This]]<pre<noinclude></noinclude>>{{{content|"Hello there"}}}</pre<noinclude></noinclude>>
  <div style="float:left; width:90%;"><pre<noinclude></noinclude>>{{{content|}}}</pre<noinclude></noinclude>></div>
</div>{{clear}}<noinclude>
</div>
<div style="clear:both;"></div><noinclude>


==Usage==
==Usage==
Line 11: Line 9:
{{Keyboard|content=
{{Keyboard|content=
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
echo "Hello there"
ps3mfw.exe %1 "Y:\PS3-Firmwares\OFW430.PUP" ""Z:/MFWOtherOS-out/MFW430.PUP" --gui false --debug true --patch_pup --pup-build "" --version-string "" --version-suffix "PSDEVWIKI" --patch_lv1 --patch-lv1-peek-poke true --patch-lv1-remove-lv2-protection true --patch-lv1-sysmgr-disable-integrity-check-4x true --patch-lv1-coreos-hash-check true --patch_cos --patch-lv0-coreos-ecdsa-check true --patch-spkg-ecdsa-check true --patch-pup-search-in-game-disc true --patch-lv2-peek-poke-4x true --patch-lv2-lv1-peek-poke-4x true --patch-lv2-npdrm-ecdsa-check true --patch-lv2-payload-hermes-4x true --patch-lv2-SC36-4x true --patch_xmb --add-install-pkg true --patch-act-pkg true --add-hb-seg true --patch-app-home true --patch-ren-apphome true --patch-alpha-sort true --patch-rape-sfo true --patch_vsh --allow-pseudoretail-pkg true --allow-debug-pkg true --patch-vsh-react-psn-v2-4x true
Note: for resource dumping, directories are NOT automatically created. If the specified directorie(s) don't exist, the dumping will fail. However, directories for text languages with the '--output-txt' option will be automatically created if necessary.
</syntaxhighlight>
</syntaxhighlight>
}}
}}
[[Category:templates]]</noinclude>
[[Category:templates]]</noinclude>

Revision as of 19:35, 10 September 2021

Type This
"Hello there"

Usage

{{Keyboard|content=some content}}

Example

Type This
ps3mfw.exe %1 "Y:\PS3-Firmwares\OFW430.PUP" ""Z:/MFWOtherOS-out/MFW430.PUP" --gui false --debug true --patch_pup --pup-build "" --version-string "" --version-suffix "PSDEVWIKI" --patch_lv1 	--patch-lv1-peek-poke true --patch-lv1-remove-lv2-protection true --patch-lv1-sysmgr-disable-integrity-check-4x true --patch-lv1-coreos-hash-check true --patch_cos --patch-lv0-coreos-ecdsa-check true --patch-spkg-ecdsa-check true --patch-pup-search-in-game-disc true --patch-lv2-peek-poke-4x true --patch-lv2-lv1-peek-poke-4x true --patch-lv2-npdrm-ecdsa-check true --patch-lv2-payload-hermes-4x true --patch-lv2-SC36-4x true --patch_xmb --add-install-pkg true --patch-act-pkg true --add-hb-seg true --patch-app-home true --patch-ren-apphome true --patch-alpha-sort true --patch-rape-sfo true --patch_vsh --allow-pseudoretail-pkg true --allow-debug-pkg true --patch-vsh-react-psn-v2-4x true