Help! How to contribute guide: Difference between revisions

CRCs section: added description of the CRC format using by 0.9.7, minor change of wording.
m (maybe because it's been done by me quite recently (I like to seed unintentional errors))
 
(CRCs section: added description of the CRC format using by 0.9.7, minor change of wording.)
Line 36: Line 36:
* Before committing the changes please confirm that they are correct by using Preview button. Fix any errors you may have inadvertently made and keep previewing until you are finally satisfied with all your edits - only then should you save the page. This will help you from committing multiple updates to correct each error as you find them.<br />
* Before committing the changes please confirm that they are correct by using Preview button. Fix any errors you may have inadvertently made and keep previewing until you are finally satisfied with all your edits - only then should you save the page. This will help you from committing multiple updates to correct each error as you find them.<br />
* When uploading pictures please crop unnecessary parts and name them according to the PS2 game title (for example, [[:File:Drakan2-shot1.png|this file]]).
* When uploading pictures please crop unnecessary parts and name them according to the PS2 game title (for example, [[:File:Drakan2-shot1.png|this file]]).
* '''CRCs''' are special hexadecimal numbers uniquely identify the main executable game file (i.e. each game modification has its own CRC). You can find this value near the beginning of the console (activate it in Misc/Show console menu) log. The line with it will look like this:<br />
* '''CRCs''' are special hexadecimal numbers uniquely identify the main executable game file (i.e. each game modification has its own CRC). You can find this value near the beginning of the console (activate it in Misc/Show Console menu) log. The line with it will look like this:<br />
'''<code>ELF (cdrom0:\SLPS_259.15;1) CRC=0x0A70CB4C, EntryPoint=0x00100008'''</code>'''<br />
'''<code>ELF (cdrom0:\SLPS_259.15;1) CRC=0x0A70CB4C, EntryPoint=0x00100008'''</code>'''<br />
This value is not particularly important but for the sake of completeness it can be provided (PCSX2 will identify your game and apply [[Game cheats|patches]] using it).
The real CRC is the string after 0x, e.g. from the line above the real CRC is 0A70CB4C. 0x is added in 0.9.7, 0.9.6 simply shows real CRC in its console window e.g. CRC = 0A70CB4C
 
CRC is not particularly important but for the sake of completeness it can be provided (PCSX2 will identify your game and apply [[Game cheats|patches or cheats]] using it).


== I found the page, but I only want to say it works better/worse on my specs ==
== I found the page, but I only want to say it works better/worse on my specs ==
18

edits