Editing Template:Ps2configrev
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
Requires [[PS2 Emulation|ps2_netemu.self]] from '''firmware <!-- | |||
-->{{#ifexpr:{{{1|0}}}>=0 and {{{1|0}}}<=15686 | -->{{#ifexpr:{{{1|0}}}>=0 and {{{1|0}}}<=15686 | ||
|<!--then-->[[3.70_CEX|3.70]] | |<!--then-->[[3.70_CEX|3.70]] | ||
Line 59: | Line 59: | ||
<nowiki>{{ps2configrev|17300}}</nowiki> = {{ps2configrev|17300}}<br> | <nowiki>{{ps2configrev|17300}}</nowiki> = {{ps2configrev|17300}}<br> | ||
<nowiki>{{ps2configrev|17400}}</nowiki> = {{ps2configrev|17400}}<br> | <nowiki>{{ps2configrev|17400}}</nowiki> = {{ps2configrev|17400}}<br> | ||
<nowiki>{{ps2configrev| | <nowiki>{{ps2configrev|99999}}</nowiki> = {{ps2configrev|99999}} | ||
== Notes == | == Notes == | ||
It could be handy to do the conversion in this sequence: '''1) hexLE to hexBE, 2) hexBE to dec, 3) Math expression to compare the value in ranges'''<br> | It could be handy to do the conversion in this sequence: '''1) hexLE to hexBE, 2) hexBE to dec, 3) Math expression to compare the value in ranges'''<br> | ||
I | I been trying to do step 2 using this template https://en.wikipedia.org/wiki/Template:Hex2dec Is dependant of the module https://en.wikipedia.org/wiki/Module:BaseConvert Actually we dont need the template because we can call the module BaseConvert directly in a single line this way: <nowiki>{{#invoke:BaseConvert|16to10|FFFF}}</nowiki><br> | ||
We already have a template named https://www.psdevwiki.com/ps3/Template:Hex2dec | We already have a template named https://www.psdevwiki.com/ps3/Template:Hex2dec ... but is not doing the conversion<br> | ||
So... by now i dont know how to do '''steps 1 and 2''' of the conversion process | We already have the module BaseConvert installed in this wiki https://www.psdevwiki.com/ps3/Special:Version but doesnt seems to work, it looks we cant "#invoke" it. Im wondering if is because we need to copy also the script into https://www.psdevwiki.com/ps3/Module:BaseConvert (the page doesnt exists)<br> | ||
So... by now i dont know how to do '''steps 1 and 2''' of the conversion process. And the math expressions (required for '''step 3''') only works with decimals... so the only solution by now is to pass the decimal value to this template | |||
[[Category:Games]]</noinclude> | [[Category:Games]]</noinclude> |