Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou must get permission to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Credit to Eol from the Hackers of Liberty discord for provided the necessary GCX code!
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Turns on the radar which is normally disabled in Snake Tales.
(Credit to eol from the Hackers of Liberty discord for providing the necessary GCX code to enable the radar)
From eol: In mgs2, the display and hiding of radar elements is controlled by the GCX command [944E11]. Replacing the following hexadecimal value (in the relevant GCX) reenables it 118000061180000601FFF7B2B6A06D0FC92B080406114E94556E0626C901 with 118000061180000601FFF7B2B6A06D0FC92B080406114E94556E064E0E00
switch ($b:0:0062) \ - case 11 \ ... $w:8:0006 = $w:8:0006 & -2049 \ command [944E11] -n off $b:0:0062 - mission number, 11 = snake tales $w:8:0006 = $w:8:0006 & -2049 - the easiest way to find a command in the right case is by this expression replace with `command [944E11] -n on`