You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2018. It is now read-only.
Seth VanHeulen edited this page Nov 19, 2013
·
3 revisions
Each of the Monster Hunter games for the PSP has it's own DLC website for downloading event [quests](Quest Encryption) and other content.
###User-Agent
To access the DLC website you must use the proper User-Agent for the given game, otherwise you will receive a 403 error from the server. For example, Monster Hunter Freedom Unite uses Capcom Portable Browser v1.3 for MH_Portable_2nd_G as the User-Agent.
###Downloading
To download a quest from the DLC website you must set the Referer properly and use a PUT request. Also each quest download link has a CSUM attribute that is used to verify the file on the PSP. You can calculate this checksum by summing every byte of the downloaded quest file and modding that value by 65536.